/* Global Styles */

body {
	margin: 0 auto;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #7b7c7f;
	line-height: 20px;
	background: #f6f6f6;
	text-align: center;
	background-repeat: repeat-x;
}

#main {
	position: relative; 
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 965px;
}

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

#tagline {
	float: right;
	padding: 13px 0 0 0;
}

#logo {
	float: left;
	padding: 27px 0 18px 90px;
}

#copyright {
	clear: both;
	position: relative;
	margin: 0 auto;
	background: url('../images/frame_bottom.jpg') no-repeat 0 0;
	margin-bottom: 20px;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #005cac;
	text-align: center;
	width: 965px;
	height: 80px;
}

h1 {
	font: 18px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #005cac;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

h2 {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #1167b2;
	margin: 0px;
}

h2 a {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #1167b2;
	margin: 0px;
}

h3 {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #1167b2;
	margin-bottom: 2px;
}

a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #005cac;
	line-height: 16px;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color: #adc0a6;
	text-decoration: underline;
}

p {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	line-height: 20px;
}

p span {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #005cac;
	line-height: 18px;
}

ul {
	list-style-type: square;
	margin-left: 12px;
	padding-left: 4px;
}

ol {
	margin-left: 12px;
	padding-left: 6px;
}

ul li, ol li {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #6191ba;
	line-height: 20px;
	margin-bottom: 2px;
}

ul li span, ol li span {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	line-height: 20px;
}

a.pdf {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0 0 0 20px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
	font-weight:normal;
}

a.pdfList {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 22px;
	padding: 0 0 0 20px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
	font-weight:normal;
}

a.doc {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0 0 0 20px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/icon_doc.gif');
	background-repeat: no-repeat;
	font-weight:normal;
}

a.docList {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 22px;
	padding: 0 0 0 20px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/icon_doc.gif');
	background-repeat: no-repeat;
	font-weight:normal;
}

/* Home Styles */



div.slideshow {
	position: relative;
	width: 898px;
	height: 241px;
}
    
.slideshow div {position: absolute; 
	top: 0px; left: 0px;
}

#about {
	 float: left;
	 width: 450px;
	 margin: 20px 0 10px 0;
	 padding: 0 0 15px 39px;
	 background: url('../images/hline.gif') repeat-x 0 bottom;
	 text-align: left;
}

#services {
	float: left;
	width: 210px;
	padding: 0 10px 20px 39px;
	margin-right: 20px;
	background: url('../images/vline.gif') repeat-y right 0;
	 
}

#clients {
	float: left;
	width: 210px;
	padding: 0 0 20px 0;
	 
}

#currentProjects1, #currentProjects2, #currentProjects3, #currentProjects4, #currentProjects5, #currentProjects6, #currentProjects7, #currentProjects8, #currentProjects9 {
	float: right;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	width: 292px;
	height: 320px; 
	margin: 15px 0 10px 0;
	padding-right: 39px;
	display: none;
}

#currentProjects1 h1, #currentProjects2 h1, #currentProjects3 h1, #currentProjects4 h1, #currentProjects5 h1, #currentProjects6 h1, #currentProjects7 h1, #currentProjects8 h1, #currentProjects9 h1 {
	margin: 0 20px 160px 5px;
	line-height: 16px;
}

#currentProjects1 div, #currentProjects2 div, #currentProjects3 div, #currentProjects4 div, #currentProjects5 div, #currentProjects6 div, #currentProjects7 div, #currentProjects8 div, #currentProjects9 div {
	padding: 0 0 0 20px;
}

#about p, #services, #clients {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	line-height: 16px;
}

/* Secondary Styles */

#secContent {
	position: relative;
	left: -54px;
	float: right;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	width: 624px;
	min-height: 211px;
	height: auto !important;
	height: 211px;
	padding: 0 0 16px 23px;
	text-align: left;
}

#secContent p, #secContent li {
	margin-right: 23px;
}

#slim {
	width: 368px;
	display: block;
}

#rightColumn {
	float: right;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
	width: 202px;
	margin: 0 0 18px 20px;
	padding: 0 20px 0 0;
	text-align: left;
	overflow: hidden;
}

.rightHeader {
	background: url('../images/right_box_header_bg.gif') no-repeat 0 0;
	height: 31px;
}

.rightBody {
	background: url('../images/right_box_bottom_bg.jpg') no-repeat 0 bottom;
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
}

.rightBody span {
	color: #005cac;
}

#rightColumn h2 {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	width: 164px;
	height: 18px;
	color: #005cac;
	margin: 10px 0 0 10px;
	padding-top: 10px;
	text-decoration: none;
	text-align: left;
	display: block;
}

#rightColumn ul {
	color: #333333;
	margin: 0 0 0 2px;
	padding-left: 4px;
}

#rightColumn ul li {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
	margin: 0px 0px 5px 10px;
	list-style-image: url('../images/arrow_gray.gif');
}

#rightColumn a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	font-weight:normal;
}
#rightColumn a:hover {
	color: #005cac;
	text-decoration: underline;
}

#projectNav {
	 margin: 0 10px 30px 0;
	 background: none;
	 text-align: center;
}

#projectNav a {
	color: #005cac;
}

#projectNav a:hover {
	color: #6191ba;
	text-decoration: none;
}

#projectPic {
	background: #434343;
	padding: 11px;
}

#projectPic img {
	border: 1px solid #c1c1c1;
}

#projectPic1 {
	display: inline;
}

#projectPic2, #projectPic3, #projectPic4, #projectPic5, #projectPic6, #projectPic7, #projectPic8, #projectPic9, #projectPic10, #projectPic11, #projectPic12, #projectPic13, #projectPic14, #projectPic15 {
	display: none;
}

#projectPicNav1, #projectPicNav2, #projectPicNav3, #projectPicNav4, #projectPicNav5, #projectPicNav6, #projectPicNav7, #projectPicNav8, #projectPicNav9, #projectPicNav10, #projectPicNav11, #projectPicNav12, #projectPicNav13, #projectPicNav14, #projectPicNav15 {
	background: #5c5c5c;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin-top: 8px;
}

#projectInfo {
	 background: #e7e6e6;
	 padding: 15px 20px 15px 20px;
}

#projects {
	width: 370px;
	margin-top: 30px;
}

#projects div.projectsDetail {
	overflow: visible;
	display: block;
	padding: 0 0 1px 0;
}

#projects div.projectsPhoto {
	float: left;
	width: 120px;
	height: 122px;
	margin: 4px 0 10px 0;
}

#projects div.projectsText {
	float: left;
	width: 248px;
}

#projects p {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	line-height: 16px;
}

#projects a {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #005cac;
	line-height: 16px;
	padding: 0 10px 0 0;
	background: url('../images/arrow_blue.gif') no-repeat right 3px;
	text-decoration: none;
}
#projects a:hover {
	color: #333333;
	text-decoration: underline;
}

#projects img {
	border: 2px solid #b0afaf;
}

div.projectSeparator {
	clear: left;
	height: 10px;
	background: url('../images/hline.gif') repeat-x 0 0;
}

/* Gray Button */

ul.button
{
	height: 21px; /* background-image height */
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
ul.button li
{
	display: block;
	float: left;
	height: 21px; /* background-image height */
	margin: 0;
	padding: 0;
	width: auto;
	overflow: hidden;
}
ul.button li a, ul.button li a:visited
{
	background: url('../images/button_left.gif') no-repeat left 0;
	display: block;
	padding: 0;
	text-decoration: none;
	height: 21px; /* background-image height */
	overflow: hidden;
}
ul.button li a:hover, ul.button li a:active, ul.button li a.selected
{
	background: url('../images/button_left.gif') no-repeat left -21px;
	text-decoration: none;
}
ul.button li a span
{
	background: url('../images/button_right.gif') no-repeat right 0;
	color: #5c5c5c;
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	height: 21px;  /* background-image height */
	padding: 4px 12px 0 12px;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
	height: 21px; /* background-image height */
}
ul.button li a:hover span, ul.button li a:active span, ul.button li a.selected span
{
	color: #fff;
	background: url('../images/button_right.gif') no-repeat right -21px;
	text-decoration: none;
}

/* Blue Home Button */

ul.buttonProjects
{
	height: 21px; /* background-image height */
	margin: 15px 0 0 20px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
ul.buttonProjects li
{
	display: block;
	float: left;
	height: 21px; /* background-image height */
	margin: 0;
	padding: 0;
	width: auto;
	overflow: hidden;
}
ul.buttonProjects li a, ul.buttonProjects li a:visited
{
	background: url('../images/button_projects_left.gif') no-repeat left 0;
	display: block;
	padding: 0;
	text-decoration: none;
	height: 21px; /* background-image height */
	overflow: hidden;
}
ul.buttonProjects li a:hover, ul.buttonProjects li a:active, ul.buttonProjects li a.selected
{
	background: url('../images/button_projects_left.gif') no-repeat left -21px;
	text-decoration: none;
}
ul.buttonProjects li a span
{
	background: url('../images/button_projects_right.gif') no-repeat right 0;
	color: #fff;
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	height: 21px;  /* background-image height */
	padding: 5px 20px 0 5px;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
	height: 21px; /* background-image height */
}
ul.buttonProjects li a:hover span, ul.buttonProjects li a:active span, ul.button li a.selected span
{
	color: #fff;
	background: url('../images/button_projects_right.gif') no-repeat right -21px;
	text-decoration: none;
}

/* Navigation Styles */

/* Main Nav */

#nav {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	padding-left: 318px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
	background-position: 0 6px;
	text-align: right;
	width: 540px;
	height: 47px;
	display: block;
}

#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover {
	float: left;
	font: 12px Arial, Verdana;
	font-weight: normal;
	color: #fff;
	width: 104px;
	height: 29px;
	padding: 18px 0 0 0;
	text-decoration: none;
	text-align: center;
	display: block;
}

#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover {
	color: #ff9b3a;
}

#nav1 span a, #nav2 span a, #nav3 span a, #nav4 span a, #nav5 span a {
	color: #fff;
	background-image: url('../images/nav_bg_on.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

#nav1 span a:hover, #nav2 span a:hover, #nav3 span a:hover, #nav4 span a:hover, #nav5 span a:hover {
	color: #fff;
}

/* Secondary Nav */

#secNav {
	position: relative;
	left: 52px;
	float: left;
	width: 215px;
	padding: 55px 0 150px 0;
	margin: 0 0 0 0;
	display: block;
}

a.secNav, a.secNav:hover, a.secNavSelect, a.secNavSelect:hover {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #696969;
	background: url('../images/sec_nav_arrow_gray.gif') no-repeat left 5px;
	padding: 0 0px 0 12px;
	margin: 0px 0px 0px 18px;
	text-decoration: none;
	text-align: left;
	display: block;
}

a.secNav:hover, a.secNavSelect, a.secNavSelect:hover  {
	color: #005cac;
}

#secNav div.main {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	width: 160px;
	color: #971b1e;
 	border-bottom: none;
	padding: 4px 0px 0 4px;
	margin: 4px 0px 2px 18px;
	text-decoration: none;
	display: block;
}

 #secNav div.main a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #971b1e;
	margin: 4px 0 0 0;
	text-decoration: none;
	display: block;
}

 #secNav div.main a:hover {
	text-decoration: underline;
}

/* Tertiary Nav */

a.tertNav {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #696969;
	padding: 2px 0 2px 10px;
	margin: 4px 0px 0px 20px;
	text-decoration: none;
	display: block;
}

a.tertNav:hover {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #005cac;
}

a.tertNavSelect {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #005cac;
	text-decoration: none;
	padding: 2px 0 2px 10px;
	margin: 4px 0px 0px 20px;
	display: block;
}

/* Breadcrumb Nav */

#breadcrumb {
	float: right;
	position: relative;
	left: -54px;
	font:11px Arial, Verdana, Helvetica, sans-serif;
	color: #005cac;
	font-weight: bold;
	line-height: 16px;
	width: 625px;
	height: 36px;
	margin: 0 0 0 16px;
	padding: 10px 0 6px 8px;
	background: url('../images/breadcrumb_bg.jpg') no-repeat right 0;
	text-align: left;
}

#breadcrumb a {
	font:11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #434343;
	text-decoration: underline;
}

#breadcrumb a span {
	color: #005cac;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a span:hover {
	color: #005cac;
}

#breadcrumb span.separator {
	color: #898989;
	margin: 0 10px 0 10px;
}

#breadcrumbPlain {
	float: left;
	font:11px Arial, Verdana, Helvetica, sans-serif;
	color: #636363;
	font-weight: normal;
	line-height: 16px;
	width: 480px;
	margin: 0 0 20px 16px;
	padding: 6px 0 6px 0;
	text-align: left;
}

#breadcrumbPlain a {
	color: #636363;
	text-decoration: none;
}

#breadcrumbPlain a span {
	color: #fff;
	text-decoration: none;
}

/* Common Nav */

#navCommon {
	position: relative;
	top: 56px;
	margin: 0 95px 0 0;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #5c5c5c;
	text-align: right;
}

#navCommon a {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #5c5c5c;
	text-decoration: none;
	margin: 0 0 0 0;
}

#navCommon a:hover, #navCommon span {
	color: #1a59ab;
}

/* Bottom Nav */

#navBottom {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	margin: 0 auto;
	padding: 12px 0 30px 0;
	width: 965px;
	color: #fff;
	text-align: center;
}

#navBottom a {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}

#navBottom a:hover {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #ccc;
}

#navBottom span, #navBottom span a {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #ccc;
	text-decoration: none;
}

/* Menus */

#nav1Menu, #nav2Menu, #nav3Menu, #nav4Menu, #nav5Menu {
	top :125px;
	visibility:hidden;
	z-index : 1000;
	position : absolute;
}

#nav1Menu {
	left :370px;
}

#nav2Menu {
	left :477px;
}

#nav3Menu {
	left :582px;
}

#nav4Menu {
	left :686px;
}

#nav5Menu {
	left :646px;
}

div.menuShell {
	border-top: 1px solid #a3bfd7;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	display: block;
}
	
div.normCell {
	background-color: #6191ba;
	border-bottom: 1px solid #a3bfd7;
	width: 200px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	display: block;
}

div.normCell a {
	font: 11px Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 14px;
	width: 200px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

div.normCell a:Hover {
	width: 200px;
	text-decoration: none;
	background: #3d729f;
	color:#fff;
	display: block;
}
