/* BEGIN: Default Styles */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#000000;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}


body div{
	text-align:left;
	line-height: 16px;
}

a, a:link, a:active, a:visited {
	color:#0157a0;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0em 0px;
	padding: 0px;
	text-align:left;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size:12px;
	margin-bottom: 5px;
	color:#666666;
	text-transform:uppercase;
}

h5 {
	font-weight: bold;
	font-size: 11px;
}

.clear {
	clear: both;
}

.red {
	color:#30a3e9;

	padding-right:3px;
}

.hide {
	display: none;
}
.show {
	display: block;
}

.required, .error {
	color:#cc0000;
}

/* END: Default Styles */


/* START: Layout */

#document {
	background-color:#ffffff;
	border-left:1px solid #4682b1;
	border-right:1px solid #4682b1;

	position: relative;

	display: block;
	margin: 0 auto;
	padding:0;
	width: 995px;
	overflow:hidden;
}

#masthead {
	position: relative;
	z-index:99;

	height: 180px;
	width:100%;
	margin-left:0px;
}


#document #body {
	background-color: #ffffff;

	position: relative;
	z-index: 0;
	float:left;

	margin-top:33px;
	padding-top: 0px;	
}

#column-left {
	display:none;
}


#column-mid {
	z-index: 1;
	float: left;

	display:block;

	width:661px;
	overflow: hidden;
	padding-bottom:15px;
	padding-top:7px;
}

#column-right {
	float: left;
	z-index: 1;
	width: 325px;
	height:100%;
	overflow: hidden;
	padding-top:7px;

}


/* Logo */

#logo {
	position: absolute;
	width:283px;
	height:120px;
	left: 0px;
	top: 37px;
}

	#logo img {
	}


/* Search Brief */	
#search-brief {
	text-align: left;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding:5px;
	padding-bottom:0px;
	width: auto;
	right: 0px;
	background-repeat: no-repeat;
	height: 30px;
	text-align:right;

	}
	
	#search-brief form {
		
	}
	
	#search-brief label {
		font-size: 10px;

		display: block;
	}
	#search-brief input {
	width: 165px;
	padding:1px 5px;
	font-size: 12px;
		

		float:left;	
	height:16px;
		
		margin-right:5px;
		
	}

	#search-brief select {
	float:left;
}

	#search-brief .button {
	color:#ffffff;
	height:26px;
	width:36px;
	display:block;
	margin-right:0px;
	background-image: url(../../images/global/go_button.gif);
	background-repeat: no-repeat;
	margin-left:10px;
	float:left;
	
	}

	#search-brief .button:hover {
	}

	#search-brief .small {
	text-align:left;
	font-size:10px;
	}
	#search-brief div {
		clear: both;
		padding-left:40px;
		padding-top: 3px;
		font-size: 11px;
	}
	#search-brief a, #search-brief a:link, #search-brief a:active, #search-brief a:visited {
	text-decoration: none;
}


#search-brief a:hover {
	text-decoration:none;
}

/* START: Top Links */

 #login-brief {
	background-image: url(../../images/global/login_bg.png);
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9999999;

	display:none;

	width:375px;
	height:300px;
	padding:15px;
}

#login-brief h3 {
	/*background-image: url(../../images/global/down_triangle.gif);
	background-repeat: no-repeat;*/
	color:#0157a0;
	font-size:11px;
	text-transform:none;

}

 #login-brief label {
	color:#000000;
	padding:0;
	margin:0;
}

#login-brief .description {
	margin-top:25px;
	margin-bottom:7px;

}

#login-brief .description a{
	text-decoration:underline;
}

#login-brief .inputs {
	float:left;
	width:130px;
}


#login-brief .close {
	position:absolute;
	top:130px;
	left:340px;
}

#login-brief input {
	float:left;
	width:112px;
	margin-right:5px;
	padding-left: 5px;
	padding-right:5px;

}

#login-brief .button {
	background-image: url(../../images/global/login.gif);
	background-repeat: no-repeat;
	width:74px;
	float:left;
	margin-top:15px;
	padding-top:0;
	text-indent:-5000px;
	height:24px;
      border:0px none;
}

#login-brief .password {
	position:absolute;
	top:125px;
	left:20px;

}


#login-brief a#login-editorial-button {
       cursor:pointer;
}

#login-brief #login-editorial {
	background-image: url(../../images/global/popup_bg.png);
	background-repeat: no-repeat;
	position:absolute;
	left:35px;
	top:30px;
	z-index:9999999999;

	display:none;
	width:250px;
	height:275px;
	padding:15px;
	padding-top:10px;
}

#login-brief #login-editorial .close2 {
	cursor:pointer;
	text-align:center;
	padding-bottom:10px;
        
}


/* START: Breadcrumbs */

.breadcrumbs {
	margin:0 15px 15px 15px;
}



/* START: Main Nav */
#nav-top-1-container {
	position: absolute;
	z-index: 999999;
	top: 170px;
	left: 0px;
	height:30px;
	margin:0 15px;
	padding:0;
	display:block;
	width:965px;
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
}

#nav-top-1-container h3 {
	display: none;
}

#nav-top-1, #nav-top-1 * {
	list-style:none;

	margin:0;
	padding:0;

}

/* Top Level */
#nav-top-1 {
	font-size: 12px;
	font-weight:bold;
	margin-left:-10px;
	text-transform: uppercase;

}

#nav-top-1 ul {
	position:absolute;
	top:-999em;

	margin:0;
	padding:0;
}

#nav-top-1 li {
	/*background-image: url(../../images/global/down_triangle.gif);
	background-repeat: no-repeat;
	background-position:8px 10px;
*/
	float:left;
	position:relative;
	z-index:99;

	width: auto;
	height:30px;
	margin:0;
	line-height:30px;
	padding-left:8px;
	margin-right:12px;
}

#nav-top-1 li.sfHover{
}

#nav-top-1 li li.sfHover{
}

#nav-top-1 li:hover{
	visibility:inherit;
}

#nav-top-1 li li:hover{
	
}

#nav-top-1 li.last a {
		border-right: 0px none;
}

#nav-top-1 a {
	text-decoration:none;
	color: #000000;
	display:block;
	padding: 0 4px;
	height:30px;
	line-height:30px;
	margin:0;
}

#nav-top-1 li.subscribe a {
	color:#ff0000;
	background:none ! important;
}


#nav-top-1 li.subscribe{
	background:none ! important;
}


#nav-top-1 a:hover {
	text-decoration:underline;
}


#nav-top-1 li a{
	padding-right:15px;

}

#nav-top-1 li:hover, 
#nav-top-1 li.sfHover{
	background-image: url(../../images/global/topnav_active_left.png);
	background-repeat: no-repeat;
	background-position:top left;	
}


#nav-top-1 li:hover a, 
#nav-top-1 li.sfHover a,
#nav-top-1 li a:focus, 
#nav-top-1 li a:hover {
	background-image: url(../../images/global/topnav_active_right.png);
	background-repeat: no-repeat;
	background-position:top right;
	margin:0;

	
}

#nav-top-1 li.current {
	/*background-image: url(/images/global/topnav_active_left.png);
	background-repeat: no-repeat;
	background-position:top left;*/
	margin:0;
	margin-right:3px;

}

#nav-top-1 a.active {
	/*background-image: url(/images/global/topnav_active_right.png);
	background-repeat: no-repeat;
	background-position:top right;*/
	margin:0;
	height:36px;

}


/* Sub Levels */
#nav-top-1 ul {
	background-image: url(../../images/global/topnav_dropdown.png);
	background-repeat: no-repeat;
	background-position:bottom left;

	width: 202px;
	padding:0px 20px;
	padding-bottom:20px;
        padding-top:10px;
}

#nav-top-1 ul li {
	background-image:none;
	margin:0;
	display:block;
	width: 150px;
	padding: 0;

}

#nav-top-1 li.current ul a {
	margin:0;
	padding:0;
}

#nav-top-1 ul li a {
	height:auto ! important;
	text-transform:none;
	font-size:12px;
line-height:12px;
}

#nav-top-1  li:hover li a, 
#nav-top-1 li.sfHover  li  a,
#nav-top-1 li  li a:focus, 
#nav-top-1 li  li a:hover {
	width: auto;
	background-image:none;
	height:24px;
}

#nav-top-1 li:hover li, 
#nav-top-1 li.sfHover li{
	background-image: none;
	height:auto;
        margin-top:5px;
       margin-bottom:5px;
}

#nav-top-1 ul a.active, #nav-top-1 ul li {
	background-image: none;
}

#nav-top-1 ul li.last a, #nav-top-1 ul li.last a:link {
}

#nav-top-1 li li a {
	background-image:none;
	border-right: 0px none;
	margin: 0;

}

#nav-top-1 li li.lsfHover,
#nav-top-1 li li a:focus, 
#nav-top-1 li li a:hover, 
#nav-top-1 a:active {
	background-image:none;
}

#nav-top-1 li li:hover ul,
#nav-top-1 li li.lsfHover ul,
#nav-top-1 li li ul a:focus, 
#nav-top-1 li li ul a:hover, 
#nav-top-1 li li ul a:active {
	color: #ffffff;
	text-decoration:none;
	background-image:none;
}


#nav-top-1 li:hover ul,
ul#nav-top-1 li.sfHover ul {
	top:30px;
	left:0px;
}
#nav-top-1 li:hover li ul,
#nav-top-1 li.sfHover li ul {
	top:-999em;
}
#nav-top-1 ul ul {
	border-top:none;
	background-image:none;

	width: 150px;
}
#nav-top-1 ul ul li {	
	background-image:none;
	height:auto;
	width: 150px;

}

#nav-top-1 ul ul li a{
	border:0px none;
	text-decoration:none;
	background-image:none;
	padding:5px;

}

#nav-top-1 ul ul li a:hover{
	text-decoration:none;
	background-image:none;
}

#nav-top-1 li li:hover ul,
ul#nav-top-1 li li.sfHover ul {
	left:	150px;
	top:	0px;
	background-image:none;
}
#nav-top-1 li li li:hover ul,
ul#nav-top-1 li li li.sfHover ul {

	background-image:none;
	top: 0px;
	left: 150px;
}

.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}


/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../../images/global/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* END: Top Nav 1 */


/* Top Nav 2 -- Top Links */
#nav-top-2-container {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	margin:0;
	padding:0;
	width: 610px;
	display:block;
	margin-right:5px;
	margin-left:12px;
	height:35px;
	line-height:20px;


}


#nav-top-2, #nav-top-2 * {

	list-style:none;

	margin:0;
	padding:0;
}

#nav-top-2 {
	font-size: 11px;
	font-weight:bold;
	position: absolute;
	top: 8px; 
	left:5px;
	
	
}

#nav-top-2 ul {


	position:absolute;
	top: -999em;
	margin:0;
	padding:0;
}

#nav-top-2 li {
	float:left;
	position:relative;
	z-index:99;
	width: auto;
}

#nav-top-2 li a#user-login {
	background-image: url(../../images/global/down_triangle.gif);
	background-repeat: no-repeat;
	padding-left:12px;
	background-position:0 5px;
}

#nav-top-2 li.last a {
		border-right: 0px none;
}

#nav-top-2 a {
	cursor:pointer;
	text-decoration:none;
	color: #0157a0;
        float:left;
	display:block;
	padding: 0px 9px;
}

#nav-top-2 a.profile {
	display:inline;
	padding:0;
      padding-right:7px;
	float:none;
}

#nav-top-2 a.cart-icon {
       float:left;
        padding:0;
       margin-top:-3px;
      margin-left:-5px;
}


#nav-top-2 li a:hover {
	color: #0157a0;
	text-decoration:underline;
}



/* END: Top Nav 2 */




/* Begin Story Pager */


#pager-mid-1{
	font-family:arial, heletica, sans-serif;
	font-weight:bold;
	list-style: none;
	list-style-type: none;
	display: block;
	margin: 15px auto;
	padding-top:20px;
	padding-left:9px;
	width:auto;
        text-align:center;
	font-size:14px;
	text-transform:uppercase;
}

#pager-mid-1 a {
	font-size: 14px;
	font-weight: bold;

}


#pager-mid-1 a.next {
	margin-left:5px;
}

#pager-mid-1 a.prev {
	margin-right:15px;
}

#pager-mid-1 a.last, #pager-mid-1 a.first {
	border-right:0px none;
	display:none;

}


#pager-mid-1 .current {
	background-color:#f2f2f2;
	padding:3px;
}



/*START: Shared Middle Column Elements */


.ad-bottom-1 {
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	background-color: #FFFFFF;
	text-align:center;
	clear:both;

	padding: 16px 10px;
	margin: 0 15px;

}

.ad-bottom-1 .ad{
	margin-right:25px;
}



.ad-bottom-2 {

	background-color: #FFFFFF;
	text-align:center;
	clear:both;

	padding: 16px 10px;
	margin: 0 12px;
	margin-bottom:12px;
}


.ad-bottom-3 {
	width:135px;
	overflow:hidden;
	padding:10px;
	padding-right:0px;
}

.ad-bottom-3 .ad {
	margin:15px 0;
	margin-left:5px;
}




/* Begin table-layout-2 */
          
#table-layout-2 {
	background-position: bottom left;
	width: auto;
	margin:0 15px;
	margin-bottom:12px;
	border-top:1px solid #c2c2c2;
	padding-top:10px;
	margin-top:25px;
}

#table-layout-2 td {
	width: 33%;
	padding: 10px;
	border-right: 1px solid #c2c2c2;
}

#table-layout-2 td.last {
	border-right: none;
}



/* Begin Taxonomy Mid 1 */


#taxonomy-mid-1 {
        width:100%;
	padding: 10px;
        padding-left:0px;
	font-size:12px;
	clear:both;
	margin:0 15px;
	padding-top:15px;
}

#taxonomy-mid-1 h1{
}

#taxonomy-mid-1 .sponsor {
	margin-top:-3px;
	font-size:11px;
	padding-left:20px;
	text-transform:none;
}

#taxonomy-mid-1 .sponsor img {
	padding-left:7px;
}


#taxonomy-mid-1 table {
	width:640px;
	margin-left:-10px;
}

#taxonomy-mid-1 td {
	width:190px;
	border-right:1px solid #c2c2c2;

	padding:0 10px;
	vertical-align:top;
}



#taxonomy-mid-1 td.last {
    border-right:0px none;
}

#taxonomy-mid-1 .abstract {
clear:both;
}


#taxonomy-mid-1 h3 img {
	margin-bottom:-3px;

}

#taxonomy-mid-1 table h3 {
	padding-top: 20px;
	font-weight: bold;
	margin-bottom:5px;
	size: 14px;
	font-size: 14px;
	text-transform:none;
}

#taxonomy-mid-1 table h3 a{
	color:#0157a0;
}

#taxonomy-mid-1 ul {

	list-style-type:none;
	font-weight: bold;
	margin:0px;
	padding-left:0px;
	font-size: 12px;
}

#taxonomy-mid-1 ul li {
	font-size: 12px;
	padding:5px 0px;
	list-style: none;
	margin:0px;
	line-height:12px;	
}

#taxonomy-mid-1 ul li a {
	font-weight:normal;
	color:#000000;
	margin:0px;
}


#taxonomy-mid-1 ul li a:hover {
	color:#0157a0;
}




/* Begin Classifieds Bottom */


#classifieds-bottom-1 {
	border-top:5px solid #B2ACA0;
	border-bottom:1px solid #B2ACA0;
	font-size:12px;
	width:495px;
	margin-left:15px;

	margin-bottom:20px;
	float:left;
}

#classifieds-bottom-1 .heading {
	background-color:#FAF6ED;
}

#classifieds-bottom-1 h3 {

	padding:5px 10px;
}

#classifieds-bottom-1 table td.bold {
	border-bottom:0px none;
}

#classifieds-bottom-1 tr td.bold a {
	font-weight:bold;
}

#classifieds-bottom-1 table {
	text-align:left;
}

#classifieds-bottom-1 table th {
	padding:7px 10px 0px 10px;
}

#classifieds-bottom-1 table td {
	border-bottom:1px solid #f4ebdc;
	padding:7px 10px;

}


#classifieds-bottom-1 table tr td {

}

#classifieds-bottom-1 table tr td.bold {
	background-color:#FAF6ED;
}




#classifieds-bottom-1 table h3 {
	font-size:16px;
	padding:3px 0;
}

#classifieds-bottom-1 .hiring {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	width:100%;
	padding-bottom:15px;
}

#classifieds-bottom-1 .hiring p {
	margin-top:0px;
}

#classifieds-bottom-1 .post {
	position:absolute;
	right:15px;
	top:7px;

}



 /* Begin Articles Bottom */
 #articles-bottom-1 .article .categories, #articles-bottom-2 .article .categories, #articles-bottom-3 .article .categories {

}


#articles-bottom-1 .article .categories ul, #articles-bottom-2 .article .categories ul, #articles-bottom-3 .article .categories ul{
	display:inline;
	padding:0;
	margin:0;
	font-size: 12px;
      list-style-type:none;
}

#articles-bottom-1 .article .categories li.taxonomy, #articles-bottom-2 .article .categories li.taxonomy, #articles-bottom-3 .article .categories li.taxonomy {
	font-size:12px;
	font-weight:bold;
      list-style-type:none;
      margin-left:0;
	padding-left:0;
	display:inline;
	
}

#articles-bottom-1 .article .categories li.taxonomy a, #articles-bottom-2 .article .categories li.taxonomy a, #articles-bottom-3 .article .categories li.taxonomy a{
	color:#666666;
	text-transform:uppercase;
	
}

#articles-bottom-1 .abstract, #articles-bottom-2 .abstract , #articles-bottom-3 .abstract  {
	line-height:16px;
	font-size:12px;
}

 #articles-bottom-1 h2, #articles-bottom-2 h2, #articles-bottom-3 h2 {
 	font-size: 14px;
	margin-bottom:6px;
	margin-top:5px;
 }
  #articles-bottom-1 .more, #articles-bottom-2 .more, #articles-bottom-3 .more {
 	font-weight: bold;
	display:inline;
 }
 

/*END: Shared Middle Column Elements */


/* START: Custom Right Column */

#column-right h2 {
	font-size:12px;
}

#column-right h3 {
	font-size:12px;
	margin-bottom: 5px;
	color:#666666;
	text-transform:uppercase;

}

#editorials-right-1, #editorials-right-2, #editorials-right-3, #editorials-right-4, #editorials-right-5, #editorials-right-6, #editorials-right-7, #editorials-right-8, #editorials-right-9 {
	margin:15px;

	font-size:12px;

	overflow:hidden;
}

#editorials-right-1 {
	margin-top:0px;
}

 #editorials-right-1 h3, #editorials-right-2 h3, #editorials-right-3 h3, #editorials-right-4 h3, #editorials-right-5 h3, #editorials-right-6 h3,  #editorials-right-7 h3,  #editorials-right-8 h3,  #editorials-right-9 h3{
	padding:0;
	font-size:12px;
	margin-bottom: 8px;
	color:#666666;
	text-transform:uppercase;

}





#editorials-right-2 .article, #editorials-right-3 .article, #editorials-right-4 .article {
	margin-bottom:10px;
}

#editorials-right-2 img, #editorials-right-3 img, #editorials-right-4 img{
	margin-bottom:7px;
}

.signup-form form{
	text-align: left;
	
	margin: 0px;
	padding:12px 0 0px 0px;
	width: 298px;
	height: 25px;
	}

	
.signup-form label {
	font-size: 10px;

	display: block;
}

.signup-form input{
	width: 180px;
	font-size: 12px;
		

	float:left;	
		
	margin-right:5px;	
}

.signup-form .button {
	color:#ffffff;
	height:24px;
	width:70px;
	display:block;
	margin-right:0px;
	background-image: url(../../images/global/sign_up.gif);
	background-repeat: no-repeat;
}



.signup-form  a {
	font-weight:bold;
}


#events-right-1 {
	margin:15px;
	padding-top:5px;
} 

#events-right-1 .vevent {
	margin-bottom:10px;
}

#events-right-1 .vevent .date {
	font-size:11px;
	border-bottom:0px none;
}


#products-right-1 {
}

#products-right-1, #products-right-2 {
	margin:0 15px;
	margin-bottom:15px;
}

#products-right-1  .product, #products-right-2 .product {
	clear:both;
	margin-bottom:10px;
	overflow:auto;
	padding-bottom:10px;
}

#products-right-1  .product img, #products-right-2 .product img{
	float:left;
	margin:0 10px 10px 0;
}

#products-right-1 .product .comments-count, #products-right-2 .product .comments-count{
	display:none;
}


#products-right-1 .product .content-rating, #products-right-2 .product .content-rating{
	display:none;
}

#products-right-1 .product .abstract, #products-right-2 .product .abstract{
	font-size:11px;
}


/* Start Tabs Right 1 */
#tabs-right-1 {
	border-top:5px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	margin-bottom:12px;
	padding-top:7px;
	margin:0 12px;
}

#tabs-right-1 .tabs-right-1
{
	display: none;
}

#tabs-right-1 h3
{		
	font-size:12px;
	color:#666666;
	text-transform:uppercase;
	margin-bottom:7px;
}

#tabs-right-1 .tabs-right-1-show
{
	display: block;
}
#tabs-right-1 .tabs a {
	cursor:pointer;
}

#tabs-right-1 .tabs
{
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	height: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #C2C2C2;
	padding-left:15px;
}

#tabs-right-1 .tabs LI
{
	font-weight: bold;
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;


}
#tabs-right-1 .tabs LI.active
{
	font-weight: bold;
	position: relative;
	z-index: 9999;

}
#tabs-right-1 .tabs LI A
{
	padding:0 5px;
	display: block;
}
#tabs-right-1 .tabs LI.active A{
	border:1px solid #c2c2c2;
	border-bottom:1px solid #ffffff;

}


#tabs-right-1 ul.articles {
	list-style-type:none;
	color:#ADD4F3;
	font-weight:bold;
	margin:0;
	padding:0;

}


#tabs-right-1 h2 {	
	display:inline;
}
	
#tabs-right-1 ul.articles li {
	border-bottom:1px solid #E9E9E9;
	padding:5px 0;
	overflow:hidden;
	padding-left:12px;
}


#tabs-right-1 ul.articles li .number {
	padding-right:10px;
        float:left;
}

#tabs-right-1 ul.articles li a {
	
	display:block;

	margin-left:15px;
}

/* End Tabs Right 1 */


/* Begin Classifieds Right 1 */

#classifieds-right-1 {
	margin:12px;
}

#classifieds-right-1 .classified {
	margin:10px 0;
}


/* Poll */

#polls-right-1 {
	background:#F3F3F3;
	margin-left:10px;
	overflow:hidden;
	margin:15px;
	padding:10px;
	border-top:5px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
}

#polls-right-1 h3 {
       width:130px;
       float:left;
}


#polls-right-1 .sponsor {
        float:right;
	font-size: 11px;
	padding-left: 10px;

}

#polls-right-1 .heading {
      overflow:hidden; 
}

#polls-right-1 .logo {
   float:left;
}

#polls-right-1 .question {
	color:#666666;
	font-weight:bold;

	margin-bottom:5px;
}

#polls-right-1 .answers {
	overflow:hidden;
	width:100%;
}

#polls-right-1 .answer {
	margin-bottom:5px;
}

#polls-right-1 .answers label{ 
	display:block;
	width:100%;
	overflow:hidden;
	line-height:14px;
}

#polls-right-1 .answers input{
	display:inline;
}

#polls-right-1 input{
	text-align:center;

	display:block;
	margin:0px auto;
}

/* Begin Sponsored Links */
/*Begin Right Links 1*/
#links-right-1 {
	margin:0 12px 12px 12px;
}

#links-right-1 A
{
	display: block;
	padding: 5px 0px;
	font-size: 11px;
}
#links-right-1 ul {

	list-style-type:none;
	margin:0px;
	padding-left:0px;
	
}

#links-right-1 ul li {
	line-height:14px;
	list-style: none;
	margin:0px;
		
}
/* Begin Featured Advertisers */
#featured-advertisers {
	margin:12px 12px 12px 12px;
}


#featured-advertisers .links IMG {
	border:none;
}


 
/* END: Custom Right Column */


/* START: Ads */

#masthead .ad-masthead-1{
	text-align: left;
	position: absolute;
	top: 55px;
	left: 340px;
	border:0px none;

	}

#masthead .ad-masthead-2{
	text-align: left;
	position: absolute;
	top: 55px;
	left: 680px;
	border:0px none;

	}


.ad-right-1, .ad-right-2, .ad-right-3 {
	text-align: center;
	padding-bottom:16px;
	margin:12px;
      clear:both;

}


.ad-right-featured {
       margin:15px;
}

.ad-right-featured img {
       margin:0 25px 20px 0px;
}

.ad-right-links {
       margin:0 15px;
}

.ad-right-links a {
      display:block;
      font-size:11px;
      margin-bottom:7px;
}

.ad-top {
	text-align:center;
	padding:12px 0;
	margin:0 12px 2px 12px;
}

 .ad-left {
	text-align: center;
	color:#ffffff;

	margin-top: 20px;
	width:auto;
	height: 75px;
}

.ad-right-last {
	text-align: center;
	padding: 16px 0px;
	margin:0 12px 12px 12px;
}

.ad-right-last a {
	display:block;
}

/* END: Ads */



/* START: footer */

#footer {
	border-top:1px solid #4682b1;
	background-color:#ecf3f9;
	text-align: center;	
	font-family:arial, helvetica, sans-serif;
	font-size:12px;

	clear:both;
	margin:0;
	margin-top:0px;
	padding-top: 7px;
	
	
	
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {

			font-weight: bold;
		}
		#footer a:hover {

			text-decoration: underline;
			
		}
		#copyright {
			padding-bottom:40px;
			margin-top: 20px;
		}

	#copyright div {
		text-align: center;
		width: auto;
		font-size: 11px;
		
	}
	#copyright img{
		
	}
		
		
	#nav-bottom-1 {
		margin-top:20px;
		text-align: center;
	}
	#nav-bottom-1 ul {
		margin: 0px;
		padding: 0px;
	}

	#nav-bottom-1 ul a {
		font-size:11px;
		padding: 0px 12px;
		font-weight: bold;
	}

	#nav-bottom-1 ul a:hover {
		text-decoration: underline;
	}

	#nav-bottom-1 li {
		list-style: none;
		list-style-type: none;
		line-height: 16px;
		
		display: inline;
	}
	#nav-bottom-1 li.last {
		border-right: 0px none;
	}
	
	#nav-bottom-2 {
		margin-top: 15px;
		text-align: center;
	}
	
	
		#nav-bottom-2 ul {
		margin: 0px;
		padding: 0px;
	}

	#nav-bottom-2 ul a {
		color: #FFFFFF;
		text-transform: uppercase;
		padding: 0px 12px;
	}

	#nav-bottom-2 ul a:hover {
		text-decoration: underline
	}

	#nav-bottom-2 li {
		list-style: none;
		list-style-type: none;
		line-height: 16px;
		
		display: inline;
	}
	#nav-bottom-2 li.last {
		border-right: 0px none;
	}
/* END: footer */





#section-main-404 {
	margin:0 20px;
}

#section-main-404 h1 {
	margin-bottom:20px;
}

#section-main-404 #editorials-mid-1 {
	margin:0;
}



.divider {
	border-top:1px solid #C2C2C2;
	margin: 0 12px;

}

/* Search Brief 2- used on various pages*/
#search-brief-2 {
	text-align: left;
	float:right;
	padding:5px;
	padding-bottom:0px;
	width: auto;
	right: 0px;
	height: 30px;
	text-align:right;
	margin-right:10px;

	}
	
	#search-brief-2 form {
		
	}
	
	#search-brief-2 label {
		font-size: 10px;

		display: block;
	}
	#search-brief-2 input {
	width: 165px;
	padding:3px 5px;
	font-size: 12px;
	float:left;	
	margin-right:5px;
		
	}

	#search-brief-2 select {
	height:23px;
	float:left;
}

	#search-brief-2 .button {
	color:#ffffff;
	height:26px;
	width:50px ! important;
	display:block;
	margin-right:0px;
	background-image: url(../../images/global/go_button.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	margin-left:5px;
	float:left;
	border:0px none;
	
	}

	#search-brief-2 .button:hover {
	}

	#search-brief-2 .small {
	text-align:left;
	font-size:10px;
	}
	#search-brief-2 div {
		clear: both;
		padding-left:40px;
		padding-top: 3px;
		font-size: 11px;
	}


.bold {
	font-weight:bold;
}