#page_head_bg {
background-position: 50% 65%; /* overides the common.css value */
}

#home-left-nav-bg {
background:url('../images/home_left_nav_bg.gif') bottom left no-repeat;
}

#home-right-nav-bg {
background:url('../images/home_right_nav_bg.gif') bottom right no-repeat;
}

#navgap { /* --------------------------------------------------------- */
height:10px;
/*margin-left:85px;*/
/*margin-right:85px;*/
background:url('../images/nav_gap.gif') top 50% no-repeat;
overflow:hidden;
background-color: #D9D9D9;
}

#top-news-gradient {
background:url('../images/top_news_bg.gif') top left no-repeat;
height:14px;
}

#bottom-news-gradient {
background:url('../images/bottom_news_bg.gif') top left no-repeat;
height:14px;
}

#news-box {
margin-right:7px;
margin-left:7px;
border:#fff 1px solid;
background-color:#12676E;
overflow:hidden;
height:1%;
}

#news-box-left {
width:330px;
float:left;
}

#news-box-left-inner {
padding-top:14px;
padding-left:19px;
padding-right:13px;
padding-bottom:5px;
}

h1.newsh1 {
margin-top:10px;
margin-bottom:5px;
font-size:165%;
font-weight:700;
color:#d1e7ff;
}

.news-description {
font-size:120%;
color:#FFF;
}

.news-posted {
display:block;
font-size:100%;
color:#FFF;
font-style:italic;
margin-top:5px;
margin-bottom:20px;
}

h2.newsh2 {
margin-top:5px;
margin-bottom:5px;
font-size:120%;
font-weight:700;
}

h2.newsh2 a {
text-decoration:none;
color:#d1e7ff;
}

h2.newsh2 a:hover {
color:#083f88;
}

.news-footer-caption {
margin-top:40px;
font-size:90%;
font-weight:400;
color:#9fb2bf;
}

#news-box-right {
float:left;
width:297px;
padding-top:13px;
}

ul.news-tabs {
margin:0;
padding:0;
list-style:none;
zoom:100%;
}

ul.news-tabs li {
float:left;
padding-top:8px;
padding-bottom:8px;
}

li#latest-news-tab {
text-align:center;
width:102px;
background:url('../images/latest_news_unselected.gif') top left no-repeat;
}

li#latest-news-tab.selected {
background:url('../images/latest_news_selected.gif') top left no-repeat;
}

li#latest-news-tab.selected a {
color:#e0e7ec;
}

li#most-popular-tab {
width:195px;
background:url('../images/most_popular_tab_unselected.gif') top left no-repeat;
}

li#most-popular-tab a {
padding-left:10px;
}

li#most-popular-tab.selected a {
padding-left:14px;
}

li#most-popular-tab.selected {
background:url('../images/most_popular_selected.gif') top left no-repeat;
}

li#most-popular-tab.selected a {
color:#e0e7ec;
}

ul.news-tabs li a {
text-decoration:none;
color:#FFF;
font-size:120%;
font-weight:700;
}

#latest-news-content {
background-color:#33868D;
border-right:#2f4d62 1px solid;
border-left:#2f4d62 1px solid;
border-bottom:#2f4d62 1px solid;
padding-left:18px;
padding-right:18px;
padding-bottom:10px;
padding-top:10px;
}

#latest-news-content ul.news-list {
padding:0;
margin:0;
font-size:110%;
line-height:1.8;
list-style:none;
padding-bottom:10px;
border-bottom:#b2c3d0 dotted 1px;
}

#latest-news-content ul.news-list li {
padding-left:10px;
background:url('../images/news_bulletpoint.gif') 0 8px no-repeat;
}

#latest-news-content ul li a {
color:#FFF;
text-decoration:none;
}

#latest-news-content ul li a:hover {
text-decoration:underline;
}

.most-commented-title {
color:#FFF;
font-size:120%;
font-weight:700;
margin-top:10px;
margin-bottom:10px;
}

#latest-news-content ul.most-commented-list {
padding:0;
margin:0;
font-size:110%;
line-height:1.8;
list-style:none;
}

#latest-news-content ul.most-commented-list li {
padding-left:10px;
background:url('../images/news_bulletpoint2.gif') 0 8px no-repeat;
}

/* Most Popular */
#most-popular-content {
background-color:#33868D;
border-right:#2f4d62 1px solid;
border-left:#2f4d62 1px solid;
border-bottom:#2f4d62 1px solid;
padding-left:18px;
padding-right:18px;
padding-bottom:10px;
padding-top:10px;
display:none;
/* Temporary Hide - wait for javascript coding to do this accordting to tab selected*/
}

#most-popular-content ul.news-list {
padding:0;
margin:0;
font-size:110%;
line-height:1.8;
list-style:none;
padding-bottom:10px;
border-bottom:#b2c3d0 dotted 1px;
}

#most-popular-content ul.news-list li {
padding-left:10px;
background:url('../images/news_bulletpoint.gif') 0 8px no-repeat;
}

#most-popular-content ul li a {
color:#FFF;
text-decoration:none;
}

#most-popular-content ul li a:hover {
text-decoration:underline;
}

#most-popular-content ul.most-commented-list {
padding:0;
margin:0;
font-size:110%;
line-height:1.8;
list-style:none;
}

#most-popular-content ul.most-commented-list li {
padding-left:10px;
background:url('../images/news_bulletpoint2.gif') 0 8px no-repeat;
}

/* Body Article CSS */
#article-box {
background:url('../images/article_box_bg_image.gif') top left repeat-y;
overflow:hidden;
height:1%;
}

.article-row {
border-top:#d9d9d9 1px solid;
height:1%;
overflow:hidden;
}

.article-leftcol {
float:left;
width:330px;
background:url('../images/article_leftcol_bottom_bg.gif') bottom left no-repeat;
padding-bottom:14px;
}

.article-rightcol {
float:left;
width:324px;
background:url('../images/article_rightcol_bottom_bg.gif') bottom left no-repeat;
padding-bottom:14px;
}

.left-article {
margin-top:7px;
margin-left:7px;
margin-right:0px;
background-color:#fff;
height:1%;
overflow:hidden;
padding-bottom:20px;
}

.right-article {
margin-top:7px;
margin-left:5px;
margin-right:4px;
background-color:#fff;
height:1%;
overflow:hidden;
padding-bottom:20px;
}

h2.articleh2red {
font-size:120%;
font-weight:700;
margin-top:5px;
margin-bottom:5px;
}

h2.articleh2red a {
text-decoration:none;
color:#000;
}

h2.articleh2red a:hover {
color:#710505;
}

.article-heading-red {
background:url('../images/article_heading_red_bg.gif') top left repeat-x;
padding-left:12px;
padding-top:6px;
padding-bottom:6px;
}

.read-more-button {
padding-right:10px;
padding-top:40px;
}

.read-more-button a {
float:right;
background:url('../images/more_button.gif') top right no-repeat;
text-indent:6px;
display:block;
width:87px;
height:13px;
text-decoration:none;
color:#FFF;
font-weight:700;
}

.read-more-button a:hover {
background:url('../images/more_button_rollover.gif') top right no-repeat;
}

/* Events */
#events-top-img {
padding:10px 0 10px 12px;
}

/* From the community*/
#visit-our-forum-button {
padding-right:10px;
padding-top:5px;
}

#visit-our-forum-button a {
float:right;
background:url('../images/more_button.gif') top right no-repeat;
text-indent:6px;
display:block;
width:87px;
height:13px;
text-decoration:none;
color:#FFF;
font-weight:700;
}

#visit-our-forum-button a:hover {
background:url('../images/more_button_rollover.gif') top right no-repeat;
}

#article-leftcol-dummy {
float:left;
width:330px;
height:10px;
}

/* Executive Moves Accordian*/
.executive-moves-content {
padding-bottom:10px;
}

ul#executive-moves-accordian {
padding:0;
margin:0;
list-style:none;
}

ul#executive-moves-accordian li a.ui-accordion-header-exec {
display:block;
background:url('../images/em_accordianheader_unselect.gif') top left no-repeat;
width:315px;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
color:#656565;
font-size:120%;
}

ul#executive-moves-accordian li a.ui-accordion-header-exec span {
padding-left:12px;
}

ul#executive-moves-accordian li a.ui-accordion-header-exec:hover {
background:url('../images/em_accordianheader_unsel_ho.gif') top left no-repeat;
color:#323232;
}

ul#executive-moves-accordian li.selected a.ui-accordion-header-exec {
display:block;
background:url('../images/em_accordianheader_selected.gif') top left no-repeat;
width:315px;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
color:#656565;
font-size:120%;
}

#executive-moves-accordian .read-more-button a {
float:right;
background:url('../images/more_button.gif') top right no-repeat;
text-indent:6px;
display:block;
width:87px;
height:13px;
text-decoration:none;
color:#FFF;
font-weight:700;
}

#executive-moves-accordian .read-more-button a:hover {
background:url('../images/more_button_rollover.gif') top right no-repeat;
}

#executive-moves-accordian .read-more-button {
padding-top:15px;
padding-right:10px;
}

.em-left-article {
margin-top:7px;
margin-left:7px;
margin-right:8px;
background-color:#fff;
height:1%;
overflow:hidden;
}

#left-col-ad {
margin-top:7px;
margin-left:15px;
height:1%;
overflow:hidden;
}

#fnl-sumbit a:hover {
background:transparent url(../images/more_button_rollover.gif) no-repeat right top;
}

#fnl-sumbit a {
background:transparent url(../images/more_button.gif) no-repeat right top;
color:#FFF;
display:block;
font-weight:700;
height:13px;
text-decoration:none;
text-indent:6px;
width:87px;
float:right;
margin-right:55px;
margin-top:6px;
}

#free-newsletter select {
height:19px;
margin:10px 0 5px;
width:181px;
}

/* Sublines */	
#sublines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	#sublines ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0px;
		}
	#sublines li {
		list-style-type: none;	
		padding: 0px 0 10px 0;
		color: #000000;
		}
		#sublines li a, #sublines li a:link, #sublines li a:visited {
			font-weight: bold;		
			color: #000000;
			text-decoration: none;
			}
		#sublines li a:hover {
			color: #710505;
			text-decoration: underline;
			}
#sublines2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	#sublines2 ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0px;
		}
	#sublines2 li {
		list-style-type: none;	
		padding: 4px 0 4px 0;
		color: #000000;
		}
		#sublines2 li a, #sublines2 li a:link, #sublines2 li a:visited {
			font-weight: bold;		
			color: #0C4790;
			text-decoration: none;
			}
		#sublines2 li a:hover {
			text-decoration: underline;
			}
