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

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	min-width:925px;
	}
	
body {
	background: #fff;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333;
	margin: 0px;
	}

a {
	color:#000;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}
	
a img {
	border:none;
	}

a:hover img {
	border:none;
	}
	
input {
	display:block;
	}

h2 {
	font-size:22px;
	color:#000;
	}

h2.green {
	width: auto;
	height:30px;
	background: #cfb url(../images/stripe_green.jpg) repeat-x top left;
	color:#FFF;
	padding-left:15px;
	margin:0px;
	margin-bottom:10px;
	}

h2.blue {
	width: auto;
	height:30px;
	background: #cfb url(../images/stripe_blue.jpg) repeat-x top left;
	color:#FFF;
	padding-left:15px;
	margin:0px;
	margin-bottom:10px;
	}

h3 {
	font-size:17px;
	color:#000;
	margin:0px 0px 10px 0px;
	}

h4 {
	margin-bottom:5px;
	}

.error {
	font-weight:bold;
	color:#FF0000;
	}

.b {
	font-weight:bold;
	}

#nonfooter{
	min-height:100%;
	}

* html #nonfooter {	
	height: 100%;
	}

/* PAGE LAYOUT */
	
.header {
	width:auto;
	min-width:895px;
	background: #eee;
	border-bottom: #999 solid 1px;
	text-align: right;
	padding-right: 10px;
	}
	
.footer {
	clear:both;
	background: #eee;
	border-top: #999 solid 1px;
	text-align: center;
	height: 39px;
	margin-top:-40px;
	}

.hidden {
	width:0px;
	height:0px;
	overflow:hidden;
	display:none;
	}

	
#logo {
	min-width:895px;
	width:auto;
	padding:10px 0px 0px 30px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	}

#content {
	}	

#content.fluid {
	margin: 20px 30px 40px 30px;
	min-width: 750px
	}

#content.fixed {
	margin:0px auto;
	margin-top:20px;
	margin-bottom:40px;
	padding-left:30px;
	width:950px;
	}
	
#main {
	float:left;
	margin-right:20px;
	padding-bottom:25px;
	}

#sidebar {
	float:right;
	padding-bottom:25px;
	}
	
#sform {
	text-align:center;
	}

#sform input {
	margin:0px auto;
	font-size:15px;
	margin-bottom:5px;
	}

.modbox {
	width: 214px;
	margin-bottom: 15px;
	}

.modbox ul {
	margin:0px;
	margin-right:5px;
	padding:0px;
	padding-left:30px;
	}
	
.modbox ul li { 
	list-style-image: url(../images/bullet_green.gif);
	}

.greenbox {
	background:#CFB;
	border:3px solid #6C3;
	padding-bottom:10px;
	}
	
.bluebox {
	background:#ddecfa;
	border:3px solid #3f8ede;
	padding-bottom:10px;
	}

.double_float_fix {
	clear:both;
	}

.LV_validation_message{
	clear:both;
    font-weight:bold;
    margin-left:86px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
	padding:1px 1px 3px 1px;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
	padding:1px 1px 3px 1px;
}

#sbox {
	display:none;
    background: #eee;
    padding: 5px 10px 5px 10px;
    color: #666;
    border: 1px solid #999;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 150px;
}

#sbox input {
	margin-bottom:5px;
	}

#closeBox {
    float: right;
}

#ad_horiz {
	min-width:480px;
	text-align:center;
	margin:0px 0px 30px 0px;
	}
	
#ad_horiz iframe {
	display:block;
	margin:0px auto;
	}

#logo_container {
	width:auto;
	height:110px;
	border-bottom:1px solid #CCC;
	}
	
#promo_container {
	float:right;
	margin-top:-74px;
	margin-right:30px;
	}

#left_edge {
	float:left;
	background:url(../images/promo_left.jpg) top left;
	width:14px;
	height:75px;
	}
	
#right_edge {
	float:left;
	background:url(../images/promo_right.jpg) top left;
	width:14px;
	height:75px;
	}

#promo {
	float:left;
	width:390px;
	height:75px;
	background:url(../images/promo_bg.jpg) repeat-x top;
	border-top:1px solid #CCC;
	}

#ipod {
	float:left;
	}

#promo_text {
	float:right;
	width:275px;
	font-size:16px;
	margin-top:5px;
	}
	
#notes_remaining {
	font-size:22px;
	font-weight:bold;
	}

#promo_link {
	font-size:14px;
	line-height:20px;
	}