/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #757474;
	margin: 0px;
/* 	opacity:0.1; /* non IE */
/*  filter:alpha(opacity=10); /* IE */
	font-size: 12px;
	}

	
#stage {
	margin: 0 auto;
	width: 900px;
	background-image: url(../images/homebg.jpg);
	background-color: #5c5c5c;
	min-height: 100%;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	}
	
#stage2 {
	margin: 0 auto;
	width: 900px;
	background-color: #efefef;
	min-height: 100%;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	background-image: url(../images/bkg.jpg);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;
	}
	
* html #stage {
	height: 100%;
	min-height: 100%;
	}
	
#menu_banner {
	background-image:url(../images/vpabanner1.jpg); 
	height:20px; 
	width:900px; 
	padding-top:48px;
	}

#menu {
	height:17px; 
	padding: 3px 10px 0px 10px;
	margin-left:10px; 
	text-align: right;
	}
	
#menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #8ebec5;
}

#menu a:active {
	text-decoration: none;
	color: #4e848c;
	}

#main_banner {
	background-image:url(../images/vpabanner2_blank.jpg); 
	height:231px; 
	width:900px
	}
	
#grey_container {
	display:none;
	background-color: #e6e6e6;
	}

#side_panel {
	float:left; 
	width:238px; 
	padding:5px 10px 5px 10px; 
	color:#FFFFFF;
	}
	
#content {
	float:left; 
	width:622px; 
	padding:5px 10px 5px 10px; 
	color:#333333;
	
	}
	
#content2 {
	width:880px; 
	padding:5px 10px 5px 10px; 
	color:#333333;
	}
	

	
#footer {
	margin: 0 auto;
	font-size: 11px;
	padding: 5px 10px 0px 10px;
	width: 880px;
	min-height: 81px;
	margin-top: -86px;
	background-color:#000000;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;

}
input.image { border: 0; padding: 0; }
.clear_floats {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	visibility: hidden;
}

.horizontal {
	float: left; 
	width: 290px; 
	margin: 5px;
	}

	
.test {
	border: 1px;
	border-color: #FF0000;
}


#menu ul{
	margin: 0;
	padding: 0;
}

#menu li{
	padding-right: 2px;
	padding-left: 2px;
	display: inline;
	list-style: none;
}

h3 {
	color:#163e40;
	font-size:30px;
}

h2 {
	color:#333333;
	font-size:16px;
	}
a:link {
	text-decoration: none;
	color: #224146;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #224146;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	}

#footer a:link {
	text-decoration: none;
	color: #666;
}

#footer a:visited {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
}

#footer a:active {
	text-decoration: none;
	color: #666;
	}


input, textarea, select {
	font-size: 12px;
	background-color: #f4f4f4 !important;
	border: solid 1px !important;
	border-color:  #90b7bd !important;
	color: #000;
}



input:focus, textarea:focus, select:focus {
	font-size: 12px;
	border:1px solid !important;
	border-color: #e6e6e6 !important;
	background-color: #90b7bd !important;
	color: #000;
}