/* -----[ NORMALIZE ]----------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0px; padding: 0px;}
/* remove list styles */
ol, ul
{ list-style:none;}
/* remove borders */
img, fieldset
{border:0;}
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

html{
	text-align:center;
	}

body {
	position:relative;
	margin: 0px auto;
	width: 766px;
	color:#333333;
	background: #89B2CA url(assets/background.jpg) repeat-x;
}
body,li,p {
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height:1.5em;

}

td {
font: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
h2, h3, h4, p, ul, blockquote {
	margin: 0 20px 10px 20px;
	text-align:left; 
}

h2{
	font: 160% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: .5em;
	padding-bottom: .03em;
	border-bottom: 1px solid #CFDBDC;
	color:white;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing:.02em;
	text-shadow:0 0 0 #89B2Ca;
}

a{color: #fff;}

h3 {
	font: 140% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: .125em;
	padding-bottom: .03em;
	font-weight: bold;
	letter-spacing:.02em;
}

cite {
	width: 100%;
	float:left;
	color:#333;
	font-size:70%;
	padding-bottom:5px;
	border-bottom:1px solid #666666;

	
	}
		

/* -----[ HEADER    ]---------------------------------*/	
#header{
	width: 100%;
	position: relative;
	height: 195px;
	background: url(assets/header.jpg) no-repeat top left;
}

#headerCub{
	width: 161px;
	height: 215px;
	margin-top: 20px;
	margin-left: 0px;
	background: url(assets/cub.jpg) no-repeat top left;
}
/* -----[ MAIN NAVIGATION ]----------------------------*/	
#navigation{
	position:relative;
	width:100%;
	background-color: #527FA2;
	height:69px;
	}	

ul#navi{
	margin:0 0 0 40px;
	position:relative;
	text-align:center;
	font-size: 17px;
}	

ul#navi li{
	position:relative;
	width: 99px;
	background: transparent url(assets/button.png) no-repeat top left;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #556164;
	height: 69px;
	float:left;
	}

ul#navi li a{
	display: block;
	padding: 24px 0;
	color: #556164;
	text-decoration:none;
	background: transparent url(assets/button.png) no-repeat top left;
	letter-spacing:.05em;
		width: 99px;
	
}

ul#navi li a:hover{
	color: #527FA2;
	background: url(assets/button.png) no-repeat top right;	
}
.home  ul#navi .hidden {
	display:none;

}

/* -----[ sUB NAVIGATION ]----------------------------*/	

	
ul#subNav{
	position:relative;
	width:190px;
	margin:0px;
	font-size: 15px;
	top:-40px;
	left:0px;
	
}	

ul#subNav a{
	display:block;
	width: 179px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #89B2CA;
	padding: 10px 10px;
	background-color: #556164;
	border-bottom: 1px solid #CFDBDC;
	text-decoration:none;
	font-size: 17px;
	}	


ul#subNav a:hover{
	color:#527FA2;
	background-color: #cfdbdc;
	
}


ul#subNav h1{
	position:relative;
	background: transparent url(assets/subNav_topper.png) no-repeat top left;
	height:75px;
	top:0px; 
	color:#527FA2;
	width:200px;
}
	
/* -----[  CONTENT  ]----------------------------------*/	
	
#content{
	float:left;
	width: 100%;
	background-color:#89B2CA;
}

/* -----[ HOME Page CONTENT  ]----------------------------------*/	
	
#homeContent{
	float:left;
	width: 100%;
	background-color:#89B2CA;
}	
	
/* -----[ MAIN CONTENT ]-------------------------------*/
#mainContent{
	width: 520px;
	float:left;
	margin: 0px 10px 30px 10px;
		
}
#mainContent ul h2{margin:0;}
#mainContent ul{
	
	margin-bottom: 25px;
	text-align:left;	
	}
	#mainContent li{padding: 3px;}
#mainContent ul#news {
	width: 450px;
	margin-top: 10px;
	}		
#mainContent ul#news p{
	margin:0;
	color:#333333;
	line-height:1.1em;
	}
	
#mainContent ul#news li{
	font-size:80%;
	margin-bottom:15px;
	color:#FFFFFF;
	}	
	
#mainContent ul#news li a{
	font-weight:bold;
	color:#333333;
	}	
#mainContent ul#news li a:hover{
	color:#527FA2;
	}	
#mainContent ul#news li a:visited{
	color:#F2F2F2;
	}	
	
#mainContent img {
	float: right;
	max-width:171px;
	margin: 0px 0 0 10px;
}	


/* -----[SUB MAIN CONTENT ]-------------------------------*/
#SUBmainContent{
	width: 546px;
	float:left;
	
	margin: 0px 0px 0px 0px;
	padding:0px 0px 50px 0px;
	font-size:85%;
	background-color:#FFFFFF;
}
#SUBmainContent h2, #SUBmainContent h3{
	color:#527FA2;
}
#SUBmainContent p, #SUBmainContent h2{ margin: 10px 13px 15px 20px}
#SUBmainContent h3{ margin: 10px 13px 5px 20px}

#SUBmainContent h4{ margin: 20px 13px 5px 20px;}

#SUBmainContent ul{
	float: left;
	margin:0px 0 0 15px;
	padding:0px 20px;
	text-align:left;
	list-style:square; 
		}

	
#SUBmainContent ul p{
	margin:0;
	color:#333333;
	line-height:1.1em;
	}
	
#SUBmainContent ul li{
	margin:0px 0px 0px 20px;
	width: 440px;
	padding:5px 5px;
	
	}	
	
#SUBmainContent ul li a{
	font-weight:bold;
	color:#527FA2;
	text-shadow:0 0 0 #89B2Ca;
	}
#SUBmainContent ul li a:visited{
	color:#8BC612;
	}	
#SUBmainContent ul li a:hover{
	color:#8bc612;
	}	
		

#SUBmainContent td p{
	margin: 0px 5px 10px 25px;}
	
#SUBmainContent a {color: #3B83BF;}	
/*#SUBmainContent img + h4{
	margin-top: 5px;
	margin-bottom:5px;
	margin-left: 25px}*/

/* -----[ SUB CONTENT]---------------------------------*/
#subContent{
	float: left;
	width: 220px;
	padding-top:20px;
	padding-bottom: 30px;
	background-color:#89B2CA;
		height:100%;
}



	

/* -----[ quicklinks]------*/
	

#quickLinks{ 
	margin: 0px 10px 0px 10px;
	padding-bottom:30px;
	background: url(assets/quickLinks_mid.gif) repeat-y left top;
	color: #CCCCCC;
	
}

#quickLinks h1 { 
	margin: 0px;
	padding: 20px 0 0 15px;
	vertical-align:bottom;
	color: #8BC612;
	height:25px;
	text-transform:uppercase;
	background:url(assets/quickLinks_top.gif) no-repeat left top;
	text-shadow: 0 0 0 #556164;
	}
	
ul#quickLinks {
	margin: 0px 0px 0px 10px;
	}
	
ul#quickLinks li {
	width: 180px;
	padding: 5px;
	margin-left: 25px;
	font-size: 13px;
	
}
ul#quickLinks li a{
	color: #E6E6E6;

}
ul#quickLinks li a:visited{
	color: #E6E6E6;
}
	
ul#quickLinks li a:hover{
	color: #8BC612;
	
}

ul#quickLinks_foot { 
	margin: 0px 10px 30px 10px;
	height:22px;
	background: url(assets/quickLinks_bot.gif) no-repeat left top;
}	
	
	
	
	
	

/* -----[  SUB NAVIGATION ]----------------------------*/	

/* -----[ FOOTER   ]----------------------------------*/
#footer{
	width: 766px;
	margin-bottom:20px;
	clear:both;
	float:left;
	background-color:#556164;
	border-top: 4px solid #CFDBDC; 
	font-size: 75%;
	
}

#footer p{
	width: 690px;
	margin: 0px auto;
	padding:10px;
	color:#CCCCCC;
	text-align:center;
}

#footer a{
	color:#89B2CA;
}


#footer a:hover{
	color:#8BC612;
}

#footer a:visited{
	color:#89B2CA;
}

/* -----[    ]----------------------------*/

#braveStats { clear:both;
width: 766px;
text-align:center;}	
/* -----[    ]----------------------------*/		

/*	border: 1px solid #CFDBDC;	*/


.tableStyle td{ padding: 5px;}

.Subhead2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6633;
	text-decoration: underline;
}

