@charset "UTF-8";
/* CSS Document */

*{
margin:0;	
}

#topheader {
	height: 70px;
	background-color: #036;
	color: #FFF;
	text-align: center;
	font-size:50px;
	padding-top: 15px;	
	
}

#banner {
	width: 489px;
	margin: 0 auto;
}


#navMenu {
	margin:0 auto;
	padding:0;
	width: 770px;
	font-size: 13px;
	
	
}


#navMenu ul {
	margin:0;
	padding:0;
	line-height:30px;

}


	

#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background:#666;
	
}

#navMenu ul li a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:30px;
	width:126px;
	display:block;
	color:#FFF;
	border:1px solid #FFF;
	text-shadow:1px 1px 1px #000;
}

#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:32px;

}

#navMenu ul li:hover ul {
	visibility:visible;

}

/************************************/

#navMenu li:hover {
	background:#09F;
	

}

#navMenu ul li:hover ul li a:hover {
	background:#CCC;
	color:#000;
		
}

#navMenu a:hover {
	color:#000;
	
}

.clearFloat {
	clear:both;
	margin:0;
	padding:0;
	
}


a.alt-color, a span.alt-color {
	color:#00F;
}


#content {
	width: 600px;
	background-color: #EBEBEB;
	min-height: 300px;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	
}

#content img.alignright {
	display:inline; 
	float:right; 
	margin:0px 15px 5px 15px;}

h1 { 
	font-size: 24px; 
	line-height: 1.2; 
	margin: 0.3em 0 10px; 
	}

h2 { 
	font-size: 19px; 
	line-height: 1.3; 
	margin: .5em 0 .2em; 
	}

h3 { 
	font-size: 1.3em; 
	line-height: 1.3; 
	margin: 1em 0 .2em; }

h4 { 
	font-size: 1.3em; 
	margin: 1.33em 0 .2em; 
	}

h5 { 
	font-size: 1.15em; 
	margin: 1.67em 0; 
	font-weight: bold; 
	}

h6 { 
	font-size: 1.15em; 
	margin: 1.67em 0; 
	font-weight: bold; 
	}
	
h7 {
	font-size: 1em; 
	margin: 1.67em 0;
	color:#C63;
	text-shadow:.1px .1px .1px #000;
	font:Verdana, Geneva, sans-serif;
		

}
	

body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

#formstyle{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}


#leftcol {
	width: 30%;
	background-color:#09C;
	min-height: 300px;
	float: left;
	
}

#midcol {
	width: 40%;
	background-color:#FF0;
	min-height: 300px;
	float: left;
	
}

#rightcol {
	width: 30%;
	background-color:#0000FF;
	min-height: 300px;
	float: left;
	
}

#footer {
	clear: both;
	background-color: #036;
	height: 30px;
	color: #FFF;
	text-align: center;
	font-size:11px;
	padding-top: 15px;
}

