/* -------------------------------------------------------------- 
Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li, legend, caption{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-shadow: #000000 0 0 0px;
}
strong{font-weight:bold;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a{outline:none;}

body{
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* -------------------------------------------------------------- 
Main
-------------------------------------------------------------- */

html{
	height: 100%;
}

body{
	background:#eaeaea;
	color:#333;
	width:100%;
	height:100%;
}

	#wrap{
		margin:0 auto;
		background:url(NewSplashImages/bg.jpg) repeat-y;
		width:780px;
	}
	#topbar{
		height:20px;
		width:760px;
		display:block;
		margin:0 auto;
		text-align:left;
		background:#F0F0F0;
	}
	
	body #wrap #topbar a.btn{
		text-decoration:none;
		color:#999999;
		margin:0;
		float:right;
		font-size:11px;	
		padding:2px 10px;
		position:relative;
		background:none;
	}
	
	body #wrap #topbar a.btn:hover{color:#0099FF;}
	
	body #wrap #topbar a.btn .icon,
	body #wrap #topbar a.btn span{
		display:none;
	}
	#header{
		text-align:left;
		width:760px;
		height:110px;
		background:#CCCCCC;
		margin:0 auto;
	}
	
	#flash{
		width:748px;
		height:561px;
		margin:0 auto;
		border:6px solid #fff;
		background:#fff;
		z-index:1;
		position:relative;
	}
	
	#flash object{
		z-index:1;
		position:relative;
	}
	
	#content{
		padding:5px 10px 0;
		margin:0 auto;
		width:740px;
		text-align:left;
		background:#fff;
	}
	#bar{
		width:780px;
		height:49px;
		margin:0 auto;
		color:#333;
		background:url(NewSplashImages/barbg.jpg) repeat-x;
	}
	
	#barleft{
		background:url(NewSplashImages/leftbar.jpg) top left no-repeat;
		width:100%;
		height:49px;
	}
	
	#barright{
		background:url(NewSplashImages/rightbar.jpg) top right no-repeat;
		height:49px;
		padding-right:6px;
		position:relative;
	}
	
	#bar p{
		float:left;
	}
/* -------------------------------------------------------------- 
Type
-------------------------------------------------------------- */
	
h1{font-size:24px;}
h2{font-size:22px; border-bottom:1px solid #CCC;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}

p{font-size:12px;}

/* -------------------------------------------------------------- 
Quick Class
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
Nav
-------------------------------------------------------------- */

a.btn{
	text-decoration:none;
	color:#333;
	margin:0;
	float:right;
	font-size:12px;	
	padding:13px 15px 10px;
	position:relative;
}
a.btn:hover{
	background:url(NewSplashImages/btnleft.jpg) top left no-repeat;
}
a.btn span{
	height:40px;
	width:3px;
	display:block;
	position:absolute;
	top:0;
	right:0;
}
a.btn:hover span{
	background:url(NewSplashImages/btnright.jpg) top right no-repeat;
}
.icon{
	margin:-3px 8px 0 0;
	float:left;
}

.min{
	display:none;
}

.quickspace{
	color:#9cb3c2;
}

a.btn.full{
	margin-right:15px;
}

a.btn.forward{
	cursor:pointer;
}


/* -------------------------------------------------------------- 
Footer
-------------------------------------------------------------- */
	
#footer{
	width:760px;
	text-align:left;
	margin:0 auto;
	margin-top:7px;
}

#footer p{
	font-size:11px;
}

a.bottomAd{
	float:right;
	padding:2px;
	display:block;
	border:1px solid #a9a9a9;
	background:#fff;
	margin-top:5px;
}

a.bottomAd:hover{
	border:1px solid #666666;
}
