﻿/* Styles for HTML Elements */
html, body, form, #PrimaryContainerTable
{
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

/*Adding Additional styling to the body tag*/
body 
{
	/*Default Text*/
	font-family: Helvetica;
	font-size: 12px;
	color: Black;
	line-height: 20px;
}

/*Body background must be in its own class so the HTML Editor doesn't get confused*/
.BodyBG
{
	/*Setting up the background*/
	background-color: Black;
	background-image: url('/Images/Pages/Common/Background.jpg');
	background-position: top left;
	background-attachment:fixed;
	background-repeat: no-repeat;
	
	/*Again, for the HTML Editor*/
	text-align: center;
	vertical-align: top;

}

/*Locating the Primary Container*/
#PrimaryContainerTable
{
	margin: 0 auto; /*Auto centers the table*/
	text-align: left;
	width: 984px;
	vertical-align: top;
}

/*Snap content to the top of the cell*/
#PrimaryContainerCell
{
	vertical-align: top;
}

/*Setting Text defaults*/
p, span, td
{
	font-family: Helvetica;
	font-size: 12px;
	line-height: 20px;
	color: Black;
}

/*Shorthand helpers*/
.R { text-align: right; }
.B { font-weight: bold; }
.NB { border: none; }

/*Footer Styles*/
#Footer
{ 
	height: 40px;
	text-align: right;
	vertical-align: bottom;
	padding: 16px 0px 16px 0px;
	color: White;
}

#InnerContentContainer
{
	/*Setting up the background fader*/
	
}

#HeaderContainer
{
	height: 155px;
}

#HeaderText
{
	vertical-align: top;
	padding-top: 26px;
	padding-right: 9px;
}

#HeaderLogo
{
	vertical-align: top;
	padding-top: 14px;	
}

#MailingListContainer
{
	width: 238px;
	height: 155px;
	vertical-align: bottom;
	text-align: right;
	color: Red;
}

#NavContainer
{
	height: 33px;
	width: 984px;
	
	/*Setting up the background*/
	background-image: url('/Images/Pages/Common/NavBG.jpg');
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-left: 12px;
}

#Content
{
	min-height: 400px;
	height: 400px;
	/*
	background-color: Red;
*/
	background-image: url('/Images/Pages/Common/ContentBG.jpg');
	background-repeat: repeat-x;
	background-position:top;
}

.NavLink, .NS
{
	float: left;
}

.NavLink a, .NS
{
	color: Black;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.NS
{
	padding: 0px 7px 0px 7px;
}

#ContentContainerCell
{
	background-color: White;
	border: solid 3px Black;
}

.btn
{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	border: solid 1px #96826C;
	background-color: Black;
}

.C
{
	text-align: center;
}

#Flash
{
	vertical-align: top;
}

.PR25
{
	padding-right: 21px;
}

#HomePageContent
{
	 width: 384px; 
	 vertical-align: top;
	 padding: 21px ;
}

#ButtonsContainer
{
	padding: 21px 21px 21px 0px;
}

/*Wrapper class for content*/ /*Used*/
#InnerContent
{
	text-align: left;
	padding: 20px;
	padding-top: 10px;
}

.EmailInner
{
	padding-left: 5px;
}

.TBGrey
{
	font-family: Tahoma;
	font-size: 10px;
	color: Gray;
}

.TBBlack
{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
}

.SignedUp
{
	font-weight: bold;
	text-align: center;
	color: Red;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #FFFFFF;
	border: solid 3px Gray;
	padding: 3px;
	width: 250px;
}

h1
{
	font-size: 16px;
}


