
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

dd { border: solid 1px; }

body	{
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #339900;
	text-decoration: none;
	border-bottom: 1px dotted #339900;
}

h1, h2, h3 {
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}

h1 {
	color: #339900;
	font-size: 1.5em;
	padding-top: 0;
}

h2 {
	font-size: 1.2em;
}

ul {
	font-size: 1.2em;
	list-style: disc;
	padding: 15px;
	text-align: left;	
}

#head {
	border-top: 8px solid #339900;
	min-width: 780px;
	width:expression(document.body.clientWidth<800?"780px":"100%");
}

#house {
	background: transparent url(../img/house.jpg) no-repeat;
	float: left;
	height: 130px;
	margin-left: -60px;
	width: 230px;
}

#head h1 {
	background: transparent url(../img/logo.gif) no-repeat;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;	
}

#head h1 a.logo {
	border: 0px;
	display: block;
	height: 130px;
	width: 164px;
}

#head h2 {
	color: #303030;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0;
	margin: 64px 0 0;
}

#head h3 {
	background: transparent url(../img/phone.gif) no-repeat;
	color: #339900;
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	height: 32px;
	margin: 58px 5px 0 5px;
	padding: 5px 0 0;
	text-indent: 30px;
	white-space:nowrap;
}

ul.nav {
	background-color: #339900;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	font-size: 1.2em;
	font-weight: bold;
	min-width: 780px;
	padding: 10px 0;
	width:expression(document.body.clientWidth<800?"780px":"100%");
}

ul.nav li {
	display: inline;
	padding: 0 10px;
}

ul.nav a {
	color: #fff;
	border: none;
}

ul.nav a:hover { 
	border-bottom: 1px dotted #fff;
}

a.doc {
	background: transparent url(../img/doc.gif) no-repeat;
	border: none;
	display: block;
	font-weight: bold;
	height: 36px;
	padding-top: 10px;
	text-decoration: underline;
	text-indent: 38px;
}

#cont {
	width: 780px;
	padding: 5px;
}

#cont .leftCol {
	width: 510px;
	float: left;
}

#cont .rightCol {
	width: 240px;
	padding-left: 15px;
	float: left;
}

#cont p {
	font-size: 1.2em;
	padding: 5px 0;
	text-align: left;
}

#foot {
	border-top: 1px dotted #b3b3b3;
	min-width: 780px;
	padding: 5px 0;
	width:expression(document.body.clientWidth<800?"780px":"100%");
}

#foot p {
	color: #a6a6a6;
	padding: 5px 0;
	text-align: center;
}

.grdt {
	background-image: url(../img/grdt.gif);
	background-repeat: repeat-x;
	height: 32px;
	min-width: 780px;
	width:expression(document.body.clientWidth<800?"780px":"100%");
}

.grdb {
	background-image: url(../img/grdb.gif);
	background-repeat: repeat-x;
	height: 32px;
	min-width: 780px;
	width:expression(document.body.clientWidth<800?"780px":"100%");
}

.clear {
	clear: both;
}
