@import "reset.css";

/* {{{ Page Frame */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Georgia;
}

#body {
	background: url(../images/footer_bg.jpg) bottom center no-repeat;
}

#doc {
	/*width: 950px;*/
	width: 850px;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

#doc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper { min-width: 950px; }

.hide { display: none; }

/* }}} */
/* {{{ Header */

body {
	background: #fff url(../images/background-tilebetterfaded.png) 50% 0 repeat-x;
}

#header_wrapper {
	width: 800px;
	margin: 0 auto;
}

#header_rleft, #header_rright {
	width: 15px;
	height: 62px;
	float: left;
}

#header_rleft {
	background: url(../images/nav_bg_left.png) bottom left no-repeat;
}

#header_rright {
	background: url(../images/nav_bg_right.png) bottom left no-repeat;
}

#header {
	width: 770px;
	margin: 0px;
	background: url(../images/nav_bg_slice.png) bottom left repeat-x;
	height: 62px;
	font-family: Trebuchet MS;
	float: left;
}

#header h1 {
	margin: 10px 0px 0px 15px;
	float: left;
}

#header h1 img { display: block; }

#main-content img{margin:10px;border:1px solid #cccccc}



#header h1 a:link,
#header h1 a:visited { color: #fff; }

#nav-main {
	float: right;
	padding-right: 200px;
}

#nav-main ul {
	float: left;
	z-index: 99;
	left: auto;
}

#nav-main ul,
#nav-main ul li {
	height: 56px;
	background: none;
	position: relative;
}

#nav-main ul {
	background: transparent url(../images/header-nav-divider.png) top left no-repeat;
	padding-left: 2px;
}

#nav-main ul li a,
#nav-main ul li span {
	padding: 20px 20px 0 20px;
	height: 35px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 95%;
	color: #fff;
	background: transparent url(../images/header-nav-divider.png) top right no-repeat;
}

#nav-main ul li a:link,
#nav-main ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav-main ul li span,
#nav-main ul li a:hover,
#nav-main ul li a:active,
#nav-main ul li a.yuimenubaritemlabel-selected {
	color: #fff;
	background: #31526f url(../images/header-nav-menu-backgrounds.png) top right no-repeat;
}

#nav-main ul ul,
#nav-main ul ul li {
	height: auto;
	border: 0;
}

#nav-main ul ul {
	border-top: 0;
	background: url(../images/header-nav-menu-backgrounds.png) bottom left no-repeat;
	padding: 8px 0;
	width: 190px;
}


#nav-main ul li ul li a,
#nav-main ul li ul li a:link,
#nav-main ul li ul li a:visited,
#nav-main ul li ul li span {
	padding: 4px 20px;
	margin: 0 1px 1px 1px;
	height: auto;
	float: none;
	display: block;
	font-size: 85%;
	font-weight: normal;
	border: 0;
	background-image: none;
	position: relative;
}

#nav-main ul li ul li a:hover,
#nav-main ul li ul li a:active {
	background: #3d5b74;
}

#global_search {
	position: absolute;
	top: 18px;
	right: 45px;
}

#global_search #query {
	border: none;
	font-size: 105%;
	width: 115px;
	background: url(../images/search_bg_box.gif) top left no-repeat;
	height: 25px;
	float: left;
}

#global_search #query:focus {  }

#global_search #submit {
	display: block;
	float: left;
}

/* }}} */
/* {{{ Footer */

#footer {
	text-align: center;
    color: #d7b291;
	margin-top: 120px;
	clear: both;
	font-family: Trebuchet MS;
	font-size: 90%;
	min-height: 140px;
/* new */
    position: relative;
    margin-bottom: 0px;
}

#foot {
    background: url(../images/footer_slice.jpg) left bottom repeat-x;
}

* html #footer { height: 140px; }

#footer a:link,
#footer a:visited {
    color: #d7b291;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #d7b291;
	text-decoration: underline;
}

#footer-contents {
	width: 780px;
	text-align: left;
	margin: auto;
	padding: 15px 35px 15px;
    height: 100px;
}

#footer-menu,
#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: auto;
}

#footer-menu {
    /*position: absolute;*/
    overflow: hidden;
}

#footer-menu li {
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	background: none;
	position: relative;
	width: 105px;
}

#footer-menu li ul {
	/*margin: 15px 0;*/
}

#footer-menu ul li {
	float: none;
	font-size: 85%;
	padding: 0 0 0.4em 0;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}

#footer #lang_form {
	float: right;
}

#footer #lang_form label {
	color: #898378;
	display: block;
	font-weight: bold;
}

#footer #lang_form div { display: inline; }

#footer #copyright {
	clear: both;
	text-align: left;
    /*position: absolute;
    margin-top: 110px;*/

}

#footer #copyright p {
	margin-bottom: 3px;
}

#footer #footer-links {
	font-size: 85%;
	padding-bottom: 10px;
}

#footer-divider hr { display: none; }
#footer-divider { clear: both;}

/* }}} */

#wrapper {
	background: url(../images/header_bgfadedbetter.jpg) top center no-repeat;
}

/* {{{ Columns */

#main-content {
	float: left;
	display: inline; /* Fix IE double margin float bug */
	width: 505px;
	margin: 210px 25px 30px 50px;
    /*margin: 0px 25px 30px 50px;*/
	/*padding-bottom:120px;*/
	font-size: 100%;

}

#sidebar {
	float: left;
	display: inline; /* Fix IE double margin float bug */
	position: relative;
	width: 210px;
	margin:120px 0px 0px 40px;
	padding:0px;
	font-size: .9em;
}
#sidebar .sidebar-section {
	padding-top: 1px;
	padding-bottom: 20px;
}

#sidebar .divider {
	height: 4px;
	background: url(../images/side_hr.png) top left no-repeat;
	clear: both;
}

#sidebar h3,
#sidebar h4 {
	margin: 20px 0px 15px 0px;
}

#sidebar ul {
	margin: 0 5px 0 15px;
}

#sidebar ul li {
	padding-bottom: 5px;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	padding-bottom: 5px;
    font-size: .7em;
}


#sidebar .sidebar-image {
	width: 146px;
	margin: 0 auto;
}

#content {
	margin: 0 35px;
	font-size: 110%;
}


/* }}} */

/* {{{ Text and Links */

body {
	font-family: georgia, serif;
	color: #4d4d4d;
}

a:link,
a:visited {
	text-decoration: none;
	color: #0f687e;
}

a:hover,
a:active {
	text-decoration: underline;
}

p {
	line-height: 1.1;
}

#content li,
#main-content li {
	line-height: 1.5;
}

p,
fieldset,
table,
pre {
	margin-bottom: 1em;
}

/* }}} */
/* {{{ Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
}

h1 { font-size: 185%; }
h2 { font-size: 170%; }
h3 { font-size: 145%; }
h4 { font-size: 127%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

h1, h2, h3 {
	margin: 0 0 1em 0;
}

/* }}} */
/* {{{ Lists */

ul {
	margin: 1em 0 1em 0;
	padding: 0;
    list-style-type: disc;
}

ul li,
ol li ul li {
	list-style-type: disc;
	padding: 3px 0 4px 0;
	/*background: url(../images/arrow_bullet.png) 0 10px no-repeat;*/
}

blockquote {
	margin: 1em;
}

/* }}} */
/* {{{ Table */

td, th { border: 0; }

/* }}} */

#content {
	margin-right: 275px;
}

.divider {
	height: 4px;
	background: url(../images/hr.png) top left no-repeat;
	clear: both;
}

#ecoregon #doc {
	/*background: url(../images/sprout.png) no-repeat 453px 82px;*/
	background: url(../images/ecologo.png) no-repeat 50px 25px;
}

.smart_text {
	width: 376px;
	height: 87px;
	margin: 0px 0px 55px 0px;
	background: transparent url(../images/smart_txt.png) top left no-repeat;
}

.clear {
	clear: both;
}

.bold {
    font-weight: bold;
}

a.active, .green {
	color: #769c43;
}

.img_right{
	float: right;
	margin: 0 0 10px 10px; 
}
.img_left{
	float: left;
	margin: 0 10px 5px 0; 
}
/*
.subnav {
    text-align: right;
    margin: 160px 50px 20px 0px;
    float: right;
    width: 550px;
    min-height: 30px;
}

.subnav ul {
    list-style-type: none;
    font-size: 0.9em;
    margin: 5px 0;
}

.subnav ul li {
    display: inline;
    height: 30px;
}

.subnav ul li a {
    line-height: 20px;
}

.subnav ul li.glue {
    margin: 0px 10px;
}
*/
/* {{{ Sticky Footer 
html, body { height: 100%; }

#wrapper { 
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1em;    
    }

#footer, .push { 
    height: 1em;
    }

 }}} */