html{
	background:#f1f1f1; 
	}
body {
	background:url(header_bg_blue.png) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 18px;
	margin-bottom:-150px;
	}
	
* html body{
	background:url(header_bg_blue.gif) repeat-x 0 0;
}
	
/* 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;
	}

strong{
	font-weight:normal;
	color:#ea7c0d;
}

/*  links */

a {
	color: #0190ca;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

li {
  min-height: 1px;
}
	
* html li {
	height: 1px;
	}

.link_note{
	color:#929292;
	}	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	display:block;
	}
	
* 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: 36px;
	font-weight: normal;
	color:#ea7c0d;
	margin-bottom:10px;
	}
	
h2, h3, h4, h5 {
	font-size: 14px;
	font-weight: normal;
	}
	
h2 {
	color:#1c3440;
	font-size:18px;
	}
	
h3 {
	color:#ea7c0d;
	font-size:14px;
	margin:15px 0 0 0;
	}
	
h3 strong{
	color:#1c3440;
	font-size:20px;
	}
	
h4 {
	font-size:14px;
	color:#1c3440;
	margin:15px 0 0 0;
	}

h5 {
	color:#ea7c0d;
	margin:5px 0 0 0;
	font-weight:normal;
	}
	
h6 {
	color:#ea7c0d;
	font-size:11px;
	}
	
.bord{
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 5px;
	min-height: 1px;
}
 
* html .bord {
  height: 1px;
}
 
.bord:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	margin-bottom:-100px;
	}
	
/* [ Wireframe ] */

#wireframe_header {
	width: 955px;
	margin: 0 auto;
	height: 55px;
	padding-top: 10px;
	display:none; 
	}

#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: 95px;
	margin: 0;
	z-index:600;
	}
	
#site_header {
	height: 95px;
	width: 910px;
	margin: 0 auto; 
	position: relative;
	}
	
#site_header_logo {
	position: absolute;
	top: 40px;
	left: 0;
	z-index:1000;
	}
	
#site_header_logo a {
	color: #fff;

	}

#site_header_logo a:hover{
	background:none;
}
	
/* [ Site Header Tools ] */
#site_header_tools {
	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 {
	height: 180px;
	}
	
#page_header {
	height: 180px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	}
/* [ Main ] */
#main_wrapper_wrapper {
	background:#FFFFFF;
	margin-top:45px;
	z-index:10;
	min-height:1px;
}
#main_wrapper {
	background:url(page_bg.png) repeat-y right 0;
	width: 910px;
	margin: 0 auto;
	position:relative;
	top:-50px;
	z-index:9;

}

* html #main_wrapper{
	background:url(page_bg.gif) repeat-y right 0;
	}
	
#main {	
	margin: 0 auto;
	position: relative;
	z-index: 10;
	min-height: 1px;
	background: url(page_top.png) no-repeat right 0;

	}
	
* html #main {
	height: 100px;
	background: url(page_top.gif) no-repeat right 0;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	

/* [ Breadcrumb ] */

#breadcrumb{
	border-bottom: solid 1px #dcdcdc;
	color: #929292;
	padding-bottom:3px;
	margin-bottom:15px;
}

#breadcrumb span,
#breadcrumb a{
	margin: 0;
	padding: 0;
}



	
/* [ Content ] */

#content {
	font-size: 12px;
	padding: 20px 20px 0 20px; 
	color: #1c3440;
	position: relative;
	z-index: 9;
	float: left;
	width: 640px;
	}
	
* html #content {
	margin-right:-10px;
	}


/* [ Footer ] */
#footer_wrapper {
	min-height: 100px;
	background: #f1f1f1;
	clear: both;
	border-top: solid 1px #cfcfcf;
	position:relative;
	top:-50px;
	z-index:1 !important;
	}

#footer {
	width: 910px;
	margin: 0 auto;
	font-size: 12px;
	color: #929292;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 35px 0 0 0;
	background:url(page_bottom.png) no-repeat right 0;
	margin-top:-1px;
	z-index:2;
	}
		
	
* html #footer {
	height: 1px;
	top:-1px;
	background:url(page_bottom.gif) no-repeat right 0;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #929292;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer div{
	margin-left:220px;
	z-index:1;
}



#footer_links{
	float:left;
}

#footer_copyright{
	float:right;
	margin-right:10px;
}

* html #footer_copyright{
	margin-right:5px;
}

#site_credit{
	font-size:11px;
	float:left;
	margin-top:3px;
	margin-right:10px;
}

* html #footer #footer_links,
* html #footer #site_credit{
	margin-left:110px;
}

#partner_logos{
	min-height:1px;
	position:absolute;
	top:90px;
		left:0;
}

* html #partner_logos{
	height:1px;
	margin-left:0;

}


/* [ 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 {
	font-size: 12px;
	line-height: 16px;	
	width:280px;
	float:left;
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		}
		
	.adr {
		padding:0 0 5px 0;
		}
	.type{
		width: 65px;
		display: block;
		float: left;
		color:#F27A00;
	}
		
	.refresh_button{
		width: 66px;
		height: 25px;
		border: none;
		background: url(refresh_button.gif) no-repeat 0 0;
		text-transform: uppercase;
		text-indent: -300px;	
		cursor: pointer;
		display: block;
	}
	
	.refresh_button:hover{
		background: url(refresh_button.gif) no-repeat 0 bottom;	
	}
	

.org_img{
	margin: 0 0 20px;
	border: solid 1px #cfcfcf;
	padding: 5px;
}

.org_logo{
	margin: 0 0 10px 10px;
}