﻿/* ADD THIS BIT TO ANY IMAGE/DIV THAT NEEDS A TRANSPARENT PNG's STYLE:
	behavior: url('includes/iepngfix.htc')
*/
#wrapper  {
	position: absolute top center;
	margin: 0px;
	width: 760px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
#bodyWrapper  {
	min-height: 500px;
	margin: 10px;
	width: 760px;
	background: #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	float: left;
}
#header  {
	width: 760px;
	height: 180px;
	background: #ffffff url('/images/headerBack.png') repeat-x top left;
	float: left;
}
#logo  {
	height: 180px;
	width: 308px;
	float: left;
}
#nav  {
	float: right;
	padding: 135px 10px 25px 0px;
	width: 422px;
	.width: 442px;
	white-space: nowrap;
}
#aboutNav  {
	background: transparent url('/images/blueSquare.png') repeat-x bottom left;
	height: 20px;
	padding: 0px 0px 8px 10px;
	text-align: right;
	float: right;
	white-space: nowrap;
	cursor: pointer;
}
#projectNav  {
	background: transparent url('/images/yellowSquare.png') repeat-x bottom left;
	height: 20px;
	padding: 0px 0px 8px 10px;
	text-align: right;
	margin: 0px 7px;
	float: right;
	white-space: nowrap;
	cursor: pointer;
}
#contactNav  {
	background: transparent url('/images/greySquare.png') repeat-x bottom left;
	height: 20px;
	padding: 0px 0px 8px 10px;
	text-align: right;
	float: right;
	white-space: nowrap;
	cursor: pointer;
}
#mainPic  {
	border-top: 5px solid #d4d8dc;
	height: 245px;
	width: 760px;
	background: transparent url('/images/mainPic.jpg') no-repeat top left;
	float: left;
	margin-bottom: 10px;
}
#textOver  {
	height: 142px;
	width: 760px;
	float: left;
}
#loginBox  {
	float: left;
	height: 103px;
	width: 250px;
	background: transparent url('/images/loginBack.png') no-repeat top left;
	text-align: left;
	behavior: url('/!includes/iepngfix.htc');
}
#loginBoxIn  {
	float: left;
	height: 103px;
	width: 225px;
	text-align: left;
}

#loginForm  {
	margin: 10px 10px 0px 10px;
	text-align: left;
}
#loginFormIn  {
	margin: 0px;
	text-align: left;
}

#moreBox  {
	padding: 10px;
	max-width: 335px;
	background: #000000;
	float:right;
	margin-top: 60px;
	background:transparent url('/images/moreBacker.png') no-repeat top left;
}
#contentWrapper  {
	background: #d4d8dc url('/images/contentBack.png') no-repeat bottom left;
	width: 760px;
	/*height: 275px;*/
	float: left;
	text-align: left;
}
#contentPadding{
	padding: 15px;
}
#leftContent{
	float:left;
	width: 349px;.width: 364px;
	border-right: 1px solid #c5c8cc;
	padding-right: 15px;
	margin-right: 15px;
}
#rightContent{
	float:left;
	width: 350px;
}
#projectWrapper{
	margin-top: 10px;
	margin-bottom: 4px;
}
#entityWrapper{
	margin-top: 10px;
	margin-bottom: 4px;
}

#footer  {
	border-top: 4px solid #FFFFFF;
	width: 760px;
	float: left;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	background: #FFFFFF url('/images/footerTop.png') no-repeat top left;
}
#footerDIV  {
	padding: 20px 10px 10px 10px;
	color: #b8b8b8;
}
#leftContentIn{
	float:left;
	width: 225px;.width: 205px;
	white-space:normal;
}
#rightContentIn{
	float:left;
	width: 500px;
}
#contentWrapperIn  {
	background: transparent url('/images/contentBackIn.png') no-repeat bottom left;
	width: 760px;
	min-height: 500px;
	float: left;
	text-align: left;
}
#insideTopper  {
	background: #d4d8dc url('/images/contentBack.png') no-repeat 0% 43%;
	width: 760px;
	height: 25px;
	float: left;
}

#rightContentIn ul {
	margin: 12px 0 10px 0;
}

#rightContentIn li {
	margin: 0 0 7px 30px;
	list-style-type: disc;
	font-size: 12px;
}

#leftContentIn ul {
	margin: 12px 0 10px 0;
}

#leftContentIn li {
	margin: 0 0 7px 30px;
	list-style-type: square;
}

#leftContentIn li a {
	font-weight: bold;
	font-size: 15px;
}


/* Subsection Tabs
--------------------*/
ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:26px;
	clear:both;
}

ul.tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
	list-style-type: none !important;
}

ul.tabs li a {
	display:block;
	height:20px;
	padding: 6px 6px 0 6px;
	background-color:#fff;
	color:#00397F;
	width:110px;
	font-weight: bold;
	font-size: 13px;
}

ul.tabs li a:hover {
	text-decoration: none;
}

ul.tabs li a.active {
	background-color:#D4D8DC;
}

