/* Default CSS Stylesheet for a new Web Application project */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../Images/Global/BG.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

body, td {
	font-family: Verdana, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	line-height: 15px;
}

P {
	font-family: Verdana, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	line-height: 15px;
}

/* Default Container */

#container
{
	margin-left: auto; 
	margin-right: auto;
}

#contentcontainer
{
	margin: 20px 0px 0px 0px ;
	width: 965px;
	margin-left: auto; 
	margin-right: auto;
}

#pagemain
{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../Images/Home/Home.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 980px;
	height: 605px;
	text-align:left;
}

#navBG
{
	position: absolute;
	left: 0px;	
	top: 133px; 
	width: 196px;
	height: 225px;
}

#mainContent
{
	float: left;
	width: 780px;
	vertical-align:top;
}

/* HEADER CLASSES  */

#GenderContainer
{
	position: relative; 
	display: inline;
	left: 273px;	
	top: 42px; 
	width: 78px;
	height: 57px;
}

#optin
{
	position: absolute; 
	display:inline;
	left: 473px;	
	top: 47px; 
	width: 494px;
	height: 24px;
	vertical-align: middle;
}


/* SIDE NAV CLASSES  */

#sidenav
{
	float: left;
	margin: 0px;
	width: 160px;
	padding: 0px 0px 0px 15px;
	text-align:left;
	list-style-type:none;
}

.sideli
{
	padding: 0px 0px 10px 0px;
}

/* PAGE CLASSES */

ol
{
	margin:  0px;
	padding: 0px 0px 0px 18px;
	list-style-type: square;
}

.form1
{
	display: inline;
	border: solid 1px #683AB7; /* W-COLOR  */
	background-color: #FFFEFF;
}

.form1button
{
	display: inline;
	vertical-align: bottom;
}

#promo
{
	position: absolute; 
	left: 255px;	
	top: 339px; 
	width: 285px;
	height: 141px;
	text-align:left;
}

#boxLinks
{
	position: absolute; 
	display:inline;
	left: 1px;	
	top: 495px; 
	width: 494px;
	height: 24px;
	vertical-align: middle;
}

.box1
{
	position: absolute;
	left: 0px;	
	top: 0px; 
	width: 324px;
	height: 108px;
}

.box2
{
	position: absolute;
	left: 324px;	
	top: 0px; 
	width: 325px;
	height: 108px;
}

.box3
{
	position: absolute;
	left: 650px;	
	top: 0px; 
	width: 325px;
	height: 108px;
}


