html {
	background: #fff;
	color: #000;
	font: normal 75%/120% 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Sans-Serif;
}	

body {
	width: 950px;
	margin: 10px auto;
}

a {
	color: #e24b22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:0px;
}

input {
	font: normal 100% 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Sans-Serif;
}

input.form-text {
	color: #666;
	float: left;
	clear: right;
	border: none;
	margin: 5px 0px;
	padding: 2px 7px;
	width: 196px;
	height: 16px;
	background: transparent url("/images/web/text.gif") no-repeat;
}
input.form-text_r {
	color: #666;
	float: left;
	clear: right;
	border: none;
	margin: 5px 0px;
	padding: 2px 7px;
	width: 247px;
	height: 16px;
	background: transparent url("/images/web/text.gif") no-repeat;
}
input.form-text_tiny {
	color: #666;
	float: left;
	clear: right;
	border: none;
	margin: 5px 0px;
	padding: 2px 7px;
	width: 17px;
	height: 16px;
	background: transparent url("/images/web/text-tiny.gif") no-repeat;
}
textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: inherit;
	float: left;
	border: none;
	padding: 5px 7px;
	margin-top: 5px;
	height: 121px;
	width: 317px;
	background: transparent url('/images/web/textarea-small.gif') no-repeat;
/*
	height: 119px;
	width: 390px; wide version
	background: transparent url('images/form/textarea.gif') no-repeat;
*/
}

.form-submit {
	margin-left: 140px;
	width: 86px;
	height: 22px;
	background: transparent url("/images/web/search_btn_bkg2.gif") no-repeat;
	border: none;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn {
	padding-left: 7px;
	margin: 5px 0px;
	height: 26px;
	background: url("/images/web/btn_orange_bkg-left.gif") no-repeat top left;
	overflow: hidden;
	clear: both;
}
.btn a {
	padding: 8px 7px 8px 0px;
	display: block;
	float: left;
	background: url("/images/web/btn_orange_bkg.gif") no-repeat top right;
	color: #fff;
}
.btn a:hover {
	text-decoration: none;
}

/**************************************************
	page layout
*/

#header,
#content {
	clear: both;
	width: 950px;
	margin:0px auto;
	overflow: hidden;
}

/**************************************************
	header
*/

#header {
	margin: 20px 0px 0px 0px;
	/* background: url("/images/web/header_bkg.gif") no-repeat top right; */
}

#header #logo {
	background: url("/images/web/header_logo.gif") no-repeat top left;
	height: 61px;
	width: 357px;
	/* text-indent: -9999px; */
	float: left;
}
#header #logo a {
	display: block;
	height: 61px;
	width: 357px;
}
#header #logo span,
#header #tagline span { display: none; }

#header #tagline {
	float: right;
	height: 61px;
}

/**************************************************
	header > mainmenu
*/

#mainmenu_search {
	width: 950px;
	overflow: hidden;
	background: #2f2f2f;
}

#mainmenu {
	float: left;
	width: 610px;
}

#mainmenu ul {
	margin:0px;
	padding:0px;
	display: block;
	overflow: hidden;
	clear: both;
	list-style: none;
	min-height: 22px !important;
	height: auto !important;
	height: 22px;
	height:1%; 		/*fix IE6*/
}

#mainmenu li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0px 3px 0px 0px;
	list-style: none;
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

#mainmenu li a {
	padding: 12px 10px;
	display: block;
	color: #fff;
}

#mainmenu li.active a,
#mainmenu li a:hover {
	background: #e24b22;
	text-decoration: none;
}

#news #btn_news, 
#jobs #btn_jobs, 
#events #btn_events, 
#green #btn_green, 
#contest #btn_contest {
	background: #e24b22;
	text-decoration: none;
}

#search {
	float: right;
	width: 320px;
	margin:8px;
}
#search form fieldset {
	display: none;
}
#search form input {
	display: none;
	float: left;
	display: inline;
	margin: 1px 5px;
	background: url("/images/web/search_query_bkg.gif") no-repeat top left;
}
#search form .form-submit {
	margin: 0px;
	display: inline;
	float: right;
	background: url("/images/web/search_btn_bkg.gif") no-repeat;
	cursor: pointer;
}

#submenu {
	float: left;
	width: 950px;
	background: #f1f1f1 url("/images/web/submenu_bkg.gif") no-repeat bottom left;
	overflow: hidden;
}
#submenu ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
#submenu li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	color: #888;
}

#submenu li a {
	padding: 7px 15px;
	display: block;
	color: #888;
}
#submenu li.active a {
	text-decoration: underline;
}

/**************************************************
	content
*/

#content {
	padding-top: 10px;
	margin: 1px 0 0;
	/* text-align: left; */
	background: url("/images/web/content_three-column_bkg.gif") repeat-y;
}
.two-column {
	background: url("/images/web/content_two-column_bkg.gif") repeat-y;
}
.three-column {
	background: url("/images/web/content_three-column_bkg.gif") repeat-y;
}
#content.four-column {
	background: url("/images/web/content_four-column_bkg.gif") repeat-y;
}

.column {
	float: left;
	margin: 0px 18px 0px 0px;
}

.sidebar {
	width: 182px;
}

.main-wide {
	width: 572px;
	overflow: hidden;
}

.four-column .main-wide {
	width: 362px;
}

.main-thin {
	width: 192px;
	overflow:hidden;
}

.banner-ad {
	margin: 0px;
	width: 160px;
	text-align:center;
}

.column-title {
	overflow: hidden;
	padding: 10px 0px;
	margin-bottom:10px;
	border-bottom: solid 4px #2f2f2f;
	text-transform: uppercase;
	font-weight: bold;
	font-size:24px;
	line-height:24px;
	color:#333333;
	display: block;
}
.column-title .sublinks {
	font-size:10px;
}
.column-title .rss {
	padding: 7px 0px 7px 26px;
	font-size:10px;
	background: url("/images/web/rss_icon.gif") no-repeat left;
}
.column-title .rss a {
	font-size:10px;
	border: none;
	padding: 0;
}

.block {
	border-bottom: 3px solid #e7e7e7;
	padding-bottom:5px;
}

.subTitle {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 0 0 2px;
	border-bottom: solid 1px #ddd;
	margin: 0 0 5px;
}

.jobTitle{
	color:#666666;
}
.jobDescribe {
	padding: 0px 0px 5px 10px;
}

.newsDate {
	color: #2f2f2f;
	margin: 15px 0px 5px 0px;
}
.newsTitle {
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 12px;
}
.newsTitle a {
	color: #2f2f2f;
}
.gray {
	color:#666666;
}
.red {
	color:#FF0000;
}
.caption {
	font-size:10px;
	color:#666666;
}

.taxonomy {
	display:none;
}

.links {
	list-style: none;
	padding:0px;
	display: block;
	overflow: hidden;
	clear: both;
	list-style: none;
	min-height: 22px !important;
	height: auto !important;
	height: 22px;
	margin: 5px 0px;
}
.links li {
	display: inline;
	padding: 0px 3px 3px 0px;
}

.forward_links {
	padding-left: 25px;
	line-height: 20px;
	background: url("/images/web/email_icon.gif") no-repeat center left;
}
.print {
	padding-left: 25px;
	line-height: 20px;
	background: url("/images/web/print_icon.gif") no-repeat center left;
}
.banner-ad {
	margin: 0px 0px 6px 20px;
	padding: 0px;
}
.banner-ad .block {
	margin:10px 0px;
	padding:0px;
	border:none;
}

#commnets_brief {
	margin-top: 20px;
	padding-left: 25px;
	line-height: 20px;
	background: url("/images/web/comments_icon.gif") no-repeat center left;
}
.comment_block {
	padding: 10px 0px 0px 0px;
}
.alert { 
	background:#FFFFCC;
	margin-right:20px;
	border:1px dotted #FF0000;
	color:#FF3300;
	padding:3px;
	font-size:11px;
	display:none;
}

#footer {
	width:930px;
	background: #f0f0f0;
	padding: 15px 10px;
	font-size: 90%;
}
#footer ul.nav {
	list-style: none;
	margin: 0 0 4px;
	padding:0px;
}
#footer ul.nav li {
	display: inline;
	color: #999;
	padding: 0 0 0 8px;
	margin: 0 0 0 4px;
	border-left: solid 1px #999;
}
#footer ul.nav li.first {
	padding: 0;
	margin: 0;
	border: none;
}
#footer ul.nav li a {
	color: #666;
}
#footer p.acknowledge {
	color: #e24b22;
	margin-top: 15px;
}	
.photo {
	display: block;
	margin: 0 0 10px;
}

