@charset "UTF-8";
/* CSS Document */


body {
	background: url(images/bg.jpg) repeat-x top #000000;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-family: Georgia, "Time New Roman", serif;
	font-size:12px;
	line-height:150%;}
	
img {
	border: none;
	}


img.inline {
	float: right;
	margin: 0px 0px 12px 12px;
	}

#wrapper {
	width: 870px;
	margin: 0 auto;
	}
	
#side {
	width: 136px;
	float: left;
	margin-top: 15px;
	}
	

#main {
	width: 724px;
	float: left;
	margin: 41px 0 0 0;
	}
	
#copy {
	clear: both;
	margin-left: 15px;
	padding-top: 20px;
	}

#feat{
	width:200px;
	float:right;
	border-left:1px solid #AFBC21;
	margin: 0 0 0 25px;}
	
#feat h4{
	margin-left:13px;}

h2, h4{
	color:#AFBC21;}

h2{
	font-size:16px;
	margin-top: 10px;}	

a{
	color:#AFBC21;}
	
#footer{
	border-top:1px solid #333333;
	width:870px;
	margin:30px auto;
	text-align:center;
	clear: both;
	}



#subscribe {
	width: 116px;
	border: solid 2px #6e6e6e;
	padding: 8px;
	background-color: #171717;
	text-align: center;
}

#subscibe p {
	font-size: 14px;
}
#subscribe #name, #subscribe #jrlihu-jrlihu {
	width: 100px;
}

#subscribe #join {
	margin-top: 6px;
	background-color: #0e0e0e;
	border: solid 1px #AFBC21;
	color: #fff; 
	font-family: Georgia, "Time New Roman", serif;
}




/* dropdown nav */

#suckertreemenu {
	margin-bottom: 15px;
	}

	
#suckertreemenu ul{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #440000;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
#suckertreemenu ul li a{
	display: block;

	/* width: 120px; */ /*Width of top level menu link items*/
	/* height: 38px; */
	/*padding: 5px 0;  default */
	padding: 5px 12px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-family: Minion, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
	
/*1st sub level menu*/
#suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background: url(images/nav_bg.jpg) repeat-x #000000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#suckertreemenu ul li ul li a{
display: block;
width: 146px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
border: none;
padding: 5px 5px;
font-size: 12px;
}

#suckertreemenu ul li ul li a:hover {
text-decoration: none;
	background:#AFBC21;}
	
	
/*--ihf styles--*/
.ihmain	.ihfSearchFormLabel{color:#FFFFFF;}		
form{color:#FFFFFF;}	

#sidebar{
	float: right;
	width: 200px;
}

#sidebar ul{	margin: 0;
	padding: 0;}

#sidebar li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li ul{
	margin: 0;
	padding: 0;
}
