

body {
	background: #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 1.5em;
	margin: 10px 0;
	}

/*  links */

a {
	color: #e76f00;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	}

li {
	padding-left: 15px;
	background: url(images/li.gif) no-repeat left 4px;
	margin: 7px 0;
	}
	
* html li {
	height: 1px;
	}
	
.multicolumn {
  min-height: 1px;
}

* html .multicolumn {
  height: 1px;
}

.multicolumn:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  content: ".";
}
	
.multicolumn ul {
  width: 200px;
  float: left;
}
	
/* content */
#content {
	font-size: 12px;
	padding: 10px 20px 30px 0; 
	color: #333;
	margin: 0;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 480px;
	}
	
* html #content {
	height: 400px;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #e76f00;
	}
	
* 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: 20px;
	line-height: 26px;
	margin: 0;
	font-weight: normal;
	}
	
h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
	font-weight: normal;
	}
	
h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 30px 0 10px;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 -10px;
	}
	
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0 -10px;
	color: #000;
	}

.more_links {
	border-top: 1px solid #e7ab74;
	border-bottom: 1px solid #e7ab74;
	padding: 5px 0;
	color: #e76f00;
	margin: 20px 0;
	}
	
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 10px auto;
	padding: 0 20px 20px;
	background: #fff;
	border: 2px solid #aaa;
	}
	
/* Header */

#site_header{
	position: relative;
	height: 100px;
	margin: 20px 0 0;
	border: 1px solid #777;
	border-bottom: none;
	}
	
#site_header_content  {
  height: 100px;
  background: url(images/site_header.gif);
}
	
#site_header_logo {
	position: absolute;
	top: 30px;
	left: 25px;
	}

#site_header_tagline {
  position: absolute;
  top: 46px;
  right: 40px;
}
	
/* Header Site Tools */
#site_tools {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	color: #ccc;
	padding: 2px 0;
	text-align: right;
	}
	
#site_tools a {
	color: #eee;
	text-decoration: none;
	}
	
#site_tools a:hover {
	text-decoration: underline;
	}
	

/* Main Menu Container */
#menu_panel {
	height: 30px;
	z-index: 1000;
	position: relative;
	background: url(images/menu_panel.gif) repeat-x bottom;
	}
	
/* Main */
#main {
	padding: 10px 0 50px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
	border-top: 5px solid #ccc;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
}

	
/* Sidebar */
#sidebar {
	width: 250px;
	float: left;
	position: relative;
	background: url(images/sidebar.gif) no-repeat bottom;
	padding: 0;
	z-index: 1000;
	}
	
#quote_button {
	display: block;
	width: 200px;
	height: 75px;
	background: url(images/quote.gif) no-repeat left top;
	}
	
#quote_button:hover {
	background-position: 0 -75px;
	}
	
#quote_button strong {
	display: none;
	}
	
/* Sub Menu Container */
#sub_menu_container {
	margin: 20px 0 10px;
	padding: 5px 0 0;
	position: relative;
	z-index: 10000;
	border: none;
	}
	
#sub_menu_container h3 {
	margin: 0 0 5px 10px;
	color: #e76f00;
	}
	
	

/* Footer */
#footer {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	color: #999;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 30px;
	}
	
* html #footer {
	height: 30px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#site_credits {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #888;
	}
	
#site_credits a {
	color: #888;
	}
	

#footer_logos {
	margin: 10px 0;
	}
	
#footer_logos a {
	margin-right: 10px;
	}

#footer_logos img {
	vertical-align: middle;
	}
	
/***
==== Page Messages ====
***/
		
.page_message {
	font-weight: normal;
	font-size: 11px;
	padding: 2px 10px 2px 25px;
	line-height: 16px;
	margin:  0 100px 0 0;
	display: block;
	position: relative;
}

* html .page_message {
	height: 1px;
	}

.page_message img {
	position: absolute;
	top: 1px;
	left: 0;
}

.page_message_critical {
  color: #666;
}

.page_message_warning {
  color: #999;
}

.page_message_information {
  color: #999;
}