@charset "UTF-8";
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(bg.gif);
background-position:top;
background-repeat:repeat-x;
overflow-y: scroll;
}

.right { 
padding: 0px 0px 0px 0px;
background-image:url(inside_back.jpg);
background-position: right;
background-repeat: repeat-y;

}

.contentleft {
	padding: 15px 30px 0px 15px;

}

.testimonials {
	width: 256px;
	padding: 30px 30px 10px 20px;
	border-left: #c1c7d2 solid 1px;
}


.oneColFixCtr #leftshadow { 
background-image:url(shadow-left.png);
background-position: top;
background-repeat: no-repeat;

}

.oneColFixCtr #rightshadow { 
background-image:url(shadow-right.png);
background-position: top;
background-repeat: no-repeat;

}



.oneColFixCtr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px 30px 30px 27px;
	background-color: #ffffff;
}


.oneColFixCtr #mainContent2 {
	width: 830px;
}

.oneColFixCtr #mainContent3 {
	width: 330px;
	padding-right: 30px;
	border-right: #c1c7d2 solid 1px;
}

.oneColFixCtr #mainContent4 {
	width: 470px;
	padding-left: 15px;
}


.oneColFixCtr #hometop {
	width: 100%;
	border-bottom: 1px solid #16325d;
	background-color: #bab689;
}

#menubarbottom {
	padding: 10px 0px 0px 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:4px;
	margin-bottom: 0px;
	background-color: #16325d;
	font-size: .9em;
	font-color: #ffffff;
}

.oneColFixCtr #menubar {
	padding: 4px 4px 4px 4px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(menu_bg.gif);
}

.menuborder {
	width: 100%;
	border: 1px solid #939fb1;
	
}


a:link {text-decoration: underline; color: #447bad;}
a:visited {text-decoration: underline; color: #447bad;}
a:active {text-decoration: underline; color:#447bad;}
a:hover {text-decoration: underline; color: #a7a37a;}


a.bottom:link {text-decoration: underline; color: #84c3f1; margin-bottom: 0;}
a.bottom:visited {text-decoration: underline; color: white; margin-bottom: 0;}
a.bottom:active {text-decoration: underline; color: white; margin-bottom: 0;}
a.bottom:hover {text-decoration: underline; color: white; margin-bottom: 0;}


li {
	list-style-image: url(arrow-sm.png);
	color: #666666;
	padding-left: 0em;
	margin-left: 0em;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: .4em;
}


ul { margin-left: 1em; margin-top: 0em; margin-bottom: 0em;}

p {
	color: #666666;  
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}

.white { color: #FFF;
}

.bluecopy {
	color: #1e365c;
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 1.0em;
}


.phone {
	
	margin-top: 0px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0em;
}

H1 {font-size: 2em;
color: #ffffff;
margin-top: 0em;
margin-bottom: .3em;

}  


H2 {font-size:1.8em;
color: #a7a37a;
margin-top: 0em;
margin-bottom: .3em;
} 


H3 {font-size:1.4em;
color: #3366cc;
margin-bottom: .0em;
} 


H4 {font-size:1.4em;
color: #a7a37a;
margin-bottom: .3em;
} 


.boxshadow2 { 
width: 100%;
background-image:url(shadow.gif);
background-position:top;
background-repeat:repeat-x;
padding: 20px 27px 20px 27px;
}

.pic1  {
	border: #c1c7d2 solid 1px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.pic2 {
	margin-right: 4px;
}

.pic3  {
	border: #c1c7d2 solid 1px;
}

.header1  {
	width: 285px;
	background-color:#FFF;
	padding-top: 8px;
	padding-left: 16px;
	padding-bottom: 0px;
}

/*content boxes */

.boxleft { 
padding: 0px 10px 10px 0px;
border-right: #c1c7d2 solid 1px;
}

.underline {
width: 470px;
border-bottom: 1px #c1c7d2 solid;
margin-bottom: 1.2em;

	
}
