@charset "utf-8";

/* Global Styles and General Layout */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin:0;   
    padding:0;   
} 
img {
	border: 0px;
}
a {
	outline: none;
}
body {
	background-color: #222222;
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
}
#PageWrapper {
	background-color: #e6e3d8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#BodyShadow {
	width: 100%;
	background-repeat: repeat-y;
	background-position: center;
}
div[id="BodyShadow"] {
	background-image: url(../images/body_bg.png);
}
#InnerMainContent {
	width:695px;
	float:right;
	padding-top: 25px;
	padding-left:25px;
}


/* Header Styles */

#HeaderWrapper {
	width:100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Header {
	width: 910px;
	height: 163px;
	margin-left:auto;
	margin-right: auto;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	font-size:1.2em;
	color: #ffffff;
}
#Header a {
	text-decoration:none;
	color: #f1db76;
}
#Header a:active, #Header a:hover {
	color:#f1c601;
}
#Header p {
	float: left;
	padding-top:7px;
	margin-right:25px;
}
#Banner {
	width: 910px;
	float: left;
	margin-top: 15px;
	padding-top: 60px;
}

/* Search Box Styles */
.SearchBox 
{
	float:left;
	
	background-color: transparent;
	height: 20px;
	width:170px;
	border:none 0px;
	color: #ffffff;
	padding-top:5px;
	margin-left:5px;
	padding-right:10px;
}
.SubmitSearch 
{
	position:relative;
	background-image: url(../images/search.jpg);
	background-repeat:no-repeat;
	background-position:center middle;
	border:none 0px;
	height:23px;
	width:24px;	
	content: "SEARCH";
}
#SearchBG 
{
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #413f3d;
	border: 1px solid #727272;
	height: 25px;
	width:210px;
	overflow: hidden;
	float:left;	
}


/* Navigation Styles */

#TopNavigation {
	width:960px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#SubNavigation {
	width: 190px;
	float: left;
	background-color: #1d4664;
	background-image: url(../images/SubNav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 25px;
	color:#ffffff;
}
#SubNavigation .MinHeight {
	height: 219px;
	float:right;
}
#SubNavigation li
{
	list-style-type:none;
}
#SubNavigation a,
#SubNavigation a:visited,
#SubNavigation a:hover
{
	text-decoration:none;
}
#SubNavigation a.ItemSelected,
#SubNavigation li.ItemSelected_Level1Item
{
	color:#f1db76;
}

/* 1st-level styling */
#SubNavigation li.ItemNotSelected_Level1Item
{
	display:none;
	visibility:hidden;
}
#SubNavigation li.ItemSelected_Level1Item
{
	font-size:2em;
	letter-spacing: -1px;
}
#SubNavigation a.ItemSelected_Level1Item
{
	display:block;
	margin-bottom:15px;
	cursor:default;
}

/* 2nd-level styling */
#SubNavigation li.ItemSelected_Level2Item,
#SubNavigation li.ItemNotSelected_Level2Item 
{
	color:#ffffff;
	font-size:0.75em;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom-color: #717f88;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left:0px;
	padding-left:0px;
}
#SubNavigation li a.ItemNotSelected_Level2Item {
	color:#ffffff;
}
#SubNavigation li a.ItemNotSelected_Level2Item:hover, 
#SubNavigation li a.ItemNotSelected_Level2Item:active {
	color:#f1db76;
}
#SubNavigation li.ItemSelected_Level2Item ul,
#SubNavigation li.ItemNotSelected_Level2Item ul 
{
	margin-top:5px;
	margin-bottom:5px;
}

/* 3rd-level styling */
#SubNavigation li.ItemSelected_Level3Item,
#SubNavigation li.ItemNotSelected_Level3Item
{
	font-size: .95em;
	list-style-type:circle;
	padding-bottom:3px;
	padding-top:3px;
	margin-left:17px;
	list-style-position: outside;
}
#SubNavigation li.ItemNotSelected_Level3Item a {
	color:#bfd6f3
}
#SubNavigation li.ItemNotSelected_Level3Item a:hover, #SubNavigation li.ItemNotSelected_Level3Item a:active {
	color:#ffffff;
}
#SubNavigation ul.MenuNotSelected
{
	display:none;
}
#SubNavigationBrownStripe {
	background-image: url(../images/subnav_terminator.png);
	background-repeat: repeat-x;
	width: 240px;
	height: 100px;
	background-position: top;
	float:left;
	clear:left;
}


/* Breadcrumbs Styles */

#Breadcrumbs {
	width:670px;
	font-size:1.3em;
	margin-bottom:30px;
	color:#636363;
}
#Breadcrumbs div {
	display:inline;
}
#Breadcrumbs .Level1Item, 
#Breadcrumbs .Level2Item,
#Breadcrumbs .Level3Item,
#Breadcrumbs .Level4Item,
#Breadcrumbs .Level5Item {
	padding-left:11px;
	margin-left:4px;
	background-image:url(../images/divider1.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

/* Home Page Layout */

#HomeFeatureRotator {
	float: left;
	height: 300px;
	width: 640px;
	overflow:hidden;
}
#HomeTopRightContent {
	float: right;
	height: 250px;
	width: 270px;
	overflow:hidden;
	padding:25px;
}
#HomeBottomLeftContent {
	float: left;
	width: 590px;
	padding-top: 34px;
	padding-right: 25px;
	padding-left: 25px;
}
#HomeBottomRightContent {
	float: right;
	width: 270px;
	padding-top:34px;
	padding-left:25px;
	padding-right:25px;
}


/* Font Styles for Blue Background (except SubNavigation) */
.BlueBG {
	background-image: url(../images/HomeServices_bg.jpg);
	color:#ffffff;
	background-repeat:no-repeat;
}
.BlueBG h1,.BlueBG h2,.BlueBG h3,.BlueBG h4,.BlueBG h5,.BlueBG h6 {
	font-size:2em;
	font-weight:normal;
	color:#f1db76;
	margin-bottom:20px;
	letter-spacing: -1px;
}
.BlueBG a,
.BlueBG a:active,
.BlueBG a:visited,
.BlueBG a:hover
{
	color:#f1db76;
	text-decoration:none;
}
.BlueBG li {
	font-size:1.2em;
	margin-bottom:10px;
	list-style-type: square;
	margin-left: 15px;
}
.BlueBG li a {
	color:#ffffff;
	text-decoration:none;
}
.BlueBG li a:hover, .BlueBG li a:active {
	color:#f1db76;
}
.BlueBG li li {
	font-size:1em;
}
.BlueBG p {
	font-size:1.2em;
	margin-bottom:10px;
	line-height:1.4em;
}
.BlueBG p a {
	color:#f1db76;
	text-decoration:none;
}
.BlueBG p a:active, .BlueBG p a:hover {
	color:#88b7f3;
}


/* Font Styles for Cream Background (Main Content on all pages) */
.CreamBG {
	background-image: url(../images/HomeBottomLeft_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.CreamBG h1 {
	font-weight:normal;
	font-size:2.4em;
	color: #6b6963;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.CreamBG h2 {
	font-weight:normal;
	font-size:1.8em;
	color:#225174;
	margin-bottom:10px;
	letter-spacing: -1px;
}
.CreamBG h3 {
	font-weight:normal;
	font-size:1.6em;
	color:#225174;
	margin-bottom:5px;
}
.CreamBG h4 {
	font-weight:normal;
	font-size:1.6em;
	margin-bottom:5px;
}
.CreamBG h5 {
	font-size:1.4em;
	margin-bottom:5px;
}
.CreamBG p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#636363;
	margin-bottom:20px;
	line-height:1.8em;
}
.CreamBG ul, .CreamBG ol {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#636363;
	margin-bottom:20px;
}
.CreamBG ul
{
	font-size:1em;
	margin-bottom:10px;
	margin-top:10px;
}
.CreamBG a {
	text-decoration:none;
	color:#982f2f;
}
.CreamBG a:hover, .CreamBG a:active {
	color:#659be0;
}
.CreamBG ul {
	margin-bottom:20px;
}
.CreamBG li {
	font-size:1.2em;
	margin-left:35px;
	list-style-type:square;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:8px;
	margin-right:25px;
	line-height:1.8em;
}
.CreamBG li li {
	font-size:1em;
}
.CreamBG table, .CreamBG p table {
	line-height:1em;
	font-size:1em;
}
.CreamBG input[type="text"], .CreamBG textarea {
	background-color:#ffffff;
	border: 1px solid #6b6963;	
	height:15px;
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
}
.CreamBG select {
	background-color:#ffffff;
	border: 1px solid #6b6963;	
	font-family:Verdana, Geneva, sans-serif;
}
.CreamBG ol.design_list_vertical li {
	list-style-type:none;
	list-style-position: outside;
	margin-left:0px;
	padding-left:0px;
}
/* Styles for Text on Brown Background */
.BrownBG {
	background-image: url(../images/HomeRightBottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.BrownBG .MinHeight {
	height:283px;
	float:right;
}
.BrownBG h1 {
	font-weight:normal;
	color: #225174;
	font-size:2em;
	margin-bottom:15px;
	letter-spacing: -1px;
}
.BrownBG h2,.BrownBG h3,.BrownBG h4,.BrownBG h5 {
	font-weight:normal;
	color: #225174;
	font-size:1.6em;
	margin-bottom:5px;
}
.BrownBG ul {
	margin-bottom:15px;
}
.BrownBG li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color: #636363;
	line-height:1.8em;
	margin-left:17px;
	list-style-type: disc;
}
.BrownBG li li {
	font-size:1em;
}
.BrownBG li a {
	text-decoration:none;
	color: #636363;
}
.BrownBG li a:hover, .BrownBG li a:active {
	color:#659be0;
}
.BrownBG p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color: #636363;
	line-height:1.6em;
	margin-bottom:10px;
}
.BrownBG p a {
	text-decoration:none;
	color:#982f2f;
}
.BrownBG p a:hover, .BrownBG p a:active {
	color:#659be0;
}

/* Footer Styles */

#FooterBackground {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

#Footer {
	height: 123px;
	width: 960px;
	padding-top:85px;
	margin-right: auto;
	margin-left: auto;
}
#Footer p {
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.5em;
}
#FooterRight {
	float: right;
	text-align: right;
	color: #ffffff;
	line-height: 1.5em;
}
#FooterRight a {
	text-decoration:none;
	color: #f1db76;
}
#FooterRight a:active, #FooterRight a:hover {
	color:#f1c601;
}


/* Additional Classes */

.clear {
	clear:both;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#siteMap LI
{
	line-height:1.5em;
}

#siteMap UL
{
	padding-top:1em;
	font-size:1em;
}

.alt1
{
	background-color:#F4F2EC;
}

.alt1,
.alt2
{
	padding:3px;
}

.alt1 p,
.alt2 p
{
	padding:0px;
	margin:0px;
}

#ProjectGalleryList
{
	padding:0px;
	margin:0px;
	font-size:1.05em;
}

#ProjectGalleryList LI
{
	padding:0px;
	margin:0px;
	font-size:1.05em;
	list-style-type:none;
	padding-bottom:5px;
}

#ProjectGalleryList img
{
	padding-right:3px;
}
