/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
} 
#container { /* div you want to stretch */
   min-height: 100%;
   background-image: url(/images/v4/homepage/gray_fade.jpg);
   background-repeat: repeat-x;
   background-position: top;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	background-image: url(/images/v4/homepage/middle_area.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
form {

	margin: 0;
}
a {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}

a:link {
	color: #0066CC;
	text-decoration: none;
	background-color: transparent;
} 

a:visited {
	color: #0066CC;
	text-decoration: none;
	background-color: transparent;
} 

a:active { 
		color: #FF6600;  
		text-decoration:underline;
		background-color: transparent;
} 

a:hover	{ 
		color: #FF6600; 
		text-decoration:underline; 
		background-color: transparent;
}
		
.leftShadow {
	background-image: url(/images/v4/homepage/leftshadow_tile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0066CC;
}
.rightShadow {
	background-image: url(/images/v4/homepage/rightShadow_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottomHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0066CC;
}
.bottomText, .bottomText a, .bottomText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 16px;
}

.bottomText a:hover {
	text-decoration:none;
}
.footerText, .footerText a, .footerText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
}

.footerText a:hover {
	text-decoration:underline;
}

#form {
	background-image: url(/images/v4/homepage/form_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	/*background-color:#656565;*/
}
#top {
	background-image: url(/images/v4/homepage/top_fade.png);
	background-repeat: repeat-x;
	background-position: top;
}
#bottom {
	background-image: url(/images/v4/homepage/bottom_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7E7E7E;
}
.bullet {
	display: inline;
	vertical-align: middle;
	
}
.checkbox {
	display: inline;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	
}
.note {
	font-size: 11px;
	color: #999999;
	
}
.textField {
	color:#333333;
	font-size: 11px;
	height:18px;
}

.gray {
	color: #666666;
}

.red {
	color:#cc0000; font: 11px arial,geneva,helvetica; text-decoration: none
}

.bodyLight {
	color: #CCCCCC;
}

.bigHeader {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 33px;
	color: #FFFFFF;
}

.selectMenu {
	width: 60%;
}
