/* media="all" */

body {
	background: #fdfdfd url(images/body.gif) repeat-x top;
	font-family: 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: 11px;
	padding: 20px 50px 20px;
	width: 550px;
	color: #444;
	position: relative;
	z-index: 1000;
	min-height: 500px;
	float: left;
	}
	
* html #content {
	height: 500px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

/*  links */

#content a {
	color: #3ab8db;
	text-decoration: none;
	border-bottom: 1px dashed #eee;
	}
	
#content a:hover {
	background-color: #3ab8db;
	color: #fff;
	border: none;

	}
	
a.external_link {
	background-image: url(images/external_link.gif);
	background-repeat: no-repeat;
	background-position: 99% 1px;
	padding-right: 15px !important;
	}

.external_link:hover {
	background-image: url(images/external_link_hover.gif);
	}
	
#content ul {
	list-style: none;
	margin: 10px 0 30px 0;
	padding: 0;
	}
	
#content ul li {
	padding-left: 30px;
	background: url(images/content_li.gif) no-repeat left 0px;
	margin: 0 0 10px 20px;
	}
	
#content ol {
	margin: 10px 0;
	padding: 0 0 0 20px;
	}
	
#content ol li {
	padding: 0;
	margin: 0 0 5px 0;
	}
	
* html ul li {
	height: 10px;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
h1 {
	color: #333;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 15px 0;
	}
	
h1 object {
	margin-left: -3px;
	position: relative;
	}
	
h2 {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;	
	}
	
h2 object {
	margin-left: -3px;
	}
	
h3 object {
	margin-left: -3px;
	}
	
h4 object {
	margin-left: -3px;
	}
	
h3, h4 {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 15px 0;
	color: #444;
	}
	
h4 {
	margin: 20px 20px 5px 0;
	}
	
h5 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
	}

/*theme strip */
#theme_strip {
	height: 60px;
	background: #005f8a url(images/theme_strip.jpg);
	position: relative;
	z-index: 1000;
	top: -5px;
	}
	
/* breadcrumb */
#breadcrumb {
	color: #3ab8db;
	font-size: 10px;
	line-height: 20px;
	margin: 0px 0 10px 0;
	position: absolute;
	top: -30px;
	}
	
#breadcrumb strong {
	font-weight: normal;
	color: #3ab8db;
	}
	
#breadcrumb a {
	color: #b3def1;
	padding: 2px 3px;
	margin: 0;
	border: none;
	}
	
#breadcrumb a:hover {
	background: #337fa1;
	border: 1px solid #3ab8db;
	padding: 1px 2px;	
	margin: 0;
	}

	
/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/wrapper.png);
	}
	
#wrapper_pre, #wrapper_post {
	height: 20px;
	background: url(images/wrapper_pre.png);
	position: relative;
	z-index: 0;
	width: 920px;
	margin: 0 auto;
	}
		
#wrapper_pre {
	height: 15px;
	}
	
#wrapper_post {
	background: url(images/wrapper_post.png);
	}

	
/* Header */

#header {
	position: relative;
	height: 95px;
	top: -5px;
	background: #005f8a url(images/header.jpg);
	}
	
#header_logo {
	position: absolute;
	bottom: 15px;
	left: 20px;
	}
	
/* Main Nav Container */
#menu_container {
	height: 30px;
	margin-top: -30px;
	z-index: 100;
	position: relative;
	background: url(images/menu_container.gif) repeat-x bottom;
	}

/* Main */

#main {
	padding: 0;
	min-height: 200px;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0 0 0px;
	z-index: 10;
	background: url(images/main.gif) repeat-y left;
}

* html #main {
	height: 200px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


	
/* Sidebar */

#sidebar {
	width: 250px;
	position: relative;
	z-index: 2000;
	margin-top: -40px;
	float: left;
	padding-bottom: 20px;
	}
	
	
/* Footer */
#footer {
	margin: 0px auto 0;
	padding: 5px;
	font-size: 9px;
	color: #666;
	line-height: 16px;
	position: relative;
	width: 900px;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dashed #3ab8db;
	}
	
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #3ab8db;
	background: #3ab8db;
	padding: 0 2px;
	margin: 0 -2px;
	}
	
#footer h4 {
	color: #0077c0;
	font-size: 14px;
	}
	
#footer_credit {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #d0d0d0;
	}
	
#footer_credit a {
	border-style: none;
	color: #d0d0d0;
	}
	
#footer_credit a:hover {
	border-style: none;
	background-color: transparent;
	color: #d0d0d0;
	cursor: default;
	}
	
	
#footer_legal {
	margin: 10px 350px 0 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	position: relative;
	}
	
#footer_legal p {
	line-height: normal;
	}
	
	
#search_panel input {
  margin: 0;
  padding: 0;
  width: 360px !important;
}	

* html #search_panel input {
  margin: 3px 0 2px 0;
}

#search_panel .search_button {
  margin: 0;
  padding: 0;
  font-size: 11px;
  height: 25px;
  width: 60px !important;
}

/* Pull Quote */

.pullquote {
	margin: 30px 20px 0;	
	}
	
.pullquote blockquote {
	margin: 0 0;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	text-align: right;
	}
	
.pullquote cite {
	text-align: right;
	color: #fff;
	display: block;
	margin: 10px 5px;
	}

/***
==== Page Messages ====
***/
		
.page_message {
	font-weight: bold;
	font-size: 11px;
	vertical-align: text-top;
	padding-top: 2px 0px 8px 0px;
	line-height: 13px;
	margin-left: 24px;
	margin-right: 30px;
	margin-bottom: 5px;
	display: block;
}

.page_message img {
	margin-left: -30px;
}

.page_message_critical {
  color: #FF4901;
}

.page_message_warning {
  color: #999999;
}

.page_message_information {
  color: #0C6AEA;
}

img.certification
{
	float:right;
}



