/* general layout  */
* {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

* li{
	margin-top: 10px;
	list-style-image: url(images/Bullet.png);
}


* ul{
	margin-left: 0;
	padding-bottom: 0;
}


body {
	min-height: 100%;
	background-color: #000031;
	
}

#wrapper{
	position: relative;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	padding: 0;
	background-color: white;
}

html #wrapper {
	min-height: 100%;
}

#head{
	position: relative;
	/* background-image: url(images/headimage.png); */
	background-repeat: no-repeat;
	height: 116px;

	width: 850px;
}

/* three images on the front page */
#help{
	margin: 0;
	padding: 0;
	position: relative;
	width: 242px;
	height: 450px;
	z-index: 0;
}
#second{
	position: absolute;
	left: 243px;
	width: 242px;
	height: 450px;
	top: 85px;
	margin-left: 20px;
}
#third{
	position: absolute;
	left: 486px;
	width: 242px;
	height: 450px;
	top: 85px;
	margin-left: 40px;
}

/* Front Page content */
/* Frontpage text just under the menu */
	

#toptext{
	
	position: relative;
	height: 50px;
	width: 750px;
	font: 10pt Verdana;
	color: #666666;
	padding-left: 0px;
	padding-top: 5px;
}

/* Frontpage buttons for learn more */

.ultext{
  font: 9pt Verdana;
  padding-top: 15px
}
#btnf {
	position: relative;
	padding-top: 20px;
	padding-left: 27px;
}
#btnt {
	position: relative;
	padding-top: 20px;
	padding-left: 27px;
}
.btns {
	position: relative;
	padding-top: 20px;
	padding-left: 27px;
}

/* Top Menu */

#topmenu{
	position: relative;
	height: 30px;
	width: 800px;
	background-color: #C5E0F5;
	margin: 0;
	padding-left: 50px;
	z-index: 1;
}
#image1{
	background-image: url(images/Spatial_HomePG_graphics/Spatial_BlendStrategic.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 50px;
}
#image2{
	background-image: url(images/Spatial_HomePG_graphics/Spatial_Capitalize.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 50px;
}
#image3{
	background-image: url(images/Spatial_HomePG_graphics/Spatial_MeetPolicyCertificationReqs.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 50px;
}


/* Current page left menu highlighter  */
#page{
	font-weight: bold;
}



/* WebPage content */

/* p tag formating */


/* Headig fromating for webpages */

/* WebPage Link formating  */

/* WebPage List formating */
/*
#content li{
	padding-top: 10px;
	margin-top: 10px;
	list-style-image: url(images/Bullet.png);
}
*/

#homecontent ul{
	padding-left: 25px;
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	margin: 0;
}
/* Content div formating */
#homefix{
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	position: relative;
	width: 650px;
	min-height: 500px;
	top: 15px;
	left: 50px;
	padding-bottom: 0;
	padding-top: 0;
	

}
#rightside{
	z-index: -2;
}
#content{
	z-index: -2;
}
.ielist{
	width: 230px;
}

#homecontent{

margin-top: 30px;
padding: 0px;

}
#iefix{
	z-index: -2;
}
/* Search form position */
#search{
	position: absolute;
	left: 550px;
	padding-top: 5px;
}

/* Footer position */
#footer{
	height: 60px;
	width: 100%;
	position: relative;
	z-index: 0;
}

/* Copy symbol and text formating */


#copy{
	padding-top: 30px;
	padding-left: 40px;
	color: #666666;
	font-family: Verdana;
	font-size: 10pt;
	
}

/* top menu css */

/* Top menu highlighter  */
.current{
	background-color: #9ccfef;
}

/* Dropdown menu Highlighter */

.dropdown {
	float:left; 
	padding-right:5px; 
	padding-left: 5px; 
	font: 10pt Verdana; 
	color: black;
	z-index: 2;
}

.dropdown dt { 
	cursor:pointer;
	margin: 0;
	padding: 3px 8px 0px;
	z-index: 2;
	
}
.dropdown dt a{
	font: 10pt Verdana;
	color: black;
	z-index: 2;
}
.dropdown dt:hover {
	z-index: 2;
}
.dropdown dd {
	padding:0px; 
	margin:0px;
	position:absolute; 
	overflow:hidden; 
	width:210px; 
	display:none; 
	background-color: white;
	z-index:200; 
	opacity:0
}
.dropdown ul {
	border-width: 5px;
	border-style: solid;
	border-color: #9ccfef;
	z-index: 2;
	padding: 0px;
	width:200px; 
	list-style:none;
	margin: 0;
	background-color: #9ccfef;
}
.dropdown li {
	border-style: none;
	display:inline;
	z-index: 2; 
	
	
	
}
.dropdown a, .dropdown a:active, .dropdown a:visited{
	display:block; 
	padding:5px;  
	text-decoration:none; 
	color: black;
	z-index: 2;
	
}
.dropdown li a:hover {
	background-image: url(/media/images/hoverimage.png);
	background-color: "";
	color: black;
	z-index: 2;
}
