@charset "utf-8";
/* CSS Document */

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

.nav_bg{
		background:url(images/nav_bg.jpg) left top repeat-x;
		height:55px;
}

.content_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		text-decoration:none;
}

.blue_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#0823a8;
		font-weight:bold;
		text-decoration:none;
}

.footer_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#0823a8;
		font-weight:bold;
		text-decoration:none;
}

.green_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#6b8d13;
		font-weight:bold;
		text-decoration:none;
		line-height:18px;
}

.green_text a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#6b8d13;
		font-weight:bold;
		text-decoration:none;
		line-height:18px;
}

.green_text a:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		font-weight:bold;
		text-decoration:underline;
		line-height:18px;
}


.request_quote_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#6b8d13;
		font-weight:bold;
		font-style:italic;
		text-decoration:none;
		}

.request_quote_text a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#6b8d13;
		font-weight:bold;
		font-style:italic;
		text-decoration:none;
		}

.request_quote_text a:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#00579e;
		font-weight:bold;
		font-style:italic;
		text-decoration:underline;
		}