/* CSS Document */

/*--------- GENERAL ----------- */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg_tile.gif) repeat;
	padding: 0px;
	margin: 0px;
	text-align:center;
	color:#4F4436;
}

.s1 {font-size: 65%; }
.s2 {font-size: 70%;}
.s3 {font-size: 75%;}
p { margin:0px 0px 20px 0px; line-height:1.2}
p.intro {font-size:120%; line-height:1.2; font-weight:bold; margin-top:20px}
h1 {font-size: 120%; color:#4F4436; margin:0px 0px 0px 0px;padding:0px;}
h2 {font-size: 200%;color:#EDBC10;margin:0px 0px 20px 0px; padding:0px; font-weight:normal;}

.post h1 {font-size: 200%;color:#EDBC10;margin:0px 0px 20px 0px; padding:0px; font-weight:normal;}
.post h2 {color:#ED8210;font-weight:bold;font-size: 120%;margin:5px 0px 10px 0px;}
h3 {color:#7f8790;margin:0px 0px 0px 0px; }
h4 {color:#7f8790;margin:5px 0px 0px 0px; }


a { color:#ED8210;text-decoration: underline;font-weight: normal;}	
a:hover { color:#ED8210;text-decoration: none;font-weight: normal; text-decoration: underline;}


img		{margin:0;display:block; border:0}
a img	{border:0;margin:0}
.hidden {text-indent: -9000px; margin:0px; padding:0px; height:0px}

.clearleft {clear:left; height: 0;}
.clearright {clear:right; height: 0;}
.clear {
  clear: both;
  max-height:0px;
}

ul { margin:0px 0px 20px 10px; padding:0px 0px 0px 10px; }

ul li a, ul li a:visited {color:#4F4436; line-height:1.6; font-weight:bold; margin:0; padding:0; text-decoration:none}
ul li a:hover {color:#4F4436; line-height:1.6; font-weight:bold; margin:0; padding:0; text-decoration:underline}
 
#skiptocontent {display: none;margin:0px; padding:0px; height:0px}

#wrapper {
	background-color:#fff;
	margin:0px auto;
	padding:0px 35px 0px 35px;
	background:#fff url(images/content_bg.gif) repeat-y 35px 0px;
	width: 704px;
	\width:774px; 
	w\idth: 704px;
}

#header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:704px;
	border-top:30px solid #4F4436;
	background:#fff
}

#header #logo {
	float:left;
	width:288px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#sideright {
	text-align: left;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	width: 210px;
}

#content {
	text-align: left;
	padding:0px 0px 0px 0px;
	margin:0px 30px 0px 35px;
	float:left;
	display:inline;
	width: 375px;
}


/*-------------- TOP NAV ---------------*/

#topRight {
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	height:10px;
	width:280px;
	text-align:left
}

#topRight ul {
	float:left;
	width:280px;
	list-style-type:none;
	margin:0px 0px 5px 0px;
	padding:0;
	color:#4F4436
}

#topRight li {
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 0;
	color:#4F4436
}

#topRight li a {text-decoration: none;font-weight: normal;margin: 0px 10px 0px 0px; color:#4F4436; line-height:1.2}
#topRight li a:hover {text-decoration: none;font-weight: normal; text-decoration: underline; color:#4F4436}	
#topRight li a:visited {color:#4F4436}

#telephone {width:280px;}
/*------------ MAIN NAV -----------------*/

/* all lists */
#nav, #nav ul {
	white-space:nowrap;
	margin:0;
	padding:0;
}

#nav a {display:block;color:#fff;text-decoration: none;font-weight:normal;}
/* all list items - width needed or else Opera goes nuts */
#nav li {float:left;margin:0;position:relative;}



#nav li a:hover {color:#fff;}
/* second-level lists */
#nav li ul {position:absolute;left:-999em;top:31px;width:200px; }


/* second-level lists hiding - using left instead of display to hide menus because display: none isn't read by screen readers */
#nav li:hover ul ul, #nav li.sfhover ul ul {left:-999em;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li a {height:20px;}

#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul {left:-35px;}

#nav li ul ul {margin:0 0 0 0px; padding:0px;}

/* MASTER NAV ######################################################### */


#masternav {
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	clear:both;
	float:left;
	width:704px;
	background:url(images/nav_bg.gif) bottom left;
}

#masternav ul {
	float:left;
    list-style: none;
	padding: 0px 10px 0px 36px;
	
}

#masternav ul li {
	display: inline;
    float: left; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border-right:1px solid #fff;
	color:#FFFFFF;
}

#masternav ul li.profile {border-left:1px solid #fff; }

#masternav ul li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:6px 40px 6px 40px; 
	white-space:nowrap;
	background:#4F4436;
	border-top:6px solid #fff;
	text-transform:uppercase;
	 line-height:1.2;
}

#masternav ul li a:hover {border-top:6px solid #1796D1;}
#masternav ul li.current_page_item a, #masternav ul li.current_page_parent a  {border-top:6px solid #EDBC10;}
#masternav ul li.current_page_item ul li a,  #masternav ul li.current_page_parent ul li a {border-top:0px solid #EDBC10;}

#masternav ul li.services a:hover {border-top:6px solid #22C325;}
#masternav ul li.links a:hover {border-top:6px solid #E21981;}
#masternav ul li.contact a:hover {border-top:6px solid #1ED3CD}
#masternav ul li.home a:hover , #masternav ul li.home a.active{border-top:6px solid #EDBC10}




#masternav ul li a {f\loat:none}
#masternav ul li ul li {background:#4F4436; width:210px; background-image:none;border-top:1px solid #fff;padding:0px; margin:0px 0px 0px 0px; text-align:left;}
#masternav ul li ul li a {background:#4F4436;width:200px;padding: 4px 0px 0px 10px; border:0px; text-transform:capitalize}

#masternav ul li ul li a:hover {background:#1796d1; text-decoration:none; border:0px;}
#masternav ul li.services ul li a:hover {background:#22C325; text-decoration:none; border:0px;}
#masternav ul li.links ul li a:hover {background:#E21981; text-decoration:none; border:0px;}
#masternav ul li.contact ul li a:hover {background:#1ED3CD; text-decoration:none; border:0px;}
#masternav ul li.home ul li a:hover {background:#EDBC10; text-decoration:none; border:0px;}

/* ------------- FORM ------------------*/

#content form		{ margin:0;padding:0;}
#content input 	{margin:4px 0px 0px 0px;padding:0px;color: #000000;font-size: 0.9em;display:inline;}
#content textarea {margin:1px 0px 0px 0px;padding:0px;color: #000000;display:inline; font-family:Verdana, Arial, Helvetica, sans-serif}
#content select{margin:0;background: #FFFFFF;color: #000000;padding: 1px;font-size: 0.9em;display:inline;margin-top:2px;float:left}
#content submit {text-align:center}
#content fieldset {
 margin:0px 0 15px 0;
 padding:0px 0 20px 0;
 border:0;
 width:400px;
 float:left;
 border-bottom:1px solid #ccc;
 }
 	
#content legend {
	font-size: 120%; 
	color: #64379B; 
	margin:0px 0px 0px -7px;
	padding:0px 0px 0px 0px;
	display:block; 
	font-weight:600
	}

 		
#content label {
	display:inline;
	float:left;
	margin:4px 0 0px 5px;
	 width:100px;
 }
 
#content #buttons {
 	width:200px;
	float:right;
 }
 
/*------------ NEWS -----------*/

.newsHeader {
	width:200px;
	padding:0px;
	float:left;
	margin:0px 0px 0px 10px;
}

.newsHeader h3 {
	color:#fff;
	background:#ED8210;
	padding:2px 4px 2px 4px;
	font-weight:bold;
	float:left;
	margin:0px;
	font-size:1em;
}

.newsDate {
	color:#000;
	float:left;
	margin:20px 0px 0px 15px;
	padding:0;
	width:200px;
	font-weight:bold;
	font-size:90%;
}

.post .newsDate {
	width:400px;
}

.newsTitle{
	width:210px;
	background:url(images/news.gif) no-repeat center left;
}

.newsTitle a, .newsTitle a:visited,  .newsTitle a:hover {
	color:#ED8210;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	margin:0;
	float:left;
	text-decoration:none;
	width:195px;
	background:url(images/news.gif) no-repeat center left;
}

.newsDescription {
	margin:0px 0px 0px 15px;
	color:#000;
	padding:0;
	}
	
.newsDescription p { margin:0px 0px 0px 0px; line-height:1.2}

	
.newsLink a, .newsLink a:visited,  .newsLink a:hover {
	color:#ED8210;
	padding:0px 0px 0px 15px;
	margin:0;
	float:left;
	width:195px;
}

.newscontent{font-size: 70%;}

/*------------ RECENT PROJECTS -----------*/

.projectcontent {font-size: 70%;}

.projectcontent h1 {color:#4F4436}
.projectcontent h2 {color:#22C325;}
.projectcontent a {color:#22C325;}

.projectHeader {
	width:200px;
	padding:0px;
	float:left;
	margin:0px 0px 20px 10px;
}

.projectHeader h3 {
	color:#fff;
	background:#4F4436;
	padding:2px 4px 2px 4px;
	font-weight:bold;
	float:left;
	margin:0px;
	font-size:1em;
}

.projectTitle{
	width:210px;
	background:url(images/project_bullet.gif) no-repeat center left;
	color:#4F4436
}

.projectTitle a, .projectTitle a:visited,  .projectTitle a:hover {
	color:#4F4436;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	text-decoration:none;
	width:195px;
	background:url(images/project_bullet.gif) no-repeat center left;
}

.projectDescription {
	margin:0px 0px 0px 15px;
	color:#000;
	padding:0px 0px 0px 0px;
	}

.projectDescription p { margin:0px 0px 0px 0px; line-height:1.2}


.projectLink a, .projectLink a:visited,  .projectLink a:hover {
	color:#22C325;
	padding:0px 0px 20px 15px;
	margin:0;
	float:left;
	width:195px;
}
 
/*------------ CRUMBTRAIL -----------*/

#crumbtrail {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:10px 0px 20px 0px;
	width:704px;
	text-align:left;
	background:#fff
}

#crumbtrail .title {
	display:inline;
	width:80px;
	float:left
}

#crumbtrail ul {
	float:left;
	list-style-type:none;
	margin:0px 0px 0px 5px;
	padding:0;
	display:inline
}

#crumbtrail li {
    display: inline;
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 0;
	font-weight:bold
}

#crumbtrail li a {color:#000;text-decoration: none;font-weight:bold;margin: 0px 5px 0px 0px;}
#crumbtrail li a:hover {color:#000; text-decoration: none;font-weight: bold; text-decoration: underline;}	
#crumbtrail li a:visited {color:#000;}

/*--------------FOOTER---------------*/

#footer {
	margin: 0px 0px 0px 0px;
	padding:40px 0px 0px 0px;
	text-align:left;
	float:left;
	width:704px;
	background:#fff;
	border-bottom:12px solid #4F4436; 
}

#footer img { float:left;  padding:0px 0px 10px 0px; }
#footer p { float:right; padding-top:50px }

