/* DEFAULT LIST */
ul.default_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.default_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #90cd75;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
ul.default_list li p.author {
	font-weight: bold;
}
ul.default_list li span.date {
	font-size: 0.9em;
	font-weight: normal;
}
ul.default_list li .mediaurl {
	margin: 0 10px 10px 0;
	float: left;
}
ul.default_list li div.content {
	overflow: auto;
}
ul.default_list li div.content .comments {
	margin-top: 10px
}

.default_details {
	pngfixkeeppos: true;
}
.default_details p.date {
	font-size: 0.9em;
	margin-bottom: 0;
}
.default_details p.author {
	color: #3d892f;
	font-weight: bold;
}
.default_details .back {
	float: left;
}
.default_details .bookmark {
	float: right;
}
.default_details .mediaurl {
	float: left;
	margin: 0 15px 10px 0;
	_margin-bottom: 0;
}
.default_details .content {
	_float: left;
	overflow: auto;
	margin-bottom: 10px;
	_margin-bottom: 0;
}

/* SEARCH */
#search_box {
	white-space: nowrap;
	padding-top: 5px;
	*padding-top: 3px;
	overflow: hidden;
	float: left;
	_float: none;
}
#search_box .search_caption {
	margin-left: 10px;
}
#search_box input.textbox {
	background: #c2dcdd;
	border: 0;
	margin-left: 10px;
}
#search_box .search_submit {
	background: #000809 url(Images/Global/arrow_r.gif) no-repeat center;
	width: 20px;
	height: 18px;
	border: 0;
	vertical-align: top;
}

.search_result dl dt {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}
.search_result dl dd {
	margin: 0;
	padding-left: 1em;
}
.search_result dl dd.bottom {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: dotted 1px #90cd75;
}
.search_result dl dd.bottom a {
	font-size: 0.9em;
	color: #999999;
}

.page_tools a {
	padding-left: 10px;
}

#breadcrumb {
	color: #4f4f4f;
	padding: 0 0 5px 0;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

h1#page_title {
	color: #4b4b4b;
	font-size: 2.2em;
	font-weight: normal;
}
#home h1#page_title {
	color: #ffffff;
	font-size: 1.75em;
}
#home {
	color: #ffffff;
}

a.button {
	cursor: hand;
	line-height: 33px;
	display: block; /*opera*/
	display: inline-block; /*ie*/
	display: -moz-inline-box;  /*ff*/
}
a.button span {
	height: 33px;
	line-height: 33px;
	display: block;
	display: inline-block;
	padding: 0 35px 0 10px;
	background: url(Images/Buttons/default_on.gif) no-repeat top right;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
a.button, a.button:link, a.button:active, a.button:visited {
}
a.button:hover span {
	background: url(Images/Buttons/default_ov.gif) no-repeat top right;
}

/*Back Button (Inverted Arrow)*/
a.button_inverted {
	cursor: hand;
	line-height: 33px;
	display: block; /*opera*/
	display: inline-block; /*ie*/
	display: -moz-inline-box;  /*ff*/
}
a.button_inverted span {
	height: 33px;
	line-height: 33px;
	display: block;
	display: inline-block;
	padding: 0 10px 0 35px;
	background: url(Images/Buttons/back_on.gif) no-repeat top left;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
a.button_inverted, a.button_inverted:link, a.button_inverted:active, a.button_inverted:visited {
}
a.button_inverted:hover span {
	background: url(Images/Buttons/back_ov.gif) no-repeat top left;
}


.button_or {
	padding: 0 6px;
}

/* FORMS */
.default_form {
	background: #65bc26;
	padding: 10px;
	color: #ffffff;
}
table.default_form {
	border: solid 10px #65bc26;
	border-collapse: separate !important;
	padding: 0;
}
.default_form a, .default_form a:link, .default_form a:active, .default_form a:visited {
	color: #c2e3ab;
}
.default_form a:hover {
	color: #ffffff;
}

.user_form {
	width: 322px;
}
.user_form .de_caption {
	width: 150px;
}

.email_form {
	width:500px;	
}

.email_form  .button_area{	
	padding: 5px 0 5px 0;
	margin:0;	
}

.login_form {
}
.login_form a.login_link {
	display: block;
	font-size: 0.9em;
}
.login_form a.login_link:hover {
	color: #ffffff;
}

.event_notification_form {
	padding: 12px;
	background: #f1f9eb;
}

/* BLOGS */
ul.blogpost_list {
}
ul.blogpost_list li {
}
ul.blogpost_list li p.author {
}
ul.blogpost_list li span.date {
}
ul.blogpost_list li .mediaurl {
}
ul.blogpost_list li div.content {
}
ul.blogpost_list li div.content .summary {
}

.blogpost {
	border-bottom: dotted 1px #90cd75;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blogpost p.date {
}
.blogpost p.author {
}
.blogpost .back {
}
.blogpost .bookmark {
}
.blogpost .mediaurl {
	float: left;
	margin: 0 15px 10px 0;
	_margin-bottom: 0;
}
.blogpost .content {
}

.comment ul, .comment li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment .comment_item .box4 {
	margin-bottom: 0.5em;
}
.comment .author {
	color: #002b2e;
	font-weight: bold;
}
.comment .date {
	font-size: 0.8em;
}
.comment_author .author {
	color: #83cb3e;
}

/* CAREER STORY */
.careerstory_nonmedia {
	float: left;
	width: 335px;
	overflow: hidden;
}
.careerstory_nonmedia .heading {
	margin-bottom: 1em;
}
.careerstory_nonmedia .scroll_button {
	display: none;
}
ul.careerstory_list {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 157px;
}
ul.careerstory_list li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.careerstory_media ul.careerstory_list {
	margin: 0 0 0 17px;
	float: right;
}
ul.careerstory_list li img.media_thumb {
	margin-bottom: 10px;
}
ul.careerstory_list li p.author {
	font-weight: bold;
}
ul.careerstory_list li span.date {
	font-size: 0.9em;
	font-weight: normal;
}
ul.careerstory_list li div.content {
	margin-bottom: 10px;
}

.careerstory_media {
	float: right;
	width: 335px;
	overflow: hidden;
}
.careerstory_media_box {
	border: solid 1px;
	background: #ecfae3;
	padding: 5px;
}
ul.careerstory_media_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.careerstory_media_list li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 300px;
	border-bottom: solid 1px #d3ecc3;
}
ul.careerstory_media_list li img.media_thumb {
	margin: 3px 10px 10px 0;
	float: left;
}
ul.careerstory_media_list li div.content {
	_float: left;
	overflow: auto;
	margin: 0 0 10px 0;
}
ul.careerstory_media_list li p.author {
	font-weight: bold;
}
ul.careerstory_media_list li span.date {
	font-size: 0.9em;
	font-weight: normal;
}
ul.careerstory_media_list li div.content a {
	position: static !important;
}

.careerstory_sidelist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.careerstory_sidelist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: dotted 1px #c6e6af;
	padding-top: 10px;
	margin-top: 10px;
}
.careerstory_sidelist ul li img.media_thumb {
	margin-bottom: 2px;
}
.careerstory_sidelist ul li h3.title a {
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
}
.careerstory_sidelist ul li div.content {
	overflow: auto;
}
.careerstory_sidelist_media .careerstory_sidelist ul li img.media_thumb {
	width: 80px;
	float: left;
	margin-right: 10px;
}
.careerstory_sidelist_media .careerstory_sidelist ul li h3.title a {
	font-size: 0.6em;
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
}
.careerstory_sidelist_media .careerstory_sidelist ul li div.content {
	_float: left;
	overflow: auto;
}
.careerstory_sidelist .pager {
	border-top: dotted 1px #c6e6af;
	padding-top: 10px;
	margin-top: 10px;
}
.careerstory_sidelist .pager a, .careerstory_sidelist .pager a:link, .careerstory_sidelist .pager a:active, .careerstory_sidelist .pager a:visited {
	color: #ffffff;
}
.careerstory_sidelist .pager a:hover {
	color: #c6e6af;
}

.careerstory {
}
.careerstory .float-l {
	width: 280px;
}
.careerstory .float-r {
	width: 390px;
}
.careerstory .content {
	margin-bottom: 1em;
}
.careerstory .back {
}
.careerstory .bookmark {
}
.careerstory .media {
	height: 290px;
}
.careerstory .mediaurl {
	margin-bottom: 1em;
}

ol.pager {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
ol.pager li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ol.pager li a {
	padding: 0 4px;
}
ol.pager li a, ol.pager li a:link, ol.pager li a:active, ol.pager li a:visited {
	text-decoration: none;
}
ol.pager li a.item {
	border: solid 1px #ebf3e6;
}
ol.pager li a.selected,
ol.pager li a.item:hover {
	border: solid 1px #65bc26;
}
ol.pager li a.selected {
	font-weight: bold;
}

/* Broadcast Slide*/
.broadcast_tab {
	float: left;
	background-color: #000000;
	border: solid 1px #3b7411;
	border-bottom: 0;
	text-transform: uppercase;
	margin: 0 0 -1px 4px;
	_display: inline;
}
.broadcast_tab span,
.broadcast_tab a {
	padding: 10px 20px;
	display: block;
	float: left;
	color: #65bc26;
	font-size: 1.2em;
	font-weight: bold;
}
.broadcast_tab a {
	border: solid 1px #3b7411;
	border-width: 0 0 1px 1px;
}
.broadcast_tab a, .broadcast_tab a:link, .broadcast_tab a:active, .broadcast_tab a:visited {
	color: #3f7418;
	font-size: 1.2em;
	font-weight: bold;
}
.broadcast_tab a:hover {
	background: #00191b;
	color: #65bc26;
}
div.broadcast_slide {
	background: #000000;
	border: solid 1px #3b7411;
	margin: 0 0 20px 4px;
}
div.broadcast_slide .previous {
	background: url(Images/Global/arrow_big_l.gif) no-repeat center;
}
div.broadcast_slide .next {
	background: url(Images/Global/arrow_big_r.gif) no-repeat center;
}
div.broadcast_slide .previous a,
div.broadcast_slide .next a {
	display: block;
	width: 50px;
	height: 150px;
}
#broadcast_scroll {
	overflow: hidden;
	padding: 5px 0;
	_width: 613px;
}
ul.broadcast_list,
ul.broadcast_list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.broadcast_list li {
	float: left;
	display: block;
	width: 140px;
}
ul.broadcast_list li.last {
	margin-right: 0;
}
ul.broadcast_list li a.item_link {
	display: block;
	padding: 10px;
}
ul.broadcast_list li a.item_link,
ul.broadcast_list li a.item_link:link,
ul.broadcast_list li a.item_link:active,
ul.broadcast_list li a.item_link:visited {
	text-decoration: none;
	_text-decoration: underline;
}
ul.broadcast_list li a.item_link:hover {
	background: #00191b;
	text-decoration: none;
}
ul.broadcast_list li .mediaurl {
	display: block;
	width: 120px;
	height: 90px;
	margin-bottom: 2px;
}
ul.broadcast_list li .author {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 2px;
}
ul.broadcast_list li .title {
	color: #00b142;
	font-size: 0.8em;
}

ul.broadcast_sidelist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.broadcast_sidelist li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #00383d;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.broadcast_sidelist li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.broadcast_sidelist li img.media_thumb {
	width: 80px;
	float: left;
	margin-right: 10px;
}
ul.broadcast_sidelist li .content {
	_float: left;
	overflow: auto;
}
ul.broadcast_sidelist li .content .title {
	font-size: 1em;
}

#TB_ajaxContent {
	_position: relative !important; /* IE6 fix to overflowing of relative position inside thick box */
}
.event_details {
}
.event_details .title {
	margin-bottom: 0em;
}
.event_details .date {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.event_details .content {
	margin-bottom: 1em;
}
.event_details .location {
	margin-bottom: 1em;
}
.event_details .map {
	border: solid 1px #cccccc;
}
.event_details .back {
	float: left;
}
.event_details .bookmark {
	float: right;
}
.event_details .location_container {
	background: #f2f7ee;
	padding: 10px;
	margin-bottom: 1em;
}
.event_details .location_container .location {
	float: left;
}
.event_details .location_container .map {
	float: left;
	margin-right: 10px;
}

/* Account */
.account_tab_content {
	background: #ffffff;
	padding: 10px;
}
.account_tab_content .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #284145;
	margin-bottom: 10px;
}

/* User Blog Post */
ul.user_blog_stats,
ul.user_blog_stats li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.user_blog_stats {
	margin-bottom: 1em;
}
ul.user_blog_stats li {
	display: inline;
	padding-right: 1em;
	margin-right: 1em;
	border-right: solid 1px #003033;
	font-size: 1.2em;
	font-weight: bold;
	_border-right: expression(this.nextSibling==null ? '0' : 'solid 1px #003033');
}
ul.user_blog_stats li:last-child {
	border-right: 0;
}

/*my future search*/
#MyFutureSearch
{
	width:350px;
	margin: 10px 0 0 0;	
}

/* Competition */
.competition_view {
}
.competition_view .left_column {
	width: 430px;
	float: left;
	overflow: hidden;
}
.competition_view .right_column {
	width: 250px;
	float: right;
}
.competition_view .photo {
	float: left;
	margin: 0 10px 10px 0;
	border: solid 4px #e9f1e2 !important;
}
.competition_view .upcoming_competition {
	background-color: #003034;
	padding: 15px;
	font-size: 0.9em;
}
.competition_view .upcoming_competition h4 {
	color: #ffffff;
}
.competition_view .upcoming_competition ul.competition_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.competition_view .upcoming_competition ul.competition_list li {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: dotted 1px #1a4549;
	width: 100%;
	overflow: hidden;
}
.competition_view .upcoming_competition ul.competition_list li .thumbnail {
	float: left;
	border: solid 4px #1a4549;
	margin: 0 10px 0 0;
}
.competition_view .last_winner h4 {
	color: #ffffff;
	_height: 1%;
	margin-bottom: 10px;
}
.competition_view .last_winner .thumbnail {
	float: left;
	border: solid 4px #043238 !important;
	margin: 0 10px 0 0;
}

/*carrer Home*/
.careerstory_flash object {
	margin-left: -6px;
}
.careerstory_non_flash {	
	margin: 5px 0 0 4px;
	padding: 0 0 20px 0;
	font-size: 0.9em;
	_margin-left: 1px;
}
.careerstory_non_flash .item {
	width: 227px;
	padding: 5px 2px 10px 5px;
	margin: 0 4px 4px 0;
	background: #00181b;
	border: solid 1px #245e2b;
	height: 150px;
	overflow: hidden;
}
.careerstory_non_flash .item .left {
	margin-right: 5px;
	text-align: center;
}
.careerstory_non_flash .item .left img {
	display: block;
	margin-bottom: 10px;
}
.careerstory_non_flash .item .sub {	
	width: 112px;
	padding: 0 2px 0 4px;
	color: #476165;
}
.careerstory_non_flash .item h4 {
	margin-bottom: 0;
}
.careerstory_non_flash .item .title {
	display: block;
	margin-bottom: 10px;
}

/*press room*/
div#boxleft 
{
	width:350px;	
}

div.press_room
{
	border-top: dotted 1px #90cd75;
	margin-top: 10px;
	padding-top: 10px;	
}

div#boxleft ul,
div.press_room ul,
div.press_room ol
{
	list-style-image: url(none);	
	list-style:none;
	margin:0;
	padding:0;	
}

div#boxleft ul li,
div.press_room ul li
{
	margin:0;
	padding: 0 0 10px 0;	
}

div.press_room ol li,
div.press_room ol li dl dd
{
	margin:0;
	padding:0;	
}

div.press_room ol.pager
{
	float:left;
	padding: 10px 0 10px 0;	
}


ul#listBottom
{
	list-style-image: url(none);
	list-style:none;
	margin: 20px 0 0 0;
	padding: 0;		
}

ul#listBottom li
{
	padding: 0 5px 0 5px;
	margin: 0;
	float: left;
	width:138px;
	height:200px;
}

ul#listBottom li img
{
	margin-bottom: 10px;
}

ul#listBottom li.first
{
	padding: 0 5px 0 0;
	margin: 0;	
}

ul#listBottom li.last
{
		padding: 0 0 0 5px;
}

/*job list*/
ul#listjobs
{
	list-style-image: url(none);
	white-space: nowrap;
	list-style:none;
	margin: 20px 0 0 0;
	padding: 0;	
}

ul#listjobs li
{
	list-style: none;	
	padding: 3px 0 3px 5px;
	margin: 3px 0 3px 0;
	background: #dbe7d3;
	width:350px;
	color:#294143;
}

ul#listjobs li a,
ul#listjobs li a:link,
ul#listjobs li a:visited,
ul#listjobs li a:active 
{
	text-decoration: none;
	font-weight: normal;
	color:#294143;
}

ul#listjobs li a:hover
{ 
	text-decoration: none; 
	font-weight: bold;
	color:#294143; 
}

/* SCROLL CONTENT */
div#box_scroll_content {
	padding-right: 15px;
}
div#box_scroll {
	float: left;
	width: 100%;
	overflow: auto;
}
#box_scrollbar {
	float: right;
	background: url(Images/Scroll/ver_base_bottom.gif) no-repeat bottom;
	/*_background: url(Images/Scroll/ver_base_bottom.gif) no-repeat bottom;*/
	display: none;
}
#box_scrollbase {
	background: url(Images/Scroll/ver_base_top.gif) no-repeat;
	width: 18px;
	margin-bottom: 85px;
	_pngfixkeeppos: true;
}
#box_scrollhandle {
	background: url(Images/Scroll/handle.gif) no-repeat;
	width: 18px;
	height: 85px;
	_pngfixkeeppos: true;
}