body {
	background: #ffffff url(body.gif) repeat-x 0 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;
	}*/

ul{
	margin: 0;
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}

ul li{
	margin: 0;
	padding: 0 0 0 12px;
	background: url(li.gif) no-repeat 0px 7px; 
	list-style: none;
	min-height: 1px;
}

ol{
	margin: 0 0 18px;
	padding: 0 0 0 23px;
}

	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	}

/*  links */

a {
	color: #00529b;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	background: #f1f1f1;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	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: 27px;
	line-height: 30px;
	margin: 0 0 20px;
	font-weight: bold;
	}
	
h2, h3, h4 {
	font-size: 14px;
	margin: 18px 0 0 0;
	font-weight: normal;
	}
	
h2 {
	font-size: 23px;
	line-height:28px;
	}
	
h3 {
	font-size: 18px;
	}
	
h4 {
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	}
	
/* [ 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: 30px;
	margin: 0;
	}
	
#site_header {
	height: 30px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo {
	position: absolute;
	top: 50px;
	left: 0px;
	}
	
#page_header_logo a {
	color: #000;
	}

#page_header_logo a:hover{
	background:#fff;
}
	
/* [ 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;
	}
	
	
	
/* [ Page Header ] */

#page_header_wrapper {
	}
	
#page_header {
	height: 80px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	}

#member_badge{
	right: 0px;
	position: absolute;
	top:15px;
}
	
/* [ Main ] */

#main_wrapper {
}

#main {
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 1px;
	background:#ffffff;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
/* [ breadcrumb ] */	
#breadcrumb{
	position: absolute;
	top: -25px;
	text-align: right;
	color: #999999;
	float: right;
	right:-25px;
}
	
	#breadcrumb span span{
	}


/* [ Content ] */

#content {
	font-size: 12px;
	padding: 30px 0 30px 0; 
	color: #37393b;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 675px;
	}
	
* html #content {
	height: 400px;
	}

#content .note{
	color: #7F7F7F;
}
	
/* [ Sidebar ] */
#sidebar {
	width: 200px;
	float: left;
	position: relative;
	background: url(../images/sidebar.gif) no-repeat bottom;
	padding: 30px 0 0 0;
	margin: 0 50px 30px 0;
	z-index: 1000;
	display: block;
	}

* html #sidebar{
	height: 1px;
}

#side_search{
	margin-top: 50px;	
}

#side_search h3{
	margin: 0 0 5px 20px;
}

#side_search #search{
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: url(side_search.jpg) no-repeat 0 0;
	height: 65px;
	position:relative;
}


#search label{
	display: none;
}

#search .side_parts_search{
	background: #fff url(side_search.gif) no-repeat 0 center;
	height: 17px;
	padding:3px 20px 0px 20px;
	margin: 20px 0 0 20px;
	width: 136px;
	border: 2px solid #b5b7b4;
}

#search .side_search_button{
	height: 15px;
	width: 15px;
	text-transform: uppercase;
	text-indent:-500px;
	background: url(search_button.jpg) no-repeat 0 0;
	position: absolute;
	border:0;
	padding:0;
	top:25px;
	left: 181px;
	cursor: pointer;
}


	

/* [ Footer ] */
#footer_wrapper {
	min-height: 100px;
	clear: both;
	}

#footer {
	border-top: solid 1px #d9d9d9;
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
	color: #7f7f7f;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 15px 0 20px 0;
	}
	
* html #footer {
	height: 1px;
	}

#footer:after{
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #7f7f7f;
	text-decoration: none;
	}
	
#footer a:hover {
	background: none;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: underline;
	}


#footer_left{
	width:500px;
	float:left;
}

#footer_copyright{
	color: #000;
}

#site_credit{
	margin-top:5px;
}

#footer_links{
	margin-top:5px;
}

#footer #disclaimer{
	border-top: solid 1px #d9d9d9;
	/* border-bottom: solid 1px #d9d9d9;
	padding: 5px 0 15px 0; */
	margin: 15px 0 10px 0;
}

#footer_right{
	float: right;
}

#group_member{
	text-align: right;
	color: #000;
}

#group_members{
	text-align: right;
	margin-top: 5px;
}

#footer_left,
#footer_right{
	min-height: 1px;
}

* html #footer_left,
* html #footer_right{
	height: 1px;
}

	
#group_logos{
	margin-top:25px;
}
	
/* [ 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 {
	border-top: 1px solid #E3E3E3;
	line-height: 14px;
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		margin-bottom:15px;
		}
		
	.adr {
		padding: 0 0 15px 0;
		}
		
	.type{
		color: #12283c;
		display: block;
		width: 60px;
		float:left; 
	}
		
	
.success{
	padding: 15px 10px;
	border: 1px solid #417630;
	background: #c0d2bb;
}

#member_badge{
	display: block;
	width: 180px;
	height: 51px;
	background: url(member_badge.gif) no-repeat 0 0;
	border-bottom: solid 4px #e4e4e4;
	cursor: pointer;
}

#member_badge:hover{
	background: url(member_badge.gif) no-repeat 0 bottom;	
}

#content .content_managed_content{
	width:390px;
	float:left;
}

#photo_widget{
	float: right;
	width: 270px;
	position: relative;
	top: -40px;
	right: -25px;
}

#photo_widget ul,
#photo_widget li{
	list-style:none;
	margin: 0;
	padding: 0;
	width: 248px;
	overflow: hidden;
	height: 248px;
}

#photo_widget h3,
#photo_widget #was_heading{
	border-bottom: 1px solid #E3E3E3;
	margin: 0 0px 20px 0;
	padding: 0 20px 5px 20px;
}

#photo_widget #was_heading{
	height: 18px;
}

#photo_widget #photos{
	width: 248px;
	overflow: hidden;
	height: 248px;
	margin: 0 20px 0 0;
	border: 1px solid #e3e3e3;
	border-bottom: 3px solid #e3e3e3;
}

#photo_widget #gallery_nav{
	float:right;
	height: 24px;
	width: 61px;
	margin-right: 20px;
	margin-top:5px;
}

#photo_widget #gallery_nav li{
	float:left;
	height: 24px;
	width: 28px;
}

#photo_widget #gallery_nav a{
	display: block;
	height: 24px;
	width: 28px
}


#photo_widget #gallery_nav #previous{
margin-right: 5px;	
}

#photo_widget #gallery_nav #previous a{
	background: url(previous_gallery.gif) no-repeat 0 0;
}


#photo_widget #gallery_nav #next a{
	background: url(next_gallery.gif) no-repeat 0 0;

}

#photo_widget #gallery_nav #previous a:hover,
#photo_widget #gallery_nav #next a:hover{
	background-position: left bottom;

}



#welcome_note {
  float:left;
  width:500px;
}

.contact .note{
	font-weight: normal;
	display: block;
	float: left;
	width: 60px;
}

.contact_details .note{
	display: block;
	float: left;
	width: 60px;
}

