body {
	background: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 18px;
	color: #626262;
	}

	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	}
	
table {
    margin:0px 0px 18px 0px;
}

/*  links */

a {
	color: #d11241;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	/*background: #fff;*/
	}

li {
  min-height: 1px;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #c62026;
	line-height: 18px;
	text-transform:uppercase;
	}
	
* 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;
}	

h2 object{top:-2px;}
h3 object {top:-8px;}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	font-weight: bold;
	}
	
h2 {
	font-size: 16px;
	margin: 18px 0 0 0;
	line-height:34px;
	font-weight: bold;
	}
	

h3 {
    line-height:20px;
	margin: 18px 0 0px 0;
	font-weight: bold;
	}

h4 {
    line-height:20px;
	margin: 18px 0 0px 0;
	font-weight: bold;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform:none;
	}

h6 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-transform:none;
	}

p.intro {font-size:18px; line-height:18px;}
	
th {text-align:left; padding-right:18px;}
	
address {font-style:normal}

.right {float:right;}
.left {float:left;}

img.right {margin:0px 0px 12px 12px;}
img.left {margin:0px 12px 12px 0px;}
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	background: #fff;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 45px;
	margin: 0;
	background: url(site_header_wrapper.gif) repeat-x 0 0;
	z-index:999;
	}
	
#site_header {
	height: 45px;
	width: 770px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo {
	display: none;
	}
		
/* [ Page Header ] */

#page_header_wrapper {
	height: 100px;
	z-index: 777;
	}
	
#page_header {
	height: 100px;
	width: 770px;
	margin: 0 auto;
	position: relative;
		z-index: 777;
	}
	
#page_header h1{
	display: none;
	}
	
#page_header #living_logo{
	text-decoration: none;
	border: none;
	background: none;
	position: absolute;
	top: 25px;
	left:0;
	}

#page_header #living_logo:hover{
	text-decoration: none;
	border: none;
	background: none;
	}
	
/* [ Main ] */

#main_wrapper {
	background: #d8d8d8 url(main_wrapper.jpg) repeat-x 0 0;	
	/*border-bottom: solid 3px #bababa;*/
	position: relative;
	min-height:1px;
}

#main {
	width: 770px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 1px;
	padding-bottom: 50px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
/* [ Breadcrumb ] */	

#breadcrumb{
	margin: 0 0 10px;
}

/* [ Content ] */

#content {
	font-size: 12px;
	color: #626262;
	position: relative;
	min-height: 400px;
	z-index: 1;
	}
	
* html #content {
	height: 400px;
	}
	
#content .header{
	padding: 15px 15px 15px 15px;
	/*height: 55px;*/
	background: url(header.gif) no-repeat 0 0; 
}

#content .content{
	padding: 12px 12px 12px 12px;
	background: #f3f3f3;
	margin: 0 0 10px;
}

.content img{
	padding: 5px;
	border: solid 1px #eaeaea;
	background: #fff;
}

	
/* [ Sidebar ] */
#sidebar {
	width: 180px;
	float: left;
	position: relative;
	background: url(../images/sidebar.gif) no-repeat bottom;
	padding: 0;
	z-index: 1000;
	display: none;
	}
	
.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 {
	border-top: solid 1px #9b9b9b;
	min-height: 60px;
	background: #231f20;
	clear: both;
	}

#footer {
	width: 800px;
	margin: 0 auto;
	font-size: 12px;
	color: #c9c9c9;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 15px;
	padding: 15px 0;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #c9c9c9;
	text-decoration: none;
	}
	
#footer a:hover {
    background: #3c3b3b;
	text-decoration: none;
	}

#footer #footer_links{
	text-align: left;
	position: absolute;
	right: left;
	top: 15px;
	width: 500px;
}

#footer #footer_links a,
#footer #site_credit a{
	padding: 3px 15px;
	display:block;
	float:left;
	font-size:13px;
	color:#c9c9c9;
}

#footer #footer_links a{
	padding: 3px 15px 3px 16px;
	background: url(footer_link_seperator.gif) no-repeat 0 center;
}

#footer #footer_links .first{
	padding: 3px 15px 3px 15px;
	background: none;
}

#footer #footer_links a:hover{
	background: #3c3b3b url(footer_link_seperator.gif) no-repeat 0 center;
}

#footer #footer_links .first:hover{
	background: #3c3b3b;
}



#footer #site_credit{
	text-align: right;
	position: absolute;
	right: 0;
	top: 15px;
	width: 200px;
}
	
/* [ 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 {
	/*
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
	*/
	font-size: 12px;	
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		}
		
	.adr {
		border-top: 1px solid #ccc;
		padding: 5px 0;
		}

img.feature {margin:0px 0px 18px 0px;}

div.columns {width:100%; overflow:hidden;}		
div.column-left {width:490px; float:left; margin:0px 16px 0px 0px;}
div.column-right {width:240px; float:left;}

div.column-right img {margin-bottom:10px;}

ul.downloads-box { margin:0px 0px 12px 0px; padding:0;}
ul.downloads-box li {list-style:none; margin:0; padding:0;}

a.link {padding:0px 0px 0px 16px; background:url(icon_link.gif) no-repeat 0px center;}
a.pdf {padding:0px 0px 0px 20px; background:url(icon_pdf.gif) no-repeat 0px center;}
a.download.link {background:#f6f6f6 url(icon_link.gif) no-repeat 12px center;}
a.download.pdf {background:#f6f6f6 url(icon_pdf.gif) no-repeat 12px center;}
a.download {display:block; background-color:#f6f6f6; border:1px solid #e9e9e9; padding:12px 12px 12px 36px;}
a.download:hover {background-color:#F9F9F9; text-decoration:none;}
span.file-size {color:#666;}

a.frame {display:block; width:149px; height:79px; overflow:hidden; padding: 5px; border: solid 1px #eaeaea; background: #fff;}
a.frame img {border:none; margin:0px; padding:0px;}

div.sidebar-box {margin:0px 0px 12px 0px; padding:0px 12px 0px 12px; background-color:#f6f6f6; border:1px solid #e9e9e9;}

ul.project-list, ul.item-list {margin:0; padding:0;}
ul.project-list, ul.item-list li {list-style:none; clear:both;}
ul.item-list li {margin:0px 0px 12px 0px;/*margin:0px 0 24px 0;*/ padding:4px 0px 4px 0px; min-height:185px; }
ul.item-list p {width:500px; margin-top:12px;}
ul.item-list a.frame {float:right; margin:12px 0px 0px 0px;}

ul.item-list h2 {
	height: 55px;
	position:relative;
	left:-12px;
	margin-right:-24px;	
	padding:15px 15px 0px 15px;
	border-top:10px solid #e3e3e3;
	background: url(header.gif) no-repeat 0 0; 
}

ul.sidebar-list {margin:0; padding:0;}
ul.sidebar-list li {list-style:none; clear:both; margin:0px 0px 18px 0px;}


ul.sidebar-menu {margin:0px 0px 12px 0px; padding:0px;}
ul.sidebar-menu li {list-style:none;}

ul#site_map
{
    margin:0px 0px 0px 12px;
    padding:0px;
}
ul#site_map li {margin:0px; padding:0px; list-style:none;}
ul#site_map li ul {margin:0px 0px 0px 12px; padding:0px;}