/*  
Theme Name: Raser
Theme URI: http://www.eyetrap.com
Description: A custom template for Wordpress inspired by the great themes of Michael Oeser, Brian Gardner and Darren Hoyt
Version: 3.0
Author: Benson Trent
Author URI: http://www.eyetrap.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/******************************************
*   HTML Elements                         
******************************************/


* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background-color: #ffffff;
	background-image: url(images/backgrounds/template7back.jpg);
	background-position: top center;
background-repeat: no-repeat;
margin:0;padding:0}


body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
    font-family: Arial, Verdana, Sans-Serif;
	}

a:link, a:visited {
	color: #0066CC;
	text-decoration:none
	}

a:hover, a:active {
	color:#0066CC;
	text-decoration:underline;
	}
.more {
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
	padding-right: 15px;
	float: right;
	font-style: italic;
	font-size: x-small;
	line-height: 10px;
	color: #0066FF;
	letter-spacing: 0em;
	top: -15px;
	text-transform: capitalize;
	display: block;
}




small {
	font-size: 0.9em;
	padding:0px 0px;
	}

/****** Images ****************************/

img, a:link img, a:visited img{
	border:0 px;
}
img.left,img.center,img.right,img.norm{
	margin:5px 12px 5px 0;
	border:0px;
	padding:1px;
}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:985px;
	font-size:1em;
	background:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
#page_container { /*the main container*/
	width:1044px;
	margin:0 auto;
	background: #FFF;
	padding: 0px;
	background-image: url(images/backgrounds/container_background.gif);
	}

#branding {/*where the logo sits*/
	width:308px;
	height:80px;
	float:left;
	}
    
#branding img {
	margin-top: 15px;
	margin-left: 50px;
}
#nav_container {
	width:700px;
	float:left;
	}
#masthead {
	position:relative;
	left: -15px;
	top: -11px;
	height: 265px;
	width: 1016px;
}
#about_box {
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
    font-family: 'Lucida Grande',geneva,helvetica,sans-serif;
}
#feed_box {
	float: left;
	width: 318px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
    font-family: 'Lucida Grande',geneva,helvetica,sans-serif;
}
#big_box {
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
#big_box p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#video_box {
	float: left;
	width: 368px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
    font-family: 'Lucida Grande',geneva,helvetica,sans-serif;
}
#article_box {
	float: left;
	width: 550px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
#article_box p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#media_feed_box {
	float: left;
	width: 308px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	clear: none;
}
#media_box {
	background-image: url(images/backgrounds/media-box.gif);
	float: left;
	height: 231px;
	width: 671px;
	overflow: hidden;
	margin-left: 13px;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


#sidebar {
	width: 300px;
	float:right;
    font-family: 'Lucida Grande',geneva,helvetica,sans-serif;
	}
#sidebar h4{
    color:#14539e;
    font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
    font-size:16px;
    font-weight:400;
	}
#article_footer {
    font-family: 'Lucida Grande',geneva,helvetica,sans-serif;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}



h1 {
	color: #1f75cd;
	font-size: 1.8em;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	text-transform: capitalize;
	color:#3978d6;
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size:22px;
	font-weight:200;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	line-height: 22px;
	font-variant: normal;
	}

h3 {
	font: 0.9em Arial, Verdana, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#1f75cd;
	clear:both;
	}
	
.headline {
	font: 1.3em "Lucida Grande", Geneva, Helvetica, sans-serif;;
	text-transform: capitalize;
	font-weight:200;
	margin-bottom: -12px;
	padding-bottom: -12px;
	bottom: -12px;
	clip: rect(auto,auto,-12px,auto);
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Verdana, Sans-Serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#1f75cd;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#1f75cd;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	text-transform: capitalize;
    color:#14539e;
    font-family:"Lucida Grande",Geneva,Helvetica,sans-serif;
    font-size:16px;
    font-weight:400;
	}
	
img {
 border: 0px;
 }
 
 hr {
	width: 100%;
	height: 1px;
	display: block;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #66CCFF;
	clear: both;
}
	
/******************************************
*   Content                        
******************************************/

#content {
	width:605px;
	float:left
	}
#content_wide {
	width:985px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #1f75cd;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding-bottom:12px;
 }

.post blockquote {
	margin-bottom: 18px;
	background-color: #faf8fe;
	background-position: 255;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #a9ddee;
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 36px;
}

.post ul  {
margin-left: 0;
padding-left: 0;
list-style: none;
	}
	
.post li {
	padding-left: 21px;
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-bottom: 4px;
	}

.post ol li {
	margin-bottom:5px;
    padding-left: 0px;
	background-image: none;
	background-position: 0 0px;
	padding-bottom: 0px;

	
	margin-left:48px;
	}
#gallery_container {
	border: 3px solid #fafafa;
	background-color: #e4e4e4;
   float:left;
   padding-top: 4px;
   margin: 0px;
   display:block;
   width: 985px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   
}
#gallery_container a {

   
}

#gallery_box {
	text-align: center;
	padding-top: 4px;
	margin: 5px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 181px;
	height: 180px;
	float: left;
	diplay: block;
}
#gallery_box.off {
	border: 3px solid #e7e7e7;
	background-color: #f6f6f6;
}
#gallery_box.on {
	border: 3px solid #fafafa;
	background-color: #fff;
}
#gallery_box p {
	color: #000;
	font-size: xx-small;
    margin: 0px;
}
#gallery_box h4 {
	color: #000;
	font-size: 10px;
    font-family: 'Lucida Grande',geneva,helvetica,sans-serif;
    font-weight: normal;
    margin: 0px;
}

#pdf_box {
	text-align: left;
	padding-top: 4px;
	margin: 5px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 545px;
	height: 150px;
	diplay: block;
	padding-left: 0px;
}
.pdf_text {
}

#pdf_box.off {
	border: 3px solid #f3f3f3;
	background-color: #fbfbfb;

}
#pdf_box.on {
	border: 3px solid #fafafa;
	background-color: #f1f1f1;
}
.pdf_text {
	padding-right: 10px;
	padding-left: 125px;
	
}
.pdf_listing_text {
	padding-left: 60px;
}
.pdf_small_listing {
	padding: 4px;
	clear: both;
	margin-bottom: 5px;
}


.gallery_text {
	font-size:1.0em;
	margin-right: 5px;
	margin-left: 5px;
	}

	
.gallery_image {
	height: 105px;
	width: 150px;
}



.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.scaled_thumb {
	height: 105px;
	width: 150px;
	float:left;
}
.no_margin {
	margin: 0px;
	padding: 0px;
}



.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-style: italic;
}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:5px 5px 0 0; 	}
#search_input_box {
	width: 200px;
}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
.clear {
	clear:both;
	}
	
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 1044px;
	font-size:0.9em;
	text-align:right;
	padding-top:15px;
	color:#aaa;
	background-image: url(images/backgrounds/container_background.gif);
	}


#footer a {
	color:#aaa;
	}
	#footer p {
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 1.2em;
	}
#footer_info {
	background-image: url(images/backgrounds/footer_02.jpg);
	background-position: left;
	float: left;
	height: 71px;
	width: 853px;
	padding: 0px;
}
#footer_logo {
	background-image: url(images/backgrounds/footer_01.jpg);
	float: left;
	height: 71px;
	width: 191px;
}

/*
-----------------------------------------
LATEST
----------------------------------------- 
*/
#front-bottom{margin-top:36px}

#latest-wrap{float:left; width:680px}

.latest-post-wrap{float:left; width:162px; margin-right:8px}

.latest-post{position:relative; width:162px; height:118px}

.latest-image{position:absolute; z-index:1}

.latest-title h2{margin:8px 10px 7px; line-height:1.4em; font-size:1em; text-transform:none; padding-bottom:0; border-bottom:0}

.latest-title h2 a{display:block; color:#0B96D0; text-decoration:none}

.latest-title h2 a:hover{color:#fff}

.latest-title{background:#000; display:block; z-index:101; width:100%; bottom:0; filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; position:absolute; z-index:2}

.latest-content{position:relative; width:162px; height:200px; margin-bottom:20px}

.latest-content h2{margin-top:15px}
.latest-content h2 a{color:#0b96d0; text-decoration:none}
.latest-content h2 a:hover{color:#000}

.latest-content p{color:#222; font-size:1.2em; line-height:1.5; margin-top:8px; margin-bottom:1.5em; text-align:left}

.search_box {
	float: right;
	margin-top: -100px;
	z-index: 0;
}
.date_homepage {
	font-size: xx-small;
	line-height: 8px;
	color: #000000;
}
.hr_grey {
	color: #eaebec;
	background-color: #eaebec;
	height: 2px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f3f3f4;
	border-bottom-color: #f8f8f9;
	border-top:1px solid #eaebec;
	margin: 0px;
	padding: 0px;
}


.thumb {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 5px;
 }


.featurebox {
	width: 215px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	height: 220px;
	overflow: hidden;

}
.featurebox p {
	padding: 0px;
	margin: 0px;
}
#featureboxes h3 {
	margin-left: 15px;
	height: 22px;
}
.media_feed_listing {
	height: 62px;
	overflow: hidden;
}
.media_feed_head {
	height: 22px;
	overflow: hidden;
}
#featureboxes {
	float: left;
	width: 995px;
	max-width: 995px;
	background-image: url(images/backgrounds/featureboxex_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:auto;
    overflow:visible;
    font-family: 'Lucida Grande',geneva,helvetica,sans-serif;
}

#featureboxes .ttf {
	margin-top: 15px;
}

.featurebox_img {
	height: 150px;
	width: 215px;
	border: 1px solid #DDDDDD;
}

.link_bullets_on_black
{
	padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 70px;
	padding-right: 10px;
}

.link_bullets_on_black a {
	color: #FFFFFF;
	text-decoration: none;
}

.link_bullets_on_black li
{
	padding-left: 30px;
	background-image: url(images/bullet_black_back.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
.bullets_tighter {
	height: 35px;
}

#masthead_left_content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#masthead_left_content_home {
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 27px;
	color: #999999;
}


#masthead_left {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/geothermal_01.jpg);
	background-repeat: no-repeat;
	float: left;
}
#masthead_right {
	height: 265px;
	width: 715px;
	float: left;
}
#masthead_left_home {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/home_masthead_01.jpg);
	background-repeat: no-repeat;
	float: left;
}
#masthead_right_home {
	height: 265px;
	width: 715px;
	float: left;
}
#masthead_left_invest {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/investor_masthead_01.jpg);
	background-repeat: no-repeat;
	float: left;
}

#masthead_left_media {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/media_masthead_01.jpg);
	background-repeat: no-repeat;
	float: left;
}

#masthead_left_heat {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/heat_recovery_01.jpg);
	background-repeat: no-repeat;
	float: left;
}

#masthead_left_news {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/news_masthead_01.jpg);
	background-repeat: no-repeat;
	float: left;
}
#masthead_left_hummer {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/h3_01.jpg);
	background-repeat: no-repeat;
	float: left;
}

#masthead_left_motors {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/motors_drives_01.jpg);
	background-repeat: no-repeat;
	float: left;
}

#masthead_left_company {
	height: 265px;
	width: 301px;
	background-image: url(images/backgrounds/company_masthead_01.jpg);
	background-repeat: no-repeat;
	float: left;
}


.related {
	margin-bottom: 10px;
}
.related li {
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	margin-left: 2px;
}
.related ul {
	margin-left: 20px;
}
.related ul li {
	list-style-type: none;
}


/* Latest posts by category styles */
.narrowcolumn{
	float: left;
}
.catArchive {
	width: 985px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.catArchive h3 {
	font: normal bold 12px sans-serif;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 0 0 3px 0;
	display: block;
}

.catArchive li {
	display: block;
	float: left;
	width: 475px;
	margin: 0 30px 30px 0;
}

.catArchive ul {
	margin: 0;
	padding: 0;
}

.catArchive li li {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 4px 0;
}

.catAlt {
	margin-right: 0 !important;
}

#masthead_home {
	position:relative;
	left: -15px;
	top: -11px;
	height: 306px;
	width: 1016px;

}

#table_blue
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#table_blue th
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background: #4f646f;
	color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #fff;
}
#table_blue td
{
	padding: 5px;
	background: #eff2f3;
	color: #696969;
	border-top: 1px dashed f4f7f8;
}
#table_blue tr:hover td
{
	background: #d0d9de;
	color: #339;
}
.date_on_black
{
	font-size: xx-small;
	line-height: 8px;
	color: #b8b8b8;
}
.headline_on_black a,hover
{
	line-height: 16px;
	color: #ffffff;
	margin: 15px 0;
	text-decoration: none;
}
/******************************************
*   Main or page navigation styles                       
******************************************/


/*Main Navbar */

#nav {
	background:#fff;
	font-size:1em;
	}
	
#nav, #nav ul {
	list-style:none;
	line-height:1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #000;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #666;
	padding:6px 9px;
	}

#nav a:hover, #nav a:active {
	background:#fff;
	text-decoration:none;
	}	

.current_page_item	a, #home .on  {
	color: #4c64de;
	font-weight: bold;
	}
	
#nav .on  {background:#f9f9f9;}
	
/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #cbcbcb;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-image: url(images/backgrounds/li_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#555;
    font-weight: bold;
	}

#nav li li a:hover, #nav li li a:active {
	color: #4c64de;
	font-weight: bold;
}	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

a.main:hover {background:none;}
/*STYLES FOR USED PLUGINS */

/****** Images for flexible upload plugin *********/

.imageframe {  margin:5px 12px 5px 0; padding:4px; border:1px solid #999; }
.imgalignleft { float:left; margin:0 12px 5px 0; }
.imgalignright { float:right; margin:0 0 5px 12px; }
.imgaligncenter { display:block; margin:0 auto 5px auto; } 
.imagecaption {padding: 2px 2px 0 2px; text-align: left; font-size:10px!important; color:#666!important;}




		/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */

#pageleft {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align:justify;
	}
	
#pagemiddle {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align:justify;
	}
	
#pageright {
	float: right;
	width: 265px;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 1px #999;
	text-align:justify;
	}

#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

/* Styles for the "featured-page template" */

#featured-top {
	width:880px;
	float:left;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	border-bottom: double 3px #999; 
	}

#featured-content {
	width:600px;
	float:left;
	}
	
	
#featured-sidebar {
	width: 250px;
	float:right;
	}
	
#featured-sidebar h3 {
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:0 0 20px 0;
	}	
	
#featured-sidebar .sidebar_widget {
	margin:0 0 20px 0;
	text-align:justify;
	}
	
#featured-leftcol {
	width:600px;
	float:left;
	margin:20px 20px 0 0;
	padding: 0 25px 0 0;
	border-right: 1px solid #999;
	}

#featured-leftcol h2, #featured-rightcol h2, #featured-content h2{
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	border:none;
	}

#featured-leftcol img{
	float:left;
	margin:0 20px 10px 0;
	padding:1px;
	border: 1px solid #999;
	}

#featured-rightcol{
	width:230px;
	float:right;
	margin-top:20px;
	}

#featured-rightcol li {
	list-style:none
	}

#featured-rightcol .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

.featured_post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.featured_post ul li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:42px;
	}

.featured_post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
    
    
    





table.jCalendar {
	border: 1px solid #666;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #f0f0f0;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

div.dp-popup {
	position: relative;
	background: #d6eafe;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: auto;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	border:2px solid #c2e0f8;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 3px 0pt 4px;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
#gsom_form input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul#gsom-fields-list input[type="radio"],
ul#gsom-fields-list input[type="checkbox"] {
	border: none;
}


th.gsom-sec-hdr,
div.gsom-ap-hdr {
	font-weight: bold;
}

div.gsom-ap-hdr {
	margin: 5px 0;
}

div.gsom-eml-edit {
	width: 510px;
	border-right:1px solid #C6D9E9;
	float: left;
	margin-right:5px;
	padding-right:5px;
}

div.gsom-eml-edit p {
	font-weight: bold;
	margin-top: 6px;
}


/*************** =BForm ***************/

div.bform
{
	display:block;
	left:200px;	
	position:absolute;
	top:200px;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	zoom:1;	
}

/*   top row  */

div.bform-lt
{
	width: 100%;
	height: 8px;
	background: url(../img/form_lt.png) no-repeat scroll left;
	padding-left: 8px;
}

div.bform-t
{
	height: 8px;
	width: 100%;
	background: url(../img/form_t.png) repeat-x scroll;
	overflow: hidden;
}

div.bform-rt
{
	height: 8px;
	width: 100%;
	padding-right: 8px;	
	background: url(../img/form_rt.png) no-repeat scroll right;
}

/* middle row */

div.bform-l
{
	padding-left: 8px;
	width: 100%;
	/*height: 100%;*/
	background: url(../img/form_l.png) repeat-y scroll left;
}

div.bform-body
{
	width: 100%;
	height: 100%;
	background: url(../img/form_bg.png) repeat-x;
	border: 1px solid #99BBE8;
}

div.bform-r
{
	padding-right: 8px;
	width: 100%;
	/*height: 100%;*/
	background: url(../img/form_r.png) repeat-y scroll right;
}

/* bottom row */

div.bform-lb
{
	width: 100%;
	height: 8px;
	background: url(../img/form_lb.png) no-repeat scroll left;
	padding-left: 8px;
}

div.bform-b
{
	height: 8px;
	width: 100%;
	background: url(../img/form_b.png) repeat-x scroll;
	overflow: hidden;
}

div.bform-rb
{
	height: 8px;
	width: 100%;
	padding-right: 8px;	
	background: url(../img/form_rb.png) no-repeat scroll right;
}

/* bform elements */

div.bform-header
{
	cursor: move;
	overflow: hidden;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	color: #15428B;
	background: url(../img/form_bg_h.png) repeat-x;
}

div.bform-closebutton
{
	width: 13px;
	height: 13px;
	background: url(../img/xbutton.png) no-repeat;
	float: right;
	cursor: pointer;
}

div.bform-closebutton:hover
{
	width: 13px;
	height: 13px;
	background: url(../img/xbutton-a.png) no-repeat;
	float: right;
	cursor: pointer;
}


/****** BButton ******/

div.bbutton
{
	cursor: pointer;
	overflow: hidden;
	display: inline;
	margin: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.bbutton div.bbleftside
{
	width: 5px !important;
	height: 23px !important;
	/*background: url(/images/bbutton-left.png) no-repeat;*/
	float: left;
	display: inline-block;
}

div.bbutton div.bbrightside
{
	width: 5px !important;
	height: 23px !important;
	/*background: url(/images/bbutton-right.png) no-repeat;*/
	float: left;
	display: inline-block;
}

div.bbutton div.bbmiddle
{
	height: 23px;
	/*background: #B2E1FF;*/
	float: left;
	display: inline-block;
	/*overflow: hidden;*/  	
}

div.bbutton div.bbmiddle span
{
	line-height: 22px;
/*	display: inline;
	float: left;*/
	float:left; 
  overflow: hidden; 
  display:inline-block;		
}

div.bbutton div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:3px;
}

/**==========================*/
div.bbutton_act
{
	cursor: pointer;
	overflow: hidden;
	display: inline;
	margin: 1px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.bbutton_act div.bbleftside
{
	width: 5px !important;
	height: 23px !important;
	background: url(/images/bbutton-left.png) no-repeat;
	float: left;
	display: inline;
}

div.bbutton_act div.bbrightside
{
	width: 5px !important;
	height: 23px !important;
	background: url(/images/bbutton-right.png) no-repeat;
	float: left;
	display: inline;
}

div.bbutton_act div.bbmiddle
{
	height: 23px;
	background: #B2E1FF;
	float: left;
	display: inline;
	/*overflow: hidden;*/	
}

div.bbutton_act div.bbmiddle span
{
	line-height: 22px;
	float:left; 
  overflow: hidden; 
  display:inline;	
}

div.bbutton_act div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:3px;
}

/****** GButton ******/

div.glbutton
{
	cursor: pointer;
	overflow: hidden;
	/*display: inline;*/
	float: left;
	margin: 1px 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.glbutton div.bbleftside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton_left.png) no-repeat;
	float: left;	
}

div.glbutton div.bbrightside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton_right.png) no-repeat;
	float: left;
}

div.glbutton div.bbmiddle
{
	height: 27px;
	background: url(../img/sbutton_mid.png) repeat-x;
	float: left;
	overflow: hidden;
	text-align: center;
}

div.glbutton div.bbmiddle span
{
	line-height: 26px;
}

div.glbutton div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:5px;
}

/**==========================*/
div.glbutton_act
{
	cursor: pointer;
	overflow: hidden;
	/*display: inline;*/
	float:left;
	margin: 1px 3px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.glbutton_act div.bbleftside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton_left_act.png) no-repeat;
	float: left;
}

div.glbutton_act div.bbrightside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton_right_act.png) no-repeat;
	float: left;
}

div.glbutton_act div.bbmiddle
{
	height: 27px;
	background: url(../img/sbutton_mid_act.png) repeat-x;
	float: left;
	overflow: hidden;
	text-align: center;
}

div.glbutton_act div.bbmiddle span
{
	line-height: 26px;
}

div.glbutton_act div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:5px;
}

/**==========================*/
div.glbutton_on
{
	cursor: pointer;
	overflow: hidden;
	/*display: inline;*/
	float:left;
	margin: 1px 3px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

div.glbutton_on div.bbleftside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton2_left_on.png) no-repeat;
	float: left;
}

div.glbutton_on div.bbrightside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton2_right_on.png) no-repeat;
	float: left;
}

div.glbutton_on div.bbmiddle
{
	height: 27px;
	background: url(../img/sbutton2_mid_on.png) repeat-x;
	float: left;
	overflow: hidden;
}

div.glbutton_on div.bbmiddle span
{
	line-height: 26px;
}

div.glbutton_on div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:5px;
}

/*** gl button dropdown list***/

ul.glbuttonddlist
{
	list-style: none;
	position: absolute;
	left: 100px;
	top: 100px;	
	background: #ffffff;	
	padding: 0;
	margin: 0;	
	border: 1px solid #ADB9C2;
}

div.glbuttonddlistitem
{
	padding: 3px 3px 3px 26px;
	cursor: default;	
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
}

div.glbuttonddlistitem:hover
{
	background: #eeeeee;
}

ul.glbuttonddlist li div.selected
{
	background: #D9E8FB;
}

/*** bForm list***/

ul.bform-list
{
	list-style: none;
	padding: 0 10px;
	margin: 0;	
}

ul.bform-list li div
{
	overflow: hidden;
}

ul.bform-list li input[type='radio']
{
	float: left;
	margin-right: 3px;
}

ul.bform-list li label
{
	display:block;
	float:left;
	font-weight:bold;
	width:125px;
}

/*ul.bform-list li */
div.btngroup 
{
	overflow:hidden;
	margin-left:125px;
}


/****  gsom-fields-list ****/
ul#gsom-fields-list {
 margin:0; 
 padding:0 0 10px 0;
 list-style-type: none;
}

ul#gsom-fields-list li {
 margin: 1px; 
 /*padding: 5px;*/
 cursor: move;
 /*border:1px solid #C6D9E9;*/
}


div.gsom-list-item-wrapper
{
	width:250px;
	float: left;
	padding: 5px;
	border:1px solid #C6D9E9;
}

ul#gsom-fields-list li
{
	overflow: hidden;
}

/*ul#gsom-fields-list li label
div.gsom_sfi label 
{
	margin-right: 3px;
	line-height: 23px;
	float: left;
} */

ul#gsom-fields-list li input[type='radio']
{
	float: left;
	margin-right: 3px;
	height: 22px;
}


ul#gsom-fields-list li input[type='checkbox']
{
	float: left;
	margin-right: 3px;
	height: 22px;
}

ul#gsom-fields-list li input[type='text']
{
	float: right;
}

ul.bform-rb-list
{
	list-style:none;
	padding:0;
	margin:0;
	overflow: hidden;
}

ul.bform-rb-list li input[type='radio']
{
	float:left;
	height:18px;
}


ul.bform-rb-list li input[type='text']
{
	float:left;
	font-family:arial;
	font-size:11px;
	height:14px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	width:124px;
}

ul.grid
{
	background: #ffffff;
	border:1px solid #A5ACB2;
	list-style:none;
	padding:0;
	margin:0;
	height: 70px;
	width: 100%;
}

ul.grid *
{
	 overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

div.grid-hdr
{
	background: #f9f9f9 url(../img/gridhdr.gif) repeat-x 0 bottom;
 	cursor:default;
	zoom:1;
	float: left;
	overflow:hidden;
	border-left:1px solid #eee;
	border-right:1px solid #d0d0d0;	
	padding:3px 3px 3px 5px;
	
}

div.grid-row
{
	float: left;
	padding:3px 3px 3px 5px;
}


/***** widget opt-in form *****/

.gsom-optin-div-label
{
	display:block;
}


.gsom-optin-label
{
	display:block;
	margin-right: 3px;
	float:left;
	
}

label.gsom-optin-label.radio {
	margin-top: 3px;
}

ul.gsom-optin-form
{
	list-style: none;
	margin: 0 !important;	
	list-style-image: none;
	list-style-type: none;
	
}

ul.gsom-optin-form *
{
	list-style-type: none !important;
	list-style-image: none !important;
}

div.gsom-optin-form div
{
	margin: 5px 0;	
	overflow:hidden;
}

div.gsom-optin-form input {
	float:left;
	margin-bottom:2px;
	margin-right:2px;	
}

span.gsom-required-msg {
	border: 1px solid red;
	margin: 0pt;
	padding: 2px;
	background: #CB211A;
	display: block;
	float: left;
	color: #ffffff;
}

span.gsom-required-msg.cbox {
	margin-top: 2px;
}

div.gsom-optin-radiogroup
{	
	margin-left: 10px;
	float: left;
	clear: both;
}

div.gsom-optin-radiogroup span.gsom-required-msg {
	margin-top: 2px;
}

div.gsom_sfi {
	clear: both;
}

/**** widget form builder (admin menu) ****/

div.gsom-optin-radiogroup-admin
{
	float:right; 
	width:164px;
}

.gsom-flink
{
	cursor: pointer;
}

table.gsom_small_table
{
	line-height:normal !important;
}

table.gsom_small_table tr 
{
	border: none !important;
	line-height:normal !important;
}

table.gsom_small_table td
{
	border: none !important;
	line-height:normal !important;
	padding: 1px !important;
	margin: 0 !important;
}

#gsom-confirm-mess-varlist p
{
	line-height: 100%;
}

/***	additional calss for non widget form ***/
div.gsom-sa-wrapper /* div wrapper around the form */
{
	text-align: center;
	background: #fafafa;
	border: 1px solid #cccccc;
	padding: 10px;
}

form.gsom-sa-from /* form class */
{
	
}

div.gsom-sa-placeholder /* block which contains all form inputs*/
{
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	width:150px;
}

span.gsom-oldname {
	display: none;
}

/*    Advanced styling of widget form     */

li#g-lock-double-opt-in-manager h2 {
/*
here you can style the form title
*/
}

li#g-lock-double-opt-in-manager p {
/*
here you can style the text that appears above and below the form.
*/
}

li#g-lock-double-opt-in-manager form {
/*
here you can style the form itself
*/
}

div.gsom-optin-form {
overflow: hidden;
/*
this is the main div container inside of
element. It contains all the stuff: buttons, fields, labels, etc.
*/
}

div.gsom-optin-form div {
/*
each form element with the label wrapped into div and you can style this container here
*/
}


label.gsom-optin-div-label {
/*
this is the common class for all from field labels.
*/
}

div.gsom-optin-radiogroup input[type="submit"] {
/*
here you can style submit buttom
*/
}

/*    Advanced styling of the standalone form which can be placed inside the page.   */

div.gsom-sa-wrapper {
/*
This is the main container that wraps the standalone form including the title.
*/
}

form.gsom-sa-from {
/*
class of a standalone form element
*/
}

div.gsom-sa-placeholder {
/*
main container inside the form element.
*/
}

/***  tabbed options page  ***/

ul.gsom-tabs * {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

.unselectable, .unselectable * {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

ul.gsom-tabs {
	background: transparent;
	border-bottom:1px solid #c6d9e9;
	font-size:12px;
	height:29px;
	margin:13px 0 0;
	padding:0;
	padding-left:8px;
	list-style:none;
}	

ul.gsom-tabs li {
	display:inline;
	line-height: 200%;
	list-style:none;
	margin: 0;
	padding:0;
	position:relative;
	top:1px;
	text-align:center;
	white-space:nowrap;
}

ul.gsom-tabs li span {
	background:transparent none no-repeat scroll 0%;
	border:1px transparent #fff;
	/*border-bottom:1px solid #c6d9e9;*/
	display:block;
	float:left;
	color: #2583AD;
	line-height:28px;
	padding:1px 13px 0;
	position:relative;
	text-decoration:none;
	cursor: pointer;
}

ul.gsom-tabs li.gsom-tabs-selected span {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright:4px;	
	-webkit-border-top-right-radius: 4px;
	background:#fff;
	border:1px solid #c6d9e9;
	border-bottom-color:#fff;
	color:#d54e21;
	font-weight:normal;
	padding:0 12px;
	cursor: default;
}

ul.gsom-tabs li span:hover {
	color: #D54E21;
}

ul.gsom-tabs span:focus, span:active {
	outline: none;
}
/*******************************************/
.plugin-support,
.plugin-support * {
    color: #dadada !important;    
    font-size: x-small !important;
}

#gsom_smtp_secure_conn label {
	width: auto;
}

.form-table br {
  clear: both;
}
.broken_link, a.broken_link {
	text-decoration: line-through;
    }

#lightbox-overlay-text-about {
	display:none;
}