/* CSS Document */

body {
	margin:0;
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.clear {
	clear:both;
	}
	
#container {
	width:877px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_main.gif);
	background-repeat:repeat-y;
	}
	
#wrapper {
	width:877px;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#left {
	width:154px;
	float:left;
	margin:26px 0 0 15px;
	}
	
#left #logo {
	width:154px;
	float:left;
	height:142px;
	}
	
#left #nav {
	width:153px;
	}
	
#left #nav ul {
	width:153px;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	border-top:dotted #999999 1px;
	border-right:dotted #999999 1px;
	border-bottom:dotted #999999 1px;
	}
	
#left #nav li {
	display:block;
	margin:0;
	padding:0;
	}
	
#left #nav li a {
	display:block;
	padding:10px 0 10px 7px;
	text-decoration:none;
	color:#4c4c4c;
	border-bottom:dotted #999999 1px;
	background-color:#FFFFFF;
	}
	
#left #nav li a:hover, #left #nav li a.on  {
	color:#FFFFFF;
	background-color:#999999;
	}
	
#mid { 
	width:463px;
	float:left;
	margin:67px 0 0 9px;
	}
	
#mid #title {
	width:463px;
	}
	
#mid #flash {
	width:463px;
	}
	
#mid #content {
	color:#666666;
	font-size:12px;
	line-height:17px;
	margin:20px 5px 0 5px;
	}
	
#mid #content #blue {
	color:#004b85;
	font-size:16px;
	margin-bottom:10px;
	}
	
#mid #content a {
	color:#cd006a;
	}
	
#right {
	width:211px;
	float:left;
	margin:77px 0 0 10px;
	}

#right #phone {
	color:#133d8d;
	font-size:11px;
	font-weight:bold;
	margin-bottom:15px;
	}
	
#right #box {
	width:197px;
	padding:9px 7px 33px 7px;
	margin-bottom:15px;
	background-color:#cccccc;
	background-image:url(images/footer_side.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#666666;
	line-height:15px;
	}
	
#right #box a {
	color:#666666;
	}
	
#right #box .title {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}
	
#right #address {
	width:211px;
	background-color:#b2b2b2;
	background-image:url(images/footer_address.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#333333;
	line-height:15px;
	}
	
#right #address #text {
	padding:9px 7px 15px 7px;
	line-height:15px;
	}
	
#right #address #text .title {
	color:#000000;
	}
	
#footer {
	clear:both;
	width:877px;
	height:50px;
	padding-top:20px;
	color:#999999;
	line-height:18px;
	font-size:10px;
	background-image:url(images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	}
	
#footer a {
	color:#999999;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#666666;
	text-decoration:none;
	}
	
/* Team CSS */

h1 {
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#004b85;
	}

#team {
	width:430px;
	float:left;
	padding:15px 0 15px 0;
	border-bottom:1px #CCCCCC solid;
	}
	
#team_single {
	width:200px;
	float:left;
	padding:15px 0 15px 0;
	border-bottom:1px #CCCCCC solid;
	}

#team1 {
	float:left;
	width:200px;
	text-align:center;
	margin-top:10px;
	}
	
#team2 {
	float:left;
	width:200px;
	text-align:center;
	margin:10px 0 0 30px;
	}
	
/* CONTACT FORM */

.red {
	color:#FF0000;
	}

#contact-area {
	width: 400px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	float:left;
	width: 250px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 70px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #004b85;
}

#contact-area input.submit-button {
	width: 80px;
	margin-left:115px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}