@charset "utf-8";

/* reset margins */

div, table, tr, td, img, a {
	margin: 	0px;
	padding: 	0px;
}

/* ------------------------    */
/*     Core Formatting         */
/* ------------------------    */

body {
	background-color: 	#7b7b7b;
	margin: 			0px;
	padding: 			0px;
}

#wrap {
	background-color: 	#FFFFFF;
	padding: 			0px;
	width: 				950px;
	margin-top: 		0px;
	margin-right: 		auto;
	margin-bottom: 		0px;
	margin-left: 		auto;
}

#header {
	height: 		326px;
	width: 			950px;
	border-bottom: 	solid 2px #fff;
}
#wrap #header #apDiv1 {
	position: absolute;
	z-index: 1001;
	top: 0px;
	right: 0px;
}

#nav {
	height: 				35px;
	width: 					950px;
	background-image: 		url(../images/nav-border-img.gif);
	background-repeat: 		repeat-x;
	background-position: 	top;
}

#nav img {
	margin: 	0px;
	padding: 	0px;
	float: 		left;
}


#content {
	padding-left: 75px;
}


/* ------------------------		*/
/*       Content Area    		*/
/* ------------------------		*/

#title {
	margin-top: 	15px;
	margin-left: 	75px;
	min-height: 	335px;
	padding-bottom: 30px;
}
#wrap #title #contact {
	height: 50px;
	text-align: right;
	display: block;
	line-height: 19px;
	padding-right: 15px;
}
#wrap #title #contact .contact {
	background-image: url(../images/Email.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	padding-left: 30px;
	height: 25px;
	margin-left: 25px;
}
#wrap #title .contractors {
	display: block;
	float: right;
	background-image: url(../images/Task-List-icon.png);
	background-position: left top;
	padding-left: 35px;
	background-repeat: no-repeat;
	height: 25px;
}
#contact a:link, #contact a:visited {
	color: #32593E;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 40px;
}
#contact a:hover, #contact a:active {
	color: #32593E;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

h1 {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		38px;
	font-weight: 	bold;
	text-transform: uppercase;
	color: 			#007a58;
	padding-top: 	0px;
}

h2 {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		16px;
	font-weight: 	bold;
	color: 			#959696;
	line-height: 	1.5em;
	margin-bottom: 15px;
}
h2 a:link, h2 a:visited {
	font-family: 	Arial, Helvetica, sans-serif;
	color: 			#959696;
	text-decoration: underline;
}
#content h3 {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		20px;
	font-weight: 	bold;
	color: 			#007A58;
}
#content h4 {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		20px;
	font-weight: 	bold;
	color: 			#007A58;
	margin: 0px;
}


#content p {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		13px;
	line-height: 	1.4em;
	color: 			#000000;
	margin-bottom: 	15px;
	margin-top: 	0px;
	padding-right: 	40px;
}
#content ul {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		13px;
	line-height: 	1.4em;
	color: 			#000000;
	margin-bottom: 	15px;
	margin-top: 	0px;
	padding-right: 	40px;
}
#content a:link, #content a:visited {
	color: #2A563E;
	border-bottom-width:	1px;
	border-bottom-style: 	solid;
	border-bottom-color: 	#2A563E;
	text-decoration: 		none;
	font-weight: 			bold;
}
#content a:hover, #content a:active {
	color: 				#2A563E;
	text-decoration: 	none;
	font-weight: 		bold;	
	border-bottom: 		none;
}

/* ------------------------		*/
/*       Side Bar	    		*/
/* ------------------------		*/

#offer-bar {
	background-color:	 #00583e;
	width: 				230px;
	padding-left:	 	20px;
	padding-top: 		20px;
}

#offer-bar h3 {
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	bold;
	text-transform: uppercase;
	color: 			#98bbb1;
	font-size: 		21px;
	margin-bottom: 	8px;
}
#offer-bar a img {
	border-top-style: 		none;
	border-right-style: 	none;
	border-bottom-style: 	none;
	border-left-style: 		none;
	text-decoration: none;
}
#offer-bar  a:link, #offer-bar a:visited {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			14px;
	color: 				#98BBB1;
	text-decoration: 	underline;
}

#offer-bar a:hover, #offer-bar a:active {
	text-decoration: none;
}

#offer-bar #quote {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		18px;
	line-height: 	1.4em;
	color: 			#FFFFFF;
	text-align: 	center;
}

/* ------------------------		*/
/*       Footer		    		*/
/* ------------------------		*/

#footer {
	background-image: 		url(../images/footer.jpg);
	background-repeat: 		no-repeat;
	background-position: 	0px top;
	height: 				133px;
	width: 					950px;
	padding-left: 			75px;
}

#footer p {
	padding: 			0px;
	margin-top: 		0px;
	margin-bottom: 		7px;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			14px;
	color: 				#959696;
}

#footer a:link, #footer a:visited {
	text-decoration: 	none;
	color: 				#959696;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#info-table {
	padding-top: 	20px;
	padding-left: 	20px;
	padding-right: 	10px;
}

/* ------------------------		*/
/*       Class Styles    		*/
/* ------------------------		*/

.block {
	display: 		block;
	margin-bottom: 	8px;
}
.rates-table {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			15px;
	background-color: 	#FC6;
}
.table-title {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		18px;
	font-weight: 	bold;
	color: 			#2A563E;
}
.img-left {
	float: 			left;
	margin-top: 	0px;
	margin-bottom: 	5px;
	margin-right: 25px;
}.content-img {
	margin-top: 8px;
	margin-bottom: 15px;
}
.img-right {
	padding: 		0px;
	float: 			right;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	5px;
	margin-left: 	25px;
}
.news-title {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		18px;
	font-weight: 	bold;
	color: 			#2A563E;
}
em {
	font-style: 	normal;
}
.italics {
	font-style: italic;
}
.diary-titles {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		15px;
	font-weight: 	bold;
	color: 			#2A563E;
}
.weighing-link {
	color: #007A58;
	font-style: italic;
}
#content hr {
	color: #2E523A;
	margin-right: 25px;
}
#content ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.weigh-img-right {
	margin-right: 25px;
	margin-left: 10px;
	float: right;
}
#content ol li {
	margin-bottom: 10px;
}
h2 a:hover {
	color: #007A58;
}
#content table tr td table {
	text-align: center;
}
#content table tr td table a {
	text-decoration: none;
}
#wrap #content table tr td table tr td a:hover , #wrap #content table tr td table tr td a:active{
	text-decoration: none;
	border: none;
	border-bottom-width: 0px;
}
#wrap #content table tr td table tr td a:link , #wrap #content table tr td table tr td a:visited{
	text-decoration: none;
	border: 0px none #FFF;
}
