@charset "utf-8";
/* CSS Document */

*									{	margin: 0;padding:0; 	}
body								{	background: #080808; margin:0; padding:0; font:"Times New Roman", Times, serif; font-size: 15px;	}
a 									{	text-decoration:none; border: 0;	}
#menu 								{	margin:0 auto; font-weight: bold; text-transform: uppercase;  list-style-type: none; font-size: 13px; height: 51px; width: 900px; 	}
#menu li 							{	float: left; margin: 0;		}
#menu li a 							{	text-decoration: none; display: block; padding: 0 20px; line-height: 40px; color: #666;		}
#menu li a:hover, #menu li.active a {	border-bottom: 2px solid #DDD; color: #999;		}
#menu_wrapper 						{	padding: 0 16px 0 0; 	}
#menu_wrapper div 					{	float: left; height: 44px; width: 12px;		}
#wrapper							{	width: 100%; background: #dbdbdb; clear:both;	}
			
/* Black Menu */
#menu_wrapper.black ul				{	border-top: 2px solid #333; border-bottom: 2px solid #000; background: #333;	}
#menu_wrapper.black a 				{	color: #CCC;}
#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a 
									{	color: #999; border-bottom: 2px solid #444;}
#menu_wrapper.black 				{	background: url(images/nav_bg.jpg) no-repeat right;}
#menu_wrapper.black div 			{	background: url(images/nav_bg.jpg) no-repeat left;}
#nav								{	margin:0 auto; width:100%;  background: url(../images/nav_bg.jpg) repeat-x ;	}
#testnav							{	height: 30px; background-color:#0033CC; width: auto ;	}

#banner-wrap						{	height: 152px; width:100%; background:url(../images/banner-wrap-bg.jpg) repeat-x ; border-bottom: 1px solid #3066ad;	}
#banner								{	height:	152px; width:1300px; border-bottom: 1px solid #3066ad; background: url(../images/banner-bg.jpg) no-repeat;	margin: 0 auto;	}
#banner-cont						{	margin: 0 auto; width:900px;	}
#banner-cont h3						{	color:#9e6c25;	}
#banner-cont img					{	padding-top: 20px; border:0; float:left;	}
#banner-txt							{	padding-top: 20px; width:390px; color:#FFFFFF; float:right;	}

#content							{	width: 900px; margin: 0 auto; padding-bottom: 30px;	}
#item1								{	width: 534px;	}

/* BOXES */
.top-cover-sm						{	width: 534px; height: 57px; background: url(../images/top-cover-sm.jpg) no-repeat;	}
.top-cover-sm h3					{	color: #9e6c25; padding: 15px 0 0 30px;	}
.bg-cont-sm							{	width: 534px; background: url(../images/bg-cont-sm.jpg) repeat-y;	}
.txt-cont-sm						{	width:	480px; margin: 0 auto; padding: 10px 0 10px 0;	}
.btm-cover-sm						{	width: 534px; height: 16px; background: url(../images/btm-cover-sm.jpg) no-repeat;	}

.top-cover-lg						{	width: 751px; height: 62px; background: url(../images/top-cover-lg.jpg) no-repeat;	}
.top-cover-lg h3					{	color: #9e6c25; padding: 15px 0 0 30px;	}
.bg-cont-lg							{	width: 751px; background: url(../images/bg-cont-lg.jpg) repeat-y;	}
.txt-cont-lg						{	width:	700px; margin: 0 auto; padding: 10px 0 10px 0;	}
.btm-cover-lg						{	width: 751; height: 19px; background: url(../images/btm-cover-lg.jpg) no-repeat;	}

/* FOOTERRRRR */
#footer								{	width: 100%; padding: 30px 0 50px 0; background: #080808 url(../images/footer-bg.jpg) repeat-x; margin: 0 auto; 	}
#footer-cont						{	width: 900px; margin: 0 auto; color:#FFFFFF	}
#footer-nav							{	width: 900px; padding-bottom: 5px;	}
#footer-nav a						{	width: 900px; padding: 0px 30px 0px 30px; color:#666666; margin: 0 auto;	}
#footer-nav a:hover					{	color: #999;	}
#footer-txt							{	width: 900px; margin: 0 auto;	}
#foot-btm							{	background: #080808;	}



