/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#508ab8;
	color:#000066;
	text-align:justify;
		}
h1{
	font-size:1.6em;
	color:#006600;
	font-weight:600;
	font-stretch:extra-expanded;
	border-bottom:#999999 1px inset;
	}
h2{
	font-size:1.2em;
	font-stretch:narrower;
	color:#009900;
	}
#outmenu{
	width:600px;
	background-color:#006600;
	float:left;
		}
.flashimg{
	float:right;
	}
#Container{
	width:850px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:#508ab8 url(images/pgbg.jpg) no-repeat;
	overflow:auto;
		}
#Container2{
	width:850px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	background:url(images/contbg.gif) repeat-y;
		}		
#Header{
	margin-left:18px;
	margin-bottom:0px;
	}
#logo {
	float:left;
			}
#title {
	width:auto;
	margin-top:10px;
	float:left;
	overflow:auto;
		}
#text{
	padding:10px;
	background:url(images/globebg.jpg) center no-repeat;
	background-color:#CCFFFF;
	}

#flash{
	margin-left:auto;
	margin-right:auto;
	width:814px;
	margin-top:0px;
	overflow:auto;
				}
#flashindex{
	background-color:#FFFFFF;
	margin-top:0;
	margin-left:18px;
	width:813px;
	overflow:auto;
		}
#aboutcontent, #about2, #about3 {
	width:500px;
	float:right;

	}
.img{
	position:absolute;
	left:auto;
	top:auto;
	}
.profileimg1{
	float:left;
	padding:8px;
	}
.servicesimg1{
	float:right;
	padding:8px;
	}
#small{
	width:auto;
		
}

#services {
	font-size:1em;
	border-bottom:#006600 1px inset;
	width:300px;
	display:block;
	list-style:none;
	}
#services li{
	list-style:square;
	}
#services a{
	text-decoration:none;
	font-size:1em;
	color:#003300;
	list-style:none;
	}
#services a span{
	border-bottom:#006600 1px inset;
	list-style:circle;
	height:20px;}
	
#services a:hover {
	text-decoration:underline;
	}
#footer {
	background:url(images/footerbg.gif) repeat-x;
	width:814px;
	background-position:bottom;
	margin-left:auto;
	margin-right:auto;
	height:50px;
		}
	
#top {
	background:url(images/headerbg.jpg) repeat-x;
	width:814px;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
	height:50px;

	}

#cssdropdown, #cssdropdown ul {
	float:left;
	width:812px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/mnbg.jpg) repeat-x;
	font-size:.9em;
	border-bottom:#0E550B 2px solid;
	border-top:#0E550B 2px solid;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
	color:#0E550B;
	float:left;
	margin:0;
	text-decoration:none;
	}
.mainitems a{
	color:#0E550B;
}	
.mainitems a span {
	float:left;
	display:block;
	padding:8px 8px 8px 8px;
		}

.subuls{
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	background:url(images/mnbg.jpg) repeat-x;
	font-size:.9em;
	border-bottom:#0E550B 2px solid;
	border-top:#0E550B 2px solid;
}

.subuls li{
width:auto;
	}

.subuls li a{
	color:#0E550B;
}
.subuls li a span{
	border-bottom:#FFFFFF;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}


#menu {
	float:left;
	width:813px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/mnbg.jpg) repeat-x;
	font-size:.9em;
	border-bottom:#0E550B 2px solid;
	border-top:#0E550B 2px solid;
			}
			
#menu ul {
	margin:0;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	color:#0E550B;
	float:left;
	margin:0;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	padding:8px 8px 8px 8px;
	
		}
		
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {background:#0E550B;
			color:#FFFFFF;
			}
#menu a:hover {
		}