/* general layout and formating */

* {
	margin-top: 0;
	margin-bottom: 0;
	z-index: 0;
}


* p{
	width: 320px;
	padding-top: 0px;
	padding-bottom: 25px;
	font-size: 10pt;
	color: #666666;

}

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%;
}


/* Faq Page formating */
#faq{
	width: 350px;
	font-family: Verdana;
}
#faq a, #faq span{
	font-size: 10pt;
	color: #0887ca;
	font-weight: bold;
}

/* Head image position and formating */
#headimage {
	position: absolute;
}

#head{
	position: relative;
	/* background-image: url(images/headimage.png); */
	background-repeat: no-repeat;
	min-height: 100%;
	height: 116px;
	width: 850px;
}

/* Current page left menu highlighter  */
#page{
	font-weight: bold;
}

/* Top menu formater */

#topmenu{
	position: relative;
	height: 30px;
	width: 800px;
	background-color: #C5E0F5;
	margin: 0;
	padding-left: 50px;
	z-index: 1;
}

/* Left menu formating and position */

#menu{
	position: absolute;
	top: 160px;
	left: 5px;
	margin: 0px;
	height: 440px;
	width: 175px;
	font-size: 10pt;
	font-family: Verdana;
}
#menu ul{
	padding-left: 25px;
}
#menu h4{
	color: #0887ca;
	height: 25px;
	padding-top: 15px;
	
	
}
#menu li, #menu a{
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
}

#menu a:hover{
	color: #0887ca;
}

/* Leave quoted */
/*

#doublebox{
	position: relative;
	font-size: 10pt;
	color: #666666;
}
#doublebox p{
	float: left;
	display: inline-table;
}
#doublebox .quote{	
	width: 200px;
	border: 5px solid #aed59f;
	padding: 8px 20px 10px;
	display: inline-block;
}
*/

/* WebPage content foramting */

#content h2, #content h3{
	height: 25px;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #0887ca;
}
#content a{
	text-decoration: none;
	color: #0887ca; 
}
#content ul{
	list-style-type: disc;
	list-style-position:outside;
	margin:0px;
	padding-left: 20px;
	padding-top: 25px;
	font-size: 10pt;
	color: #666666;
	width: 270px;
}

#content li{
	font-size: 10pt;
	color: #666666;
	padding-bottom: 10px;
	
	
}
#iefix{
	font-family: Verdana;
	z-index: 0;
	position: relative;
	width: 650px;
	min-height: 450px;
	top: 10px;
	left: 210px;
	margin: 0px;
	padding-bottom: 60px;
	padding-top: 10px;
	z-index: 0;
}
#content{
	
}
/* Unorderd list foramting ------ make sure that the ul and li are in div with class bullets */
.bullets{
	width: 320px;
	padding-bottom: 15px;
	font-size: 10pt;
	color: #666666;

}

/* Search form position */

#search{
	position: absolute;
	z-index: 1;
	left: 550px;
	padding-top: 5px;
}

/* Right side box for images and quotes */

#rightside{
	position: absolute;
	margin-left: 340px;
	height: 100%;
	width: 242px;
	margin-top: 42px;
	padding-left: 5px;
	padding-top: 0px;
	z-index: 0;
}
#rightside p{
	text-align: left;
	width: 200px;
	border: 5px solid #aed59f;
	padding: 8px 10px 15px;
}
#rightside ul{
	font-family: Verdana;	
	font-size: 8pt;
	font-style: italic;
	padding-left: 30px;
	width: 190px;
	padding-top: 3px;
}

/* Foooter formating and position */
#footer{
	height: 60px;
	width: 100%;
	position: relative;
}
/* Copyrights formating and position */

#copy{
	padding-top: 30px;
	padding-left: 40px;
	color: #666666;
	font-family: Verdana;
	font-size: 10pt;
	
}
#notes h4{
	color: #0887ca;
}
#notes p{
	width: 500px; 
	padding-top: 10px;	
}
#notes ul{
	width: 500px;
}
#notes ol{
	width: 500px;
}

/* top menu css */
.current{
	background-color: #9ccfef;
}

/* drop down menu */

.dropdown {
	float:left; 
	padding-right:5px; 
	padding-left: 5px; 
	font: 10pt Verdana; 
	color: black;
}

.dropdown dt { 
	cursor:pointer;
	margin: 0;
	padding: 3px 8px 0px;
	
}
.dropdown dt a{
	font: 10pt Verdana;
	color: black;
	
}
.dropdown dt:hover {
		
}
.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: 1;
	padding: 0px;
	width:200px; 
	list-style:none;
	margin: 0;
	background-color: #9ccfef;
}
.dropdown li {
	border-style: none;
	display:inline; 
	
	
	
}
.dropdown a, .dropdown a:active, .dropdown a:visited{
	display:block; 
	padding:5px;  
	text-decoration:none; 
	color: black;
	
}
.dropdown li a:hover {
	background-image: url(/media/images/hoverimage.png);
	color: black;
	
}


/* **************HOME****************** */
