@charset "utf-8";
/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background: #666 url(../_images/Background.gif) repeat;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border-right: 2px solid #aaa;
} 
#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color: #B36B00;
}
#wrapper a:hover {
	color: #566440;
	border-bottom: 1px dashed #566440;
}
/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 171px;
	margin: 0;
	display: block;
}
html>body li {
    height: auto;
}	

#header #mainNav {
	display: inline-block;
	top: -1.8em;
	position: relative;
	left: 8.5em;
	clear: both;
}

#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
    height: 1em;
}

#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.63em;
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 25px;
	margin-right: 5px;
	line-height: 25px;
	background: url(_images/nav_rollover.jpg) no-repeat left top;
	display: block;
}

#header #mainNav li a:hover {
	color: #f8b449;
	border: none;
	background: url(_images/nav_rollover.jpg) left bottom;
}
#header #mainNav ul li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(_images/current.jpg) no-repeat left top;
	color: #AAB3B2;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
	background: url(_images/current.jpg) no-repeat left top;
}
#minorBanner  {
	height: 64px;
	width: 770px;
	clear: both;
	display: block;
}


/* --------- MAIN CONTENT STYLES -------------*/
#mainContent {
	text-align: left;
	background: #CCC;
	display: block;
	width: 770px;
} 
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #FFF;
	margin-left: 10px;
	margin-top: 1.4em;
	font-weight: bold;
}
#leftbar {
	width: 240px;
	border: thick inset #00C;
	display: block;
	float: left;
	padding-right: 10px;
	height: 300px;
	background: #009;
}
#mainContentH #policyBox {
	width: 235px;
	display: inline-block;
	background: #09F;
	height: 210px;
	left: 290px;
	text-align: center;
	float: left;
	border-right: thick solid #CCC;
	border-left: thick solid #CCC;
	padding-top: 100px;
}
#mainContentH #policyBox #pspecial  p{
	font-size: 1em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}
#mainContentH #policyBox p {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	font-style: italic;
	text-align: center;
}
#mainContentH #featuredProject {
	background: #009;
	float: right;
	width: 247px;
	height: 300px;
	left: 600px;
	border: thick inset #00C;
}
#mainContentH #featuredProject h5 {
	font-size: 1.2em;
	text-align: center;
	color: #FFF;
}
#mainContentH #featuredProject p {
	font-size: 0.7em;
	font-style: oblique;
	color: #FFF;
	text-align: center;
}
#mainContentH #featuredProject img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#mainContentH #thumbChoices   {
	background: #009;
	display: block;
	clear: both;
	text-align: center;
	width: 770px;
}
#mainContentH #thumbChoices #thumbPick    {
	float: left;
	width: 128px;
	height: 240px;
	background: #009;
}
#mainContentH #thumbChoices #thumbPick a:link,#mainContentH #thumbChoices #thumbPick a:visited {
	color: #9CF;
}
#mainContentH #thumbChoices #thumbPick a:hover {
	background: #06F;
}
#mainContentH #thumbChoices #thumbPick h3  {
	font-size: 1.1em;
	color: #9CF;
}
#mainContentH #thumbChoices #thumbPick p    {
	color: #FFF;
	display: block;
	font-size: 0.7em;
}
#mainContentH #thumbChoices #thumbPick img  {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
#mainContentM {
	color: #FFF;
	background: #00F;
	list-style: circle;
}
#mainContentM #mainList {
	padding-left: 2em;
}
#mainContentM ul #subList {
	padding-left: 2em;
}
#mainContentM #mainList ul #detailList {
	padding-left: 2em;
}

#mainContentX {
	background: #CCC;
	width: 770px;
	color: #FFF;
	clear: both;
	display: block;
}
#mainContent #mCx #mCa{
	width: 500px;
	background: #09F;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#mainContent #mCx  #mCa h3{
	font-size: 1.2em;
	color: #FFF;
	line-height: 1em;

}
#mainContent #mCx  #mCa h4{
	color: #00C;
	text-decoration: underline;
	float: left;
}
#mainContent #mCx #mCa img  {
	padding-right: 10px;
	padding-bottom: 10px;
}
#mainContent #mCx #mCa img.gallery {
	cursor: pointer;
	border: 1px solid #aaa;
	padding: 4px;
	margin: 2px;
}
#mainContent #mCx #mCa img.largeimg {
	height: auto;
	width: auto;
}
#mainContent #mCx #mCa ol {
	color: #FFF;
	margin: 10px 10px 10px 20px;
}
#mainContent #mCx #mCa ul {
	list-style: disc;
	margin: 20px;
}





div.detailPhones p img{
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
#mainContent #mCx #mCs{
	width: 240px;
	float: right;
	background: #009;
	padding-top: 10px;
	padding-bottom: 5px;
}
#mainContent #mCx #mCs a:link ,#mainContent #mCx #mCs a:visited {
	color: #99CCFF;
	text-decoration: none;
	background: #009;
}
#mainContent #mCx #mCs a:hover {
	color: #00FFFF;
	text-decoration: underline;
}
#mainContent #mCx #mCs a.current:link , #mainContent #mCx #mCs a.current:visited  {
	color: #666;
	text-decoration: none;
	cursor: default;
}
#mainContent #mCx #mCs a.current:hover {
	color: #666;
	text-decoration: none;
	cursor: default;
}

#mainContent #mCx #mCs h3{
	font-size: 1.2 em;
	line-height: 1 em;
	color: #FFF;
}
#mainContent #mCx #mCs h4 {
}








/* ---------- FOOTER STYLES ------------*/
#footer {
	background:#003;
	clear: both;
	height: 70px;
	display: block;
	width: 770px;
} 

#footer p {
	padding: 10px 0;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9CF;
}
#footer a:hover {
	color: #39F;
	text-decoration: underline;
}
#footer a:current {
	color: #000000;
	text-decoration: underline;
}
#footer a.current:link   , #footer a.current:visited{
	color: #333;
	background: #999;
}
#footer a.current:hover {
	color: #333;
	background: #999;
	text-decoration: none;
}
.holder {
}
.clear {
	clear: both;
}
.gallery {
}
.largeimg {
}
