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

body {
	background-color: #E6E6E6;
	margin: 0px;
	font-family: georgia, arial, verdana;
	font-size: 11px;
	color: #707070;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

a:link {color: #707070; text-decoration: none;}
a:visited {color: #707070; text-decoration: none;}
a:hover {color: #707070; text-decoration: underline;}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-image:url(images/main_bg.jpg);
}

#inner {
	width: 932px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top_nav_links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top_nav_links li {
	display: inline;
	padding-left: 10px;
}


#top_nav_links a:link {color: #4A6A90; text-decoration: none;}
#top_nav_links a:visited {color: #4A6A90; text-decoration: none;}
#top_nav_links a:hover {color: #4A6A90; text-decoration: underline;}


.main_width {
	width: 924px;
	margin: 0 auto;
}

#header_images {
	margin-top: 22px;
	margin-bottom: 13px;
}

.grey_top {
	background-image:url(images/grey_top.jpg); 
	width: 200px; 
	height: 12px; 
	font-size: 7px; 
	background-repeat:no-repeat;
}	

.grey_bot {
	background-image:url(images/grey_bot.jpg); 
	width: 200px; 
	height: 12px; 
	font-size: 7px; 
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

.grey_bg {
	width: 200px; 
	background-color: #F3F3F3;
}

.grey_middle {
	padding-left: 12px; 
	padding-right: 12px;
	line-height: 17px;
}

.grey_middle ul {
	list-style: none;
	margin: 0px;
}

.grey_middle li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.grey_middle li.current_page_item a, {
	background-color: #E4E4E4;
	color: #4A6A90;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 170px;	
	display: block;
}

.contact_textfield_bg {
	background-image:url(images/contact_textfield_bg.jpg); 
	background-repeat:no-repeat; 
	width: 124px; 
	height: 21px;
	margin-bottom: 3px;
}

.contact_textfield {
	border: 0px; 
	background:none; 
	width: 110px; 
	padding-left: 5px; 
	padding-top: 2px;
	font-family: georgia, arial, verdana;
	font-size: 11px;
	color: #707070;
}

.contact_textarea_bg {
	background-image:url(images/contact_textarea_bg.jpg); 
	background-repeat:no-repeat; 
	width: 176px; 
	height: 116px;
	margin-bottom: 3px;
}

.contact_textarea {
	border: 0px; 
	background:none; 
	width: 169px; 
	height: 109px;
	padding-left: 5px; 
	padding-top: 3px;
	font-family: georgia, arial, verdana;
	font-size: 11px;
	color: #707070;
}

#footer {
	background-image:url(images/footer_bg.jpg); 
	background-repeat: no-repeat; 
	width: 980px; 
	height: 70px; 
	text-align: right; 
	color: #fff; 
}

#footer_text {
	padding-right: 30px; 
	padding-top: 10px;
	padding-left: 30px;
}

#footer a:link {color: #fff; text-decoration: none;}
#footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}


.testimonial_holder {
	margin-top: 20px; 
	margin-bottom: 20px;
}

.testimonial_top {
	background-image:url(images/testimonial_top.jpg); 
	width: 482px; 
	height: 20px; 
	font-size: 7px; 
	background-repeat:no-repeat;
}

.testimonial_inner {
	background-image:url(images/testimonial_bg.jpg); 
	width: 482px;
}

.testimonial_text {
	padding-left: 20px; 
	padding-right: 20px; 
	font-style: italic;
}

.testimonial_bot {
	background-image:url(images/testimonial_bot.jpg); 
	width: 482px; 
	height: 20px; 
	font-size: 7px; 
	background-repeat:no-repeat;
}

.posted_on {
	color:#999999;
}

.the_team ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.the_team li {
	display: inline;
	padding-right: 10px;
}


.the_team a:link {color: #4A6A90; text-decoration: none;}
.the_team a:visited {color: #4A6A90; text-decoration: none;}
.the_team a:hover {color: #4A6A90; text-decoration: underline;}

.the_team {margin-bottom: 15px;}

.relative {
	position: relative;
}