/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3em;
	background-color:#000;  /* change this */
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	width:100%;
	height:100%;
	color:#FFFFFF;
}
ol, ul {
	list-style-position:inside;
	margin-left:30px;
	margin-right:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ol{
list-style:outside decimal;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* img, div, a, span, h2, blockquote { behavior: url(iepngfix.htc) } IE6 PNG FIX */


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color:#fff;
	text-decoration:none;
	border-bottom:#FC0 1px solid ;
	font-weight:bold;
}
a:hover, .active {
	color:#FC0;
	text-decoration:none;
	border-bottom:#fff 1px solid ;
	font-weight:bold;
}

h1,h2,h3,h4{
	color:#FC0;
}
h2{
	font-size:1.4em;
	
}

h3{
	font-size:1.1em;
}
label {
	float:left;
	padding-right:2px;
	text-align:left;
	width:150px;
}

#main{
	width: 460px;
	margin-left:20px;
}
#main ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:30px;
	margin-top:2px;
	margin-bottom:8px;
}

#main li{
	margin-bottom:4px;
}

#wrapper h1{
	display:none;
}

#main p{
	margin-top:2px;
	margin-bottom:15px;
}


input.checkbox {
	margin:0 0 0 0;
	padding:0 2px 0 200px;
	text-align:right;
}


/* LAYOUT */


#wrapper{
	width:960px;
	height:720px;
	margin:0 auto;
	position:relative;
	background:url(images/websitebg_plain.png) top left no-repeat;
}

#index #wrapper{
	width:960px;
	height:720px;
	margin:0 auto;
	position:relative;
	background:url(images/websitebg.png) top left no-repeat;
}

#wrapper h1{
	width:790px;
	height:1px;
	display:block;
	text-indent:-9999px;
}

/* MAIN LAYOUT */

blockquote{
	margin-left:25px;
}

.clear{
	clear:both
}

.right{
	float:right;
	margin-right:20px;
	margin-top:50px;
	border:#FC0 solid 1px;
}
.aright{
	float:right;
	margin-right:10px;
	margin-top:50px;
	border:#FC0 solid 1px;
}

.left{
	float:left;
}

#topnav .last{
	padding-right:0px;
}

.next{
	position:absolute;
	bottom:2px;
	right:2px;
}

.previous{
	position:absolute;
	bottom:2px;
	left:2px;
}



/* TOP NAVIGATION */



#header{
	height:40px;
	position:relative;
	border-bottom:#FC0 dotted 1px;
	width:920px;
	margin: 20px auto;
	margin-top:15px;
}

#topnav{
	list-style:none;
	margin-left:0px;
	margin:0 auto;
	width:715px;
	text-transform: uppercase;
	font-size: 1.2em;
}

#topnav li{
	float:left;
	display:block;
	padding-right: 70px;
	position:relative;
}
#topnav li span{
	width:10px;
	height:10px;
	position:absolute;
	top: 4px;
	right: 30px;
	background:url(images/dot.png) top left no-repeat;
}

h1#microsites_header_logo a,h1#microsites_header_logo a:hover, #email_friend a, #email_friend a:hover {
	border:none;
}

#background{
	position:relative;
}

.pdf{
	display:block;
	width:300px;
	height:60px;
	position:absolute;
	bottom:40px !important;
	bottom:250px;
	z-index:99;
	right:45px;
	border:none;
	text-align:left;
	color:#003;
	padding:18px 8px 8px 80px;
	background:url(images/acrobat_icon.jpg) center left no-repeat #FFF;
	border:#FFF solid 1px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;

	
}

.pdf:hover{
	border:none;
	border:#fff solid 1px;
}	
.trailer {
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	
}
.trailer span{
	position:absolute;
	top:0px;
	right:70px;
}
.trailer span a {
	border:none;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	color:#f6f6f6;
	}
.trailer span a:hover{
	color:#FC0
}
#scrollt{
	height:200px;
	overflow:auto;
}
#scroll{
	height:450px;
	overflow:auto;
}