/* CSS Document */

/*Template Layout*/
body {
	background-color:#f1f5f8;
	background-image:url(images/page_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
	color:#2c3aa7;	text-decoration:none;
}
a:hover {
	color:#b62c33;

}
#background_texture {
	background:url(images/header_bg.jpg) center top no-repeat;
}
#wrapper {
	width:940px;
	margin:0px auto; /*centers your design on the page*/
}
#header {
	height:100px;
	width:940px;
	clear:both;
}
#logo {
	width:284px; /*change this width and height to match your logo image*/
	height:78px;
	float:left;
}
#header_contact {
	width:195px;
	height:52px;
	float:right;
	margin:20px 50px 0px 0px; /* you may need to change these margins if your contact info is larger, order is top, right, bottom, left*/
}
#header_menu { /*the container that holds the main menu*/
	height:38px;
	margin:2px 0px 0px 0px;
	clear:both;
}
ul#navigation {
	margin:0px;
	padding:0px;
	margin-top:1px;
	width:940px;
	height:38px;
	position:absolute;  /*makes dropdown sit on top of flash & map*/
	z-index:100; /*makes dropdown sit on top of flash & map*/

}
ul#navigation li {
	float:left;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
ul#navigation a {
	float:left; /*makes the text sit beside each other not down the page*/
	color:#ffffff; /*menu color normal*/
	padding:10px 13px 10px 13px; /*space around and inbetween the buttons, top, right, bottom, left*/
	text-decoration:none; /*no underline*/
	text-transform:uppercase; /*all in capitals*/
	font:14px Georgia, "Times New Roman", Times, serif; /*menu text size and font*/
	letter-spacing:1px; /*space out the letters, remove if you want it normal*/
	background-image:url(images/menu_divider.gif); /*the bar between each button*/
	background-position:right center;
	background-repeat:no-repeat;
}

ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover {
	background-color:#2c3aa7; /*color behind the menu text*/
	color:#b62c33; /*color of text on mouse over*/
}
/*--drop down menu second-level - this is optional--*/
ul#navigation li.hover, ul#navigation li:hover {
	position:relative;
}
ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level {
	display:block;
}
ul#navigation li.hover ul.second-level ul.third-level, ul#navigation li:hover ul.second-level ul.third-level {
	display:none;
}
ul#navigation ul.second-level {
	position:absolute;
	top:35px; /*how far away from the top menu*/
	left:0;
	margin:0;
	padding:5px;
	width:190px;
	display:none;
	background-color:#2c3aa7; /*color of the dropdown*/
}
ul#navigation ul.second-level li {
	width:190px;
	margin:0;
}
ul#navigation ul.second-level a {
	display:block;
	float:none;
	width:170px;
	border:none;
	padding:0 10px;
	background:none;
	font:12px/24px Arial, Helvetica, sans-serif; /*font size and line height*/
	color:#FFFFFF;
	border-bottom:1px solid #5a70bd;
	text-transform:capitalize;
}
ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover {
	color:#FFFFFF;
	background-color:#5a70bd;
}
#content_bg { /*the 2 columns of white*/
	background-image:url(images/content_box_tile.gif);
	background-repeat:repeat-y;
	margin-top:30px;
}
#content_bg .top {
	width:940px;
	height:5px;
}
#content_bg .bottom {
	width:940px;
	height:5px;
}
#left_column {
	float:left;
	width:610px; /*640px minus the padding on left and right*/
	padding:15px;
	min-height:200px;
}
#right_column {
	float:right;
	width:280px; /*290px minus the padding on left and right*/
	padding:0px 5px 5px 5px;
}
hr.clear {
	margin-top:10px;
	margin:0px;
	clear:both;
	visibility:hidden;
}
#footer {
	height:70px;
	width:940px;
	margin:0px auto;
	color:#7ba1b3;
	font-size:10px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
#footer a, #footer a:link, #footer a:visited {
	color:#7ba1b3;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:550px;
	float:right;
	text-align:right;
}
#footer .left {
	width:350px;
	float:left;
}
/*General Content*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#1d2ea2;
	font-weight:normal;
	margin-top:0px;
}
h2 {
	color:#0c0a4b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-top:0px;
	margin-bottom:3px;
	font-weight:normal;
	letter-spacing:1px;
}
h3 {
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	letter-spacing:1px;
}

h4 {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
}

.size11 {
	font-size:11px;
	line-height: 18px;
}

.size10 {
	font-size:10px;
}

.image_border {
	border:1px solid #3b3b3b;
	margin:3px;
	padding:3px;
}
hr {
	border: 0;
	color: #e7e7e7;
	background-color: #e7e7e7;
	height: 1px;
	width: 100%;
	clear:both;
}
/*side bar*/

.top_title {
	width:264px; /*280px minus the padding*/
	height:27px; /*33px minus padding*/
	margin:0px 0px 5px 0px;
	padding:6px 3px 0px 13px;
	background-image:url(images/column_top_title.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.news_item {
	font-size:12px;
	border-bottom:1px solid #e7e7e7;
	padding:5px;
	margin-bottom:5px;
}
.news_item p {
	margin:0px;
	padding:0px;
}
.news_title {
	color:#2c3aa7;
	font-weight:bold;
}
.news_title a, .news_title a:link, .news_title a:visited {
	text-decoration:none;
}
.news_title a:hover {
	text-decoration:underline;
}
.quote_box_container {
	width:252px; /*280px minus padding*/
	height:83px; /*107px minus padding*/
	margin:10px 0px;
	background:url(images/box_blue.jpg) no-repeat top;
	padding:10px 14px 14px 14px;
}
.quote_box_container .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e6d568;
	font-size:18px;
}
.quote_box_container .image {
	float:right;
	width:50px;
	height:64px;
	margin:0px 0px 0px 0px;
}
.quote_box_container .text {
	float:right;
	width:203px;
	font-size:12px;
	padding:5px 0px;
	line-height:normal;
	color:#FFFFFF;
}
.quote_box_container .text p {
	padding:0px;
	margin:0px;
}
.quote_box_container a, .quote_box_container a:visited, .quote_box_container a:link, .quote_box_container a:hover{
	text-decoration: none;
	color:#e6d568;
}

.testimonial {
	width:260px; /*280px minus padding*/
	height:138px; /*160px minus padding*/
	padding:14px 10px 8px 10px;
	background:url(images/testimonial_bg.jpg) no-repeat top;
	font-size:11px;
	line-height:17px;
}
.testimonial .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#77aabf;
	padding-bottom:5px;
}
.testimonial p {
	padding:0px;
	margin:0px;
}
.italic {
	font-style:italic;
}
/*Home Page*/

.service_box_container {
	width:610px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:5px;
}
.service_box_container .image {
	float:left;
	width:67px;
	height:67px;
	margin:10px 0px 0px 22px;
}
.service_box_container .text {
	float:right;
	width:490px;
	font-size:12px;
	padding:5px 0px;
}
.service_box_container .text p {
	padding:0px;
	margin:0px;
}
/*Services Page*/

.service_table td {
	padding:3px 8px;
	color:#186c9b;
	font-size:12px;
	height:28px;
}
th { /*top row of the table*/
	background-color:#a1c7da;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	height:28px;
}
.row1 {
	background-color:#f1f5f8;
}
.row2 {
	background-color:#FFFFFF;
}
ul.ticklist {
	padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
	list-style:none;
	background-image:url(images/icon_tick.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-size:11px;
	line-height:normal;
}
/*Contact Page*/

.left_details{
float:left;
width:240px;
}

.map{
width:357px;
height:225px;
float:right;
}

.contact_title{
color:#186c9b;
font-weight:bold;
float:left;
width:70px;
}

.contact_detail{
float:left;
width:100px;
clear:right;
}

.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;
	margin:3px 0px;
	padding:4px;
}

.blue{
color:#186c9b;
}

#contact{
border:0;
}
#contact label{
float:left;
width:80px;
margin-right:15px;
clear:left;
color:#186c9b;
font-weight:bold;
text-align:right;
height:32px;

}
#contact input,
#contact textarea{
margin-right:40px;
}
#contact #submit{
clear:left;
margin-left:95px;
}