html,body,form{
	border:none;
	font-family:  Verdana, Arial, Tahoma, Trebuchet MS;
	font-size:9pt;
	overflow:hidden;
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
}

body
{
	background-color: #5B6D77;
	color:#FFF;
	font-size:9pt;
	
}

input, select, span, textarea
{	
	font-family:  Verdana, Arial, Tahoma, Trebuchet MS;
	font-size: 9pt;
	line-height:17px;
}

a
{
	color: #FFF;
}

h1, h2, .h1
{
	color:#F5F5AF;
}

h1, .h1
{
	font-size:11pt;
	margin-top:-3px;
}

h2
{
	font-size:10pt;
}

.pipe
{
	color:#F5F5AF;
	font-size:14pt;
	display:inline;
}

.pipenews
{
	color:#F5F5AF;
	font-size:12pt;
	display:inline;
}

.news
{
	padding:5px 0px 0px 18px; 
	font-size:9pt;
	color:White;
	font-weight:normal;
	line-height:17px;
}

.newsdate
{
	font-size:8pt;
	color:White;
	padding-left:18px;
}

.maindiv
{
	height:100%;
	overflow:hidden;
}

.mainTable {
	width:995px;
	text-align:left;
}

* html .mainTable 
{
	height:300px;
}

.mainContent
{
	background-image:url(../images/background-green.jpg); 
	background-repeat:repeat-x;
	vertical-align:top;
	width:100%;
	height:96%;
	border:solid 10px White;
}

* html .mainTable 
{
	height:auto;
}

.footer
{
	background-image:url(../images/grey-footer.gif); 
	background-repeat:repeat-x;
	width:100%;
}

.footer td
{
	color:#959590;
	font-size:8pt;
	vertical-align:bottom;
	line-height:17px;
}

.footerEmail 
{
	color:#5A5A5A;
}

.footerLink
{
	color:#959590;
	text-decoration:none;
}

.h9
{
	font-size:9pt;
}

.h8DarkGrey
{
	font-size:8pt;
	color:#5A5A5A;
}

.h9DarkGrey
{
	font-size:9pt;
	color:#5A5A5A;
}

.h12DarkGreenBold
{
	font-size:12pt;
	color:#5A8E31;
	font-weight:bold;
}
.textArea
{
	vertical-align:top;
	font-size:9pt;
	line-height:17px;
	padding: 15px 10px 10px 10px;
	font-family:  Verdana, Arial, Tahoma, Trebuchet MS;
	height:100%;
}

.pageImage 
{
	vertical-align:top;
	background-color:White;
	padding:7px;
}

.dottedLine 
{
	border:none;
	border-top:dotted 2px white;
}

.previewImage 
{
	background-color:White;
	padding:4px;
	vertical-align:middle;
	display:block;
}

.previewImageNews 
{
	background-color:White;
	padding:4px;
	vertical-align:middle;
	float:left;
}

.selectedImage 
{
	background-color:#787878;
	padding:4px;
	vertical-align:middle;
	display:block;
}

.menuTable 
{
	background-color:White;
	height:100% !important;
	border:solid 5px white;
}

.menuDivide 
{
	background-color:#FCE36A;
	line-height:1px;
	height:1px;
}

.menuItem, .menuSelected, .menuItemhover
{
	width:231px;
	height:54px; 
	display:block;
	background-repeat:no-repeat;
	text-indent:35px;
	cursor:pointer;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	vertical-align:middle;
}

.menuItem, .menuItemhover
{
	background-image:url(../images/menu_sprite.jpg); 
	background-position: 0px 0px;
	color:White;
}

.menuItemhover 
{
	background-position: 0px -57px;
}

.menuSelected
{
	background-image:url(../images/menu-selected.jpg); 
	color:#667278;
}

.menuInner
{
	position:absolute; top:60%; margin-top:-1em;
}

.warning
{
	color:#FCFC90;
}

.contactInput 
{
	filter:alpha(opacity=85);
	border:solid 1px #788388;
	
}

.whitefakelink
{
	color:White;
	text-decoration:underline;
}

.sitemapList li, .sitemapList a
{
	line-height:22px;
	text-decoration:none;

}


/* Popup Styles */

.popupBlock
{
	position:absolute;
	top:0px; 
	left:0px;
	background-color:black; 
	z-index:4000; 
	opacity: 0.3; 
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	overflow:hidden; 
	height:100%; 
	width:100%; 
	display:none;
}

.popupOuter
{
	position:fixed;
	display:none;
	z-index: 4001;
	height: 100%;
	width: 100%;
	left: 20%;
	top: 45%;
	margin-top: -250px;
	text-align:center;
}

* html .popupOuter 
{
	position:absolute;
	left: 0%;
	top: 10%;
	margin-top:0px;
}
.popupOuterAlt 
{
	position:absolute;
	display:none;
	z-index: 4001;
	height: 110%;
	width: 100%;
	left: 20%;
	top: 45%;
	text-align:center;
}

.popupPosition
{
	width: 650px;
	height: 500px;
	border: solid 1px #000000;
	background-color:#ffffff;
}

.popup_content
{
	text-align:left;
	padding:15px 5px 0px 5px;
	color:#666666;
	overflow:auto;
}

.popup_header
{
	height:20px;
	background-color: #DADADA; 
	background-image: url('../images/grey_black_gradient.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 4px;
	
}

.loading-div
{
	display:none;
	z-index: 4002;
	position:absolute; 
	top:50%; 
	left:50%;
	height: 100px;
	width: 100px;
	margin-left: -50px;
	margin-top: -90px;
}

.popupPipe
{
	color:#666;
	font-size:20pt;
	padding-left:0px;
}

.popupContentHeader 
{
	color:#666;
	font-size:13pt;
	font-weight:bold;
}

.popupHeadertd
{
	text-indent:0px;
	padding-left:0px; 
	padding-bottom:20px;
	height:40px;
}

.popupBGDarkGrey
{
	background-color:#CCC;
	height:25px;
}

.popupBGLightGrey
{
	background-color:#DFDFDF;
	height:25px;
}

.popupBGLightGrey, .popupBGDarkGrey
{
	padding:10px;
	line-height:25px;
	text-indent:10px;
}

.popupImage 
{
	background-color:#CCC;
	padding:2px;
}

.imageList
{
	overflow:auto;
	background-color:#E1E1E1;
	height:150px;
}

.projectDescription
{
	
	vertical-align:top;
	padding:10px 0px 10px 0px;
	line-height:17px;
}
	
/* End Popup Styles */

