@charset "utf-8";
/* CSS Document */

#flash {
	padding-left:67px;
}

body {
	margin:25px 0 0 0;
	padding:0;
	background-color:#eeeeee;
}

/* Main Container */

#Centre {
	float:left;
	width:100%;
	height:100%;
	background-color:#eeeeee;
	background:url(../images/gradient_bkgd.gif) repeat-y scroll center;
}


#Main_Container {
	margin:auto;
	width:775px;
	height:auto;
	background-color:#ffffff;
	padding:0 20px;
}


/* Header */

#Header {
	float:left;
	width:775px;
	height:112px;
	margin:0;
	padding:0 0 0 0;
}

#Header #Logo_Container {
	float:left;
	width:687px;
	height:50px;
}

#Header #Logo_Container .Logo{
	margin-top: 31px;
	width:226px;
	height:35px;
}

#Header #Logo_Container .Slogan {
	margin-top: 15px;
	margin-left: 3px;
	width:438px;
	height:19px;
}

#Header #CurrentIssuePic {
	float:left;
	height:112px;
}

#Header #CurrentIssuePic .CurrentIssuePic{
	width:88px;
	height:112px;
}

/* Line_Divider */

.Line_Divider {
	clear:both;
	width:775px;
	height:1px;
	line-height:0;
	padding:0 0 0 0;
	margin:0;
}
.Space_After {
	margin-bottom: 10px;
}
.Space_Before {
	margin-top: 10px;
}

.Line_Divider .Line {
	float:left;	
	width:775px;
	height:1px;	
}

/* Top Nav */

#TopNav_Container {
	float:left;
	width:775px;
	height:auto;
	margin:0;
	padding:0;
}

ul#TopNav {
	float:left;
	width:775px;
	margin:0;
	padding:0;
	list-style-type:none;
	line-height: 29px;
}

ul#TopNav li.Nav_Divider {
	float:left;
	margin:0;
	padding:0;
	width:2px;
	height:15px;
}

ul#TopNav li.Nav_Divider .nav_img{
	float:left;
	width:1px;
	height:15px;	
	padding: 7px 0 0 0;
	margin: 0;
}


ul#TopNav li.TopNav_Item {
	float:left;
	width:auto;
	margin:0;
	padding:0 6px 0 6px;
}

ul#Sub_Nav {
	float:left;
	width:700px;
	margin:0;
	padding:0;
	list-style-type:none;
	line-height: 37px;
}

ul#Sub_Nav li.Sub_Nav_Divider {
	float:left;
	margin:0;
	padding:0;
	width:1px;
	height:11px;
}

ul#Sub_Nav li.Sub_Nav_Divider .nav_img{
	float:left;
	width:1px;
	height:11px;	
	padding: 14px 0 0 0;
	margin: 0;
}


ul#Sub_Nav li.Sub_Nav_Item {
	float:left;
	width:auto;
	margin:0;
	padding:0 8px 0 8px;
}

/* Main Image */

#Main_Img_Container {
	float: left;
	width: 775px;
	height: auto;
	margin: 0 0 0 0;
}

/* footer styles */


#footer {
	margin:12px 0 20px 0;
	width:775px;
	float:left;
	}
	
#lh_dennis {
	float:left;
	width:60px;
	}

#rh_bigkid {
	float:right;
	width:58px;
	}


#footer_container {
	margin:0;
	width:657px;
	float:left;
}


#footer_navigation {	
	width:775px;
	text-align:center;
	}
#copyright {	
	width:775px;
	float:left;
	text-align:center;	
	}	
#footer_navigation ul {
	padding:0px;
	margin:0px;	
	list-style:none;  
}

#footer_navigation ul li.item {
	  padding:0 8px 0 8px;
	  display:inline;
}
#footer_navigation ul li.divider {
	  width:auto;
	  display:inline;
}

#footer_navigation .ftr_img {
	  border:0;
	  width:1px;
	  height:13px;
	  margin:0 0 -2px 0;
}



/* end footer */



/* content styles */


#content {
	min-height:400px;
	 
}
* html #content {
	height:400px;
}

#page_title {
	float:left;
	padding:0px;
	margin:0px 0px 5px;
}

#page_title #title {	 
	font-weight:bold;
	padding:10px 0 10px 20px;
}


/* columns */

#lh_column {
	float:left;
	background-color:#CCCC00;
	width:575px;
}

#rh_column {
	float:left;
	background-color:#FF99FF;
	width:200px;
}

#center_column {

}
/* end columns */


