html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; }
img { border: 0px; font-family: "Helvetica Neue", Helvetica, arial, sans-serif;}
/* Force the vertical scrollbar in FF */
html { overflow-y: scroll; }


/* Short cuts*/
.fl { float: left; }
.fr { float: right; }
.w100 { width: 100%; }
.w50 { width: 49%; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mt10 { margin-top: 10px; }
.rb {border: 1px dotted red;}
.small { font-size: .9em; }
.pl5 { padding-left: 5px; }
.rel { position: relative; }
a.nodec, a.nodec:hover, div.nodec {border-bottom: 0;} 
.lh0 {line-height: 0;}


/* Layout */
body {
	background: url(/www/img/bg.jpg) repeat-x;
}
#content_container {
	width: 790px;
	margin: 0 auto;
}

#logo_container {
	width: 100%;
	float: left;
	height: 85px;
	margin-top: 10px;
}

#page_header  {
	width: 790px;
	height: 120px;
	float: left;
	position: relative;
	margin-top:-1px;
}
	#page_header_title h1 {
			text-transform: uppercase;
			position: absolute;
			width: 500px;
	        line-height:28px;
			height:100px;
			left: 30px;
			top: 30px;
			padding-top:5px;
			margin: 0;
			color: #fff;
			font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
			font-size: 26px;
			font-weight: bold;
		}
#content_wrap {
	width: 100%;
	float: left;
	position: relative;
	background-color: #8b7bae;
}

	#content_wrap #mwrapper {
		background-color: #fff;
		float: left;
		width: 648px;		
		min-height:523px;
		margin-left:-31px;
		background: url(/www/img/bodyrepeat.gif) 0px  repeat-y;
	}

		#content_wrap #main_content {
			width: 548px;
			padding:20px 0px 20px 59px;
			
		}
			/* IE6 */
	     	* html #content_wrap #mwrapper {height:523px;}
		
	#content_wrap #sidebar {
		float: right;
		width: 172px;
		margin:0;
		padding:0;
	}

	#content_wrap #ftaf {
		float: left;
		width: 150px;
        height:225px;
		padding-top: 19px;
		padding-left:10px;
	}
	#ftaf input.ftaf_input {
		border: 1px solid #c5c5c5;
		color: #959595;
		font-family: arial, sans-serif;
		font-size: 10px;
		padding: 2px 5px;
		margin-bottom: 5px;
		width: 135px;
	}
	
	#ftafcopy {
		display:block;
	}
	
	#ftaf_res {
	clear:both;
	height:10px;
	margin-top:-5px;
	}

	#ftaf_res p {
	color:#fff;
	font-size:11px;	
    display:inline;
	}
		
	
	#content_wrap #bottomarea {
		clear:both;
		width:790px;
		height:30px;
	}
	

	
/* Home Styles */

	#content_wrap #home #main_content {
		width: 617px;
		height:513px;
		padding:0;
		background: url(/www/img/game.jpg) no-repeat;
	}

		/* IE6 */
     	* html #content_wrap #home #mwrapper {height:523px;}

	#content_wrap #home #bottomarea {
	clear:both;
	width:790px;
	height:116px;
	}

	#content_wrap #home #mwrapper {
		float: left;
		width: 617px;		
		min-height:523px;
		background-color: #000;
		margin:0px;
		background-image:none;
	}

	#content_wrap #home #sidebar {
		float: right;
		width: 172px;
		margin:0;
		padding:0;
		padding-top:1px;
	}
	
	#scwrap {
		background: url(/www/img/homecorner.gif) no-repeat;
		width:280px;
		height:200px;
		position:absolute;
		left:618px;
		top:-8px;
		z-index:-10;
	}

/* Navigation */

#home_content_container {
	width: 790px;
	margin: 0 auto;
}

#menu_container { 
    height: 65px;
	width: 805px;
	margin-top:5px;
	margin-left:-10px;
	margin-bottom:0;
	line-height: 1.0em;
	z-index: 100;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
    float: left;
	position: relative;
}

#menu_container ul {
		margin: 0;
		padding: 0;
		list-style: none;
		height: 61px;
		width: 805px;
		margin-left: 0px;
		background: url(/www/img/nav2.gif) 0px 0px no-repeat;
		
		}
		#menu_container ul li {
			position: relative;
			float: left;
			margin: 0;
			left:8px;
			top:8px;
			}
			#menu_container ul li a {
				display: block;
				height: 50px;
				text-indent: -3000px;
				text-decoration: none;
				}
				
			#menu_container #nav1{ width: 100px;}
			#menu_container #nav2{ width: 145px;}
			#menu_container #nav3{ width: 238px;}
			#menu_container #nav4{ width: 140px;}
			#menu_container #nav9{ width: 166px;}
			
			#menu_container #nav1:hover, #menu_container #nav1.hover,
			#menu_container #nav1-link.active, #menu_container #nav1-link:hover{ background: url(/www/img/nav2.gif) -8px -68px no-repeat; }
			#menu_container #nav2:hover, #menu_container #nav2.hover,
			#menu_container #nav2-link.active, #menu_container #nav2-link:hover{ background: url(/www/img/nav2.gif) -108px -68px no-repeat; }
			#menu_container #nav3:hover, #menu_container #nav3.hover,
			#menu_container #nav3-link.active, #menu_container #nav3-link:hover{ background: url(/www/img/nav2.gif) -253px -68px no-repeat; }
			#menu_container #nav4:hover, #menu_container #nav4.hover,
			#menu_container #nav4-link.active, #menu_container #nav4-link:hover{ background: url(/www/img/nav2.gif) -491px -68px no-repeat; }
			#menu_container #nav9:hover, #menu_container #nav9.hover,
			#menu_container #nav9-link.active, #menu_container #nav9-link:hover{ background: url(/www/img/nav2.gif) -631px -68px no-repeat; }


/* FONTS*/
body {
	font-family: Helvetica, arial, sans-serif;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.8em;
}
p {
	margin-bottom: 10px;
}

.nodec, .nodec:hover, .nodec:visited {
	border: 0;
	text-decoration: none;
}
.small {
	font-size: .8em;
}
img, a img {
	border: 0;
	border-bottom: 0;
}
p, h1, form, button {
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 10px;
}
.spacer {
	clear: both;
	height: 1px;
}
/* ----------- My Form ----------- */
.myform {
	margin: 0 auto;
	width: 400px;
	padding: 14px;
}

/* ----------- stylized ----------- */
#stylized {
	border: solid 2px #E86E1C;
	background: #FFCFAF;
}
#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
#stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #E86E1C;
	padding-bottom: 10px;
}
#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}
#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}
#stylized input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 20px 10px;
}
#stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 370px;
	margin: 2px 0 20px 10px;
}

#stylized button {
	clear: both;
	margin-left: 150px;
	width: 125px;
	height: 31px;
	background: #D41E45 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/* Countdown */

#countdown {
	background: url(/www/img/november.gif) no-repeat;
	width:172px;
	height:227px;
}

#countdown1 {
	background: url(/www/img/november1.gif) no-repeat;
	width:172px;
	height:227px;
}
.counterdate {
	position:relative;
	top:100px;
	left:5px;
	height:auto;
	width:50px;
}
#date {
	position:relative;
	top:100px;
}

/* Footer */
#footer {
	clear:both;
	height:220px;
	width:100%;
}

	#footer #utility {
		width:330px;
		height:130px;
        margin:10px auto;
		position:relative;
		top:30px;
	}

	#footer #left, #footer #right {
		float:left;
        width:150px;
        height:100px;
        padding-top:10px;
	}

	#footer #left {
        margin-right:10px;
	}

	#footer #right {
        border-left:solid #8b7bae 1px;
        padding-left:10px;
	}

	#footer a, #footer a:visited {
        font-size:10px;
        text-decoration:none;
        color:#4A0E70;
	}

	#footer li {
       	list-style:none;
       	text-align:right;
	}

	#footer h4 {
		font-size:13px;
		margin: 10px 0px 5px 7px;
	}
	
	#footer p {
		text-align:center;
		font-size:12px;
	}
	
	#footer #footerinfo {
		margin-top:30px;
		display:block;
		clear:both;
		width:100%;
		height:70px;
	}

/*signup form */
	#home #signup_form {
		width:500px;
                position:relative;
                left:38px;
                top:15px;
		background: url(/www/img/signupheadline.gif) no-repeat;
                height:100px;
	}
	
	#signup_form input.signupinput{
		border: 1px solid #c5c5c5;
		color: #959595;
		font-family: arial, sans-serif;
		font-size: 10px;
		padding-left:3px;
	}
	
	#signup_form .signupsubmit{
		position:relative;
		top:16px;
		left:10px;
	}
	#signup_form #formtop, #signup_form #formbottom {
		height:40px;
	        }
	
	#signup_form #formtop {
		padding-top:10px;	
	}
	
	#signup_form #formbottom {
		margin-top:5px;	
	}
	
	#bottomarea p {
		text-transform:uppercase;
		font-weight:bold;
		color:#fff;
		width:350px;
		margin:0;
		padding:0;
	}
	
	/* General Styles */


	h1,h2,h3,h4,h5 {margin-top:20px; color:#4A0E70;}
	h1 {font-size:26px;}
	h2 {font-size: 20px;}
	h3 {font-size: 15px;}
	dl { width: 200px; float:left; padding: 0 20px 5px 0; }
	dl img {border:solid #dcd3f1 6px; }
	#main_content a {text-decoration:none; color:#4A0E70; font-weight:10;}
	#main_content ul{margin-top:10px; margin-left: 17px; list-style-image: url(/www/img/bullet.gif);}
	#main_content li {margin-bottom:10px;}
	#main_content ol{margin-top:10px; margin-left: 17px;}
	.dropcap {
	    float: left;
	    font-size: 55px;
	    line-height: 45px;
	    padding-right: 5px;
		padding-top:6px;
		margin-top:0;
		padding-bottom:0;
		height:36px;
		width: auto;
		color: #4A0E70;  
	}


	blockquote {
		margin-top:20px;
		margin-bottom: 20px;
		padding: 0;
		width: 550px;
		border-top: 1px solid #E9E9E9;
		border-bottom: 1px solid #E9E9E9;
		/*background: transparent url("/www/img/quotes-purple.gif") no-repeat 65px 15px;*/
		}
		blockquote p {
		padding: 20px 120px;
		color: #8B7BAE;
		font-size: 125%;
		line-height: 1.3;
		}
			blockquote p.cite {
				padding: 10px 120px;
				font-size: 125%;
				line-height: 1.3;
				}


	.intro {
		color: #8B7BAE; 
		font-size: 1.6em; 
		line-height: 1.2em; 
		}
		
/* Email Styles */

#smallcounter { width:458px; height:185px; background:url(/www/img/smallsignupbg.gif) no-repeat; padding-left:60px}
#smallcounter img {  padding-top:25px;}

#email_ftaf_form {
	width:500px;
	margin-top:15px;
	display:block;
/*	margin-left:auto; 
	margin-right:auto; */
}
#email_ftaf_form .ftaf_input, #email_ftaf_form .ftaf_area {
	display: block;
	font-size: 15px;
	color: #666;
	border: 1px solid #8B7BAE;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-family: arial, sans-serif;
}

#email_ftaf_form .ftaf_input {
	width: 170px;
	height: 20px;
}

#email_ftaf_res p {
	color:#4A0E70;
	font-size:16px;	
    display:inline;
    padding-top:20px;
}


