body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 18px;
	}
	
	
/*body {background: url(images/gridbg.gif) 0 0;}*/
/*#main {background: url(images/vgrid.png) 0 5px;}*/
/* Baseline grid overrides



#wrapper,
#header
 {
	background: none !important;
	}*/
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	}

/*  links */

a {
	color: #cc6600;
	text-decoration: none;
	}
	
#content a {
  text-decoration: underline;
}
	
a:hover {
	color: #ff9c1e;
	text-decoration: underline;
	}
	
ul {
	margin: 18px 30px 18px 0;
	list-style: none;
	padding: 0;
	}

ul li {
  min-height: 1px;
  background: url(images/li.gif) no-repeat 0 4px;
  padding: 0 0 0 20px;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 embed,
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 36px;
	line-height: 45px;
	margin: 0 0 9px 0;
	font-weight: normal;
	}
	
h2 {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	}
	
h2, h3, h4 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	}
	
h2 {
	}
	
h3 {
	}
	
h4 {
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	}
	
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 75px;
	margin: 0;
	background: #373535;
	z-index: 1000;
	}
	
#site_header {
	height: 75px;
	width: 895px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	}
	
#site_header_logo {
	position: absolute;
	bottom: 15px;
	left: 0px;
	}
	
#site_header_logo a {
	color: #fff;
	}
	
/* [ Site Header Tools ] */
#site_header_tools {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 11px;
	color: #777;
	text-align: right;
	}
	
#site_header_tools a {
	color: #ccc;
	text-decoration: none;
	padding: 0 5px;
	}
	
#site_header_tools a strong {
	font-weight: normal;
	}	
	
#site_header_tools a:hover {
	color: #fff;
	background: none;
	}
	
/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #a9a9ab;
	background: #fff url(images/mini_search_field.gif) no-repeat 2px 3px;
	}
	
#mini_search .focus {
	border: 1px solid #6ccff6;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(images/mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(images/mini_search_button.gif) no-repeat 0 -20px;
	}
	
	
/* [ Page Header ] */

#page_header_wrapper {
	height: 180px;
	background: #f3f3f4 url(images/page_header_wrapper.gif) repeat-x;
	display: none;
	}
	
#page_header {
	height: 180px;
	width: 895px;
	margin: 0 auto;
	position: relative;
	}

	
/* [ Main ] */

#main_wrapper {
}

#main {
	width: 895px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
	
/* [ Content ] */

#content {
	font-size: 12px;
	padding: 18px 0 72px;
	margin: 0 0 0 65px; 
	color: #333;
	position: relative;
	min-height: 396px;
	z-index: 1;
	float: left;
	width: 465px;
	}
	
* html #content {
	height: 396px;
	}

	
/* [ Sidebar ] */
#sidebar {
	width: 175px;
	float: left;
	position: relative;
	background: url(images/sidebar.gif) no-repeat bottom;
	padding: 0;
	z-index: 1000;
	}

/* [ Footer ] */
#footer_wrapper {
	min-height: 100px;
	clear: both;
	}

#footer {
	border-top: 2px solid #373535;
	width: 895px;
	margin: 0 auto;
	font-size: 11px;
	color: #333;
	line-height: 18px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 16px 0;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#site_credit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 18px 0;
	color: #999;
	width: 175px;
	}
	
#site_credit a {
	color: #999;
	}
	
#site_credit a:hover {
	color: #333;
	}
	
	
/* [ Quicklinks ] */

#quicklinks {
	min-height: 1px;
	padding: 0 0 18px 0;
	clear: both;
	}
	
	* html #quicklinks {
		height: 1px;
		}
		
	#quicklinks:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height:0;
		}
	
	#quicklinks a {
		color: #333;
		}
	
	#quicklinks .category {
		float: left;
		width: 165px;
		margin-right: 15px;
		}
		
	#quicklinks .last {
		margin: 0;
		}
		
	#quicklinks h4 {
		font-size: 11px;
		color: #333;
		font-weight: bold;
		margin: 0;
		padding: 0 0 7px 0;
		line-height: 18px;
		border-bottom: 2px solid #373535;
		}
		
	#quicklinks h4 a {
		color: #333;
		}
		
	#quicklinks ul {
		margin: 9px 0 0;
		padding: 0;
		list-style: none;
		}
		
	#quicklinks ul strong {
		font-weight: normal;
		}
		
	#quicklinks li {
		line-height: 18px;
		background: none;
		padding: 0;
		}