/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(/images/bgr.gif) #E2E1DD repeat-y center;
	color: #000000;
	font: .8em Arial,Tahoma,Verdana,Helvetica,Sans-Serif
}
a{
	color: #FF7800;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	
	font-size: 12px;
	padding: 2px
}
select{
	padding: 0
}
li{
	list-style: none
}
h1, h2, h3{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px
}
.vert	{
	vertical-align:top;
}
.vert-bottom	{
	vertical-align:bottom;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 956px
}
/*=== Header ===*/
#header{
	height: 107px
}
/*- Logo -*/
#header img{
	float: left;
}
#header h1 a{
	display: block;
	height: 107px;
	width: 457px
}*

/*========= NAVIGATION LISTS =========*/
/*- Category Navigation -*/
#catnav {
	background: url(/images/navbgr.gif) no-repeat top;
	height:59px;
	width:956px;
}

.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	background: url(/images/nav-bgr.gif) no-repeat top;
	height: 30px;
	line-height:30px;
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 30px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background:none;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul a {
	color:#FFF !important;
}
.nav2 li ul a:hover {
	color: #FF7800 !important;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:956px;
	height:29px;
	line-height:29px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FFFFFF;;
	text-decoration: none;
	background: #2A4F98;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color:#FFF !important;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background:none !important;
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.nav2 li.fr{
	float: right
}
.nav2 li.last a{
	background: none
}
/*- Page Navigation -*/
#nav2{
	background: url(/images/nav2-bgr.gif) no-repeat top;
	height: 29px
}
#nav2 ul{
	padding: 0 2px
}
#nav2 li{
	float: left;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 29px;
	text-transform: capitalize
}

#nav2 li.fr{
	float: right
}
#nav2 li a{
	/*background: url(nav2-sep.gif) no-repeat right; */
	color: #666;
	display: block;
	padding: 0 17px
}
#nav2 li.last a{
	background: none
}
#nav2 li a:hover,
#nav2 li.active a{
	color: #FFFFFF;
	text-decoration: none
}

/*=== Columns ===*/
#columns{
	margin: 15px 0px 0px 0px;
	min-height:960px;
	padding: 0 0 25px 0px;
}
.col1{
	display:table;
	width: 475px;
}
.col2{
	display:table;
	position:absolute;
	margin-left:515px;
	width: 440px;
}

#columns .col2 h3{
	font-size: 1.6em;
	margin: 0 0 5px
}
#columns p{
	line-height: 18px;
	padding: 0 0 12px
}
/*- Search -*/
#search{
	background-image:url(/images/search-bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float: right;
	height: 36px;
	margin: 40px 0 10px;
	width: 306px
}
#search input{
	border: 0;
	float: left;
	margin: 9px 0px 0 2px;
	width: 180px;
}
#search .btn{
	margin: 6px 0px 0px 14px;
	padding: 0;
	width: auto
}

/*- SideTabs -*/
.sideTabs {
	display:table;
	font-size:13px;
	width:440px;
	height:34px;
	color:#FFFFFF;
	letter-spacing: -1px;
	background-image: url(/images/side-tab-bg.jpg);
	background-position:left;
	background-repeat: no-repeat;
}
.intro {
	font-family: Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	color:#FFFFFF;
	font-weight:normal;
	margin:6px 0px 0px 10px;
	letter-spacing: -1px;
	font-size:13px;
	text-transform:uppercase;
}
#intro-sen	{
	width:420px;
	margin-left:12px;
	color:#666666;
	font-size:12px;
}
.feat {
	display:table;
	color:#000000;
	padding-left:4px;
	width:436px;
	background-image: url(/images/feat-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-bottom:10px;
}

.dash-line {
	border-bottom:dashed #CCCCCC 1px;
	width:375px;
	height:1px;
	margin:-8px 0px 0px 12px;
	padding:0px;
}
.feat p {
	margin:6px 0px 0px 0px;
	padding:0px;
}
#feat-right	{
	margin-top:-27px;
	padding:3px 3px 0px 3px;
	margin-right:30px;
}
.feat  a {
	color:#000000;
	font-size:13px;
	background-image:url(/images/feat-star.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:10px;
}
/*--- Sub Columns ---*/
.subcol{
	display:table;
	width:440px;
	padding-bottom:20px;
	background-image: url(/images/industry-links-bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
.industry-links	{
	display:block;
	color:#FFFFFF;
	padding:8px 0px 0px 10px;
	margin-bottom:15px;
}
.subcol img {
	float:left;
	width:128px;
	height:188px;
	margin-left:12px;
}
.subcol .top-ctas {
	display:block;
}
.subcol .top-ctas img {
	float:left;
	
}
.subcol .bottom-ctas {
	display:block;
}
.subcol .bottom-ctas img {
	float:left;
	margin-top:5px;
}
.subcol h3 {
	border-bottom: 1px solid #E2E1DD;
	padding: 0 0 4px;
	color:#000000;
}
.subcol.last{
	margin: 0
}
/*=== Post ===*/
#columns .post h4{
	border-bottom: 1px solid #E2E1DD;
	clear: both;
	color: #F2B341;
	font-size: 12px;
	height: 28px;
	letter-spacing: normal;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0px !important;
}
#columns .post h4 a{
	color: #2A4F98;
}
#columns .post h4 span{
	float: right;
	text-transform: uppercase
}
#columns .post h3{
	border-bottom: 1px solid #E2E1DD;
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #000000;
	font-size: 10px;
	height: 28px;
	letter-spacing: normal;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0px !important;
}
#columns .post h3 a{
	color: #2A4F98;
	text-decoration:underline;
}
#columns .post h3 span{
	float: right;
	text-transform: uppercase
}
#columns .post h3 em{
	float: right;
	font-size: .85em;
	font-style: normal
}
#columns .post h2{
	color: #000000;
	font-size: 1.3em
}
#columns .post h2 a{
	color: #333333;
}

/*- Featured Post -*/
.post #featured	{
	display:table;
	background-image: url(/images/featured-bg-index.jpg);
	background-repeat:no-repeat;
	width:453px;
	height:350px;
	padding:11px;
}
.post #featured p	{
	width:432px;
	margin-left:6px;
	margin-top:6px;
}
#columns .post #featured h2 {
	color:#204984;
	width:436px;
	font-size:22px;
	padding-top:8px;
	padding-bottom:2px;
	font-weight:bold;
	letter-spacing: -1px;
	margin:0px 0px 0px 6px;
	border-bottom:#A8A8A8 1px solid;
}
#columns .post #featured .pic h3{
	background-image:url(/images/bg-black-80.png);
	border: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family:Helvetica, sans-serif;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 15px !important;
	text-transform: uppercase
}
#columns p.posted{
	color: #666666;
	font-family:Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	margin-top:3px;
	margin-left:6px;
	margin-bottom:0px;
	width:440px;
}
.post h3 { font-family:  Arial !important; }


.post-a, .post-b	{
	background-repeat:no-repeat;
	width:435px;
	padding:25px 20px 20px 20px;
	display:block;
	margin:10px 0px 0px 0px;
}
.post-a h2, .post-b h2 {
	color:#000000;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.interior-list h2 {
	color:#F2B341;
}
.post-a	{
	background-image:url(/images/tan-post.jpg);
}
.post-b	{
	background-image:url(/images/blue-post.jpg);
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	clear: both;
	color: #666666;
	margin:0px;
	width:440px;
	background-image:url(/images/ad-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:155px;
	margin-bottom:10px;
}
.small-ads	{
	display:block;	
	height: 1%;
	padding-left:6px;
	padding-top:12px;
}
.theAds	{
	float:left;
	padding-left:10px;
}
/*- Ads -*/
.box .spacer.ads .ar{
}
.ads {
	text-align: center;
	padding-top:12px;
}
.ads img{
	margin: 0 6px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	font: 1em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 3px;
	overflow:hidden;
}
.list1 li a{
	padding: 0 0 0 22px
}
/*- List3 -*/
.list3{
	padding: 5px 0
}
.list3 li{
	font-size: 1.1em;
	margin: 0 0 1px
}
.list3 li a{
	color: #000000
}
.list3 li  a em{
	color: #FF7800;
	font-size: .85em;
	font-style: normal
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #E2E1DD;
	clear: both;
	color: #666666;
	font: .95em Georgia,"Times New Roman", Times, serif;
	padding: 10px 10px;
	background: #E2E1DD;
	margin-bottom: 20px;
}
#footer a{
	color: #666666
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden
}
.ar{
	text-align: right
}
a.more{
	display:table;
	color:#204984;
	padding-left:20px;
	background-image:url(/images/feat-go.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-size:12px;
	float:right;
	text-decoration:none;
}
a.more:hover	{
	text-decoration:underline;
}
a.featured-continue {
	margin-top:-35px;
	margin-right:10px;
}
a.moreb {
	display:table;
	color:#204984;
	padding-left:20px;
	background-image:url(/images/feat-gob.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-size:12px;
	float:right;
	text-decoration:none;
}
a.moreb{
	text-decoration:underline;
}
.th{
	float: left;
	margin: 0 10px 10px 0
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
/*========= VIDEO =========*/

.video{
	float: left;
	height: 228px;
	margin: 0 15px 0 0;
	width: 275px
}
#videolist .idTabs li{
	font: .85em Georgia,"Times New Roman", Times, serif;
	margin: 0 0 7px
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	font-weight:bold !important;
	color:#000 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}	
.singleh2 {
	font-weight:bold !important;
	font-size:1.8em !important;
}
.singleh1 {
	font-weight:bold !important;
	font-size:1.8em !important;
}
.singleh1 a {color:#000000;}

.entry	a	{
	color:#2A4F98;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
.entry	a:hover	{
	text-decoration:underline;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px 0px;
	border-left: 2px solid #666666;
	color:#666666;
	width:85%;
	margin: 0 auto 10px auto;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#DDD;
	border: solid 1px #C0C0C0; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	/*padding:10px;*/
	width:475px;
	margin-bottom:20px;
}	
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#F0B541 !important;
	font-style:normal;
}
.archivefeed {
	vertical-align:top;
	width:453px;
	padding:0px 10px 0px 10px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	background-image:url(/images/cat-info-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.archivefeed h1	{
	border-bottom:1px #CCCCCC solid;
	padding-bottom:2px;
}
.archivefeed p {
	margin:6px 0px 0px 0px;
}
.archivefeed a {
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	color:#000 !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}



/* News Page!!! */
.top-support {margin:8px 0px 0px 10px; padding:0px; color:#FFFFFF; font-size:12px; font-weight:bold; float:left; letter-spacing:0px;}
.news-col1 {width:245px;padding:0px 10px 0px 0px;}
.news-col1 ul {padding:0px 0px 10px 0px; margin:0px;}
.author-title {font-size:18px; font-weight:bold; border-bottom:#000000 1px solid;}
.email-image {display:block; border-top:#CCCCCC 1px dotted; padding-top:5px; margin-top:4px;}
.news-col2 {vertical-align:top;}
.main-news-link {font-size:20px; font-weight:bold; color:#295095;}
.news-col3 {width:200px;}
.news-title {font-size:16px; font-weight:bold; margin-top:10px; border-bottom:#000000 1px solid;}
.news-links {padding:6px 6px 6px 6px; border-bottom:#E3E8F2 1px solid; font-size:11px;}
#columns .news-links-info {color:#666666; padding:0px;}
.news-links-format {color:#295095; font-weight:bold;}
.news-col1 li {
	padding:5px 4px 5px 4px;
	list-style:none;
}
.news-col2 img {
	margin:0px;
}
.news-list-white {
	background-color:#FFFFFF;
}
.news-list-blue {
	background-color:#E3E8F2;
}
.main-article {width:468px; padding-top:8px;}
.today {
	color:#FFFFFF;
	float:right;
	margin:8px 10px 0px 0px;
}
.location {float:right; width:250px;text-align:right;}


/* !Search Box */
.search-input {width:220px;}
.search-box {float:right; margin-right:20px; padding-top:4px;}



/* !Index Ads */
.index-top-ad {float:right; margin:20px 20px 0px 0px;}
.news-col1-ad {border-top:#E3E8F2 3px solid;}
.news-middle-ad {display:block; width:468px; border-top:#E3E8F2 1px solid; border-bottom:#E3E8F2 1px solid; padding-top:8px; padding-bottom:8px;}


/* News Posts */
.news-related {
	display:block;
	width:350px;
	padding-top:4px;
}
#columns .news-related p {
	padding:0px;
}
.news-related .dash-line {
	width:340px;
	margin:5px 0px 5px 0px;
	padding:0px;
}
.news-related a {
	color:#295095;
}




/* Contact page */
.contact-authors li {
	margin:8px 0px 8px 0px;
	padding:8px;
}
#contact-us {
	display:block;
	background-color:#E3E8F2;
	padding:30px;
	border:#768BB6 1px solid;
	color:#304E94;
}
#contact-us p {
	margin:5px 0px 0px 0px;
}
#field_name, #field_email, #field_subject, #field_message {
	margin:10px 0px 10px 0px;
}
#field_name input, #field_email input, #field_subject input, #field_message textarea {
	width:251px;
	padding:6px 0px 6px 6px;
	color:#707070;
	border:#C0C9DB 1px solid;
}
#field_message textarea {
	width:420px;
}
#field_captcha input {
	padding:4px 0px 4px 4px;
	margin-top:10px;
	color:#707070;
	border:#C0C9DB 1px solid;
}
#field_captcha .form_header {
	color:#888285;
	padding:5px 0px 5px 0px;
}
.contact-button {
	margin:10px 0px 0px 0px;
}
.error_alert  {
	color:#FF0000;
}
.author-title-contact {font-size:18px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; margin-top:40px; border-bottom:#000000 1px solid;}

/* Advertise page */
.advertise-left-column {
	display:block;
	width:430px;
	float:left;
}
.advertise-left-column .error_list {
	font-size:11px;
}
.advertise-right-column {
	display:block;
	width:470px;
	float:right;
}
.advertise {
	display:block;
	width:430px;
	background-image:url(/images/advertise/advertise-middle.jpg);
	background-repeat:repeat-y;
	color:#304E94;
	padding:20px;
	font-size:16px;
}
.advertise #field_name input, .advertise #field_email input, .advertise #field_subject input, .advertise #field_message textarea {
	width:260px;
	padding:6px 0px 6px 6px;
	color:#707070;
	border:#C0C9DB 1px solid;
}
.advertise #field_message textarea {
	width:390px;
}
.advertise-right-column h2 {
	color:#295095;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}
.advertise-right-column p {
	border-bottom:#999999 1px dotted;
	margin-bottom:10px;
	font-style:italic;
	font-size:11px;
}
.advertise h1 {
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-weight:bold;
	margin-bottom:15px;
}















/*=== Page Navigation (Next / Previous Posts) ===*/

.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}

/*Disclosures*/

#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}

/* 404 links */

.four-o-four a {
	display:block;
	margin:2px 0px 0px 2px;
	text-decoration:none;
	color:#2A4F98;
	font-weight:bold;
}
.four-o-four a:hover {
	text-decoration:underline;
}
.four-o-four h2	{
	margin-bottom:8px;
	margin-top:5px;
}

/* New Post Css */
