/*Dark Blue = #1A4696. Light Blue = #1D89B8 */


/*BOF general styles*/
body {
	text-align: center;
	color: #1D89B8;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	position:relative;
	width: 756px;
	text-align: center;
}

h1 {
	margin-left: -3000px;
	position: absolute;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*EOF general styles*/

/*BOF header styles*/
#header {
	padding: 10px 10px 5px 0;
	background: #FFFFFF url(../images/header_background.jpg) no-repeat scroll;
	width: 746px;
	height: 123px;	
	text-align: right;
	color: #1A4696;
	font-weight: bold;
	font-size: 16px;
}
/*EOF header styles*/

/*BOF left column styling*/
#leftColumn {
	float: left;
	width: 468px;
}
#leftTitle {
	float: left;

	width: 457px;
	height: 20px;
	background-color: #1D89B8;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}
#leftContent {
	float: left;
	width: 448px;
	text-align: left;
	padding: 10px 5px 10px 5px;
}

#leftContent a:link, #leftContent a:visited, #leftContent a:active {
	color: #1D89B8;
}
#photos {
	width: 468px;
	height: 152px;
	background-color:#FFFFFF;
}
#photos img {
	float: left;	
	width: 155px;
	height: 152px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#serviceMap {
	 margin: 10px 0 10px 0;
	 float: left;
}

/*BOV navigation styling*/
#navlist {
	width: 468px;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
}
#navlist li {
	padding: 8px 0 2px 0;
	float: left;
	width: 155px;
	height: 20px;
	list-style-type: none;
	background-color: #1D89B8;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
#navlist a:link, #navlist a:visited, #navlist a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	text-decoration: underline;
}
/*EOF navigation styling*/
/*EOF left Column styling*/

/*BOF Right Column styling*/
#rightColumn {
	float: right;
	width: 288px;
}
#rightTitle {
	padding: 5px 0 5px 10px;
	float: left;
	width: 278px;
	height: 20px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #1A4696;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
#imageChanger {
	width: 288px;
	height: 152px;
	clear:both;
	border-bottom: 1px solid #FFFFFF;
}
#address {
	width: 195px;
	float: left;
	text-align: left;
	padding: 5px 0 5px 10px;
}

#logos {
	width: 83px;
	float: right;
	padding-top: 20px;
}
#testemonials {
	padding: 30px 5px 0 5px;
	width: 278px;
	height: 153px;
	color: #FFFFFF;
	background-color: #1A4696;
	border-bottom: 1px solid #FFFFFF;
}

/*EOF left column styling*/

/*BOF footer styling*/
#footer {
	padding:5px 10px 15px 0;
	float: left;
	width:746px;
	height: 20px;
	text-align: right;
	background: #1D89B8 url(../images/footer_background.jpg) repeat-y scroll right;
	font-size: 10px;
	color: #FFFFFF;
}
/*EOF footer styling*/

/*BOF form styling*/

form{
	margin:0;
	padding:0;
}

fieldset{
	width:430px;
	border:solid 1px #1A4696;
	margin:0;
	height:340px;
	padding:10px 0 10px 10px;
}

legend{
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

label{
	width:40%;
	float:left;
	padding:3px 0 0 7px;
	margin:0;
}

input{
	width:50%;
	float:left;
	margin:3px 0 0 0;
	border:solid 1px #445b1b;
}
textarea{
	width:50%;
	float:left;
	margin:3px 0 0 0;
	border:solid 1px #1A4696;
}

.formbutton{
	margin-left:147px;
	width:70px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	background:#1D89B8;
	border:solid 1px #1A4696;
}
/*EOF form styling*/
