
/* * * * * * *
 * TYPE      *
 * * * * * * */
body { 
	font-family: Arial,Helvetica,Garuda,sans-serif; 
	line-height: 1.5;
}
h1	{ line-height: 1.1; margin: 20px 0 10px 0; }
h2	{ line-height: 1.1; margin: 20px 0 10px 0; }
h3, h4, h5, h6	{ line-height: 1.1; margin: 0.5em 0; }
h4, h5, h6 { font-weight: bold; }
b, strong, caption, th, thead, dt, legend { font-weight: bold; }
cite, dfn, em, i { font-style: italic; }
code, kbd, samp, pre, tt, var { font-family: mono-space, monospace; }
p { word-spacing: 0.125em; hyphenate: auto; hyphenate-lines: 3; margin: 0; }
p+p	{ margin: 0.5em 0; }
p+p.no-indent	{ text-indent: 0; }
pre { white-space: pre; }
del { text-decoration: line-through; }
mark	{ background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins	{ color: #f00; }
small, sup, sub { font-size: 80%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted black; cursor: help; }
sup, sub { line-height: 0; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
blockquote { padding: 1.5em; }
hr { border: none; background: #ccc; width: 100%; height: 1px; margin: 20px 0; }
ul, ol { margin: 0.5em; padding-left: 0.75em; }
li { margin: 0.35em 0; }
ul { list-style: none; }
ol { list-style: decimal outside; }
input, select, button { cursor: pointer; margin: 0.15em 0; }
input, textarea { background: #fff; border: solid 1px #ccc; }
table { font: inherit; width: 100%; }
th,td {padding: 0.05em; vertical-align: top;}
fieldset { margin: 0.5em 0; }
a { text-decoration: none; font-weight: bold; }

#site_page p.important { 
	color: #ac0000; 
	font-size: 90%;
	font-weight: bold;
}


#home { font-size: 86%; }
#home li { 
	background: url('gfx/bullet-green.png') 0 7px no-repeat; 
	padding-left: 12px;
	list-style: none;
}



/* * * * * * *
 * NAVIGATION  *
 * * * * * * */


#nav_top {
	width: 100%;
	height: 30px;
	display: block;
	clear: left;
	background: url('/gfx/nav_top_bg.png') 0 0 repeat-x;
}
#nav_top li {
	margin: 0;
}
#nav_top li.navpage {
	background: #fff;
	padding: 3px 0;
}
#nav_top li.onthis {
	/* border-bottom: solid 2px #007f80; */
	color: #007f80;
}
#nav_top li.onthis a {
	border-bottom: dotted 1px #007f80;
}

#nav_top ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	float: left;
}
#nav_top ul ul {
	position: absolute;
	display: none;
	border: solid 1px #ccc;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #fff;	
}
#nav_top ul ul li {
	list-style: square;
	width: 150px;
	margin-left: 25px;
}
#nav_top ul > li:hover ul { 
	display: block; 
}
#nav_top ul li { float: left; }
#nav_top a {
	font-weight: bold;
	text-decoration: none;
	margin: 0 15px 0 0; 
	display: block;
	font-size: 0.7em;
}

#nav_top a { 			color: #cc6600; 		}
#nav_sub_top a { 		color: #555; 		}
#nav_top a:hover, 
#nav_sub_top a:hover {		color: #007f80; 		}


#nav_sub_top { margin: 15px 0; float: left; }
#nav_sub_top a { font-size: 12px}
#nav_sub_top li { clear: both; }


/***********/

#nav_left {
	float: left;
	display: inline-block;
	width: 170px;
	min-height: 250px;
}
#nav_left ul, #nav_left li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_left li {
	width: 140px;
	border-bottom: dotted 1px #aaa;
	padding: 0 0 0 10px;
}
#nav_left a {
	width: 100%;
	display: block;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	height: 25px;
	line-height: 25px;
}
#nav_left a.onthis {
	color: #b55;
}
#nav_left li:hover {
	background: #ddf;
}
#nav_sub_left li { padding: 0; margin: 0; border: none; }
#nav_sub_left a { color: #d69200; }


/***********/

#nav_foot {
	text-align: right;
	width: 100%;
	bottom: 0px;
	margin-top: 5px;
	padding-top: 5px;
}
#nav_foot ul {
	width: auto;
	float: right;
}
#nav_foot li {
	padding: 0 0 0 10px;
	float: left;
}
#nav_foot li a {
	text-decoration: none;
	line-height: 20px;
}
#nav_foot li a:hover {
	text-decoration: underline;
}
#nav_foot ul, #nav_foot li {
	margin: 0;
	list-style: none;
}
#evergreen_logo {
	clear: both;
}





/**********
 * DROPDOWN EXTRAS
 * ********/
#nav_top {
	z-index: 30;
}
#nav_top ul div {
	position: absolute;
	visibility: hidden;
}
#nav_top ul div.nojs {
	visibility:visible;
}

#nav_top ul div a {
	position: relative;
}





/* * * * * * *
 * STYLES     *
 * * * * * * */

body {
	margin: 0;
	padding: 0;
}

a img { border: none; }

.wrapper {
	width:100%;
	clear:both;
}

.container {
	margin:0 auto;
}


/*************************/
/*** OVERALL PAGE DIMS ***/
/*************************/
#site_page {
	width:900px;
	margin: 0 auto 0 auto;
	padding: 0 20px;
	background: url('/gfx/bg_main.png') 0 0 repeat-y;
}
#site_top,
#site_main,
#site_bottom {
	padding: 0;
}
/*************************/
/*** BASIC STYLES	  ****/
/*************************/
#site_top {
	height: 100px;
}
#site_main {
	width: 900px;
}

#site_bottom {
	text-align: right;
	font-size: 12px;
	height: 110px;
	margin-top: 20px;
	background: url('/gfx/footer_bg.png') 0 0 repeat-x;
}



/*************************/
}

#header_logo {
	float: left;
	margin: 0;
}
#header_logo img {
	float: left;
	padding: 10px 0;
}

#site_page #tagline {
	float: left;
	margin: 16px 0 0 15px;
	color: #cc6600;
	font-weight: bold;
	font-size: 16px;
	width: 280px;
}

#content_single_column {
	min-height: 300px;
	float: left;
	width: 900px;
}
#content_two_column {
	min-height: 250px;
	float: right;
	width: 720px;
}

#copyright {
	width: 100%;
	float: right;
	text-align: right;
	clear: both;
	font-size: 11px;
	margin-top: 50px;
}


/**************/



#fadingimages {
	float: left;
	clear: left; 
	width: 160px;
	height:250px;
	position: relative;
}

#fadingimages div {
	float: left;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 160px;
	height: 250px;
	display: none;
	text-align: center;
}

#fadingimages div img {
	margin-top: 10px;
}


/****************/


#contact_form {
	margin-bottom: 20px;
	clear: none;
	float: left;
}
#contact_form thead th {
	margin: 0;
	padding: 0;
	text-align: left;
}
#contact_details {
	float: left;
		line-height: 22px;
}
#contact_details a {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	background: #5F388A;
	color: #fff;
	padding: 2px 20px;
}

#contact_form ,
#contact_details {
	width: auto;
	font-size: 12px;
	margin: 10px 10px 0 80px;
}

#contact_form tbody th, 
#contact_details tbody th,
#gmap_details tbody th {
	text-align: right;
	padding-right: 20px;
}
#gmap_details {
	width: auto;
	font-size: 11px;
	margin: 15px 5px 5px 5px;
}
#googlemap { 
	width: 100%;
	height: 450px;
	float: right;
	border-top: solid 4px #007F80;
	border-bottom: solid 4px #007F80;
	margin: 10px 0 20px 0;
}

/***********************/

#lhs_box {
	float: left;
	width: 560px;
}

#rhs_box {
	font-size: 12px;
	width: 320px;
	float: right;
}
#rhs_box hr {
	margin: 10px 0;
	background: #0E8687;
}
#rhs_box fieldset {
	border: none;
	padding: 0;
	margin: 0 0 0 5px;
}
#rhs_box fieldset div {
	padding: 3px 0;
}
#rhs_box .box-mid h3 {
	margin: 0 0 4px 0;
}
#rhs_box .box-mid a.button {
	background: #0E8687;
	color: #fff;
	padding: 4px 8px;
}
#rhs_box label {
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}
#rhs_box.signin label { width: 35%; }
#rhs_box.fiveminutesignup label { width: 25%; }

#rhs_box .field_text input {
	margin: 0;
	padding: 2px 4px;
	font-weight: bold;
	width: 120px;
}

#rhs_box.signin h4 {
	margin: 10px 0;
	padding: 0;
	line-height: 1em;
}
#rhs_box.signin ul {
	margin: 0;
	padding: 0;
}
#rhs_box.signin li {
	background: url('gfx/bullet-triangle-orange.png') 0 1px no-repeat;
	margin: 0;
	padding: 0 0 0 15px;	
}

#quickstart {
	width: 550px;
	float: left;
}
#quickstart h3 {
	font-size: 30px;
	margin-top: 10px;
}
#quickstart p {
	font-size: 16px;
}
#searchbar {
	width: 300px;
	height: 26px;
	background: url('gfx/searchbar.png') no-repeat;
	padding: 0px;
	margin-top: 27px;
	display: block;
	text-align: right;
	float: right;
}
#searchbar form {
	height: 26px;
}
#searchbar #searchbox {
	line-height: 1em;
	cursor: text;
	width: 160px;
	height: 26px;
	line-height: 26px;
}
#searchbar #searchbutton {
	width: 45px;
}
#searchbar #searchbutton,
#searchbar #searchbox {
	margin: 0;
	padding: 0;
	background: none;
	border: none;	
	height: 26px;	
}

#login, #unsubscribe {
	width: 500px;
	margin: 0 auto;
}
#login fieldset, #unsubscribe  fieldset  {
	border: none;
}
#login fieldset label, #unsubscribe fieldset label {
	width: 150px;
	float: left;
	clear: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}	
#login fieldset {
	margin: 0 auto;
	width: 70%;
}
	


/***********************/

div.box-top-blue { background: url('/gfx/box-320x72-top.png') 0 0 no-repeat; }
div.box-mid-blue { background: url('/gfx/box-320x72-mid.png') 0 0 repeat-y;  }
div.box-bot-blue { background: url('/gfx/box-320x72-bot.png') 0 0 no-repeat; }
div.box-top-brown { background: url('/gfx/box-320x72-top-brown.png') 0 0 no-repeat; }
div.box-mid-brown { background: url('/gfx/box-320x72-mid-brown.png') 0 0 repeat-y;  }
div.box-bot-brown { background: url('/gfx/box-320x72-bot-brown.png') 0 0 no-repeat; }
div.box-top-orange { background: url('/gfx/box-320x72-top-orange.png') 0 0 no-repeat; }
div.box-mid-orange { background: url('/gfx/box-320x72-mid-orange.png') 0 0 repeat-y;  }
div.box-bot-orange { background: url('/gfx/box-320x72-bot-orange.png') 0 0 no-repeat; }
div.box-top {
	display: block;
	width: 320px;
	height: 60px;
	float: left;
}
div.box-top h3 {
	color: #fff;
	line-height: 1em;
	margin: 0 0 0 40px;
	padding: 18px 0 0 0;
}
div.box-mid {
	float: left;
	display: block;
	width: 100%;
	width: 265px;
	padding: 0 20px 0 35px;
}
div.box-bot {
	display: block;
	width: 100%;
	height: 19px;
	width: 320px;
	float: left;
}

div.threecolumn {
	width: 290px;
	float: left;
}
div.threecolumn h3,
div#popular h3,
div#recommended h3 {
	display: block;
	background: #0e8687;
	line-height: 25px;
	color: #fff;
	padding-left: 5px;
}
div.threecolumn h3 a{
	color: #fff;
}
	
div#featured,
div#atoz {
	padding: 0 10px 0 0;
}
div#insights,
div#latestreports {
	padding: 0 0 0 10px;
}
div#resources,
div#recores {
	padding: 0;
}
div#twitter {
	padding: 0 10px 0 0;
}
div#social {
	padding: 0;
}
div#recommended ,
div#popular {
	width: 275px;
	float: left;
}
div#recommended {
	padding: 0 10px 0 0;
}
div#popular {
	padding: 0;
}


/***********************/
/***********************/

div#comment {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
}
div#comment fieldset {
	border-color: #ccc;
	padding: 10px 20px;
	margin: 0 auto;
	width: 470px;
}
div#comment fieldset legend {
	margin: 0 10px;
	padding: 0 10px;
}
div#comment span,
div#comment textarea,
div#comment input {
	margin: 5px 0 0 10px;
}

}
div#comment input.commentfield {
	width: 250px;
}
div#comment span {
	width: 250px;
	display: block;
	height: 20px;
	font-size: .8em;
	clear: left;
}
div#comment textarea {
	width: 400px;
	height: 120px;
}

#home #comment_list {
	width: 700px;
	margin: 20px auto;
}
#home #comment_list li {
	background: none;
	padding: 0;	
	margin: 10px 0;
}



.stretch {
	width: 100%;
	clear: both;
	height: 2px;
}


/* ## 
 * PAGINATOR
 * ## */

#paginator {
	padding: 0;
	margin: 10px 0 5px 0;
	width: auto;
	border-collapse: collapse;
}

#paginator td {
	width: 80px;
	height: 28px;
	line-height:32px;
	text-align:center;
	background: url('gfx/tab_off.png') 0 0 no-repeat;
	padding: 0;
	border-bottom: solid 2px #aaa;
}

#paginator td a{
	font-weight: bold;
	color: #888;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma,helvetica,arial;
}

#paginator td:active {
	background: url('gfx/tab_on.png') 0 0 no-repeat;
}

#paginator td:hover {
}
#paginator td a:hover {
	color:#252;
}

/* ************
 * CATALOGUE
 * ***********/

#list_catalogue td {
	min-width: 100px;
	padding: 5px 10px;
}



h3.exp-heading {
	cursor: pointer;
	/* background-color: #4278b9; */
	background-image: url('gfx/icon_plus_sm.png'); 
	background-position: 4px 4px ;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: 2px 0;
	height: 25px;
	line-height: 23px;
	color: #408043;
	/* text-shadow: 1px 1px 1px #000; */
	font-size: 14px;
}
div.exp-content {
	padding: 0 0 10px 25px;
}


/***************/

#success_message {
	background: #cdffc0;
	border: solid 1px #2dd400;
}
	
#fail_message {
	background: #ffd1d1;
	border: solid 1px #ff4e4e;
}
#fail_message,                                      
#success_message {
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 90%;
	margin: 5px auto;
}

#fail_message p,
#success_message p {
	padding-left: 30px;
	margin: 10px 10px 0 10px;
	color: #333;
	height: 30px;
	display: inline-block;
	text-decoration: none;
}

/***************/

#evergreen {
	clear: both;
	padding: 2px 0 0 0;
	margin: 0;
	color: #777;
	font-size: 11px;
}
#evergreen a#eglink {
	font-weight: bold;
	color: #666;
}

/***************/

#home ul.list_articles {
	margin: 0;
	padding: 0;
}
#home ul.list_articles li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0 4px 5px 4px;
	border-bottom: 1px dotted #aaa;
}
#home ul.list_articles li p {
	font-size: 11px;
	line-height: 1.35em;
}
#home ul.list_articles li a {
	width: 100%;
	text-align: right;
}

/***************/

#home ul.tweet_list {
	margin: 0;
	padding: 0;
}
#home ul.tweet_list li {
	list-style: none;
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dotted #aaa;
	display: inline-block;
}
#home ul.tweet_list li .tweet_avatar {
	float: left;
	margin: 0 8px 0 0;
}
#home ul.tweet_list li .tweet_time {
	float: left;
	margin: 0 0 3px 0;
	font-size: 10px;
}
#home ul.tweet_list li .tweet_text {
	float: left;
	display: inline-block;
	margin: 0 0 3px 0;
	font-size: 11px;
	width: 240px;
}

#home h3 a.buttonright {
	display: inline-block;
	float: right;
	border: solid 1px #888;
	background: #ddd;
	color: #222;
	font-size: 12px;
	line-height: 20px;
	height: 21px;
	padding: 0 4px;
	margin: 1px 2px;
}

/***************/

div#success {
	margin: 0 auto 4px auto;
	width: 90%;
	border: solid 1px #5f5;
	color: #070;
	background: #afa;
	text-align: center;
	padding: 5px;
}
div#fail {
	margin: 0 auto 4px auto;
	width: 90%;
	border: solid 1px #f55;
	background: #faa;
	text-align: center;
	padding: 5px;	
}
div#success p {
	color: #070;
	font-weight: bold;
}
div#fail p {
	color: #700;
	font-weight: bold;
}

.centerall {
	text-align: center;
}

#list_search {
	width: 100%;
	font-size: .8em;
}
#list_search thead th ,
#list_search thead td {
	background: #eee;
}
#list_search th {
	text-align: right;
}
#list_search th,
#list_search td {
	vertical-align: top;
	padding: 5px 10px;
	border-bottom: dotted 1px #ddd;
}
#list_search #search_desc {
	width: 300px;
}
p#breadcrumb {
	font-size: 0.8em;
	color: #999;
	margin: 0;
	padding: 0;
}


/********************/

#file_list {
	float: right;
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin: 0 0 20px 0;
}
#content_single_column #file_list li {
	background: url('/gfx/icon-download.png') 2px 2px no-repeat;
	padding-left: 30px;
	margin: 0 0 10px 4px;
	min-height: 30px;
}

/********************/

#addthis_custom {
	float: right;
	clear: both;
	margin: 2px 0 0 0;
}
#addthis_custom a {
	float: right;
}
#addthis_custom a.addthis_button_tweet {
	margin-left: 10px;
}
   
#article_title {
	width: 540px;
}


#article_lh_col {
	width: 550px;
	float: left;
}
#article_rh_col {
	padding-left: 10px;
	margin: 20px 0 0 10px;
	float: right;
	width: 320px;
}
#article_rh_col hr {	
	margin: 5px 0;
}
#article_rh_col h3 {
	margin: 3px 0;
	font-size: 1.1em;
}
#article_rh_col h4 {
	color: #333;
	font-size: 0.9em;
}
#article_rh_col div.rh_col_top {
	margin: 5px 0;	
}
#article_rh_col div.rh_col_mid {
	border-bottom: dotted 1px #ccc;
}

#article_rh_col div.rh_col_mid li ,
#article_rh_col div.rh_col_mid ul {
	margin: 10px 0 10px 0;
	padding: 0;
	background: none;
}
#article_rh_col div.rh_col_mid li {

}
#article_rh_col div.rh_col_bot {
	height: 20px;
}

table#my_account {
	width: 500px;
	margin: 0 auto;
}
table#my_account .si_heading {
	margin: 40px 0 10px 0;
}
table#my_account li {
	background: none;
	margin: 0;
	padding: 0;
}

img.access_icon {
	position: 0 20px;
}


#password_reset {
	border: dotted 1px #aaa;
	width: 400px;
	margin: 10px auto;
	padding: 10px;
}
#account_details {
	width: 510px; 
	border: dotted 1px #ddd; 
	padding: 5px; 
	float: left; 
	display: inline-block;
}
#account_links {
	width: 350px; 
	float: right; 
	border: dotted 1px #ddd; 
	padding: 5px; 
	float: right;
}
#account_news {
	width: 350px; 
	float: right; 
	border: dotted 1px #ddd; 
	padding: 5px; 
	float: right;
	margin-top: 15px;
}
#account_links h3,
#account_details h3,
#account_news h3 {
	font-size: 14px;
	margin: 15px;
}
#account_news li {
	font-size: 12px;
}

