/* CSS Document */

/* RESET */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
	

/* LAYOUT */
body {
	background-color:#ffffff;
	margin: 0px;
	background:url(../imgs/content_bkg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color:#333333;
	
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color:#333333;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

A:link {
	color:#333333;
	text-decoration : underline;
	padding:0px;
	margin:0px;
	}
	
A:visited {
	color:#333333;
	text-decoration : underline;
	padding:0px;
	margin:0px;}
	
A:active  {
	color:#333333;
	text-decoration : underline;
	padding:0px;
	margin:0px;
	}
	
A:hover   {
	color:#333333;
	text-decoration : underline;
	padding:0px;
	margin:0px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #5f0a0d;
	letter-spacing: .1em;
}

	
.homecopy{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color:#333333;
	}


/* DIV STYLES */
#wrapper{
	width:850px;
	margin:0 auto;
	position:relative;
}

#logo{
	widows:850px;
	margin:0 auto;
	height:126px;
	background:url(../imgs/logo_bkg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	}

#flashheader{
	width:850px;
	height:307px;
	position:relative;
	clear:both;
}

#content{
	width:850px;
	background:url(../imgs/content_hdr_bkg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	clear:both;
	}
	
#homecopy{
	width:420px;
	position:relative;
	left:360px;
	top:-211px;
	clear:both;
	}
	
#subcopy{
	width:420px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	position:relative;
	left:360px;
	top:-211px;
	clear:both;
	}
	
#anchors{
	width:420px;
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:9px;
	clear:both;
	}
	
#anchors a {
	color:#990000;
	text-decoration : underline;
	}

	
#descriptions{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	width:180px;
	float:left;
	padding-bottom:10px;
}

#inputs{
	text-align:left;
	padding-bottom:10px;
}

#submit{
	text-align:left;
}

#thankyoutext{
	color:#480000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	text-align:center;
}

div.hr{
	height:1px;
	background:url(../imgs/spacer.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:515px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 1px; 
	font-size: 1px;
	clear: both;
	}		
	
div.spacer{
	height:10px;
	background:url(../_imgs/spacer.gif);
	padding:0px;
	line-height: 10px; 
	font-size: 10px;
	}
	
.bullet li {
	margin: 0px;
	padding-left:10px;
	background-image: url(../imgs/bullet_squares.gif);
	background-repeat: no-repeat;
	list-style:none;
}
	

/* Forms */

.submitbtn {
	width:88px;
	height:21px;
	position:relative;
	left:150px;
}


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width:225px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width:225px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width:225px;
	height:132px;
}


/* Crazy Fader */
#content #header { position: relative; height: 251px; top:23px; left:73px; width:211px;}

#content #header .promo { position: absolute;}

#content #header .promo a { position: absolute; top: 0; left: 0; display: block; width: 211px; height: 251px; }

#content #header .promo a.active { display: block; }

#content #header #promofader1 {
	width:211px;
	height:251px;
	left: 0;

}

#content #header #promofader2 {
	width:211px;
	height:251px;
	left: 0;
	top:260;

}
	
#content #header .promo a.first { z-index: 1; clear:both;}