@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	background:#C8E9F7 url(../images/ui/bg-body.png) top center;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
}

#wrapper {
	width:829px;
	margin:23px auto;
	background:#FFF;
}

	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		width:818px;
		padding:6px 6px 6px 5px;
		height:269px;
		background:url(../images/ui/bg-header.jpg);
		position:relative;
	}
	
	#header h1 {
		width:296px;
		height:199px;
		overflow:hidden;
		text-indent:-3000px;
		background:url(../images/misc/logo-trans.png);
		position:absolute;
		top:10px;
		left:20px;
	}
	
	#header ul {
		height:23px;
		background:#0071BC;
		position:relative;
		top:235px;
		margin-left: 70px;
	}
	
	#header ul li {
		display:block;
		float:left;
	}
	
	#header ul li a{
		display:block;
		float:left;
		line-height:23px;
		padding-left:26px;
		padding-right:10px;
		background:url(../images/ui/li-star.png) left no-repeat;
		color:#FFFFFF;
		font-family:Tahoma,Helvetica;
		font-weight:bold;
		text-decoration:none;
		font-size:11px;
	}
	
	#header img {
		position:absolute;
		top:15px;
		right:-28px;
	}
	
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
		width:818px;
		padding:0px 6px 6px 5px;
		background:url(../images/ui/bg-center.png);
		position:relative;
	}
	
	#center .intro {
		background:#BFD1DA url(../images/ui/bg-intro.jpg);
		height:347px;
	}
	
	#center .left {
		width:418px;
		float:left;
	}
	
	#center .intro h2, #center .intro h3 {
		text-transform:uppercase;
		color:#FFFFFF;
		font-size:30px;
		padding:15px;
		margin:10px 0px 3px 0px;
		background:#0071BC;
		font-weight:bold;
		letter-spacing:-1px;
		font-family:"Impact"
	}
	
	#center .intro h3  {
		background:#C1272D;
		margin:2px 0px 3px 0px;
	}
	
	#center .left p {
		padding:10px 5px 5px 10px;
	}
	
	#center .right {
		width:400px;
		float:left;
	}
	
	#center img.welcome  {
		position:absolute;
		top:-13px;
		left:429px;
	}
	
	#center .divide.blue {
		background:#0071BC url(../images/ui/bg-content-divide.png);
	}
	
	
	
	#center .divide {
		line-height:35px;
		padding-left:10px;
		color:#FFFFFF;
		font-family:Tahoma, Helvetica, sans-serif;
		font-weight:bold;
		font-size:18px;
		letter-spacing:-1px;
		
	}
	
	#center .divide.plain {
		background:#0071BC url(../images/ui/bg-content-divide-plain.png);
		clear:both;
		height:37px;
		background-repeat:repeat-x;
	}
	
	#center .divide ul {
		position:relative;
		top:6px;
	}
	
	#center .divide span {
		display:block;
		padding-left:30px;
		background:url(../images/ui/li-star.png) 0px 7px no-repeat;
	}
	
	#center .thanks {
		display:block;
		text-align:center;
		padding:10px;
	}
	
	#center .indexSearch {
		width:530px;
		float:left;
		margin:10px;
		padding:10px;
	}
	
	#center .ads {
		width:200px;
		float:left;
		margin:10px;
		padding:10px;
	}
	
	#center .indexSearch p {
		margin-top: 10px;
	}
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		height:50px;
		padding:11px;
		background:url(../images/ui/bg-footer.jpg) top no-repeat;
		line-height:20px;
		color:#669999;
		font-family:Arial, Helvetica;
		font-size:13px;
		font-weight:bold;
		text-align:center;
	}
	
	#footer p {
		position:relative;
		top:70px;
		padding-bottom:10px;
	}

	#menu-bottom ul {
		height:23px;
		background:#0071BC;
		position:relative;
		margin-left:185px;

	}
	
	#menu-bottom ul li {
		display:block;
		float:left;
	}
	
	#menu-bottom ul li a{
		display:block;
		float:left;
		line-height:23px;
		padding-left:26px;
		padding-right:10px;
		background:url(../images/ui/li-star.png) left no-repeat;
		color:#FFFFFF;
		font-family:Tahoma,Helvetica;
		font-weight:bold;
		text-decoration:none;
		font-size:11px;
		letter-spacing:0px;
	}
	