/* CLEARING CLASS
---------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */

/* GENERAL
---------------------------------------------------------------*/

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, strong, sub, sup, tt, var, dl, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
}
*.right {
	float: right
}
*.left {
	float: left;
	padding-right:10px;
}
html, body {
}
body {
	color: #666;
	background: #333;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	outline: none;
	color: #f60;
	text-decoration: none
}
a:hover, a:focus {
	color: #609;
	text-decoration: underline
}
a:visited {
	color: #090;
	text-decoration: underline;
	font-weight: bold;
}

h3, h3 a {
	font: bold 17px arial, helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FE5800;
}
h3 {
	color: #333;
	margin-bottom: 5px;
}
h4 {
	color: #333;
	font-size: 12px;
	margin-bottom: 5px;
}
h5 {
	font-size: 18px;
	color: #FE5800;
}
p {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin-bottom: 10px;
}
.orange {
!important  font-family: Arial, Helvetica, sans-serif;
	color: #FE5800;
}
ul {
	list-style: none;
	line-height: 120%;
}
li {
	margin-bottom: 5px;
}
ol {
	margin: 5px 25px;
}
/* HEADER
---------------------------------------------------------------*/

div#container {
	padding: 0;
	width: 970px;
 *width:976px;
	_width:976px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #2D2D2D;
}
div#header {
	position: relative;
	height: 110px;
	border-bottom: 10px solid #333;
	background-color: #333;
	background-image: url(../img/bg-corners-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
div#header_rev {
	position: relative;
	height: 110px;
	border-bottom: 10px solid #333;
	background-color: #000;
	background-image: url(../img/bg-corners-bottom-REV.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.headlogobg {
	width: 208px;
	height: 92px;
	left: 12px;
	top: 9px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
}
.headlogonbg {
	width: 169px;
	height: 103px;
	left: 26px;
	top: 2px;
	position: absolute;
}
.headlogo h6 {
	width: 208px;
	height: 81px;
	left: 32px;
	top: 40px;
	position: absolute;
}
h6 a {
	display: block;
	height: 75px;
	text-decoration: none;
	text-indent: -9999px;
}
.headlogo2 h6 {
	width: 208px;
	height: 81px;
	left: 32px;
	top: 40px;
	position: absolute;
}
/* NAVIGATION
---------------------------------------------------------------*/

div#nav {
	position: relative;
	height: 60px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/navbg1.jpg);
	background-repeat: no-repeat;
	background-position: -38px -1px;
}
ul#top-level {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 970px;
	background: #fff url(../img/bg-nav2.gif) no-repeat;
	list-style: none;
}
ul#top-level li {
	position: absolute;
	top: 0;
}
ul#top-level li, ul#top-level a {
	height: 26px;
	display: block;
}
div#nav ul#top-level ul {
	position: absolute;
	top: 26px;
	width: 970px;
	height: 26px;
	padding: 0;
	height: auto;
	left: -9999px;
	background: transparent url(../img/icon-nav-arrow.png) 5px 0 no-repeat;
	z-index: 9999;
}
div#nav ul#top-level ul li {
	position: relative;
	display: inline;
	text-indent: 0;
	border: 0;
	margin: 0;
	font-weight: bold;
}
div#nav ul#top-level ul a {
	color: #666;
	display: inline;
	padding: 0 7px;
	width: 130px;
	z-index: 9999;
	text-indent: 0;
	font: normal 13px/28px "Myriad", "Myriad Pro", tahoma, verdana, arial, helvetica, sans-serif;
}
div#nav ul#top-level ul a:hover {
	background: transparent;
	text-decoration: underline;
	color: #444
}
/* MAIN CONTENT AREA
---------------------------------------------------------------*/

div#main {
	/*background: #fff;*/
	min-height: 400px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	background-color: #FFF;
	color: #666;
}
div#main p {
	/*background: #fff;*/
	color: #666;
}
div#centerCopy {
	/*background: #fff;*/
	min-height: 400px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	background-color: #FFF;
}
div#content {
	float: left;
	width: 540px;
	display: block;
	color: #666;
}
div#contentwide {
	float: left;
	width: 706px; /* 285 + 12 + 475 */
	display: block;
}
div#flash-controls {
	margin-bottom: 10px
}
div#feature {
	background: transparent url(../img/h2-news-home.png) no-repeat;
	margin-bottom: 10px;
}
div#feature h2 {
	display: none;
}
div#feature img {
	float: right;
	margin-left: 10px;
}
ul.actions {
	height:1.4em;
	list-style: none;
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}
ul.actions li {
	display: inline;
	float:left;
}
/* Add separators in CSS for accessibility */

ul.actions > li:after {
	padding: 0 4px;
	content: "|";
}
/* 	Remove separator on last list element 
	Prefer li:last-child:after but some browsers choke */



div#rightsidebar {
	width: 162px;
 *width: 155px;
	_width: 155px;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 200px;
	background-color: #FFF;
	float: right;
	color: #666;
}
ul.actions .addthis_default_style {
	display:inline;
	float:left;
	width:100px;
}
div#footer {
	height: 100px;
	position: relative;
	width: 944px;
	background-color: transparent;
	background-image: url(../img/bg-footer-24.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	clear: both;
}
div#footer p {
	background: transparent;
	font-size: 11px;
	color: #444;
	height: 55px;
}
#footer_link {
	display: block;
	height: 26px;
	position: absolute;
	right: 12px;
	top: 20px;
	width: 938px;
	margin-right: auto;
	margin-left: 20px;
	text-align: center;
	font-weight: bold;
	color: #609;
}
/* HOMEPAGE
---------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 200px;
	margin-right: 0px;
	display: block;
	background-color: #FFF;
}
#leftsidebar {
	margin-bottom: 10px;
	width:200px;
	float:left;
	margin-top: 10px;
}
body#three_col p#headline-controls {
	height: 26px;
	line-height: 26px;
	width: 465px;
	list-style: none;
	font-size: 11px;
	color: #999;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}
body#three_col p#headline-controls a.selected {
	color: #999
}
body#three_col div#popular-news-column {
	background-image: url(../img/h3-popular-news.png);
}
#content {
	width: 545px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
}
#contentwide {
	width: 706px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-right: 15px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
}
body#three_col div#feature h3 {
	margin: 0
}
div.headline h3 {
	margin: 0;
}
div.headline h3 a {
	color: #333;
}
a.email {
	padding-left: 17px;
	background: transparent url(../img/icon-email.gif) 0 4px no-repeat;
}
div.indent {
	font-size:11px;
	padding-left:20px;
}
/* REVIEWS
---------------------------------------------------------------*/



#menu1 {
	float: left;
	margin: 0 20px 0 0;
}
div.dotted {
	background: #eee;
	margin: 0 0 15px 0;
	padding: 10px;
	font-size: 11px;
}
div.dotbox {
	border: 1px dotted #666;
	margin: 0 0 15px 0;
	padding: 10px;
}
/* TIER 2 CSS
---------------------------------------------------------------*/

div.masthead img.thumbnail {
	float: left;
	margin: 2px 10px 0 0
}
div.masthead h4 {
	font-size: 12px;
	margin: 0 0 2px 0
}
div.masthead p small {
	line-height: 12px
}
div.masthead ul {
	float: right;
	padding: 7px;
	background: #eee;
	font-size: 9px;
}
div.masthead ul li {
	padding: 0;
	margin: 0
}
div#main p {
	color: #666;
}
div.copy, #comments {
	margin: 0 20px;
	overflow: hidden;
}
div.story {
	margin: 0 0 15px 0
}
div.story img {
	/*float: right;*/
	margin: 0 0 25px 0;
}
div.story img.right {
	margin: 0 0 25px 10px;
}
div.copy center img {
	margin: 7px 0 15px 0;
}
div.grey-box img {
	margin: 0;
}
div.story center {
	font-size: 11px;
}
div.story ul {
	list-style: disc outside;
	margin: 0 0 0 20px;
}
div.story div.masthead ul {
	list-style: none;
}
/* TIER 2 OVERRIDES
---------------------------------------------------------------*/

/*
body#news h2,
body#submit_news h2,
body#advertise h2,
body#reviews h2,
body#articles h2,
body#help h2,
body#faqs h2,
body#about h2,
body#oops h2,

h3 { 
	height: 43px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

/*individual h2 styles------------*/
body#about h2 {
	background: transparent url(../img/h2-about.png) no-repeat;
}
body#oops h2 {
	background: transparent url(../img/h2-oops.png) no-repeat;
}
h3.bar {
	clear: left;
	color: #FFF;
	font-size: 14px;
	height: 27px;
	background-color: transparent;
	background-image: url(../img/h3-back.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#contact label {
	color: #333;
	text-align: left;
}
#contact .textfield {
	width: 70%;
}
body#backstage h3 {
	padding-top: 20px;
}
body#backstage h3.bar {
	padding-top: 5px;
}
/* IMAGE STYLE
---------------------------------------------------------------*/
div.image-border {
	padding:10px;
	margin-bottom:10px;
	color:#666666;
	border: solid 5px;
	border-color: #eeeeee;
	text-align:center;
}
.image-text {
	color:#666666;
}
.image-border {
	padding:10px;
	color:#666666;
	border: solid 5px;
	border-color: #eeeeee;
	text-align:center;
}
.imageBG {
	text-align: center;
}
.categories {
	padding:           5px 10px 5px 12px;
	background-color:  #EEE;
}
.tableBorder {
	border: 1px solid #999;
}
.alert {
	color: red;
}
.defaultBold {
	margin-bottom:3px;
}
#maincopy, #centerCopy, #content, #contentwide, #stories {
	color: #666666;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
}
h1 {
	color: #FD7F2B;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 10px;
}
div#content h1 {
	color: #FE5800;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(../img/h1-bg.png);
	width: 100%;
	padding-left: 15px;
	display: block;
	padding-bottom: 15px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-shadow: black 2px 2px 0.125em;
}
div#content h2 {
	color: #FE5800;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(../img/h2-2-bg.png);
	width: 100%;
	padding-left: 15px;
	display: block;
	padding-bottom: 10px;
	padding-top: 8px;
	background-repeat: no-repeat;
	text-shadow: black 2px 2px 0.125em;
}
/* ------ NAV STYLES ------ */

ul#nav1 {
	background: url(../images/nav_bg.jpg) no-repeat;
	display: block;
	height: 26px;
	text-align: left;
}
ul#nav1 li {
	display: block;
	float: left;
	margin-left: 34px;
}
ul#nav1 li.first {
	margin-left: 200px;
	display: inline;
}
ul#nav1 li li {
	margin: 0px;
}
ul#nav1 a {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}
ul#nav1 li li a {
	font-size: 12px;
	height: auto;
	line-height: normal;
	padding: 5px 8px 5px 8px;
}
#sidebar p {
	padding-right: 10px;
}
.padding10 {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#ad {
	width: 160px;
	height:400px;
	text-align: center;
	display: block;
	z-index: 1000;
}
.purple {
	color: #609;
	font-weight: bold;
}
.bordered_left {
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #000;
}
.bordered_right {
	padding: 2px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #000;
}
.disclaimer {
	font-size: 10px;
}
.readon {
	display:block;
	height:25px;
	width:100px;
	color:#FFF;
	padding-left: 0px;
	line-height:29px;
	background-image: url(../img/bg_read_more.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 80%;
	padding-top: 0px;
	font-weight: bold;
	padding-bottom: 6px;
	text-align: center;
	padding-right: 15px;
}
#readon {
	display:block;
	height:25px;
	width:100px;
	color:#FFF;
	padding-left: 0px;
	line-height:29px;
	background-image: url(../img/bg_read_more.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	font-weight: bold;
	padding-bottom: 6px;
	text-align: center;
	padding-right: 15px;
}

#readon a:visited !important{ 
	color:#609
}

a:visited .readon !important{
	color:#609
}

#readon a:visited !important{ 
	color:#609
}

.readon a:visited !important{
	color:#609
}
th {
	font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size:         12px;
	color:             #fff;
	font-weight:		bold;
	text-align:			left;
	padding:           5px 4px 5px 12px;
	background-color:  #999;
}
td {
	font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size:         11px;
	color:             #000;
}
form#form-search {
	height: 43px;
	background-color: #fff;
	background-image: url(../img/bg-link.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 10px;
}
form#form-search {
	height: 43px;
	background-color: #fff;
	background-image: url(../img/bg-link.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
form#form-search input.text {
	height: 43px;
	background-color: #fff;
	background-image: url(../img/bg-link.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/* round corner box
---------------------------------------------------------------*/

.roundedcornr_box {
	background: #eeeeee;
}
.roundedcornr_top div {
	background: url(../img/bg-roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(../img/bg-roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
	background: url(../img/bg-roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
	background: url(../img/bg-roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content {
	margin: 0 10px;
	font-size:11px;
	padding:3px 5px 0 5px;
}
/* active page on pagination */
.psel {
	font-weight: bold;
	font-size: 12px;
}
/* highlight string on search results */
.highlight {
	background-color: yellow;
}
/* form elements */
form {
	border: 1px solid #EEE8E1;
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.option {
	padding-right: 0.5em;
}
input.button {
	width: 16px;
	height: 16px;
	margin-top: 10px;
	font: bold 12px Arial, Sans-serif;
	color: #fff;
	background: #A6CD56;
	border-width: 1px;
	border-style: solid;
	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}
.tbox {
	width: 65%;
	display: block;
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	margin-top: 15px;
	margin-right: -5px;
	margin-bottom: 0;
	margin-left: 5px;
	vertical-align: middle;
	float: left;
}
.btn {
	width: 16px;
	height: 16px;
	margin-right: -10px;
	display: inline;
	margin-left: 5px;
	margin-top: 12px;
}
label {
	display: none;
}
p.intro .dropcap {
	float:left;
	color:#d4d4c7;
	font-size:50px;
	line-height:30px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}
#content ul, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	list-style-type: disc;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 15px;
}
.img_right {
	float: right;
	clear: left;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.img_Floatright {
	margin-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: right;
}.img_FloatrightNoRtPad {
	margin-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	float: right;
}
.img_left {
	float: left;
	clear: right;
	margin-right: 10px;
	margin-left: 0;
	padding-right: 10px;
}
.img_floatLeft {
	margin-right: 10px;
	margin-left: 0;
	padding-right: 10px;
	float: left;
}
.centered {
	text-align: center;
}
.display_none {
	display: none;
}
.margin_Left_25{
	margin-left: 25px;
}
.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
	padding: 0 0 0 19px;
	list-style-type: none;
	background-image: url(../images/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}