body {
	background: #f2f2f2 url(images/body.gif) repeat-x top;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 12px;
	padding: 10px 20px 30px; 
	color: #333;
	margin: 0;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 480px;
	}
	
* html #content {
	height: 400px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

/*  links */

#content a {
	color: #0092c7;
	text-decoration: none;
	border-bottom: 1px dotted #eee;
	}
	
#content a:hover {
	background-color: #0092c7;
	color: #fff;
	border-bottom: 1px solid #0092c7;
	}
	
	
#content ul {
	margin: 0 -10px;
	padding: 20px 40px 20px 30px;
	background: #e5f6fc;
	border: 1px solid #81d2ee;
	}
	
#content li {
	padding-left: 0px;
	margin: 10px 0;
	}
	
* html #content li,
* html #content ul
 {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #0092c7;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 0;
	font-weight: normal;
	}
	
h2, h3, h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
	font-weight: normal;
	}
	
h2 {
	margin: 20px 0 0 0;	
	}
	
h3 {
  margin: 20px 0 5px 0;	
	line-height: 18px;
	}
	
h4 {
	margin: 40px 20px 5px 0;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	}
	
	
/* Wrapper */

#wrapper {
	width: 770px;
	margin: 20px auto;
	padding: 0;
	position: relative;
	}
	
#page {
	padding: 0 20px;
	background: url(images/page.png) repeat-y;
	}
	
* html #page {
	height: 1px;
	}
	
#page_pre {
	background: url(images/page_pre.png) no-repeat;
	height: 25px;
	}
	
#page_post {
	background: url(images/page_post.png) no-repeat;
	height: 25px;
	}
	
/* Header */

#header {
	position: relative;
	height: 140px;
	margin: 0;
	background: #007fac url(images/header.jpg);
	}
	
#header_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#header_logo a {
	display: block;
	width: 400px;
	height: 140px;
	cursor: pointer;
	}
	
/* Header Site Tools */
#site_tools {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	color: #afdbdb;
	padding: 2px 0;
	text-align: right;
	}
	
#site_tools a {
	color: #fff;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#site_tools a:hover {
	background: #fff;
	color: #000;	
	border: 1px solid #0092c7;
	padding: 1px 2px;	
	margin: 0;
	}
	

/* Main Menu Container */
#menu_container {
	height: 30px;
	z-index: 1000;
	position: relative;
	background: #00344d;
	}
	
/* Main */
#main {
	margin: 0;
	padding: 20px 10px;
	position: relative;
	z-index: 1;
	min-height: 1px;
	background: url(images/main.gif) repeat-x top;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
* html #main {
	height: 1px;
	}
	


	
/* Sidebar */
#sidebar {
	width: 180px;
	float: right;
	position: relative;
	background: url(images/sidebar.gif) no-repeat bottom;
	padding: 20px 0 0;
	margin-left: 10px;
	}
	
/* Sub Menu Container */
#sub_menu_container {
	margin: 0 0 10px;
	padding: 5px 0 10px;
	position: relative;
	z-index: 10000;
	background: #002c41;
	border: none;
	}
	
#sub_menu_container h3 {
	margin: 10px 0 5px 10px;
	color: #fff;
	}
	
	

/* Footer */
#footer {
	margin: 0;
	padding: 10px;
	font-size: 11px;
	color: #bfcacf;
	line-height: 16px;
	position: relative;
	clear: both;
	background: #00344d;
	min-height: 1px;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer strong {
	color: #fff;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #bfcacf;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#footer a:hover {
	background: #fff;
	color: #000;	
	border: 1px solid #ccc;
	padding: 1px 2px;	
	margin: 0;
	}
	
/** Sidebar panels **/
.sidebar_panel {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	min-height: 1px;
	}
	
* html .sidebar_panel {
	height: 1px;
	}
	
.sidebar_panel:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.sidebar_panel h3 {
	margin: 0 0 5px 0;
	line-height: 20px;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-size: 12px;
	}
	
.sidebar_panel input.field {
	font-size: 11px;
	height: 14px;
	padding: 2px 3px;
	border: 1px solid #999;
	display: block;
	margin: 0;
	width: 150px;
	}
	
.sidebar_panel a {
	text-decoration: none;
	}

/* Pull Quote */
#pull_quote {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 40px;
	}

#pull_quote blockquote {
	color: #888;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	margin: 50px 0px;
	padding: 0 0 0 20px;
	background: url(images/pull_quote_blockquote.gif) no-repeat 0 2px;
	}
	
#pull_quote blockquote cite {
	display: block;
	font-size: 12px;
	color: #0092c7;
	}
	
	
.form {
	font-size: 12px;
	border-top: 1px solid #eee;
	}
	

	
.form .field, .form span input, .form span textarea {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #c8c8be;
	padding: 4px;
	background: #f9f9f9;
	}
	
.form span input:focus,
.form span textarea:focus,
.form span input.focus,
.form span textarea.focus
	{
		border: 1px solid #e10000;
		position: relative;
		background: #fff;
		}
	
.form th, .form td {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	}
	
.form th {
	text-align: left;
	padding-right:20px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 8px;
	}
	
.buttonstrip input {
	padding: 5px;
	}
	
.buttonstrip td {
	text-align: right;
	padding: 5px;
	background: #f9f9f9;
	}

sup {
	color: #e10000;
	font-size: 25px;
	display: inline;
	position: relative;
  top: 12px;
	}
		
.form sup {
	top: 0;
	right: 0;
	float: left;
	line-height: 20px;
	margin: 0 0 0 5px;
	}
	
.form span {
	display: block;
	float: left;
	}