@charset "utf-8";

/* CSS Document */

#header {
	width: 930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header img {
	margin-left: 217px;
}
#container {
	width: 930px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px; /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar1 .left_box {
	color: #FFFFFF;
	background-color: #2D3645;
	background-image: url(images/left_mid.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#sidebar1 .left_box #nav a.noformat {
	display:inline;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	text-transform: none;
	font-style: normal;
	background-image: none;
	padding: 0;
	letter-spacing: 0;
}
#sidebar1 .left_box #nav a.noformat:hover {
	text-decoration: none;
	}

#sidebar1 .left_box p {
	color: #FFFFFF;
}
#sidebar1 .left_box h2 {
	font-size: 16px;
	color: #999999;
	margin: 0px;
	padding: 5px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 202px; /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar2 .right_box {
	background-color: #2C3544;
	background-image: url(images/right_mid.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar2 .right_box p {
	color: #FFFFFF;
}
#sidebar2 .right_box .phone {
	font-size: 24px;
	background-image: url(images/phone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#sidebar2 .right_box h2 {
	font-size: 16px;
	color: #999999;
	margin: 0px;
	padding: 5px;
}




#mainContent {
	margin-top: 0px;
	margin-right: 202px;
	margin-bottom: 20px;
	margin-left: 217px;
	background-color: #FFFFFF;
	padding: 0;
}

#mainContent #mainContentHeader {
	background-image: url(images/header_shadow.jpg);
	background-repeat: repeat-x;
	height: 60px;
	text-align: center;
}
#mainContent .section {
	background-image: url(images/section_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
	padding-top: 10px;
}
#nav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#nav a:link {
	display:block;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(images/L-plate.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	letter-spacing: 0.5px;
	}
#nav a:visited {
	display:block;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(images/L-plate.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	letter-spacing: 0.5px;
	}
#nav a:hover {
	background-image: url(images/btn_over.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	width: 930px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p {
	color: #FFFFFF;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#callback_form {
	padding-left: 8px;
}
#callback_form label{
	display: block;
	margin-bottom: 5px;
}.warning {
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
}
.bluheading {
	font-size: 14px;
	font-weight: normal;
	color: #0033CC;
	text-align: center;
}
.pictureright {
	font-size: 10px;
	color: #303C4C;
	float: right;
	border: 1px solid #000000;
	margin: 3px;
	padding: 3px;
	text-align: center;
}
.pictureleft {
	font-size: 10px;
	color: #303C4C;
	float: left;
	border: 1px solid #000000;
	margin: 3px;
	padding: 3px;
	text-align: center;
}
.medium {
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
}
.feedback {
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
	background-color: #171B24;
}
.feedback h1 {
	color: #FFFFFF;
}

