/* START GLOBAL */
*{
	margin: 0;
	padding: 0;
}
#validation { float:right; position:relative; bottom:0; left:0; right:0; float:right;}
acronym { color:#41737C;}

body{
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #3D6B72;	
	width: 780px;
	text-align: center;
	margin:0 auto;
}

h1 span{
	position: absolute;
	left: -1500px;
}


/* global styles */

a:link, a:visited{
	color: #039;
}

a:hover{
	color: #c30;
}

a img{
	border: none;
}

ul{
	list-style: none;
}

/* containers */

#bg{
	position: relative;
	width: 780px;	
	margin: 0 auto;
	text-align: left;
}

#container{
	float: left;
	width: 780px;
	background: #fff;
	border-bottom: 1px solid #949595;
	margin:0;
}

#containertwo{
	float: left;
	width: 780px;
	background: #5f5f5f;
	margin-top: 0.2em;	
}

/* header */

#header{
	float: left;
	width: 780px;	
	height: 121px;
	background: url(../images/bgHeader.jpg) no-repeat left;
}

#header h1{
	float: left;
	width: 250px;
	height: 84px;
	display: inline;
	margin: 15px 0 0 40px;
	background: url(../images/brand.gif) no-repeat top left;
}

#header h1 a:link, #header h1 a:visited{
	width: 250px;
	height: 84px;
	display: block;	
}

/* main navigation */

ul#nav, ul#footer{
	float: right;
	width: 780px;
	list-style: none;	
}

ul#nav li, ul#footer li{
	float: right;
	display: inline;
	border-left: 1px solid #fff;
}

ul#nav li.home, ul#footer li.home{
	/*margin-left: 339px;	*/
}

ul#nav li a, ul#footer li a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.05em;
	font-weight: bold;
	padding: 0.3em 1em 0.3em 1em;
	text-decoration: none;
}

ul#nav li a:hover{	
	color: #8DC7AF;
}


/* content area */

#content{
	float: right;	
	width: 588px;
	padding: 20px 0 10px 0;
	background: #fff;	
}

#content h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 25px;
	text-transform: uppercase;
}

#content p, #content ul{
	line-height: 1.4em;
	margin: 1em 25px 1em 25px;
}

#content ul{
	margin-left: 3em;
	list-style: disc;
}

#content li{
	margin-bottom: 0.4em;
}

#content img{
	float: right;
}

#content img.imgright {
	float: right;
	margin: 0 10px 30px 10px;
	border: 1px solid #ccc;
	padding:.25em;
	display: block;
}

#content hr{
	height: 1px;
	margin: 0 0 2em 0;
	background-color:#949595;
	border-top: 0;
	border-bottom: 0;
	display:block;
	width: 100%;
	clear:both;
}
/*test*/
#navlist2 ul{margin:0;padding: 0;list-style-type: none; font-weight: bold;  text-align: left; border-bottom: 3px solid #fff;}

#navlist2 li { margin: 0; border-bottom: 1px dotted #A5A5A5; }

#navlist2 li ul { margin: .5em 0 .5em 2em; border:none; font-weight:normal;}
#navlist2 li ul li { border:none; font-size:.9em; margin:.5em 0;}

/**/#navlist2 a{display: block;padding: 0.3em 0 0.5em 3em;text-decoration: none;color: #000;}

#navlist2 a:link, #navlist2 a:visited{/**/color: #fff;text-decoration: none;background-image:url(../images/arrowSubnav2.gif); background-repeat:no-repeat; background-position:left center;	font-size: 1.05em; margin:0;}

#navlist2 a:hover, #navlist2 a:focus, #navlist2a:active{color: #fff; background-color:#7E8083; color: #91CBB1;background-image:url(../images/arrowSubnav2Hover.gif); background-repeat:no-repeat; background-position:left center;}

ul#navlist2 li h3{
	padding: 4px 0 5px 5px;
	font-size: 1.2em;	
	color: #fff;
	text-transform: uppercase;
}
ul#navlist2 ul li a:link, ul#navlist2 ul li a:visited{	
	padding: 0.1em 0 0.1em 2em !important;
	background: url(../images/arrowSubNav.gif) no-repeat center left !important;
	text-transform: capitalize !important;
}
/* sub navigation */

ul#subnav{
	float: left;
	width: 16.75em;
}

ul#subnav li{
	background: url(../images/borderNavDotted.gif) repeat-x bottom;
}

/*ul#subnav li h3{
	padding: 4px 0 5px 5px;
	font-size: 1.2em;	
	color: #fff;
	text-transform: uppercase;
}*/

ul#subnav li a:link, ul#subnav li a:visited{
	display: block;
	width: 83%;
	padding: 0.3em 0 0.5em 3em;
	background-image:url(../images/arrowSubnav2.gif); background-repeat:no-repeat; background-position:left center;
	color: #fff;	
	line-height: 1.3em;
	text-decoration: none;	
	font-size: 1.05em
}

ul#subnav li a:hover{
background-image:url(../images/arrowSubnav2Hover.gif); background-repeat:no-repeat; background-position:left center; background-color:#7E8083; color: #91CBB1;
	width: 81%;
}

ul#subnav ul{
	width: 150px;	
	margin: 0 0 10px 30px;
}

ul#subnav ul li a:link, ul#subnav ul li a:visited{	
	padding: 0.1em 0 0.1em 2em !important;
	background: url(../images/arrowSubNav.gif) no-repeat center left !important;
	text-transform: capitalize !important;
}

ul#subnav ul li a:hover{	
	text-decoration: underline;
}

/* footer */

ul#footer{
	border-top: 1px solid #949595;
	border-bottom: 1px solid #949595;
	background: #717171;
	margin:0;
}

ul#footer li{
	border: none;
}

ul#footer li a{	
	font-size: 0.8em;
	padding: 0.6em 1em 0.6em 1em;
	text-transform: capitalize;
}

.textfooter { font-size: 0.8em; padding: 0.6em 1em 0.6em 1em; text-transform: capitalize; color:#FFFFFF }

/* END GLOBAL CSS */


/* feature styles */

#feature{
	float: left;
	width: 100%;	
	height:26em;
	max-height:100%;	
	background: url(../images/bgHomeFeature.jpg) no-repeat 0 0;

	background-color:#3C4145;
	color:#FFF;
}

#feature h1{
	float: right;
	display: inline;
	width: 226px;
	height: 41px;
	margin: 60px 45px 0 0;
	background: url(../images/bgHomeH1.gif);
}

#feature p{
	float: right;
	width: 250px;
	clear: right;
	display: inline;
	margin: 10px 20px 0 0;
}

/* sidebar styles */

#sidebar{
	float: right;
	width: 190px;
	background: #5f5f5f url(../images/bgSidebar.gif) no-repeat;	
	padding-top: 45px;
	padding-right: 10px;
	color:#fff;
}

#sidebar h2{
	font-size: 1.05em;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 15px;
	background: url(../images/arrowSubnav.gif) no-repeat left;
}

#sidebar p{
	margin: 0 0 20px 20px;
}

#sidebar a{
	color: #fff;
}

/* item styles */

#item{
	float: left;
	width:100%;	

}

.item{
	float: left;
	width: 33.15%;		
	height: 22em;
	max-height:100%;
	padding: 10px 0 10px 0;	
	background: #fff url(../images/bgItem.gif) repeat-y left;
	border-left:1px solid #849091
}
.item-last { border-right: 1px solid #849091; float:right;width: 33.14%; }

.clear { clear:both; }
.last{
	border: none;
}

.item h3{
	float: right;
	width: 65%;
	margin-bottom: 5px; text-align:left;
	margin-right: 15px !important;
	font-size: 0.95em;	
	font-weight: bold;
}

.item h3 a{
	color: #44757E;
	margin-left:5px;	
}

.item p{
	float: right;
	width: 65%;
	margin-right: 10px !important;
	margin: 0 5px 7px 5px;
	color: #000;	
}

.item img{
	float: left;
	border: 2px solid #7E8A8C;
	margin-left: 10px;
}

/* form styles */
fieldset { border:1px solid #ccc; margin:0 auto; width:350px; }
legend { background-color:#FFFFFF; font-size:1.25em; font-weight:bold; margin-bottom:10px;}
label { font-weight:bold; min-width:100px; height:20px; margin-top:20px; display: block; }
input { width:300px; }
.button { background-color:#6BAFAE; border:1px solid #ccc; color:#FFF; font-weight:bold; width:100px; margin-bottom:10px; }


/*Yeeeeeeeeeeeeehhhhaaaawwww*/

#latestprojects { width:100%; margin:2em 0; float:left;}
#latestprojects .projectbox { width: 100px; float:left; height:175px; margin: 1em 0 0 1.25em;}
#latestprojects .projectbox img { margin:0px;padding:0.25em; border:1px solid #ccc;}
#latestprojects .projectbox p { margin:1em .25em 0 .25em; padding:0; width:90%; text-align:center; float:left;}
