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

body{
	margin: 0;
	font-size:10pt;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background: #1b7394;
}

.container {
	width: 920px;
	margin: 0 auto;
	background:url(images/bg.gif) repeat-y;
}

.content {
	margin: 0 auto;
	width: 880px;
	background: white;
}

.header_spacer{
	height: 16px;
	}
	
.header {
	height: 134px;
}

.header_1 {
	width: 286px;
	text-align: left;
	}

.header_2 {
	width: 442px;
	float: right;
	text-align: right;
	}
	
.links {
	height: 37px;
	padding-top: 3px;
	background:url(images/links_bg.gif) repeat-x;
	font-size:12px;
	}

.flash {
	height: 231px;
	margin-bottom: 10px;
}

.main {
	width: 590px;
	min-height: 544px;
	padding-left: 20px;
}

.associated {
	width: 268px;
}

.qualifications {
	float: right;
	text-align: left;
	width: 332px;
	font-size:14px;
	font-weight: bold;
	color: #1b7394;
}

.sidebar {
	float: right;
	width: 250px;
}

.testimonials {
	height: 300px;
	width: 250px;
	background: url(images/what_people_say.gif) top no-repeat #ebebeb;
}	

.testimonial_spacer {
	height: 40px;
}

.testimonial_text {
	padding-top: 22px;
	padding-bottom: 20px;
	margin-left:14px;
	height: 175px;
	width: 226px;
	background:url(images/what_people_say_bg.gif) top no-repeat;
	overflow:auto;	
}

.testimonial_button {
	text-align: center;
}

.sidebar_space {
	height: 10px;
}

.contact_box {
	height: 220px;
	width: 250px;
	background: url(images/get_in_touch.gif) top no-repeat #ebebeb;
}

.contact_spacer {
	height: 40px;
}

.contact_text {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left:14px;
	width: 226px;
}

.footer {
	clear: both;
	height: 98px;
	width: 880px;
	background: #0c4d66;
	color: white;
	text-transform:uppercase;
	font-size:10px;
}

.footer_1 {
	width: 600px;
	padding: 20px;
}

.footer_2 {
	float: right;
	text-align: right;
	padding: 20px;
}

/* Menu */
.links ul{
	padding:0;
	margin:0;
	text-transform:uppercase;
}
.links li{
	float:left;
	text-align:center;
	list-style-type:none;
	line-height:36px;
}
.links li a{
	text-decoration:none;
	color:#1b7394;
	padding:0 19px;
	
	display:block;
}
.links li a:hover, .linksli a.current{
	text-decoration:underline;
	color: #093d51;
	display:block;
}
/* Menu End */

.mainsection{
 padding-left: 0px;
 padding-right: 0px;
 width: 870px;
}
#ImportantSiteContent {
	font-size:10px;
	color: #000;
	height: 58px;
	overflow: scroll;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
}
/*text styles*/

h1, h2, h3, h4, h5 {
	color:#093d51;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	
}

h4 {
	margin: 0;
}

strong {
	color: #093d51;
}

.main ul{
	font-size: 16px;
	color:#666666;
}

a img{
	border:0;
}

/* END text styles */


