﻿/* =============================================================================
  Layout and advanced styles
============================================================================= */

/*-------------------- Main Body Container (includes header) --------------------*/

.bodyContainer
{	
	width: 769px;
}

#bodyContainer /* for standard (sub) pages */
{
	background: #fff url(../Images/bgLeftCol.gif) repeat-y;
}


/*-------------------- Left Column --------------------*/

#leftCol
{	
	float: left;
	width: 211px;
	border-right: solid 1px #fff;
	background: #fff url(../Images/bgLeftCol.gif) repeat-y;
}

#leftColContent
{
	color: #036;
	background: transparent url(../Images/bgLeftColTop.gif) no-repeat;
	padding: 35px 0 0 19px;
}

#h1Title
{
	height: 23px;
	padding: 9px 0 0 7px;
	font-weight: bold;
	text-transform: uppercase;
}

#subNav
{
	padding: 5px 0 0 0;
}

.subNavItem, .subNavItem:link, .subNavItem:visited, .subNavItem:active
{
	display: block;
	padding: 0 0 0 15px;
	margin-bottom: 3px;
	color: #036;
	background: url(../Images/subNavBullet.gif) no-repeat;
}

.subNavItem:hover
{
	color: #036;
	background: url(../Images/subNavBullet_over.gif) no-repeat;
}

#pageImage
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}


/*-------------------- Header --------------------*/

#header
{
	height: 130px;
	background: #fff;
}

#logoContainer
{
	float: right;
	padding: 15px 15px 17px 0;
}

.nav
{
	height: 51px;
	background: #0D2F4C;
	color: #fff;
}

#nav /* for standard (sub) pages */
{
	clear: right;
	background: #0D2F4C;
}

#nav .rootGroup .item
{
	padding: 0 11px 0 11px;
}

#nav .rootHome
{
	padding-left: 2px;
}

#homeNav .rootGroup .item
{
	padding: 0 10px 0 10px;
}

#homeNav .rootHome
{
	padding-left: 12px;
}

.nav .vertical 
{
	border: solid 1px #082C4A;
	border-top-width: 0;
	background: #fff;
}

.nav .vertical .item a, #homeNav .nav .vertical .item a
{
	margin: 0;
	padding: 2px 0 3px 0;
}


/*-------------------- Body Content --------------------*/

#bodyContent
{
	padding: 15px 0 20px 225px;
	min-height: 400px;
}

.imgMainBody
{
	margin-bottom: 10px;
}

.innerContent
{
	padding: 0 20px 0 55px;
}


/*-------------------- Home Page --------------------*/

#bodyContainerHome
{
	background: #fff url(../Images/Home/bgLeftColHome.gif) repeat-y;
}

#homeHeader
{
	background: #fff;
	/*height: 328px;*/
}

#homeNav
{
	float: right;
	margin: 85px 0 0 0;
}

#homeNav .nav
{
	width: 479px;
}

#leftColHome
{	
	float: left;
	width: 270px;
	padding-left: 19px;
	border-right: solid 1px #fff;
}

a .featuredText
{
	display: block;
	padding: 1px 0 0 15px;
	font-family: Arial;
	font-size: 11px;
	color: #003A63;
	background: url(../Images/subNavBullet.gif) no-repeat;
}

a:hover .featuredText
{
	text-decoration: underline;
	background: url(../Images/subNavBullet_over.gif) no-repeat;
}

#bodyContentHome
{
	padding: 10px 10px 10px 258px;
	background: url(../Images/Home/bgBodyContentHome.gif) no-repeat top right;
}

#bodyContentHome .innerContent
{
	padding: 35px 35px 0 55px;
}


/*-------------------- Specific Pages --------------------*/

#tblContactForm input, #tblContactForm textarea
{
	width: 250px;
}

#tblContactForm .buttonCell input
{
	width: auto;
}

#tblTimeline td
{
	vertical-align: top;
	padding-bottom: 10px;
}

#tblTimeline .yearCell
{
	font-weight: bold;
	padding-right: 10px;
}

.releaseDate
{
	display: block;
	font-weight: bold;
	font-size: 11px;
}

.newsListing
{
	margin-bottom: 10px;
}

.newsListing .releaseDate
{
}

.projectCategoryListing
{
	margin-bottom: 20px;
	font-weight: bold;
}

.projectCategoryListing img
{
	vertical-align: middle;
	margin-right: 20px;
}

.projectsNav
{
	padding: 20px 0 0 25px;
	width: 510px;
	min-height: 80px;
	background: url(../Images/bgBoxShadow.gif) no-repeat;
}

.projectsNav table td
{
	vertical-align: top;
	font-size: 11px;
	font-family: Arial;
	padding: 0 40px 10px 0;
	white-space: nowrap;
}

.projectsNav table td .projectName
{
	font-size: 13px;
	font-weight: bold;
}

.projectDetail
{
	margin-top: 40px;
	padding-right: 20px;
	font-size: 12px;
}

.projectDetail .photoContainer
{
	float: left;
}

.projectDetail .projectContent
{
	padding-left: 180px;
}

.projectContent .label
{
	font-weight: bold;
}


/*-------------------- Footer --------------------*/

#footer
{	
	width: 739px;
	padding: 0 0 20px 30px;
	color: #ccc;
	font-size: 11px;
}