/*	GLOBAL
	---------------------------------------------------	*/
	
a
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
a img
	{
	border: 2px solid black
	}
	
h1, h2, h3, h4, h5, p
	{
	margin-top: 0;
	padding: 0;
	}
	
p
	{
	font-size: 12px;
	}
	

/*	MAIN STRUCTURE
	---------------------------------------------------	*/
	
body
	{
	margin: 0;
	padding: 0;
	background: transparent url(../chrome/background.gif) repeat-y top;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#main
	{
	margin: 0 auto;
	padding-top: 15px;
	width: 873px;
	text-align: left;
	}
	
#header,
#nav
	{
	width: 841px;
	}
	
#header,
#nav,
#page
	{
	margin: 0 16px;
	}
	
#content
	{
	float: left;
	width: 580px;
	margin-right: 16px;
	}
	
#sidebar
	{
	width: 230px;
	clear: none;
	float: left;
	}
	
#banner
	{
	float: left;
	text-align: center;
	width: 580px;
	}
	
#banner a img
	{
	width: 468px;
	height: 60px;
	margin: 10px auto 20px auto;
	}
	
#footer
	{
	clear: both;
	width: 841px;
	border-top: 2px solid #000;
	font-size: 10px;
	padding: 6px 0;
	}
	
	
/*	HEADER
	---------------------------------------------------	*/
	
#topnav
	{
	margin-left: auto;
	width: 334px;
	height: 24px;
	background: #666 url(../chrome/corner_dark.gif) no-repeat top left;
	border-bottom: 1px solid white;
	overflow: hidden;
	}
	
#topnav ul
	{
	float: right;
	margin: 0 -1px 0 auto;
	padding: 0;
	height: 24px;
	}
		
#topnav ul li
	{
	display: block;
	float: left;
	padding: 0 10px;
	height: 24px;
	line-height: 20px;
	background: transparent url(../chrome/menu_divider.gif) no-repeat top right;
	}
	


#title
	{
	background: #ccc;
	height: 89px;
	border-bottom: 2px solid white;
	}
	
#title h1
	{
	margin: 0;
	padding: 0;
	background-color: #ccc;
	height: 89px;
	}
	
#title h1 a
	{
	display: block;
	width: 337px;
	height: 89px;
	}
	

/*	NAV
	---------------------------------------------------	*/
	
#nav
	{
	background-color: #666;
	border-top: 2px solid white;
	height: 68px;
	margin-bottom: 10px;
	}
	
body#home #nav
	{
	height: 34px;
	}
		
#nav div.navpos
	{
	position: relative;
	width: 841px;
	top: 0;
	left: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 3px auto;
	}
	
#topnav a,
#nav a
	{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#topnav a:hover,
#nav a:hover
	{
	text-decoration: underline;
	}
	
#nav div.spacer
	{
	border: none;
	}
	
#nav ul
	{
	display: block;
	clear: both;
	width: 750px;
	height: 26px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../chrome/menu_divider.gif) no-repeat top right;
	}
	
#nav ul li
	{
	display: block;
	float: left;
	height: 26px !important;
	height: 24px;
	margin: 0;
	padding: 0 !important;
	padding-top: 2px;
	background: transparent url(../chrome/menu_divider.gif) no-repeat top left;
	line-height: 11px;
	text-align: center;
	}
	
#nav li#nav1
	{
	width: 112px;
	line-height: 20px;
	}

#nav li#nav2
	{
	width: 132px;
	line-height: 20px;
	}
	
li#nav3
	{
	width: 140px;
	}
	
li#nav4
	{
	width: 135px;
	}
	
li#nav5
	{
	padding: 2px 10px;
	width: 145px;
	}
	
li#nav6
	{
	width: 85px;
	}
	
#nav ul li ul
	{
	display: none;
	margin: 0;
	background: none;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #bbb;
	border: none;
	width: 841px;
	height: 34px;
	}
	
#nav ul li ul li
	{
	display: block;
	float: left;
	margin: 10px 0 10px -1px !important;
	padding: 0 10px !important;
	height: 11px !important;
	line-height: 10px !important;
	background: transparent url(../chrome/submenu_divider.gif) no-repeat left;
	}
	
#nav ul li ul li a
	{
	text-transform: capitalize;
	}
	
/*	NAV SUBNAV DISPLAY
	---------------------------------------------------	*/
	
body#section1 #nav ul li#nav1,
body#section2 #nav ul li#nav2,
body#section3 #nav ul li#nav3,
body#section4 #nav ul li#nav4,
body#section5 #nav ul li#nav5,
body#section6 #nav ul li#nav6
	{
	background-color: #bbb;
	}
	
body#section1 #nav ul li#nav1 ul,
body#section2 #nav ul li#nav2 ul,
body#section3 #nav ul li#nav3 ul,
body#section4 #nav ul li#nav4 ul,
body#section5 #nav ul li#nav5 ul,
body#section6 #nav ul li#nav6 ul
	{
	display: block;
	}
	
	
/*	NAV TOOLS
	---------------------------------------------------	*/

#tools
	{
	clear: both;
	font-size: 12px;
	text-align: right;
	width: 841px;
	margin: 0 0 10px 0;
	}
	
body#home #tools
	{
	display: none;
	}
	
#tools a
	{
	color: #999;
	}
	
#breadcrumbs
	{
	float: left;
	width: 582px;
	text-align: left;
	font-size: 12px;
	}
	
#pagetools
	{
	margin: 0 0 0 auto;
	width: 245px;
	text-align: left;
	}
	
#pagetools ul
	{
	margin: 0;
	padding: 0;
	}
	
#pagetools ul li
	{
	margin: 0;
	padding: 0 6px;
	display: inline;
	}	
	
#pagetools a
	{
	font-weight: bold;
	text-transform: uppercase;
	}
	
	
/*	ARTICLES COMMON
	---------------------------------------------------	*/
	
div.article
	{
	display: inline;
	float: left;
	margin-bottom: 15px;
	}
	
div.article img
	{
	float: left;
	margin-right: 15px;
	margin-bottom: 6px;
	}
	
div.article h4
	{
	font-size: 13px;
	margin-bottom: 6px;
	}
	
div.article p
	{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px;
	}
	
div.article div.more
	{
	text-transform: uppercase;
	font-size: 11px;
	}
	
div.article div.more a
	{
	color: #B1711D;
	}


/*	BUCKETS COMMON
	---------------------------------------------------	*/
	
div.bucket
	{
	width: 245px;
	background: #ccc;
	margin-bottom: 20px;
	}
	
div.bucket h3
	{
	margin: 0 0 10px 0;
	color: #fff;
	background: #555 url(../chrome/corner_dark.gif) no-repeat top left;
	height: 33px;
	line-height: 32px;
	padding: 0 8px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;
	}
	
div.bucket div.article
	{
	display: block;
	float: none;
	margin: 10px;
	width: 225px;
	}
	
div.bucket div.article img
	{
	margin-right: 8px;
	}
	
div.bucket h4
	{
	margin-left:  10px;
	margin-right:  10px;
	}
	
div.bucket ul
	{
	margin-bottom: 15px;
	}
	
div.bucket ul li
	{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	list-style-type: disc;
	}
	
div.bucket ul li.listindex
	{
	list-style-type: none;
	margin-top: 8px;
	font-style: italic;
	}
	
div.bucket ul li.listindex a
	{
	color: #B1711D;
	}
	
div.bucket ul.links
	{
	margin: 20px 10px;
	padding-left: 0;
	}
	
div.bucket ul.links li
	{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding-left: 0;
	}
	
div.bucket div.halfbanner
	{
	margin: 20px 0 5px 3px;
	}
	
div.bottom
	{
	background: #ccc url(../chrome/corner_bottom.gif) no-repeat bottom right;
	} 
	
	
/*	FEATURED AREA
	---------------------------------------------------	*/
	
#content div.featured
	{
	clear: both;
	margin-bottom: 25px;
	background-color: #ccc;
	width: 580px;
	}
	
#content div.featured h3
	{
	text-align: right;
	}

#content div.featured div.article
	{
	width: 560px;
	display: block;
	clear: both;
	float: none;
	}
	
#content div.featured div.article img
	{
	margin-right: 15px;
	}
	
	
/*	MAIN CONTENT AREA
	---------------------------------------------------	*/
	
#content div.article
	{
	float: left;
	width: 290px;
	}
	
#content div.articlepair
	{
	clear: both;
	margin-bottom: 20px;
	border-bottom: 2px dotted #999;
	}
	
/*	SIDEBAR
	---------------------------------------------------	*/


/*	MISC
	---------------------------------------------------	*/


.hide
	{
	display: none;
	}
	
div.spacer
	{
	border: none;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
	text-size: 1px;
	line-height: 1px;
	}



