/*===============================
   Reset
===============================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*===============================
   Generic Typography
===============================*/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #6e6e6e;
}
h1 {
	font-size: 24px;
	padding: 0 0 20px 0;
	color: #363636;
}
h2 {
	font-size: 14px;
	padding: 0 0 15px 0;
	line-height: 130%;
	color: #363636;
}
h3 {
	font-size: 16px;
	padding: 12px 0 8px 0;
	line-height: 130%;
}
h4 {
	font-size: 14px;
	padding: 12px 0 8px 0;
	line-height: 130%;
	color: #d0d0d0;
}
h5 {
	font-size: 10px;
	padding: 3px;
	line-height: 130%;
	color: #363636;
	background: #D7D7D7;
	text-transform: uppercase;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #f0891f;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0 0 8px 0;
}
ol {
	background: url(/images/content/bullet.png) 0px 4px no-repeat;
	padding-left: 12px;
}
li {
	background: url(/images/content/bullet.png) 0px 4px no-repeat;
	padding-left: 12px;
}
p {
	margin: 0 0 8px 0;
}
hr {
	padding: 0;
	margin: 0;
	background: #c3c3c3;
	border: none;
	height: 1px;
	margin: 20px 0 20px 0;
}
strong {
	font-weight:bold;
}
/*===============================
   Generic Layout
===============================*/
html, body, #wrapper {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
body {
	background: #ffffff url(/images/content/bg_header.png) repeat-x;
	/*#f5f5f5*/
	padding: 0px;
	margin: 0px;
	overflow: none
}
html>body, html>body #wrapper {
	height: auto;
}
#wrapper {
	position:absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	clear: both;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 135px;
	overflow: hidden;
}
#header {
	min-height: 125px;
	height: 125px;
	padding: 0 0 40px 0;
	width: 100%;
}
#footer {
	background: url(/images/content/bg_footer.png) repeat-x;
	height: 135px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	clear: both;
	margin-bottom: 0px;
	overflow: hidden;
	color: #878787;
}
/*===============================
   Header
===============================*/
#header_logo {
	float: left;
	padding: 30px 98px 0 0;
	margin: 0 0 0 30px;
}
#header_location h1 {
	float: left;
	padding: 55px 0 0 0;
	color: #959595;
	font-size: 14px;
	width: 500px;
}
/*===============================
   Navigation
===============================*/
#nav {
	float: left;
	position: relative;
	/*width: 190px;*/
	width:280px;
	margin: 0 0 50px 30px;
	padding-bottom: 30px;
}
#nav_content {
	position: absolute;
	left: 0px;
	/*float: left;*/
	width: 140px;
	border-right: 1px solid #c3c3c3;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	background: none !important;
	padding: 0;
}
#nav a {
	display: block;
	color: #666666;
	height: 20px;
	width: 125px;
	padding: 2px 0 0 15px;
	text-decoration: none;
}
#nav a:hover {
	color: white !important;
	background: url(/images/content/nav_bg.png) 0 0 no-repeat !important;
	text-decoration: none;
}
#nav .double a {
	display: block;
	color: #666666;
	height: 35px;
	width: 125px;
	padding: 2px 0 0 15px;
	text-decoration: none;
}
#nav .double a:hover {
	color: white !important;
	background: url(/images/content/nav_bg_double.png) 0 0 no-repeat !important;
	text-decoration: none;
}
/*===============================
   Navigation - Sub
===============================*/
#sub_content {
	position: absolute;
	left: 140px;
	width: 135px;
	/*float: left;*/
}
.submenu {
	display: none;
}
/*===============================
   Navigation - Activenav
===============================*/
a.current_page {
	color: white !important;
	background: url(/images/content/nav_bg.png) 0 0 no-repeat !important;
	text-decoration: none;
}
.double a.current_page {
	color: white !important;
	background: url(/images/content/nav_bg_double.png) 0 0 no-repeat !important;
	text-decoration: none;
}
/*===============================
   Content
===============================*/
#body_content {
	float: left;
	width: 500px;
	margin: 0 0 50px 30px;
}
/*===============================
   Footer
===============================*/
#footer_container {
	width: 950px;
	margin: 0 auto;


}
#footer_content {
	padding: 25px 0 0 30px;
	width: 900px;
	height: 100px;
	overflow: hidden;
	clear: both;

}
#footer h3 {
	color: #ffffff !important;
	width: 100px;
	font-size: 14px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	background: none !important;
	padding: 0;
		font-size: 10px;
	line-height: 120%;
	color:#909090;
}
.block {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.contact_form {
	overflow: hidden;
}
.contact_form li {
	padding:0;
	background:none;
}
.contact_form label {
	clear:left;
	float:left;
	width: 85px;
	margin: 0 15px 8px 0;
	font-weight: bold;
}
.contact_form .contact_details {
	float:left;
	margin: 0 0 8px 0;
}
input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	float:left;
	width:200px !important;
	margin: 0 0 8px 0;
	padding: 3px;
	border:#999999 solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#captcha {
	float:left;
}
.captchaimg {
	margin: 0 0 3px 0;
}
.contact_form .cat_button {
	clear:left;
	float:left;
	margin: 0 0 8px 100px;
}
#tooltip h2 {
	color: #FFFFFF;
	padding: 0 0 3px;
}
#tooltip p {
	margin: 0;
	color:#878787;
}
#tooltip {
	/*position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;*/
	position:absolute;
	/*border:1px solid #333;*/
	background:#161616;
	padding:3px 5px;
	color:#ffffff;
	display:none;
}
/*.content_header {
	padding: 0 0 10px 0;
	}*/


.content_image {
	float: left;
	padding: 0 4px 4px 0;
}
.content_header a:link, .content_header a:visited, .content_header a:active, .content_header a:hover {
	color: #6E6E6E;
	text-decoration:none;
}
/*EB EXPAND*/
	.eb_expand.header {
	height: 80px;
	padding: 10px 0 0 0;
	cursor:pointer;
	border-top: 1px solid #c3c3c3;
}
.eb_expand.image {
	float:left;
	margin: 0 15px 0 0;
}
.eb_expand.title {
	float:left;
}
.eb_expand.title h2 {
	padding: 15px 0 5px;
}
/*EBEXPAND EXTENDED*/
.eb_expand.hidden {
background: white;
}
.eb_expand.hidden h2 {
	padding: 0 0 12px 0;
}
.eb_expand.hidden td {
	padding: 3px 10px 3px 0px !important;
	border-top: 1px solid #d7d7d7;
	width: 155px;
}
.eb_expand.hidden table {
	margin-bottom: 15px;
}


/* EB HOVER*/

.eb_hover.image{
clear:left;
	float: left;
	padding: 0 4px 4px 0;
	padding: 0 4px 10px 0;
}
.eb_hover.title {
float: left;
padding: 10px 0 0 10px;
}
.eb_hover.title h2{
padding: 0 0 5px 0;
}


#tooltip a:link, #tooltip a:visited, #tooltip a:active, #tooltip a:hover {
	color: #6E6E6E;
	text-decoration:none;
}


#profile_content {
	clear:both;
}


.links {
padding-top: 10px;
position: relative; /*new*/
}

.links ul {
	margin: 0;
	height: 16px;
	line-height: 16px;
}

.links li {
	/*display: inline-block;*/
	float: left; /*new*/
	margin-right: 10px;
	height: 16px;
	line-height: 16px;
}

.links li#comments {
	background: url(/images/content/icons/blog_comments.png) 0px 0px no-repeat;
	padding-left: 20px;
}
.links li#trackbacks {
	background: url(/images/content/icons/blog_trackbacks.png) 0px 0px no-repeat;
	padding-left: 20px;
}
.links li#permalink {
	background: url(/images/content/icons/blog_permalink.png) 0px 0px no-repeat;
	padding-left: 20px;
}
.links li#subscribe {
	background: url(/images/content/icons/blog_subscribe.png) 0px 0px no-repeat;
	padding-left: 20px;
}




/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 � 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}
}
 @media print {
.sIFR-flash {
	display : none !important;
	height : 0;
	width : 0;
	position : absolute;
	overflow : hidden;
}
.sIFR-alternate {
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
/* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}

