@charset "utf-8";
* {
  	margin: 0;
  	padding: 0;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-color: #F0F0F0 ;
	text-align:center;
}
h1 {
	font-size: 140%;
	color: #008000;
	font-weight: bold;
	text-align: right;
	background-image: url(images/template/h1_background_2.jpg);
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	height: 30px;
}
h2 {
	font-size: 100%;
	color: #780000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	color: #780000;
	margin-bottom: 8px;
	margin-top: 15px;
}


p {
	font-size: 80%;
	color: #3C3C3C;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
a {
	color: #008000;
	text-decoration: underline;
font-weight: bold;
}
ul{
	text-align:left;
}

#container {
	width:900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border: 1px solid #035F50;
}
#header {
	margin-bottom: 0px;
	float: left;
	width: 900px;
	height: 127px;
	background-image: url(images/template/header2.jpg);
	background-repeat: no-repeat;
}
#navigation {
	height: 33px;
	background-color: #780000;
	background-repeat: no-repeat;
	margin-bottom: 35px;
	text-align: center;
	float: left;
}


/***************************DROP DOWN NAVIGATION **********************/
#nav_surround {
	height: 25px;
	background-repeat: no-repeat;
	margin-bottom: 35px;
	text-align: center;
	padding-top: 0px;
	padding-left: 72px;
	float: left;
	padding-right: 73px;
	background-color: #780000;
	margin-top: 2px;
}
#nav {
	height: 25px;
	font-size: 100%;
	padding-top: 0px;
	width:755px;
}





#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#nav a {
	display: block;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	width: 150px;
	height: 19px;
	margin-left: 1px;
	margin-right: 0px;
	background-color: #780000;
}

#nav a:hover {
	color: #D49900;
}
/* 	background-color:red; /*  enable color if you wish to 'see' how the blocks look/behave */


#nav li { /* all main list items */
	float: left;
	margin-right: 0px;	/*width: 6em; /* 10em width needed or else Opera goes nuts. I decided to ignore this and remove with to get even spacing */
	margin-left: 0px;
}

#nav li ul a {
	width:170px;
	font-size: 130%;
	color: #FFFFFF;
	margin-bottom: 0px;

}

#nav li li { /* all sub list items */
	margin-left: 0px; /* these margins define the block placement of sub menu relative to parent menu */
	margin-right:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}







#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px; /* this defines the width of drop down blocks sub menu */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFFFFF;
}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */

	left: auto;
	display: block;
}
#left_column {
	width: 200px;
	margin-left: 15px;
	float: left;
	padding-top: 25px;
}
.left_offers {
	border: 1px solid #046250;
	margin-bottom: 15px;
}
.left_offers h3 {
	color: #990000;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 3px;
	background-image: url(images/template/offer_box_header_background.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-bottom: 4px;
	margin-bottom: 3px;
}
.left_offers p {
	padding-right: 3px;
	padding-left: 4px;
	margin-bottom: 4px;
	font-size: 70%;
	text-align: left;
	line-height: 120%;
}




#content {
	margin-right: 0px;
	margin-left: 45px;
	padding-right: 0px;
	float: left;
	width: 580px;
}
#content p {
	text-align: justify;
}


#footer {
	width: 900px;
	margin-top: 25px;
	text-align: center;
	padding-top: 5px;
	height: 20px;
	clear: left;
}
.img_left_outdent {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -45px;
	border: 1px solid #999999;
}
.img_right_outdent {
	float: right;
	margin-top: 0px;
	margin-right: -40px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #999999;
}
.call_now {
	font-size: 120%;
	color: #C40000;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
	margin-top: 30px;
}
li {
	margin-left: 30px;
	color: #3C3C3C;
	font-size: 80%;
	margin-bottom: 5px;
}
#top_right_spacer {
	float: right;
	width: 150px;
	height: 60px;
}
#sub_footer {
	margin-top: 0px;
	font-size: 80%;
	color: #666666;
	text-align: center;
	padding-bottom: 10px;
}
#sub_footer img {
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.red_text {
	color: #990000;
}
#contact_form_surround {
	padding: 10px;
	border: 1px solid #999999;
	background-color: #E4E7EF;
	width: 450px;
	margin-top: 20px;
}
#contact_form_surround h2 {
	color: #02134B;
	margin-top: 0px;
}




#logos {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 25px;
}
.portfolio_image_withspace {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-top: 10px;
}
.portfolio_image_nospace {
	border: 1px solid #CCCCCC;
	margin-right: 0px;
	margin-top: 10px;
}
.flash_border {
	border: 1px solid #999999;
	width: 600px;
}
.home_table {
	margin-bottom: 15px;
	margin-top: 10px;
}
.home_table  p {
	font-size: 70%;
	margin-bottom: 5px;
	text-align: left;
}
.home_table a {
	font-weight: bold;
	text-decoration: underline;
	color: #008000;
}
.home_table h2 {
	font-size: 80%;
	color: #034538;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.home_table img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.home_table tr {
}






.images_text {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 70%;
	color: #999999;
}
.images_text_left {
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 70%;
	color: #999999;
}

.img_float_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
}
.img_float_left {
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
}

#sub_footer {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.red_text {
	color: #CE0000;
}
#contact_form {
	background-color: #FFFFE8;
	width: 450px;
	border: 1px solid #026E4C;
	padding: 10px;
}
#contact_form  h2 {
	color: #03614F;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
#contact_form h3 {
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 4px;
	text-align: center;
	background-color: #438081;
	padding-bottom: 3px;
}
.home_small_text {
	text-align: left;
	font-size: 70%;
	color: #333333;
}

