/*************************************************/
/*                                               */
/*  Local CSS Rules to build on BluePrint CSS    */
/*  v1.0 November 09                             */
/*************************************************/

/*************************************************/
/* Generic HTML Tags                             */
/*************************************************/

body {
	background:#E2E2E2;
	font-size:11px;
	}

h1 {
	color:#C30011;
	font-size:12px;
	font-weight:bold;
	}

h2 {
	color:#C30011;
	font-size:12px;
	font-weight:bold;
	}

h3 {
	color:#C30011;
	}

a {
	text-decoration:none;
	color:#C30011;
	}
	
a:hover {
	font-weight:bold;
	}

/*************************************************/
/* Main Blocks                                   */
/*************************************************/

#logo_block {
	width:1000px;
	background:url("../images/logo_background.gif") repeat-y center;
	}

#content {				
	position:relative;
	top:-60px;
	}

#content img {
	margin: 0 0 10px 0;
	}

#mainFour {
	background:url("../images/page_body_4col.jpg") repeat-y center;
	position:relative;
	z-index:8;
	}
#mainThree {
	background:url("../images/page_body_3col.gif") repeat-y center;
	position:relative;
	z-index:8;
	}
#logo_block+img {
	position:relative;
	z-index:7;
 }
#isologo {margin-top:70px;}
	
#groupSummary {
	margin-top:70px;
	}

#footer {
	height:60px;
	line-height:60px;
	background:url("../images/footer_background.jpg") repeat-y center;
	}
	#footer .n3w_credit {
		position:relative;
		left:360px;
		float:left;
		}

/*************************************************/
/* Typography + Styles                           */
/*************************************************/

#groupSummary h2 {
	border-bottom:solid thin #999999;
	height:25px;
	width:120px;
	}
	
#footer {
	color:#ffffff;
	font-size:10px;
	}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover {
	font-weight:normal;
	color:#666666;
	}

/*************************************************/
/* Navigation                                    */
/*************************************************/
#mainNavigation, #subNavigation {
	list-style:none;
	font-size:12px;
 }
#mainNavigation { padding-left:36px; }

#mainNavigation li {
	text-decoration:none;
	padding: 5px 0px 0px 0px;
	width:124px;
	}
#mainNavigation li a {
	padding:5px 0px;
 }

#subNavigation li {
	text-decoration:none;
	padding: 8px 0px 5px 0px;
	width:175px;
 }
 
#mainNavigation .first { padding:0px; }
#mainNavigation .first a, #subNavigation .first {
	padding:0px 0px 5px 0px;
	}

#mainNavigation a, #subNavigation a {
	text-decoration:none;
	cursor:pointer;
	display:block;
	}

#mainNavigation a:hover, #subNavigation a:hover {
	font-weight:bold;
	cursor:pointer;
	}


.menuItemCold {
	color:#666666;
	border-bottom:solid 1px #999999;
	}
.menuItemCold a,
.menuItemCold a:hover {
	color:#666666;
 }
.menuItemHot {
	color:#C30011;
	font-weight:bold;
	border-bottom:solid 1px #999999;
	}
.menuItemHot a,
.menuItemHot a:hover {
	color:#C30011;
 }

#headNavigation {
	color:#CCCCCC;
	position:relative;
	top:55px;
	left:210px;
	font-size:10px;
	float:left;
	}
	
#headNavigation ul {
	font-size:10px;
	list-style:none;
	text-decoration:none;
	}
#headNavigation li {
	display:inline;
	}
#headNavigation a {
	color:#CCCCCC;
	text-decoration:none;
	}
#headNavigation a:hover {
	font-weight:normal;
	color:#C30011;
	}




