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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	width:100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	margin:0;
	padding:0;
	background-color: #fff;
	font-size:0.9em;
}

#topnav_fullwidth {
	float:left;
	width:100%;
	min-width:940px;
	background: url(i/bg_topnav.png) #404040 bottom center no-repeat;
	padding:13px 0;
}

#topnav {
	width:900px;
	margin:0 auto;
	padding:0 20px;
}



/* @group Stock Quote Links */

#stock_links {
	float:left;
	width:200px;
	color: #999;
	font-weight: bold;
	list-style: none;
	line-height: 1em;
}

#stock_links li {
	display: inline;
	font-size:0.8em;
}

#stock_links li a {
	font-weight: bold;
	color: #ddd;
}

#stock_links li a:link {
	text-decoration: none;
}

#stock_links li a:visited {
	text-decoration: none;
}

#stock_links li a:hover {
	color: #fff;
}

/* @end */



/* @group Top Navigation Links */

#topnav_links {
	float:right;
	width:700px;
	text-align: right;
	color: #fff;
	font-size:0.75em;
}

#topnav_links li {
	display: inline;
	margin-left: 18px;
}

#topnav_links li a {
	color:#ddd;
}

#topnav_links li a:link {
	text-decoration: none;
}

#topnav_links li a:visited {
	text-decoration: none;
}

#topnav_links li a:hover {
	color: #fff;
}

#topnav_links li.tl-rss a {
	background: url(i/icon_rss_small.png) center left no-repeat #2a2a2a;
	padding:3px 7px 4px 27px;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;	
}

#topnav_links li.tl-rss a:hover {
	background-color: #050505;
	padding:3px 7px 4px 27px;
}


#topnav_links li.tl-mail a {
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;	
	background-color: #546c4a;
	padding:3px 7px 4px 7px;
}

#topnav_links li.tl-mail a:hover {
	background-color: #637a59;
	padding:3px 7px 4px 7px;
}

/* @end */





/* @group Logo */

#logo_and_nav {
	clear:both;
	width:920px;
	margin:0 auto;
	padding:20px 10px 0 10px;
}

#logo {
	float:left;
	padding-bottom:18px;
}

/* @end */




/* @group Main Navigation Menu */

#main_nav {
	float:right;
	margin-top:24px;
}

#main_nav ul {
	list-style: none;
	text-transform: uppercase;
}

#main_nav li {
	float:left;
	display: block;
	position: relative;
	z-index:500;
	font-size:0.9em;
	margin:0;
}

#main_nav li a {
	display:block;
	background-color: #4a623f;
	color: #fff;
	border-right:1px solid #fff;
}

#main_nav li a:link {
	text-decoration: none;
}

#main_nav li a:visited {
	text-decoration: none;
}

#main_nav li a:hover {
	background-color: #648455;
	text-decoration: none;
}

.top_left_corner {
	padding:7px 0;
	background: url(i/nav_corner_top_left.png) no-repeat top left;
}

.top_right_corner {
	padding:7px 0;
	background: url(i/nav_corner_top_right.png) no-repeat top right;
}

.bottom_left_corner {
	display:inline;
	padding:7px 21px;
	background: url(i/nav_corner_bottom_left.png) no-repeat bottom left;
}

.bottom_left_corner_hoverd {
	display:inline;
	padding:7px 21px;
	background: url(i/nav_corner_top_left.png) no-repeat top left #648455;
}

.bottom_right_corner {
	display:inline;
	padding:7px 21px;
	background: url(i/nav_corner_bottom_right.png) no-repeat bottom right;
}

.bottom_right_corner_hoverd {
	display:inline;
	padding:7px 21px;
	background: url(i/nav_corner_top_right.png) no-repeat top right #648455;
}

.middle_link {
	padding:7px 21px;
}

.middle_link_hoverd {
	padding:7px 21px;
	background-color: #648455;
}

/* @end */



/* @group Main Navigation Dropdowns */

#main_nav li ul {
	position: absolute;
	left: 0;
	display:none;
	margin:0;
	padding:0;
	list-style: none;
	width: 200px;
	border: #648455 4px solid;
	font-weight: normal;
	text-transform: none;
}

#main_nav li ul li {
	float;left;
	margin:0;
	padding:0;
	width: 200px;
	border-bottom: 1px solid #b5b5b5;
}

#main_nav li ul li a {
	display:block;
	margin:0;
	padding:8px;
	background-color: #dfdac6;
	font-size: 12px;
	color:#333;
	border-right:0;
}

#main_nav li ul li a:hover {
	padding:8px;
	background-color: #ccc4a8;
}

#main_nav .second_level {
	position: absolute;
	left: 200px;
	display:none;
	top: -4px;
	list-style: none;
}

.nav_title {
	font-weight:600;
	color:#333;
	font-size:1.1em;
}

.nav_subtext {
	font-weight:normal;
	color:#555;
	font-size:0.9em;	
}

/* @end */




/* @group Homepage Content */

#homepage_content_fullwidth {
	float:left;
	width:100%;
	min-width:946px;
	background: url(i/bg_homepage_content_fullwidth.png) top center repeat-y;
}

#homepage_content {
	display:block;
	width:940px;
	margin: 0 auto;
	padding:6px 0 0 0;
}

#press_releases {
	float:left;
	width: 260px;
	margin: 0 20px 0 10px;
	padding: 24px 0;
}




/* @group Event Scroller */

#events_container {
	float:left;
	display:block;
	overflow: hidden;
	width:280px;
	height: 100px;
	background: url(i/bg_events.jpg) no-repeat bottom left;
	padding:16px 20px 20px 20px;
	margin: 1px 0 25px 0;
}

.event-title {
	font-size:15px;
	color:111;
	line-height:17px;
}

.event-subtext {
	display:block;
	margin-top:4px;
	font-size:11px;
	color:#494949;
	line-height:16px;
}

.event-subtext a {
	text-decoration:none;
	color:#345524;
	font-weight:bold;
}

.event-subtext a:visited {
	text-decoration:none;
}

.event-subtext a:hover {
	text-decoration:underline;
}

/* @end */








#center_col_home {
	position: relative;
	float:left;
	width: 320px;
	margin: 0;
	padding: 24px 20px 0px 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#222;
}

#center_col_home p {
	margin-bottom:10px;
}

#center_col_home a {
	font-weight: bold;
}

#bulletin_board {
	float:right;
	width: 260px;
	margin: 0 10px 0 20px;
	padding: 24px 0;
}

.homepage_entry {
	float:left;
	display:block;
	border-bottom:1px solid #dedede;
	margin:0 0 16px 0;
	padding:0 0 16px 0;
}

.homepage_entry_text {
	float:right;
	width:210px;
	margin:0 0 0 10px;
}

.calendar_icon {
	float:left;
	display:block;
	width:22px;
	text-align:center;
	padding:5px 4px;
	margin:3px 0 0 0;
	border:2px solid #b9b6a5;
	background-color:#f5f5f5;	
}

.calendar_month {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:10px;
	color:#333;
	text-align: center;
	text-transform: uppercase;
}

.calendar_day {
	font-family: Georgia, "Times New Roman", serif;
	font-size:18px;
	color:#444;
	font-weight: bold;
	text-align: center;
}

.home_entry_text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#222;
	padding: 0px 0 4px 0;
}

.home_entry_details {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:10px;
	color:#555;
	line-height: 1.5em;
}

/* @end */




/* @group Buttons */

#button_view_all_pr {
	float:left;
	margin:0 0 0 36px;	
	text-indent: -9999em;
	overflow: hidden;
}

#button_view_all_pr a {
	display:block;
	width:187px;
	height:33px;
	background: url(i/buttons_large.png) no-repeat;
	background-position:-10px -10px;
}

#button_view_all_pr a:hover {
	background-position:-210px -10px;
}

#button_view_all_bb {
	float:left;
	margin:0 0 0 36px;	
	text-indent: -9999em;
	overflow: hidden;
}

#button_view_all_bb a {
	display:block;
	width:187px;
	height:33px;
	background: url(i/buttons_large.png) no-repeat;
	background-position:-10px -50px;
}

#button_view_all_bb a:hover {
	background-position:-210px -50px;
}

#button_view_related {
	float:left;
	margin:0 0 0 26px;	
	text-indent: -9999em;
	overflow: hidden;
}

#button_view_related a {
	display:block;
	width:187px;
	height:33px;
	background: url(i/buttons_large.png) no-repeat;
	background-position:-10px -90px;
}

#button_view_related a:hover {
	background-position:-210px -90px;
}

#button_print {
	float:left;
	margin:0 0 24px 26px;
	text-indent: -9999em;
	overflow: hidden;
}

#button_print a {
	display:block;
	width:187px;
	height:33px;
	background: url(i/buttons_large.png) no-repeat;
	background-position:-10px -130px;
}

#button_print a:hover {
	background-position:-210px -130px;
}

.search_button {
	cursor: pointer;
	width:61px;
	height:22px;
	background:url(i/buttons_small.png) no-repeat;
	background-position:-10px -10px;
	overflow: hidden;
	border:0;
	background-color: transparent;
	margin:5px 0 0 -2px;
}

.search_button:hover {
	background-position:-10px -40px;
}

.filter_button {
	cursor: pointer;
	width:54px;
	height:22px;
	background:url(i/buttons_small.png) no-repeat;
	background-position:-80px -10px;
	text-indent: -9999em;
	border:0;
	background-color: transparent;
	margin:12px 0 0 -2px;
}

.filter_button:hover {
	background-position:-80px -40px;
}

.sort_button {
	cursor: pointer;
	width:54px;
	height:22px;
	background:url(i/buttons_small.png) no-repeat;
	background-position:-140px -10px;
	text-indent: -9999em;
	border:0;
	background-color: transparent;
	margin:12px 0 0 -2px;
}

.sort_button:hover {
	background-position:-140px -40px;
}

.send_button {
	float:left;
	cursor: pointer;
	width:54px;
	height:22px;
	background:url(i/buttons_small.png) no-repeat;
	background-position:-200px -10px;
	text-indent: -9999em;
	border:0;
	background-color: transparent;
	margin:0 0 0 -2px;
}

.send_button:hover {
	background-position:-200px -40px;
}


.submit_button {
	float:left;
	cursor: pointer;
	width:66px;
	height:22px;
	background:url(i/buttons_small.png) no-repeat;
	background-position:-265px -10px;
	text-indent: -9999em;
	border:0;
	background-color: transparent;
	margin:0 0 0 127px;
}

.submit_button:hover {
	background-position:-265px -40px;
}

#button_back {
	float:left;
	margin:0 0 24px 26px;
	text-indent: -9999em;
	overflow: hidden;
}

#button_back a {
	display:block;
	width:187px;
	height:33px;
	background: url(i/buttons_large.png) no-repeat;
	background-position:-10px -170px;
}

#button_back a:hover {
	background-position:-210px -170px;
}

/* @end */




/* @group Contact Page */

#contact_content_fullwidth {
	float:left;
	width:100%;
	min-width:940px;
	background: url(i/bg_contact_page.png) top center repeat-y;
	margin:0;
	padding:0;
}

#contact_content_top {
	width:100%;
	background:url(i/bg_contact_page_top.png) no-repeat top center;
	padding:25px 0 20px 0;
}

#contact_content {
	display:block;
	width:940px;
	margin: 0 auto;
	padding: 0;
}

#contact_wideleft {
	position: relative;
	float:left;
	width: 560px;
	margin: 0;
	padding: 12px 10px 24px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#222;
}

#contact_right {
	float:right;
	width: 320px;
	margin: 0 10px 0 20px;
	padding: 20px 0 60px 0;
}

#contact_right label {
	font-size:0.9em;	
}

#contact_content p {
	margin-bottom:20px;	
}

#contact_image {
	float:left;
	width:156px;
	margin:0 20px 30px 0;
	border:1px solid #dedede;
	padding:2px;
	background-color: #fff;
}

#contact_text {
	float:left;
	width:370px;
}

.input_contact {
	width:280px;
	background-color:#fff;
	border:1px solid #9c9c9c;
	margin:4px 0 0 0;
	padding:3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#444;
}

.textarea_contact {
	width:280px;
	height:140px;
	background-color:#fff;
	border:1px solid #9c9c9c;
	margin:4px 0;
	padding:3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#444;
}

.highlight {
	width:278px;
	border:2px solid #9F1319;
}

.loading {
	display:none;
	float:left;
  background:url(i/ajax-loader_contact_form.gif) no-repeat 1px;
  height:28px;
  width:28px;
  margin:-4px 0 0 10px;
}

.done {  
  background:url(i/icon_success.png) top left no-repeat;   
  padding-left:60px;  
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;  
  font-size:1em;   
  margin:20px auto;   
  display:none;
} 

#contact_form label {
	float:left;
} 

.required_field {
	float:right;
	display: inline;
	text-align:right;
	color:#9F1319;
	font-size:0.8em;
	margin:3px 33px 0 0;
}

.hidetext {
	display:none;	
}

#address_field {
	display:none;	
}

/* @end */




/* @group Subpages */

#subpage_content_fullwidth {
	float:left;
	width:100%;
	min-width:940px;
	background: url(i/bg_subpage.png) top center repeat-y;
	margin:0;
	padding:0;
}

#subpage_content_top {
	width:100%;
	background:url(i/bg_subpage_top.png) no-repeat top center;
	padding:25px 0 20px 0;
}

#subpage_content {
	display:block;
	width:940px;
	margin: 0 auto;
	padding: 0;
}

#subpage_wideleft {
	position: relative;
	float:left;
	width: 620px;
	margin: 0;
	padding: 12px 10px 24px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#222;
}

#subpage_wideleft .project_location {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight: 200;
	font-style: italic;
	color:#444;
	margin-bottom:18px;
}

#subpage_wideleft ul, #subpage_wideleft ol {
	margin:0 0 12px 20px;	
}

#subpage_wideleft li {

}

#subpage_wideleft a {
	font-weight: bold;
}

#project_highlight_section {
	display: block;	
	margin:20px 0 20px 0;
	padding:14px 14px 32px 14px;
	background: url(i/bg_project_highlights_shadow.png) bottom center no-repeat #514b34;
	color: #eee;
}

.ph_label {
	padding:0 20px 3px 0;
	font-weight: bold;
}

#project_highlight_section a {
	font-weight: normal;
	color:#fff;
	text-decoration: underline;
}

#project_highlight_section a:visited {
	color:#fff;
	text-decoration: underline;
	font-weight: normal;
}

#project_highlight_section a:hover {
	color:#fff;
	text-decoration: underline;
	font-weight: normal;
}

#subpage_wideleft p {
	margin-bottom:12px;
}

.project_table {
	border-collapse: collapse;
}

.project_table th {
	border:1px solid #999;
	padding:4px;
	background-color: #ddd;
	font-weight: bold;
}

.project_table td {
	border:1px solid #999;
	padding:4px;
}

.basic_content li {
	margin-bottom: 10px;
}


/* @end */





/* @group Press Release View */

#press_view_left {
	position: relative;
	float:left;
	width: 610px;
	margin: 0;
	padding: 12px 10px 42px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#222;
}

#press_view_left ul, #press_view_left ol {
	margin:16px 0 0 20px;	
}

#press_view_left li {

}

#press_view_left a {
	font-weight: bold;
}

#press_view_left p {
	margin-top:16px;
}

.pr_title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:21px;
	line-height: 1.3em;
	font-weight: 500;
	color:#2e3829;
	margin:5px 0 10px 0;
}

.pr_date {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:1.2em;
	font-weight: bold;
	color:#666;
	margin:0 0 20px 0;
}

#press_view_left table {
	width: 100%;
	border-collapse: collapse;
}

#press_view_left table th {
	border:1px solid #999;
	padding:4px;
	background-color: #ddd;
	font-weight: bold;
}

#press_view_left table td {
	border:1px solid #999;
	padding:4px;
}

/* @end */






/* @group Related Items */

#related_items {
	float:right;
	width: 260px;
	min-height: 330px;
	margin: 0 10px 0 20px;
	padding: 12px 0 24px 0;
}

.related_icon {
	float:left;
	display:block;
	width:104px;
	margin:0;
}

.ri_image {
	padding:2px;
	background-color:#fff;
	border:1px solid #adadad;	
}

.gallery_thumb {
	width:110px;
	float:left;
	display:block;
	margin:0;
}

.gallery_thumb img {
	background: url(i/bg_gallery_icon2.png) top left no-repeat;
	padding: 9px 8px;
	width: 96px;
	height: 61px;
}

.related_item_entry {
	float:left;
	display:block;
	border-bottom:1px solid #c5c5c5;
	margin:0;
	padding:16px 0 16px 0;
}

.related_item_entry_text {
	float:right;
	width:140px;
	margin:0 0 0 10px;
}

.textonly_entry {
	width:260px;
	margin:0;
}

.entry_text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:13px;
	color:#222;
	padding: 0px 0 4px 0;
	font-weight: 300;
}

.entry_details {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:10px;
	color:#555;
	line-height: 1.5em;
}

.blocklink a:hover {
	text-decoration: none;
}

.blocklink a:hover .related_item_entry {
	cursor: pointer;
	background: url(i/bg_related_item_hover.png) repeat-y top left #f5f5f5;
	height: 100%;
	text-decoration: none;
}

/* @end */




/* @group Related Links */

#related_links {
	list-style: none;
	margin:20px 2px;
}

#related_links li {
	width: 248px;
	height: 18px;
	margin:0 0 10px 0;
	font-size:0.9em;
}

#related_links li a:link {
	background-image: url(i/bg_related_link.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0 0 0 12px;
}

#related_links li a:visited {
	background-image: url(i/bg_related_link.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0 0 0 12px;
}

#related_links li a:hover {
	background-image: url(i/bg_related_link.png);
	background-repeat: no-repeat;
	background-position: 0 -37px;
	padding:0 0 0 12px;
}

/* @end */





/* @group Bulletin Board */

#bulletin_left_col {
	float:left;
	width: 620px;
	margin: 0;
	padding: 12px 10px 24px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#222;
}

#bulletin_right_col {
	float:right;
	width: 260px;
	margin: 0 10px 0 20px;
	padding: 12px 0 24px 0;
}

.bulletin_cat_header {
	clear:left;
	float:left;
	width:610px;
	display: block;
	margin:22px 0 0 0;
	border-bottom:2px solid #aea47e;
}

.bulletin_cat_title {
	float:left;
	width:450px
	font-weight: 200;
	font-size:14px;
	text-transform: uppercase;
	color:#444;
}

.bulletin_cat_view_all {
	float:right;
	width:160px;
	text-align: right;
	text-transform: none;
	font-size:11px;
}

.bulletin_page_entry {
	width:610px;
	float:left;
	position:relative;
	display:block;
	border-bottom:1px solid #d9d9d9;
	margin:0;
	padding:16px 0 16px 0;
}

.bulletin_page_icon {
	float:left;
	display:block;
	width:104px;
	margin:0 10px 0 0;
}

.bulletin_page_entry_text {
	float:right;
	width:490px;
	margin:0 0 0 0;
	padding:0;
}

.pr_entry_text {
	float:right;
	width:560px;
	margin:0 0 0 0;
	padding:0;
}

.bulletin_page_entry .entry_text {
	font-size: 15px;
}

.bulletin_page_entry .textonly_entry {
	width:610px;
	margin:0;
}

.last_entry {
	border:0;
	margin-bottom:10px;
}


#bulletin_right_col {
 color: #555;
 margin:10px 0 0 0;
 min-height: 350px;
}

#bulletin_right_col form {
	float: left;
	margin:15px 0 25px 0;	
}

.input_search {
	width:240px;
	background-color:#fff;
	border:1px solid #9c9c9c;
	margin:4px 0;
	padding:3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#444;
}

#bulletin_filter label {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color:#444;
}

.input_checkbox {
	margin:5px 5px 0 0;
}

#bulletin_sort select {
	width:240px;
	padding:4px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	margin:7px 0 0 0;
}

.blocklink a:hover .bulletin_page_entry {
	cursor: pointer;
	background: url(i/bg_bulletin_page_hover.png) repeat-y top left #f5f5f5;
	height: 100%;
	text-decoration: none;
}

#search_data {
	display:block;
	padding-bottom:12px;
	font-style:italic;
	font-size:0.9em;
	color:#666;	
}

/* @end */





#email_box_sidebar {
	float:left;
	background: url(i/bg_email_side.png) no-repeat top left;
	margin:10px 0 0 -7px;
	padding:50px 20px 0 27px;
}

#email_box_sidebar form {
	padding:10px 0;
	margin:0;
}

.input_subscribe_sidebar {
	width:200px;
	background-color:#fff;
	border:1px solid #9c9c9c;
	margin:4px 0 10px 0;
	padding:3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color:#777;
}

#email_box_sidebar .submit_button {
	padding: 3px 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	background-color:#2e4c20;
	background-position:-340px -10px;
	color: #fff;
	margin:0 0 0 -3px;
}

#email_box_sidebar .submit_button:hover {
	background-position:-340px -40px;
}


#rss_button_sidebar {
	float:left;
	margin:0 0 0 -7px;
}

#rss_button_sidebar a {
 display:block;
 width:254px;
 height:43px;
 background: url(i/button_rss_sidebar_on.png) no-repeat;
}

#rss_button_sidebar a:hover {
 text-indent: -9999em;
}






/* @group Share Structure */

#share_table table {
	width:520px;
	border-collapse:collapse;
	margin:4px 0 50px 0;
}

#share_table table td {
	padding:3px 0;
	border-bottom:1px solid #d9d9d9;
}

/* @end */






/* @group Image Gallery */

#image_gallery_table {
	margin: 30px 0;
}


#image_gallery_table td {
	width: 180px;
	padding-bottom: 30px;
}

#image_gallery_table img {
	width:104px;
	height:67px;
	padding:2px;
	background-color:#fff;
	border:1px solid #adadad;
	margin-bottom: 4px;
}

#image_gallery_table td .gallery_caption {
	font-weight: normal;
	line-height: 1.4em;
	font-size: 0.9em;
	text-decoration: none;
}


/* @end */






/* @group Stock Performance */

.stock_link_block a {
	float:left;
	display: block;
	width:500px;
	padding:20px;
	margin-bottom:30px;
	background-color:#fafafa;
	border:2px solid #dedede;
}

.stock_link_block a:hover {
	text-decoration: none;
	background-color:#fff;
	border:2px solid #a2b799;
}

.stock_logo {
	float:left;	
	width:167px;
}

.stock_text {
	float:right;
	width:310px;
}

.stock_link_symbol {
	float: left;
	display: block;
	margin:2px 0 8px 0;
	font-size: 21px;
	font-weight: bold;
}

.stock_link_descrip {
	float: left;
	clear:left;
	font-size: 13px;
	font-weight: normal;
	color: #555;
}

/* @end */





/* @group Management */

#management_entries .entry_div {
	padding-bottom:10px;
	margin:30px 0 20px 0;
	border-bottom:1px solid #ddd;
	text-align: left;
}

#management_entries p {
	margin:0 0 10px 0;
}

#management_entries .last_entry {
	border:0;	
}

.m_name {
	font-size:1.2em;
	color:#333;
	font-weight:bold;
}

.m_creds {
	font-size:0.9em;
	color:#555;
	font-style: italic;
}

.m_title {
	font-size:1em;
	color:#2e4c20;
	font-weight:bold;
	padding-bottom:6px;
	display: block;
}

/* @end */





/* @group Translate */

#translate_links {
	float:left;
	width:260px;
	list-style: none;
	margin:20px 2px;
	line-height: 1.3em;
}

#translate_links li {
	height: 18px;
	margin:0 0 50px 0;
	font-size:1.1em;
}

#translate_links li a {
	background-image: url(i/bg_translate_link.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0 0 0 16px;
}

#translate_links li a:hover {
	background-image: url(i/bg_translate_link.png);
	background-repeat: no-repeat;
	background-position: 0 -37px;
	padding:0 0 0 16px;	
}

.in_english {
	padding:0 0 0 16px;
	font-size:0.8em;
	color:#666;	
}

#translation_note {
	width:190px;
	margin:33px 0 0 20px;
	font-size:0.9em;
	line-height:1.6em;
	color:#555;
	font-style:italic;	
}

/* @end */





/* @group Pagination */
	
div.pagination {
	float: left;
	width: 620px;
	text-align:center;
	margin:15px 0 25px 0;
	padding: 3px;
}

div.pagination a {
	padding: 3px 6px;
	margin: 3px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #2a3a4e;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #ccc;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	color: #2a3a4e;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #e5e5e5;
	color: #d5d5d5;
}

/* @end */





#profile_list li {
	margin-bottom:10px;	
}

#subscribe_form {
	margin:20px 0 120px 0;	
}

.subscribe_label {
	float:left;
	width:130px;
}

.input_subscribe {
	width:280px;
	background-color:#fff;
	border:1px solid #9c9c9c;
	margin:4px 0 12px 0;
	padding:3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#444;
}

.select_subscribe {
	width:288px;
	margin:4px 0 20px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
}

.error {
	background: url(i/icon_alert.png) top left no-repeat;
	font-size:1.2em;
	margin:20px 0;
	padding:5px 0 30px 60px;
	min-height:250px;
}

.search_string {
	font-style:italic;font-size:0.9em;color:#666;
}



/* @group Footer */

#footer_fullwidth {
	float:left;
	width:100%;
	min-width:940px;
	background: url(i/bg_footer_sub.png) #2c2c2c top center no-repeat;
	padding:13px 0 40px 0;
	margin-top:0;
}

#footer_fullwidth_home {
	float:left;
	width:100%;
	background: url(i/bg_footer_home.png) #2c2c2c top center no-repeat;
	padding:13px 0 40px 0;
	margin-top:18px;
}

#footer {
	width:940px;
	margin:0 auto;
	padding:10px 0 0 0;
}

#footer table {
	width:100%;
}

.footer_col {
	width:136px;
	border-left: 1px solid #383838;
	padding:0 10px;
}

#footer ul {
	list-style: none;
}

#footer li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color:#ccc;
}

#footer a {
	color:#bbb;
}

#footer a:link {
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#copyright_box {
	width:136px;
	background: #272727 url(i/bg_copyright_corner.png) top right no-repeat;
	padding:0 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color:#bbb;
}

#copyright_logo {
	float:left;
	margin:20px 0 10px 38px;
}

#copyright_text {
	clear:left;
}

/* @end */
	
	

/* @group Headers */

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:19px;
	font-weight: 200;
	color:#222;
	margin-bottom:12px;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:15px;
	font-weight: 200;
	color:#222;
	margin:0 0 16px 0;
	text-transform: uppercase;
	border-bottom:2px solid #aea47e;
}

#bulletin_left_col h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:21px;
	font-weight: 500;
	color:#2e3829;
	margin-bottom:10px;
}

#subpage_wideleft h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:21px;
	font-weight: 500;
	color:#2e3829;
	margin-bottom:24px;
}

#subpage_wideleft h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:15px;
	font-weight: 500;
	color:#222;
	margin:20px 0 8px 0;
	text-transform: none;
	border: 0;
}

#related_items h2 {
	margin:0;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#918b67;
	margin:0 0 4px 0;
	text-transform: uppercase;
}

/* @end */



/* @group Link Styles */
a {
	font-weight: 400;	
}

a:link {
	text-decoration: none;
	color: #2e4c20;
}

a:visited {
	text-decoration: none;
	color: #2e4c20;
}

a:hover {
	text-decoration: underline;
	color: #2e4c20;
}

/* @end */




/* @group ListMessenger Template Styles */

#listm_style input[type="text"] {
	width:280px;
	background-color:#fff;
	border:1px solid #9c9c9c;
	margin:4px 0 12px 0;
	padding:3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#444;
}

#listm_style input[type="button"] {
	padding: 3px 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	background-color:#2e4c20;
	color: #fff;
}

#listm_style input[type="submit"] {
	padding: 3px 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1em;
	background-color:#2e4c20;
	color: #fff;
}

/* @end */







