﻿/* CSS Document For Layout */

html,body
{
	margin:0px;
	padding:0px;
	height: 100%;
}

form {
	margin:0px;
	padding:0px;
}

div 
{
	position: relative;
}

#background
{
	position: fixed;
	height:100%;
	width:100%;
	left:0;
	top: 0px;
}

#headWrapper 
{
	border-bottom: 3px solid #BF311A;
	background-color: #490000;
	height: 145px;
	width: 100%;
	z-index: 1;
}

#pageHolder 
{
	margin: 0px auto;
	width: 740px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 1;
	background: url(../Images/generic/logo.gif) #490000 top right no-repeat;
}

#pageHolder.Home
{
	background: url(../Images/generic/logoHome.gif) #490000 top right no-repeat;
}

#headContent 
{
	background: #490000 url(../Images/Generic/bgHead.jpg) top center no-repeat;
	margin: 0px auto;
	height: 145px;
	width:800px;
}

#headMenu 
{
	position: absolute;
	height: 27px;
	width: 800px;
	bottom: 0px;
}

#headMenu a
{
	border-right: 1px solid #350000;
	background-color: #8B0F04;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	font-size: 10pt;
	display: block;
	color: White;
	height:22px;
	width: 99px;
	float: left;
}

#headMenu a:hover, #headMenu a.Over
{
	background-color: #350000;
}

#homeLink
{
	background: url(../Images/Generic/homeLinkOut.jpg) left top no-repeat;
	position: absolute;
	bottom: 50px;
	width: 50px;
	height: 25px;
}

#homeLink:hover, #homeLink.Over
{
	background: url(../Images/Generic/homeLinkOver.jpg) left top no-repeat;
	height: 25px;
	width: 50px;
}

#homeLink a
{
	font-variant: small-caps;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 11pt;
	display: block;
	color: White;
	height: 25px;
	width: 50px;
}

#signUpBox 
{
	font-variant: small-caps;
	position: absolute;
	font-weight: bold;
	font-size: 10pt;
	height: 40px;
	width: 220px;
	right: 0px;
	top: 50px;
}

#signUpBox .email, #signUpBox .sign 
{
	background-color: #8B0F04;
	position: absolute;
	height: 20px;
	bottom: 0px;
}

#signUpBox .email
{
	width: 155px;
	left: 0px;
}

#signUpBox input
{
	background-color: Transparent;
	font-variant: small-caps;
	font-size: 8pt;
	padding: 3px;
	width: 149px;
	color: White;
	border: 0px;
}

#signUpBox .sign
{
	text-decoration: none;
	display: block;
	text-align: center;
	color: White;
	width: 63px;
	right: 0px;
}

#signUpBox .sign:hover
{
	background-color: #490000;
}

#footer
{
	margin-left: -30px;
	width: 800px;
	height: 23px;
	padding-top: 5px;
	background-color: #8B0F04;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;	
}

.secMenu
{
	width: 473px;
	height: 33px;
	border-bottom: 1px solid #8B0F04;
}

.secMenu a, .secMenu span
{
	height: 15px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 9pt;
	display: block;
	color: White;
	float: left;
}

.secMenu a 
{

	padding-left: 10px;
	padding-right: 10px;
}

.secMenu a:hover, .secMenu a.Over
{
	color: #8B0F04;	
}

.clear
{
	line-height:0px;
	font-size:0px;
	clear:both;
}




a img, .imgLink
{
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.90;
}

a img:hover, .imgLink:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:.99;
}


#legalPage 
{
    width: 550px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}