/* CSS Document */
body{
	font-family		: verdana, sans-serif;
	font-size		: 75%;
	padding			: 0px;
	margin			: 0px;
}

h1 {
	font-weight		: bolder;
	font-family		: verdana, sans-serif;
	font-size		: 11pt;
	color			: rgb(41,97,74);
}

select {
	font-family		: verdana, sans-serif;
	font-size		: 8pt;
	width			: 170px;
}

table {
	font-family		: verdana, sans-serif;
}

a, li a {
	text-decoration		: underline;
	color			: #0000cc;
}

a:hover, li a:hover{
	text-decoration		: underline;
	color			: #ff9900;
}

a.GreenLink {
	text-decoration		: underline;
	color			: rgb(0,107,45);
}

.ul_nolist{
	list-style		: none;
	margin			: 0px, 0px, 0px, 0px;
	padding			: 0px, 0px, 0px, 0px;
}

li{
	margin			: 0px, 0px, 0px, 0px;
}

.BodyText {
	font-family		: verdana, sans-serif;
	font-size		: 10pt;
}

#divMenuSpacer {
	position		: absolute;
	left			: 0px;
	top			: 130px;
	height			: 10px;
	width			: 100%;
	background		: rgb(255,255,255);
}


  

#MainBody {
	position		: absolute;
	left			: 2px;
	width			: 800px;
	background		: rgb(255,255,255);
	margin-top		: 230px;
	
}

#divMap{
	float			: left;
	width			: 250px; 
	margin			: 5px;
}


.Padded_white_box {
	background		: rgb(255,255,255);
	padding			: 0px 10px 0px 10px;
	border			: 2px solid rgb(0,0,102);
}

.BoxTitle{
	background		: rgb(153,255,255);
	color			: black;
	padding			: 5px 5px 5px 5px;
	border			: 2px solid rgb(0,0,102);
}


#divLeft{
	float	: left;
	background: rgb(255,255,255);
	border			: 2px solid rgb(0,0,102);
	width			: 650px;
	padding			: 5px 5px 5px 25px;
	margin			: 10px 10px 10px 40px;
	visibility: visible;
	z-index: -1;
	}

#divPartners{
	float	: left;
	background: rgb(255,255,255);
	
	width			: 650px;
	padding			: 0px 0px 0px 0px;
	margin			: 10px 10px 10px 40px;
	visibility: visible;
	z-index: -1;
	

}




#divPortfolio{
	width			: 200px;  
	margin			: 0px;
}

#divMiddle{
	margin			: 0px 50px 0px 200px;
	padding			: 0px 0px 0px 0px;
	background		: rgb(255,255,255);

}



#divImageLibrary{
	width			: 200px;  
	background		: white; 
	padding			: 10px;
}

#divPolicies{
	width			: 200px;  
	background		: white; 
	padding			: 10px;
}

#divAddress{
	width			: 200px; 
	background		: rgb(255,255,255); 
	padding-top			: 10px;
	padding-bottom   : 10px;
}

#divCopyright{
	clear			: both;
	margin-top		: 10px;
	width			: 94%; 
	margin-left		: 3%;
	text-align			: center; 
	font-size			: smaller;
}



.ProjectImage{
	cursor			: pointer;
	cursor			: hand; 
	width			: 100px; 
	height			: auto;
	margin			: 10px;
	border			: none;
}






table {
	font-size	: 90%;
}


.Copyright{
font-size			: smaller;
}

form { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: red; background: lightblue; color: black; }
.btn { font-weight: bold; color: yellow; background-color: blue;} 
.aceTextField {
background-color: FFFFCC;
border-color: 000000;
border-style: beveled;
border-width: 2;
}
