body {
	background: #ffffff url(bg_tile.jpg) repeat-x center 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 18px;
	}
	
/* 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;
	color:#222222;
	}

/*  links */

a {
	color: #00a4ca;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	/*background: #f6fafd;*/
	}
	
.note{
	color: #999;
}

object:active, object:focus {outline:none;}
	
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 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}
	
h1 {
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 10px 0;
	font-weight: normal;
	color:#00a4ca;
	}
	
h2, h3, h4 {

	margin: 18px 0 0 0;
	font-weight: bold;
	color:#00a4ca;
	line-height:20px;
	}
	
h2 {
	font-size: 19px;
	}
	
h3 {
	font-size: 18px;
	color:#222222;
	line-height:24px;
	
	}
	
h4 {
	font-size:14px;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
strong{
	color:#00A4CA;
}

.right {float:right; margin:0px 0px 10px 10px; text-align:right;}
div.right {width:290px;}

/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	}
	
/* [ Wireframe ] */

#wireframe_header {
	display:none;
	width: 800px;
	height: 55px;
	padding-top: 10px;
	}

#wireframe_header img {
	float: left;
	}
	
#wireframe_header h1 {
	font-size: 12px;
	float: left;
	margin: 32px 0 0 10px;
	padding: 0;
	line-height: normal;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 55px;
	margin: 0;
	}
	
#site_header {
	height: 95px;
	width: 800px;
	margin: 0 auto;
	position: relative;
	padding:0;
	}
	
#site_header_logo {
	position: absolute;
	top: 10px;
	}
	
#site_header_logo a {
	color: #fff;
	}
	
/* [ Site Header Tools ] */
#site_header_tools {
	display:none;
	position: absolute;
	top: -54px;
	right: 0;
	font-size: 11px;
	color: #ccc;
	text-align: right;
	}
	
#site_header_tools a {
	color: #999;
	text-decoration: none;
	}
	
#site_header_tools a:hover {
	color: #999;
	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(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(mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(mini_search_button.gif) no-repeat 0 -20px;
	}
	
	
/* [ Page Header ] */

#page_header_wrapper {
		
	}
	
#page_header {
	width: 800px;
	position: relative;
	margin:0 auto;
	}

	
/* [ Main ] */

#main_wrapper {
	clear:both;
	margin-top:110px;
}

* html #main_wrapper{
	margin-top:60px;
	margin-left:30px;
}

#main {
	margin: 0 auto;
	width: 800px;
	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; 
	color:#222222;
	position: relative;
	min-height: 250px;
	z-index: 1;
	float: left;
	width: 500px;
	padding-top:10px;
	padding-bottom:60px;
	}
	
* html #content {
	height: 400px;

	}

#content img{
	padding:10px;
	margin:-10px;
}

#right_bar{
	float:right;
	width:250px;
	margin-top:25px;
	text-align:right;
}
	
/* [ Sidebar ] */
#sidebar {
	width: 180px;
	float: left;
	position: relative;
	padding: 0;
	z-index: 1000;
	}
	
.sidebar_panel a {
	display: block;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 10px 0;
	}
	
.sidebar_panel a h4 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.sidebar_panel a p {
	margin: 0;
	line-height: 14px;
	}

/* [ Footer ] */
#footer_wrapper {
	min-height: 100px;
	clear: both;
	}

#footer {
	border-top: solid 1px #b3b5b7;
	width: 800px;
	margin: 0 auto;
	font-size: 11px;
	color: #999;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 5px 0 20px 0;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #999999;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

	#footer #footer_links{
		text-align:right;
		position:absolute;
		top:5px;
		right:0;
	}
	
#site_credit{
	margin-top:5px;
}
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	float:left;
	
	font-size: 11px;
	line-height: 14px;	
	}
	
	.fn {
		margin-top:15px;
		font-size: 14px;
		font-weight: bold;
		}
		
	.adr {
		border-top: 1px solid #c2deec;
		padding: 5px 0;
		}
		
	.position{
		margin-bottom:5px;
	}
	
#image_wrapper{
	margin-left:-10px;
}

#right_tile1{
	margin-top:15px;
	width:245px;
	float:right;
	text-align:right;
}

#right_tile2{
	margin-top:15px;
	width:245px;
	float:right;
	text-align:right;
}

.link_tile{
	width:180px;
	float:left;
	margin:15px 50px 0 0;
}

.link_tile a{
	display:block;
	width:180px;
	min-height:85px;
	border:solid 1px #e0eaf6;
	padding:5px;
	padding-top:20px;
	position:relative;
}

* html .link_tile a{
	height:85px;
}

.link_tile a img{
	margin:0;
	padding:0 !important;
	border:none;
	margin: 0 auto !important;
	display:block;
}

.link_tile a span{
	text-align:center;
	bottom:10px;
	position:absolute;
	width:180px;
	display:block;

}

/* COLUMNS */
div.columns {width:100%; overflow:hidden;}
div.column {width:150px; float:left;}

img#home-subscribe { position:relative; left:26px; }

.data{
	width: 100%;
	margin: 20px 0;
	text-align: left;
}

.data p{
	margin: 0;
}

.data td,
.data th{
	padding: 5px 10px;
}

.data th strong{
	color: #222222;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.data th{
	border-bottom: solid 2px #b1b7c1;
	background: #d5dde9;
}

.data .alt td{
	background: #e9f2ff;
	border-top: solid 2px #d5dde9;
	border-bottom: solid 2px #d5dde9;
}
