@charset "UTF-8";
/* CSS Document */
html, body {
	height:100%; 
}
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td   
{ margin : 0; padding : 0;  }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }


/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; } 

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

/* ------------   Style Defaults --------------  */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	letter-spacing:0em;
	margin:0 0 5px 0;
}
h1 {font-size:200%; color:#535454; /* font-family:lucida sans, Verdana, Arial, Helvetica, sans-serif */ }
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

address
{
	font-style:italic;
	margin:10px 0 10px 0;
}

p {
	margin:0 0 0.8em;
}
ol, ul { 
	list-style-type:decimal; 
	list-style-position: outside;
	margin:10px 0 10px 35px;
}
ul { list-style-type:disc; }

img {
	border:0;
}
img.sided {
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
}
small {
	font-size:10px;
}
a:hover img.sided {
	border-color:#A6A6A6;
	text-decoration:none;
}
a {
	color:#502A09;
	text-decoration:none;
}
a:hover {
	color:#A0A0A0;
	text-decoration:none;
}

 pre {
	padding:8px 12px 8px 36px;
	margin:5px 0;
}

.clear {
	clear:both;
}
cite {
	display:block;
	margin:6px 0 20px 0;
	font-weight:normal;
	color:#777;
}
sup {
	line-height:0.4em;
}
blockquote {
	font-size:14px;
}

body {
	background:#A4D8DD  url(images/cloud-background.jpg) repeat-x;
	font-family:"Lucida Grande" , Verdana,  Arial,Helvetica,sans-serif;
	font-size:13px;
}

#wrapper {
	background-color:#fff;
	width:1000px;
	margin:0 auto;
	
}


/*   ----  Header -------  */

#header {
	position:relative;
	_zoom: 1;
	background-color:#323133;
	height:100%;
}


#header #contactUs {
	position:absolute;
	top:0;
	right:0;
	padding:6px 50px 4px 13px;
	background: #C58B2A url(images/contact.jpg) repeat-x left bottom;
	display:block;
	color:#000;
}

#header #contactUs:hover {
	color:#FFF;
}

#logo {
	position:absolute;
	top:2px;
	left:50px;
}

#topHeader {
	position:relative;
	float:left;
	width:1000px;
	height:48px;
	background: url(images/header-tile.jpg) repeat-x 0 -25px;
}
#header a {
	color:#FFF;
}

#navcontainer {
	float:left;
	width:1000px;
}

#topnavcontainer, #servicesnavcontainer{
	float:left;
	width:1000px;
}

#servicesnavcontainer {
	background-color:#c95a25;
}

#topNav {
	display:inline; 
	float:right;
	margin:0;
	width:625px;
	list-style:none;
	background-color:#323133;
}


#header li  a {
	display:block;
	padding:5px 0;
	width:125px;
	text-align:center;
	
}

#topNav a:hover {
	background-color:#B67E27;
	color:#000;
}
#topNav .topNavSelected a {
	background-color:#AA762A;
	color:#000;
}
#header li {
	float:left;
}

#subNav {
	position:absolute;
	top:100px;
	right:0;
	margin:0 0 5px;
	width:1000px;
	padding:0;
	list-style:none;
	background-color:#C95A25;
	border-bottom:1px solid #333;
}

#subNav li {
	float:right;
}

#subNav a:hover {
	color:#000;
}
#calloutImage {
	border-top:2px solid #666;
}

#servicesNav {
	display:inline; 
	float:right;
	margin:0;
	/*width:625px;*/
	list-style:none;
	background-color:#c95a25;
}
#servicesNav li {
	float:left;
	list-style:none;
	
}

#servicesNav li a {
	padding:5px 25px;
	width:auto;
	color:#FFF;
}

#servicesNav li.firstItem a {
	padding:5px 25px 5px 42px; 
}

#servicesNav li.lastItem a {
	padding:5px 33px 5px 30px;
}

#servicesNav a:hover {
	background-color:#B67E27;
	color:#000;
}ccc
#servicesNav .Selected {
	background-color: #C58B2A;
}




#callout {
	position:absolute;
	top:190px;
	right:20px;
	width:432px;
	padding:20px; 
	height:150px;
	background: url(images/calloutB.png) repeat;
}

#callout h2 {
	color:#000;
	line-height:1em;
}

/* ---------- content ------------- */

#content {
	float:left;
	width:960px;
	padding:20px;
	border-bottom:5px solid black;
	
}
h1 {
	color:#97989C;
}
h2 {
	color:#C95A25;
}

#servicePage {
	float:left;
	background-repeat:repeat-y;
	margin-bottom:10px;
}

.sideBar {
	width:228px;
	float:left;
}
#subContent {
	width:716px;
	float:left;
	padding:15px 0 0 16px;
}
#subContent h4 {
	margin-top:1.3em;
}

#contentButtons {
	list-style:none;
	margin:0; 
	display:inline;
}
#contentButtons li {
	float:left;
	margin:0 0 16px 16px;
	text-align:center;
}
#contentButtons a {
	display:block;
	height:50px;
	width:228px;
	line-height:45px;
	
}


#contentButtons li a:hover {
	background-position: 0 -50px;
	color:#FFF;
}


#contentButtons li.selected a,  #contentButtons li.selected a:hover{
	background-position: 0 -100px;
	color:#FFF;
}
#contentButtons h4 {
	margin:0;
}
.contentBox {
	position:relative;
	float:left;
	width:432px;
	height:285px;
	padding:20px;
	margin:0 0 16px 16px;
	
}
#contentButtons .boxLeft, .boxLeft {
	margin-left:0;
}

.blockButton {
	position:absolute;
	bottom:20px;
	left:20px;
	color:#FFF;
	padding:5px 20px;
	
}
#breadcrumbs {
	float:left; 
	font-size:10px;
	width:706px; 
	padding:5px;
	margin-left:16px;
}
#breadcrumbs a {
	color:#333;
}
.blockButton:hover {
	color:#000;
}

.contentBox a {
	color:#FFF;
}
.siteMapSub {
	list-style:disc;
	color:#555;
}
.siteMapSub a {
	color:#555;
	color:#598988;
	font-size:15px;
}
.siteMapSub a:hover {
	text-decoration:underline;
	color:#000;
	color:#A0A0A0;
}
.siteMapSub p { 
	margin:5px 0 10px;
	color:#000;
	
}
.purpleBox { background: url(images/purple.jpg) repeat  }
#contentButtons .purpleBox a { background: url(images/purple-button.jpg) repeat-x right top; }
.purpleBox .blockButton { background-color:#48212f; }
.purpleBox h2, .purpleBox h3 a, .purpleBox h4, .purpleBox h4 a { color:#48212f; }

.orangeBox {  background: url(images/orange.jpg) repeat }
/*#contentButtons .orangeBox a { background: url(images/orange-button.jpg) repeat-x right top; line-height:22px; } */
#contentButtons .orangeBox a {
	 background: url(images/orange-button.jpg) repeat-x right top; 
	 line-height:19px; 
	 height:45px;
	 padding-top:5px;
}
.orangeBox .blockButton { background-color:#C28129; }
.orangeBox h2, .orangeBox h3 a, .orangeBox h4,  .orangeBox h4 a { color:#C28129; }

.greenBox {  background: url(images/green.jpg) repeat }
#contentButtons .greenBox a { background: url(images/green-button.jpg) repeat-x right top; }
.greenBox .blockButton { background-color:#245226; }
.greenBox h2, .greenBox h3 a, .greenBox h4, .greenBox h4 a { color:#245226; }


.blueBox {  background: url(images/blue.jpg) repeat }
#contentButtons .blueBox a { background: url(images/blue-button.jpg) repeat-x right top; }
.blueBox .blockButton { background-color:#598988; }
.blueBox h2, .blueBox h3 a , .blueBox h4, .blueBox h4 a { color:#598988; } 


.contactInfo {
	margin:5px 0 50px 20px;
}
.categoryMenu, .serviceMenu ul, .serviceSubMenu {
	list-style:none;
	margin:0;
	color:#FFF;
	
}
.serviceMenu {
	/*padding:20px;*/
	width:188px;
	margin:20px 0 60px 20px;
	list-style:none;
}
.plainMenu {
	background-color:#999999;
	min-height:160px;
	width:188px;
	padding:20px;
	margin:0 0 5px 0;
}

.serviceMenu li {
	margin-bottom:10px;
	border-bottom:1px solid #B7B6B5;
}
.serviceMenu li a {
	color:#000;
}
.plainMenu li  a {
	color:white;
}


.serviceSubMenu li { 
	border-bottom:1px solid #000;
	margin-left:20px;
}
.serviceSubMenu li a {
	margin-left:10px;
}
.serviceMenu a:hover, .serviceSubMenu a:hover, .serviceMenu .serviceSelected a, .serviceSubMenu .serviceSelected a {
	color:#C95A25;
}
.plainMenu a:hover,.plainMenu a:hover, .plainMenu .serviceSelected a, .plainMenu .serviceSelected a { 
	color:#000;
}
#sideLinkMenu {
	border-top:1px solid white;
	list-style:none;
	margin:0;
}
#sideLinkMenu li {
	padding: 30px 20px;
	
	border-bottom:1px solid white;
	margin:0;
}
.categoryMenu { 
	margin-bottom:10px;
}
.categoryMenu li a, .categoryMenu .orangeCat {
	display:block;
	background-color:#6D6F72;
	height:160px;
	margin-bottom:5px;
	padding:20px;
	color:#FFF;
	font-size:18px;
}
.categoryMenu li a:hover {
	color:#000;
}
.categoryMenu .orangeCat {
	background-color:#C95A25;
	font-size:15px;

}

.imageLeft {
	float:left;
	margin:0 20px 10px 0;
}
.imageRight {
	float:right;
	margin:0 0 10px 20px;
}
.orangeHR , .grayHR {
	color:#C95A25;
	background-color:#C95A25;
	height:10px;
	border:none;
	margin:0;
	clear:left;   
	
}
.grayHR { 
	color:#6D6F72;
	background-color:#6D6F72;
	margin-bottom:16px;
}

.alignRight {
	float:right;
}

.mainbox {
	position:relative;
	float:left;
	width:665px;
	margin-right:20px;
	padding-left:20px;
}

.mainbox h1 {
	color:#000000;
}

.mainbox img.alignRight {
	margin-left:50px;
}

.contentbox {
	position:relative;
	float:left;
	width:190px;
	height:197px;
	margin-right:15px;
	margin-bottom:15px;
	padding:15px 15px;
}

.contentbox.height {
	height:165px;
}

.contentbox.teal {
	background: #ECF8F9;
}

.contentbox.violet {
	background:#E9E5E6;
}
.contentbox.green {
	background: #E4EBE5;
}
.contentbox.orange {
	background: #FBF5EB;
}
.contentbox.lightgreen {
	background: #ECF3F2;
}
.lastbox {
	margin-right:0;
}

.contentbox.teal h2 a {
	color:#323232;
}

.contentbox.violet h2 a{
	color:#48212E;
}

.contentbox.green h2 a {
	color:#255126;
}

.contentbox.orange h2 a {
	color:#A46F22;
}

.contentbox.lightgreen h2 a {
	color:#588988;
}
.contentbox h2 a:hover {
	color:#A0A0A0;
}
.contentbox a.learnmore {
	position:absolute;
	bottom: 15px;
	display:block;
	width:100px;
	padding:5px 0 5px 15px;
	color:#FFFFFF;
}
.contentbox a.learnmore:hover {
	color:#000000;
}
.contentbox a.learnmore.grey {
	background:#444444;
}
.contentbox a.learnmore.violet {
	background:#48212E;
}
.contentbox a.learnmore.orange {
	background:#A46F22;
}
.contentbox a.learnmore.green {
	background: #255126;
}
.contentbox a.learnmore.lightgreen {
	background:#3F605F;
}


/* ---------------- footer ---------------------- */

#footer {
	float:left;
	position:relative;
	background: url(images/footer-tile.jpg) repeat-y; 
	width:960px;
	color:#FFF;
	padding:20px;
	display:inline;
}
#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#000;
}

.footerLinks {
	float:left;
	list-style:none;
	margin:0 0 10px 10px;
	padding:0;
}
.footerLinks li {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	width:184px;
}

.mainLinks {
	margin-left:0;
}
.mainLinks li, .footerLinks .firstLink {
	border-bottom:1px solid #000;
}
.footerLinks .firstLink {
	height:35px;
}
.footerHR {
	color:#CCC;
	background-color:#CCC;
	height:1px;
	border:none;
	margin:10px 0;
	clear:left;   
	
}
#footerLeft {
	float:left;
	width:378px;
}

.footerButton {
	display:block;
	margin:10px 0 0;
	border:1px solid #FFF;
	padding:5px 0;
	width:155px;
	text-align:center;
}

.footerContact {
	list-style:none;
	float:left;
	margin:20px 0 0 0;
	display:inline;
	width:582px;
}
.footerContact strong {
	font-weight:bold;
}
.footerContact li {
	float:left;
	width:184px;
	margin-left:10px;
	display:inline;
}

#footer small {
	display:block;
	margin:45px 0; 
	font-size:9px;
}}