/* 912 (c)amazon pixels */

/* basic layout  required */
	
body	{
	margin: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans', Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background-color: #000;
	}

#back {
	position: relative;
	top: 0px;
	width: 1024px;
	height: 768px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px dashed #FFF;
	}

#frame{
	position: relative;
	top: 0px;
	width: 720px;
	height: 760px;
	/* min-height: 700px; max-height: 100%; */
	border: 0px solid #FF0000;
	}

#header {position: relative;
	width: 720px;
	height: 100px; 
	border: 0px dotted #CCCCCC;
	background-color: transparent;
	}
	
#logo {	position: relative;
	top: 0px;
	left: 0px;
	background-color: transparent;
	float: right;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 12px;
	margin-bottom: 12px;
	
}

#hpromo {
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 1%;
	margin: 0;
	background-color: #CC0000;
	color: #fff;
}

#boxedNav {
	position: relative;
	/*background-image: url(../images/navbar_bg.jpg);*/
	background-color: #003366;
	top: 0px;
	width: 720px;
	height: 30px;
	padding-top: 0px;
	border: 0px;
	z-index: 203;
	}

#boxedNav2 {
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px;
	z-index: 212;
	}

#randomBox {
	position: relative;
	background-color: transparent;
	/* background-image: url(images/); */
	top: 10px;
	left: 100px;
	width: 430px;
	height: 86px;
	border: 0px solid #FFFFFF;
	z-index: 201;
	float: left;
	overflow: hidden;
	}	

.whpromo {left: 120px;}

#flashBox {position: relative;
	width: 720px;
	height: 284px; 
	background-color: #0000CC;
	border: 0px dotted #0000CC;
	clear: both;
	}
	
#videoBox {position: relative;
	width: 720px;
	height: 286px; 
	background-color: #000000;
	border: 0px dotted #0000CC;
	clear: both;
	}

#navcontainer ul {position: relative;
	width: 705px;
	height: 18px;
	margin: 0;
	padding-left: 20px;
	padding-top: 8px;
	list-style-type: none;
	border: 0px dashed #FFF;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 1em;
	padding-left: 1em;
	color: #FCF8EC;
	background-color: #003366;
}

#navcontainer ul li a:hover {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: .35em;
	padding-bottom: .35em;
	padding-right: 1em;
	padding-left: 1em;
	color: #ffffff;
	background-color: #2A426E;
}

#nav2 {
	margin: 0;
	font-size: 11px;
	background-color: transparent;
	padding: 0px 0px;	
}

#nav2 li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
}

#nav2 a:link,#nav2 a:visited {
	color: #336699;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	text-decoration: none;
}

#nav2 a:hover,#nav2 a:active {
	color: #CC3333;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}

#content {
	position: relative;
	color: #000000;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 279px;
	float: left;
	border: 0px solid #0000ff;
	overflow: auto;
	z-index: 205;
	}

#promoBox {
	position: relative;
	width: 170px;
	height: 279px;
	background-color: transparent;
	background-image: url(../images/promo-blue_bg.jpg);
	background-repeat: repeat;
	background-position: bottom;
	border: 0px dotted silver;
	float: right;
	margin: 0px;
	overflow: auto;
	z-index: 207;
	padding: 0;
	}
	
#boxedsideBar {
	position: absolute;
	top: 8px;
	width: 165px;
	height: 180px;
	background-color: transparent;
	border: 0px dotted silver;
	margin: auto 0;
	padding: 0;
	overflow: auto;
	z-index: 217;
	}
	
#boxedJoin {
	position: absolute;
	display: block;
	top: 187px;
	width: 165px;
	height: 88px;
	background-color: transparent;
	border: 0px dotted silver;
	padding: 0;
	margin: auto 0;
	overflow: auto;
	text-align: center;
	z-index: 217;
	}

#discussThis {
	position: relative;
	color: #000000;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 262px;
	float: left;
	border: 0px solid #0000ff;
	overflow: auto;
	z-index: 205;
	}


#footer {
	position: relative;
	top: 0px;
	width: 100%; 
	height: 40px; 
	border: 0px solid #E9EEF3;
	background-color: #E9EEF3;
	z-index: 209;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #76797c;
	line-height: 13px;
	padding: 0;
	clear: both;	
	}	
	
#subnav {
	position: relative;
	background-color: transparent;
	top: 0px;
	height: 18px;
	border: 0px solid #330066;
	z-index: 201;
	}

P	{
	font-family: 'Lucida Grande', 'Lucida Sans', Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 10px;
	margin-left: 20px;
	}
	
.padnav	{
	color: #FFFFFF;
	padding-left: 25px;
	}
	
.space {
	margin-bottom: -1.00em;
	}
	
.praisecopy	{
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	font-weight: bold;
	text-transform: none;
	color: #FFCC00;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 14px;
	}
	
.praisesig {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #E9EEF3;
	margin-top: -1.00em;
	margin-bottom: 6px;
	margin-left: 6px;
	}

.news {
	font-family: 'Lucida Grande', 'Lucida Sans', Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 10px;
	margin-left: 20px;
	}

.footnote {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #76797c;
	margin: 1%;
	padding: 1%;
	}	

.special {font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	}

P.special {margin: 1%; padding: 1%;}

H2	{
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;	
	color: #CC3333;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 0px;
}

H3	{
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;	
	color: #CC3333;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 9px;
}

option {font-size: 11px;}
select {font-size: 11px;}
input {font-size: 11px;}

.small	{
	font-size: 11px;
	line-height: 13px;
	}
	
#footer A:link {color: #003366;}
#footer A:active {color: #003366;}
#footer A:visited {color: #663300;}
#footer A:hover {color: #CC0000;}