/* CSS Document */

body {
	margin: 0px auto; 
	background-color: #333333;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	background: url(../images/h1-bg.gif) bottom left repeat-x;
	color: #b25611;
	margin-top: -2px;
	text-transform: uppercase;
}

h3 {
	font-size: 11px;
	color: #b25611;
	margin-top: 0px;
	padding: 0px;
}

h6 {
	margin: 0px;
	padding: 0px;
	color: #999;
	font-weight:normal;
	font-size: 8px;	
}

p {
	margin-top: 0px;
}

img {
	border: 0px;
}

.orange { color: #b25611; }

#wrapper {
	margin: auto;
	margin-top: 43px;
	width: 936px;
	background-color: #ffffff;
}

#top_banner {
	width: 936px;
	height: 109px;
	background: #fff url(../images/header-bg.gif) repeat-x;
}

#logo {
	float: left;
	border: 0px;
}

#nav {
	float: right;
	margin: 0px;
	width: 346px;
}

#nav  ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;

}

#nav  li {
	margin-top: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	clear: right;
}

#nav a {
	height: 27px;
	display: block;
}


#nav li#a a{ background-image: url(../images/news.jpg); margin-left: 0px; width: 60px; overflow: hidden; }
#nav li#a a:hover { background-image: url(../images/news.jpg); margin-left: 0px; width: 60px; overflow: hidden; background-position: bottom; }

#nav li#b  a{ background-image: url(../images/profile.jpg); margin-left: 0px; width: 80px; overflow: hidden; }
#nav li#b a:hover { background-image: url(../images/profile.jpg); margin-left: 0px; width: 80px; overflow: hidden; background-position: bottom;}

#nav li#c a { background-image: url(../images/projects.jpg); margin-left: 0px; width: 95px; overflow: hidden; }
#nav li#c a:hover { background-image: url(../images/projects.jpg); margin-left: 0px; width:95px; overflow: hidden; background-position: bottom;}

#nav li#d a { background-image: url(../images/contact.jpg); margin-left: 0px; width: 75px; overflow: hidden; }
#nav li#d a:hover { background-image: url(../images/contact.jpg); margin-left: 0px; width:75px; overflow: hidden; background-position: bottom;}

#nav span {
 position: absolute;
 left: -1000px;
 }

 
 /* ########################## -- */
 
 
#subnav {
	float: right;
	width: 650px;
	margin-top:0px;
	padding-top: 19px;
	padding-right: 37px;
	text-align: right;
	margin-right: 0px;
}

#subnav  ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#subnav  li {
	margin-top: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	padding-left: 28px;
	_width: 0px;
	white-space: nowrap;
}

#subnav  a {
	height: 27px;
	display: block;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

#subnav li a:hover { 
	color: #b25611;
}


#subnav span {
 	position: absolute;
 	left: -1000px;
 }


.clear {
 	clear: both;
 	font-size: 0px;
	height: 0px;
}

#hero {
	text-align: left;
	width: 936px;
    height: 331px;
	/*overflow: hidden;*/
}
#sub_hero {
	float: left;
	clear: right;
	width: 630px;
	height: 331px;

}
#project_subnav {
	float: left;
	clear: right;
	width: 270px;
	background-color: #e6e6e6;
	height: 331px;
	overflow: hidden;
	position:relative;
	text-transform: uppercase;
}

#project_subnav h1 {
	background: url(../images/project-h1-bg.gif) bottom left repeat-x;
	color: #999;
	padding: 16px 0px 0px 17px;
	margin-bottom: 7px;
}

#arrows {
	float: left;
	clear: right;
	width: 36px;
	height: 331px;

}



#arrows ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	
}

#arrows li {
	margin-top: 0px;
	padding: 0px;
	list-style: none;
display: block;
}

#arrows a {
	display: block;
}


#arrows li#up a{ background-image: url(../images/up.jpg); margin-left: 0px; width: 36px; height: 162px; overflow: hidden; }
#arrows li#up a:hover { background-image: url(../images/up.jpg); margin-left: 0px; width: 36px; height: 162px; overflow: hidden; background-position: bottom;}

#arrows li#down a{ background-image: url(../images/down.jpg); margin-left: 0px; width: 36px; height: 169px; overflow: hidden; }
#arrows li#down a:hover { background-image: url(../images/down.jpg); margin-left: 0px; width: 36px; height: 169px; overflow: hidden;background-position: bottom;}

#arrows span{
	position: absolute;
	left: -1000px;
}


#content {
	width: 789px;
	margin-top: 0px; 
	padding: 35px 0px 15px 111px;
	background-color: #fff;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content-awards {
	width: 900px;
	margin-top: 0px; 
	padding: 35px 0px 15px 0px;
	background-color: #fff;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}



.content-home {
	background-image: url(../images/content-bg-home.gif) !important;
}

.content-awards {
	padding-top: 21px !important;
}

.content-awards a {
	text-decoration: none;
	color: #b25611;
}

.content-awards a:hover {
	text-decoration: underline;
}
.content-awards a:visited {
	color:#666666;
}

/*#content img {
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}*/

#project_content img {
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 37px;
	padding-bottom: 15px;
	
}


#section1 {
	width: 232px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	color: #666;
	font-size: 11px;
	padding-right: 37px;
}

#first_section {
	width: 232px;
	float: left;
	color: #666;
	font-size: 9px;
	padding-right: 37px;
	text-align: justify;
}



#middle_section {
	width: 231px;
	float: left;
	padding-right: 20px;
	color: #666;
	font-size: 9px;
	padding-right: 37px;
	text-align: justify;
}


#last_section {
	width: 233px;
	float: left;
	color: #666;
	font-size: 9px;
	text-align: justify;
}

#first_section span, #section1 span, #middle_section span, #last_section span, {
	color: #666;
	font-size: 8px;
}

#sub_section1 {
	width: 250px;
	float: left;
	clear: right;
	margin-top: 0px;
	padding-top: 0px;
	color: #666;
	font-size: 11px;
	font-weight: bold;

	
}
#sub_section1 span {
	
	color: #999;
	font-size: 8px;
	
}


#first_section p {
	
	width: 240px;
	
}



#first_section h3, #section1 h3, #middle_section h3, #last_section h3 {
	color: #b25611;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}


#first_section a, #section1 a, #middle_section a, #last_section a {
	color: #b25611;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	
}


#first_section a:hover, #section1 a:hover, #middle_section a:hover, #last_section a:hover {
	color: #b25611;
	font-size: 9px;
	text-decoration: underline;
	
}
#first_section a:visited, #section1 a:visited, #middle_section a:visited, #last_section a:visited {
	color: #666666;
	text-decoration: none;
	
}

#sub_section1 h3 {
	color: #b25611;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}


#section2 a {
	text-decoration: none;
	color: #b25611;
}

#section2 a:hover {
	text-decoration: underline;

	
}

#section2 {
	width: 501px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	color: #666;
	font-size: 11px;
	text-align:justify;
	line-height: 17px;
}
#section2 img {
	margin-right:10px;
	margin-top:5px;
}
#sub_section2 {
	width: 515px;
	float: left;
	clear: right;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	color: #666;
	font-size: 11px;
}


#sub_section2 p{
	width:515px;
	padding-left: 0px;
}

.brown {
	color: #b25611;
}

#footer {
	width: 936px;
	background-color: #333;
	margin: 0px auto;
}


#footer ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	
}

#footer li {
	margin-top: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	clear: right;
	height: 36px;
}

#footer a {
	height: 36px;
	display: block;
}

#footer li#copy a{ background-image: url(../images/footer-copyright.gif); margin-left: 0px; width: 296px; height: 36px; overflow: hidden; }


#footer li#disclaimer a{ background-image: url(../images/footer-disclaimer.gif); margin-left: 0px; width: 63px; height: 36px; overflow: hidden; }
#footer li#disclaimer a:hover { background-image: url(../images/footer-disclaimer.gif); margin-left: 0px; width: 63px; height: 36px; overflow: hidden;  background-position: bottom left;}


#footer li#address a{ background-image: url(../images/footer-address.gif); margin-left: 0px; width: 427px; overflow: hidden; }


#footer li#bc a{ background-image: url(../images/footer-bc.gif); margin-left: 0px; width: 150px; overflow: hidden; }
#footer li#bc a:hover { background-image: url(../images/footer-bc.gif); margin-left: 0px; width: 150px; overflow: hidden; background-position: bottom left;}
#footer span {
	position: absolute;
	left: -1000px;
}

/* _____________________-- Projects section subnav*/


#project_subnav span a {
		font-size: 11px;
		color: #333;
		display: block; 
		padding-top: 3px;
		padding-bottom: 0px;
		width: 235px;
		height: 40px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 18px;
		margin-top: 5px;
	}
#project_subnav span a:hover {
		font-size: 11px;
		display: block; 
		width: 235px;
		height: 40px;
		background-color: #b25611;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		
	}
	
#project_subnav span a span {
		font-size: 8px;
		color: #808080;
		font-weight: bold;
		text-decoration: none;
	}
	
#project_subnav span a:hover span {
		font-size: 8px;
		color: #ffc06f;
		font-weight: bold;
		text-decoration: none;
	}

#project_nav_horizontal {
	width: 111px;
	height: 145px;
	float:left;
	clear: right;
	padding-top:0px;
	padding-left:18px;
	margin-top:0px;
}

#project_nav_horizontal img{
	padding-top:0px;
	padding-left:0px;
	margin-top: 0px;
	
}

#project_nav_horizontal span{
	padding-top:0px;
	padding-left:0px;
	margin-top: 4px;
	width: 10px;
	float:left;
	clear: right;
	
}

#folder0 {
	display:none !important;
}

#featured-nav {
	position: relative;
	padding-left: 2px;
	width: 55px;
	height: 331px;
	margin: 0px;
	float: left;
}


ul#featured-nav li {
	padding:0;
	margin:0;
	list-style-type:none;
	text-indent:-9999px;
}

ul#featured-nav li a {
	width: 55px;
	height: 35px;
	border:0;
	outline: none;
	text-decoration:none;
	display:block;
	background:transparent url(../images/featured-nav.jpg) no-repeat;
	border-bottom: 2px solid #fff;
}

li#nav-a a:link, li#nav-a a:visited {
	background-position: 0px 0px;
}
li#nav-a a:hover, li#nav-a a:focus {
	background-position: 0px -35px;
}

li#nav-b a:link, li#nav-b a:visited {
	background-position: -55px 0px;
}
li#nav-b a:hover, li#nav-b a:focus {
	background-position: -55px -35px;
}

li#nav-c a:link, li#nav-c a:visited {
	background-position: -110px 0px;
}
li#nav-c a:hover, li#nav-c a:focus {
	background-position: -110px -35px;
}

li#nav-d a:link, li#nav-d a:visited {
	background-position: -165px 0px;
}
li#nav-d a:hover, li#nav-d a:focus {
	background-position: -165px -35px;
}

li#nav-e a:link, li#nav-e a:visited {
	background-position: -220px 0px;
}
li#nav-e a:hover, li#nav-e a:focus {
	background-position: -220px -35px;
}

li#nav-f a:link, li#nav-f a:visited {
	background-position: -275px 0px;
}
li#nav-f a:hover, li#nav-f a:focus {
	background-position: -275px -35px;
}

li#nav-g a:link, li#nav-g a:visited {
	background-position: -330px 0px;
}
li#nav-g a:hover, li#nav-g a:focus {
	background-position: -330px -35px;
}

li#nav-h a:link, li#nav-h a:visited {
	background-position: -385px 0px;
}
li#nav-h a:hover, li#nav-h a:focus {
	background-position: -385px -35px;
}

li#nav-i a:link, li#nav-i a:visited {
	background-position: -440px 0px;
}
li#nav-i a:hover, li#nav-i a:focus {
	background-position: -440px -35px;
}

#featured-project {
	width: 840px;
	height: 331px;
	float: left;
	padding-left: 2px;
}
#featured-project img {
	/*border: 1px solid #FF9933;*/
}

#preload1 { background-image: url(../images/feat-1.jpg); font-size: 0px; width: 0px; height: 0px; }
#preload2 { background-image: url(../images/feat-2.jpg); font-size: 0px; width: 0px; height: 0px; }
#preload3 { background-image: url(../images/feat-3.jpg); font-size: 0px; width: 0px; height: 0px; }
#preload4 { background-image: url(../images/feat-4.jpg); font-size: 0px; width: 0px; height: 0px; }
#preload5 { background-image: url(../images/feat-5.jpg); font-size: 0px; width: 0px; height: 0px; }
#preload6 { background-image: url(../images/feat-6.jpg); font-size: 0px; width: 0px; height: 0px; }
#preload7 { background-image: url(../images/feat-7.jpg); font-size: 0px; width: 0px; height: 0px; }
#preload8 { background-image: url(../images/feat-8.jpg); font-size: 0px; width: 0px; height: 0px; }
#preload9 { background-image: url(../images/feat-9.jpg); font-size: 0px; width: 0px; height: 0px; }

#scrollContent {
	overflow:auto;
	height: 288px;
}
#arrows {
	display:none;
}
#comprehensive_listing {
	padding-top:20px;
}
/* Scroll BAR
-----------------------------------------*/
#scrollContent {
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #cacaca;
scrollbar-3dlight-color: #cacaca;
scrollbar-darkshadow-color: #cacaca;
scrollbar-shadow-color: #cacaca;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #cacaca; 
}

/* Prev Next BTNs
----------------------------------------*/
#prev_next {
	font-size: 8px; 
	color:#999; 
	padding: 3px 0px 0px 18px;
	width:100%;
	height:20px;
}
.prev_next_btns {
	text-decoration:none;
	color:#999999;
	font-weight:bold;
	font-size:11px;
}
/*---------------------------------------------*/
#archives {
	margin-top:10px;
}
#archives ul {
	padding-left:0px;
}
#archives li {
	list-style-type:none;
}