@charset "utf-8";
/* CSS Document */


/* ---- Home Page ---- */

body {
	background-image: url(../images/bkgrnd_swirlh.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
}

h1 {
	text-indent: -9999px;
}

#container {
	background-color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 900px;
	border: 1px solid black;
	position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -450px;
}

#topbanner {
	background-color: black;
	position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -450px;
}
/*
body {
	top: 0px;
	left: 50%;
	
	width: 140px;
    border: 1px solid #666666;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -70px;

}
*/
/* ---- Main Nav ---- */
#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	position: absolute;
	left: 10px;
	top: 7px;
	display: block;
}

#main_nav a, #main_nav a:visited {
	color: black;
	text-decoration: none;
	padding: 6px 10px 0px 10px;
}

#main_nav a:hover {
	color: white;
	text-decoration: overline;
	padding: 6px 10px 0px 10px;
}

#main_nav #selected {
	color: white;
	text-decoration: overline;
	padding: 6px 10px 0px 10px;
}

/* ---- Mktg Area 1 ---- */
#mktg1 {
	position: absolute;
	left: 820px;
	top: 48px;
}

#mktg1 #heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

#mktg1 #link a, #mktg1 #link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	text-decoration: underline;
}

#mktg1 #link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	text-decoration: overline;
}

/* ---- Mktg Area 2 ---- */
#mktg2 {
	position: absolute;
	left: 250px;
	top: 410px;
}

#mktg2 #heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

/* ---- Mailing List ---- */
#maillist {
	position: absolute;
	left: 10px;
	top: 550px;
}

#maillist #heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

#maillist #heading a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

#maillist #heading a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	text-decoration: overline;
}

/* ---- Footer ---- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: notmal;
	color: white;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: 580px;
}

#footer a, #footer a:visited {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	text-decoration: overline;
}

div#name,
div#email {
	position:relative;
	float:left;
	margin-right:3px;
}

#videoplayer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: notmal;
	color: white;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	left: 40px;
	top: 70px;
	border: 2px solid #999999;
}

/* ---- Over Labels ---- */
label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}