﻿body 
{
	padding: 0px;
	height: 100%;
	color: #000;
	font: 10pt Calibri, Myriad, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	line-height: 1.22em;
	background-color: #B9C8Cd;
	color: #223344;
}

/* page styles */
#adminHeader
{
	background-color: #2f3d5e;
	width: 900px;
	margin: 5px 5px 20px 5px;
}
#mainBackground
{
	padding: 0 0 0 0;
	text-align: center;
}
#mainPage
{
	background-color: #FFFFFF;
	width: 915px;
    margin: 0 auto 0 auto;
    padding: 10px 0 2px 0;
	text-align: center;
}
.mainHeader
{
	background-color: #2f3d5e;
	text-align:left;
	width: 890px;
	
}
.mainContent
{
	padding: 0px;
	text-align:left;
	width: 890px;
	float:none;
}
.homepageContentLeft
{
	text-align: left;
	width: 600px;
	float: left;
	padding-left:10px;
	background-color: #FFFFFF;
}
.homepageContentRight
{
	text-align: left;
	width: 280px;
	float: right;
	padding:0px;
	background-color: #FFFFFF;
}
.homepageContent
{
	color:#7c6f5d;
	text-align:left;
}
.leftContent
{
	float:left;
	width:275px;
	text-align:left;
}
.rightContent
{
	float:left;
	width:560px;
}
.descContent
{
	width:350px;
	float:left;
}
.footer
{
	background-color:#001c5e;
	color:white;
	text-align:center;
	font-size: 8pt;
	font-weight:normal;
	width: 915px;
	padding:0px;
	margin:0px;
}


/* controls */
a.link
{
	font-weight:normal;
	text-decoration:none;
	color:#2f3d5e;
}
a.link:visited
{
	font-weight:normal;
	color:#2f3d5e;
}
a.link:hover
{
	font-weight:bold;
	background-color:#2f3d5e;
	color:White;
}
a.menuLink
{
	font-weight:normal;
	text-decoration:none;
	color:white;
}
a.menuLink:visited
{
	font-weight:normal;
	text-decoration:none;
	color:white;
}
a.menuLink:hover
{
	background-color:#2f3d5e;
	text-decoration:underline;
	color:White;
}
.selectedMenulink
{
	font-weight:bold;
	background-color:white;
	color:#2f3d5e;
	text-decoration:none;
	padding:3px;
}
.subMenu
{
	text-align:left;
	background-color:#b9c8cd;
}
.logo
{
	width: 210px;
}
.button
{
	font: bold 10pt Calibri, Verdana, sans-serif;
	width:75px;
}
.gridHeader
{
	background-color:#2f3d5e;
	color:White;
	font-weight:bold;
}
.gridItem
{
	text-align:left;
}
.header
{
	border:solid 1pt #2f3d5e;
	color:#2f3d5e;
	font-size:12pt;
	margin:2px;
	padding:3px;
	text-align:center;
}
hr.divider
{
	background-color:#7c6f5d;
	height:5px;
	padding: 10px 0px 10px 0px;
	width: 890px;
}
.dividerFull
{
	background-color:#001c5e;
	color:#001c5e;
	overflow:hidden;
	height:8px;
	width: 915px;
}
.imageContent
{
	width:240px;
	text-align:right;
	float:right;
}
.imageNav
{
	width:240px;
	font-size:9pt;
	text-align:right;
}
.imagePopup
{
	background-color:#fff;
	border:solid 1px #000;
	width:925px;
}
.imagePopupheader
{
	font-weight:bold;
	font-size:12pt;
	vertical-align:middle;
	white-space:nowrap;
	color:#fff;
	background-color:#7c6f5d;
	cursor:move;
	border:solid 1px #000;
	padding:5px;
}
.imagePopupbackground
{
	background-color:#808080;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.imagePopupLarge
{
	text-align:center; 
	background-color:White;
	overflow:auto;
	width:915px;
}
.mainMenu
{
	padding:0px;
	margin:0px;
	border-bottom:dotted 2px #001c5e;
}
div.newsDate
{
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	width:60px;
	float:left;
	color:#001c5e;
	padding-right:3px;
}
div.newsDetail
{
	text-align:left;
	font-size:8pt;
	width:200px;
	padding-right:5px;
	padding-bottom:5px;
	color:#001c5e;
}
div.newsTitle
{
	text-align:left;
	font-size:8pt;
	font-weight:bold;
	width:120px;
	color:#001c5e;
}
.projectClient
{
	font-size:9pt;
	font-weight:normal;
	color:Black;
	
}
.projectName
{
	font-size:9pt;
	font-weight:bold;
	color:Black;
}
.projectTech
{
	font-size:9pt;
	font-weight:normal;
	color:#7c6f5d;
}
.sectionHeader
{
	font-size:16pt;
	font-weight:bold;
	color:#001c5e;
}
td.adminlinks
{
	width:125px;
	vertical-align:bottom;
}
td.textLabel
{
	padding-top:4px;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}
.thumbnail
{
	width:225px;
	border: solid 3px black;
	padding: 10px 10px 0px 10px;
}
.thumbnailHover
{
	width:225px;
	cursor:pointer;
	border: solid 3px black;
	padding: 10px 10px 0px 10px;
}
.textbox
{
	font: 10pt Calibri, Verdana, sans-serif;
}