/*  
Theme Name: WorldBlu Theme
Theme URI: http://www.worldblu.com/
Description: Customized theme for WorldBlu
Version: 1.0.0
Author: Garth Humbert (Tim Resudek)
Author URI: http://www.iamgarth.com (http://thisistim.biz)
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background:#fff url(images/bkgd.gif) repeat-x 0 0;
	color: #666;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 0 0 20px;
	line-height:1.25em;
}
a:focus{outline:none;}
a{
	color: #6eb43f;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#fff;
	text-decoration: underline
}
.blue{
	color:#0077c0 !important;
}
.orange{
	color:#f78f1e !important;
	font-weight:bold;
}

.xlarge{font-size:22px;}

.normal{font-weight:normal;}


div.clear{width:100%;clear:both;line-height:0px;height:0px;font-size:0px;}

hr{float:left;border:0;width:100%;clear:both;border-bottom:1px solid #ebeef0; margin:1.5em 0px;color:#ebeef0; background-color:transparent;height:1px;line-height:1px;}

input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	line-height:24px;
	background:transparent url(images/li-dot.gif) no-repeat scroll 0 10px;
	padding-left:12px;
	list-style: none
}
h2{
	color: #262625;
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	line-height:24px;
}
h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
h2 a:hover{
	color:#0077C0;
}
h3{
	color: #fff;
	font-size: 24px;
	font-weight:normal;
	margin: 0 0 1em
}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1.5em
}
/*=== Intro ===*/
.intro {
	line-height:1.3em;
	z-index:0;
}
.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 940px
}
/*=== Header ===*/
#header{
	height: 114px;
	position:relative;
	background:transparent url(images/hdr_bkgd.jpg) no-repeat 0 0;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	width: 240px;
	margin:40px 0px 40px 50px;
}
#header h1 a{
	display: block;
	height: 34px;
}
#header h1 a:hover{
	text-decoration: none
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}

.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #98ac2b;
 	color:#FFFFFF;
	font-weight:bold;
}


/*=== Navigation ===*/
/*- Nav1 -*/

/*=== Page Nav ( alternative with dropdowns) == */

#nav1 {
	font-size:13px;
	font-weight:bold;
	height:30px;
	float:right;
	display:inline;
	margin:22px 20px 0 0;
	text-transform:uppercase;
}
#nav1, #nav1 ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

ul#textnav li{
	line-height:1.25em;
	background:none !important;
	padding-left:0px;
	list-style: none
}
#nav1 a {
	display: block;
	padding: 0 10px;
	z-index: 100;
}

#nav1 li {
	float: left;
	margin: 0px;
}
#nav1 li a{
	color: #6eb43f;
	text-decoration: none
}
#nav1 li a span{
	display: inline;
	padding: 0px;
}

#nav1 li a:hover,
#nav1 li.active a, 
#nav1 li.current_page_item a{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	
}


/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 168px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
	border-top: 1px solid #F7F6F6;
}
#nav1 li ul li {
	border: 1px solid #F7F6F6;
	border-width:0 1px 1px;
	background: #FFF;
	float: none;
}

#nav1 li.current_page_item ul li a{
	background: #FFF;
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a, 
#nav1 li ul li.current_page_item a{
	background: #F6F6F6;
}

#nav1 li ul li a span,
#nav1 li ul li.active a span,
#nav1 li ul li.current_page_item a span,
#nav1 li ul li a:hover span {
	background:none !important;
	color: #000;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#nav1 li ul li a span{
	display:inline;
	height: 30px;
	padding: 0 13px 0 0
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 11px;
	color: #555555;
	width: 150px;
}

#nav1 li ul li ul li a {
	border-width:0 1px 1px 0px;
}
#nav1 li ul ul {
	margin: -31px 0 0 163px;
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

/*- Nav2 -*/
.nav2 li, .widget li{
	margin: 8px 0px 0px 19px;
	text-align:left;
}
.nav2 li a, .widget li a{
	font-weight:bold;
}
.nav2 li a:hover, .widget li a:hover{
	font-weight:bold;
	color: #0077c0;
}
/*=== All Columns ===*/
#ftrcolumns{
	width:100%;
	padding:0px;
	background:#0077c0 url(images/bkgd_stripe.gif) repeat-x 0 0;
	color:#fff;
	clear:both;
}

#ftrcolumnswrap{
	width:940px;
	margin:0px auto;
}



#columns{
	width:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	clear:both;
}

#columnswrap{
	width:940px;
	margin:0px auto;
}

/*=== Center Column ===*/
#centercol{
	float: left;
	width: 620px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 0px;
	width: 324px
}
#rightcol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span{
	background: #ceccbb;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#rightcol .widget ul, #rightcol .textwidget {
	margin: 0 0 20px;
	padding: 0px;
}

/*=== Posts ===*/
div.hr{
	float:left; width:100%; font-size:0px;line-height:0px;margin:0px 0px 20px 0px;padding:0px;border-bottom:1px solid #EBEEF0;
}
h1.hometitle{
	float:left;
	display:inline;
	padding-left:107px;
	clear:both;
	color:#0077c0;
	font-size:30px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:20px;
}
h1.inttitle{
	float:left;
	display:inline;
	width:910px;
	padding:0px 0px 20px 30px;
	clear:both;
	color:#0077c0;
	font-size:24px;
	font-weight:normal;
	line-height:38px;
	margin-bottom:0px;
	border-bottom:1px solid #ebeef0;
}
div#homeposts{
	float:left;
	width:585px;
	padding-right:30px;
	border-right:1px solid #ebeef0;
	margin-bottom:30px;
}
div#intposts{
	float:left;
	display:inline;
	width:555px;
	padding:16px 30px 0px 30px;
	border-right:1px solid #ebeef0;
	margin-bottom:30px;
}
div.homepost{
	float:left;
	width:100%;
	margin-bottom:30px;
	
}
div.intpost{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-bottom:0px;
	
}
div.homeentry{
	float:left;
	display:inline;
	width:469px;
	padding-left:20px;
	border-left:1px solid #ebeef0;	
}
div.entry a:hover{
	color:#0077C0;
}
div.entry ul{
	margin-bottom:1.5em;
}
div.postdate{
	float:left;
	width:78px;
	height:30px;
	text-transform:uppercase;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-right:8px;
	background: url(images/date_bkgd.gif) no-repeat 0 0;
	line-height:30px;
	letter-spacing:-0.07em;
}
span.postdate{
	float:left;
	width:100%;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:2px;
	text-align:left;
}
span.postdatesub{
	float:left;
	display:inline;
	width:305px;
	padding:4px 0px 4px 19px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	background:#ebeef0;
	color:#0077c0;
}
div.cmnts, div.cmnts a{
	float:left;
	width:78px;
	height:26px;
	font-size:9px;
	color:#a2a9ae;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	padding-right:8px;
	line-height:26px;
	letter-spacing:-0.07em;
}
div.intcmnts, div.intcmnts a{
	float:left;
	width:100%;
	height:26px;
	font-size:9px;
	color:#a2a9ae;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding-right:0px;
	line-height:26px;
	letter-spacing:-0.07em;
}
p.attr{
	float:left;
	width:100%;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:4px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0px;
	font-size:12px;
}
.col1 a{
	color: #555555;
	text-decoration: underline
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding-right:0px;
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
}
.col5 img{
	border: 10px solid #f6f5ed;
}
.col6{
	float:left;
	display:inline;
	padding: 30px 20px 20px 0px;
	width: 300px;
}
* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	width: 620px
}
.box .top,.box .bot{
	clear: both;
	height: 10px;
	overflow: hidden
}
.box .bot{
}
.box .spacer{
	background: #ffffff;
	height: 1%;
	padding: 15px 30px
}
/*- Box2 -*/
.box2{
	float:left;
	margin: 0px 0px 16px 0px;
	width: 324px
}
.box2 .top,.box2 .bot{
	clear: both;
	height: 10px;
	overflow: hidden
}
.box2 .bot{
}
.box2 .spacer{
	height: 1%;
	padding: 10px 25px
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot{
}
.box3 .spcr{
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	width: 940px
}
.box4 .top,.box4 .bot{
	clear: both;
	height: 10px;
	overflow: hidden
}
.box4 .bot{
}
.box4 .spacer{
	height: 1%;
	padding: 5px 25px
}
.box4 p{
	padding: 0
}
/*- Box5 -*/
.herobox{
	float:left;
	position:relative;
	margin: 0 0 30px;
	width: 940px;
	height:350px;
}

.box5{
	margin: 0 0 30px;
	width: 940px
}
.box5 .top,.box5 .bot{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5 .bot{
	background: url(images/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 25px
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	margin: 0 0 20px;
	width: 940px
}
.box6 .top,.box6 .bot{
	clear: both;
	height: 10px;
	overflow: hidden
}
.box6 .bot{
}
.box6 .spacer{
	font-size:11px;
}
#footer .box6 .spacer{
	padding: 0px 25px
}

/*- Wrapper -*/
.wrapper{
	position:absolute;
	padding:0px;
	width:940px;
	height:350px;
	z-index:1;
}
/*- Date -*/
.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 0 25px
}
#search input.keyword{
	background: #d5d3c4;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
	color: #ffffff;
	float: left;
	font-size: 11px;
	padding: 7px 5px 8px;
	width: 190px
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 a:hover{
	color:#0077C0;
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	background: url(images/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px;
}

.ltbtn-arr2{
	position:absolute;
	width: 27px;
	top:164px;
	left:15px;
	z-index:10;
}

.rtbtn-arr2{
	position:absolute;
	width: 27px;
	top:164px;
	right:15px;
	z-index:10;
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer{
	width:940px;
	margin:10px auto;
}
#footer a:hover{
	color:#0077C0;
	
}
#footer img{
	position: relative;
	vertical-align:middle
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/

.post img {	
	border:8px solid #f6f5ed;
}
.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #a4b92e;
	text-decoration: none
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 url(images/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 0px 55px;
	display:block;
}

/*=== Comments ===*/

li.comment{
	background:none;
	padding-left:0px;
	line-height:1.25em;
}
#comments_wrap{
	background:#ebeef0;
}
#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget {
	margin-bottom:20px;
}

.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(images/ico-quote.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 940px;
height: 350px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 940px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }

/*=== NAV BAR == */

ul#nav {float:left; display:inline; width:940px; list-style-type:none; padding:0px; margin:0px 0px 10px 0px; overflow:hidden;}

ul#nav li {float:left; display:inline; height:34px; line-height:34px; margin:0px; overflow:hidden; padding:0px;}
ul#nav li a {height:34px;}
ul#nav li img {margin-top:0px;}
ul#nav li.act img {margin-top:-34px;}

/*=== BUTTONS == */
a.grnbtn{float:left;clear:left;margin-top:10px;font-size:10px; font-weight:bold; text-transform:uppercase; color:#fff;line-height:24px;width:79px;height:24px;background: url(images/btn_gob.gif) no-repeat 0 0;text-align:center;cursor:pointer;}
input.grnbtn{margin-top:10px;font-size:10px;padding:0px;border:none;font-weight:bold; text-transform:uppercase; color:#fff;line-height:24px;width:79px;height:24px;background: url(images/btn_gow.gif) no-repeat 0 0;text-align:center;cursor:pointer;}



/*=== PAGINATION == */
div.pagination{float:left; height:24px; width:548px;margin-left:17px;background:#ebeef0;}
span.grnbtnprev{float:left;margin:0px;font-size:10px; font-weight:bold; text-transform:uppercase; color:#fff;line-height:24px;width:69px;height:24px;background: url(images/btn_prev.gif) no-repeat 0 0;text-align:center;cursor:pointer;border-right:1px solid #fff;}
span.grnbtnnext{float:right;margin:0px;font-size:10px; font-weight:bold; text-transform:uppercase; color:#fff;line-height:24px;width:69px;height:24px;background: url(images/btn_next.gif) no-repeat 0 0;text-align:center;cursor:pointer;border-left:1px solid #fff;}


.avatar{margin-bottom:8px;}

div#allposts{
	width:100%;
	float:left;
	margin-bottom:30px;
}
div#allposts a{
	float:left;
	display:inline;
	width:305px;
	padding:10px 0px 10px 19px;
	border-bottom:1px solid #ebeef0;
}
div#allposts a:hover{
	color:#0077C0;
	background:transparent url(images/bkgd_archive.jpg) no-repeat bottom right;
}

div.signup{
	margin:0px 0px 0px 19px; padding:0px; width:305px; height:85px; background:transparent url(images/bkgd_signup.jpg) no-repeat 0px 0px; border:none
}

input#emailsignup{
	float:left;display:inline; margin:0px 10px 0px 16px; color:#666; font-family:helvetica, arial, sans-serif;border:1px solid #d5dbdf; background:#fff; width:174px; height:19px; padding:4px 2px 0px 2px;font-size:14px;
}

input#email_address{
	float:left;display:inline; margin:0px 10px 0px 16px; color:#666; font-family:helvetica, arial, sans-serif;border:1px solid #d5dbdf; background:#fff; width:174px; height:19px; padding:4px 2px 0px 2px;font-size:14px;
}

div.subcontent{
	float:left;
	width:324px;
	border-bottom:1px solid #EBEEF0;
}

div#testimonial{float:left;display:inline;margin-top:10px;margin-left:19px;background:transparent url(images/bkgd_testimonial.jpg) no-repeat bottom left;}
div#testimonial blockquote p{float:left;display:inline;width:275px;margin:0px 15px;padding:0px;font-family:'georgia',Times New Roman,serif;font-size:12px;line-height:15px;font-style:italic;text-align:left;}
div#testimonial cite{float:left;display:inline;width:275px;margin:10px 15px;font-family:'georgia',Times New Roman,serif;font-size:12px;line-height:15px;font-style:normal;text-align:right;}


/*=== CONTACT FORM ===*/
#contactform h2{float:left;width:100%;font-size:20px;color:#0077C0;font-weight:normal;margin:0px 0px 8px 0px;padding:0px;}
#contactform form{float:left;width:100%;}
#contactform fieldset{float:left; display:inline; padding:0; margin:0px;border:0px; width:100%;}
#contactform fieldset label{clear:both; margin:4px 0; float:left; height:21px; width:100%;}
#contactform fieldset label span{display:inline; line-height:21px;width:80px;float:left;padding:0px; margin:0px;text-align:left;}
#contactform fieldset label .txt{width:278px; float:left; font-family: helvetica, arial, sans-serif; font-size:13px; color:#666;}
#contactform fieldset label .error{width:278px; float:left; font-family: helvetica, arial, sans-serif; font-size:13px; color:#666;border-color:#ff0000;}
#contactform input.inputbtn{width:auto; float:left;border:0px;padding:0px;}
#contactform .txa{width:278px; float:left; height:72px; font-family: helvetica, arial, sans-serif; font-size:13px; color:#666;overflow:auto;}

/*=== LIST PAGE ===*/
div#listhdr{float:left;width:100%;height:77px;background:transparent url(images/list_hdr_bkgd.gif) no-repeat 0 0;}
h1.listtitle{float:left;display:inline;width:210px;padding:20px 0px 0px 30px;color:#0077c0;font-size:24px;font-weight:normal;line-height:38px;margin-bottom:0px;}
div#intlist{float:left;display:inline;width:880px;padding:30px;background:transparent url(images/list_bkgd.gif) no-repeat center bottom;}

div#listleft{float:left;width:350px;}
div#listright{float:right;width:500px;}

div#listleft img.listlogo{float:left;clear:both;margin-bottom:15px;}
div#listleft h4, div#listright h4{float:left;clear:both;font-size:12px;color:#f59022;text-transform:uppercase;margin:0px;padding:0px;}
div#listleft p, div#listright p{float:left;clear:both;width:100%;font-size:13px; margin-bottom:15px;padding:0px;}
div#listleft a, div#listright a{text-decoration:none;}
div#listleft a:hover, div#listright a:hover{color:#0077c0;}
div#listleft p span.attr, div#listright p span.attr{float:left;clear:both;width:100%;text-align:right;font-size:13px; margin:10px 0px 0px 0px;padding:0px;}

ul.listlinks{float:left;clear:both; width:100%;}
ul.listlinks li a{font-weight:normal;}

div.listsubcontent{float:left;width:100%;margin:10px 0px 20px 0px;text-align:center;}
ul#listsub{float:left;clear:none; width:100%;}
ul#listsub li{display:inline;margin:0px 10px; width:auto;background:none;padding:0px;}
ul#listsub li a{font-weight:bold;background:none;padding:0px;text-decoration:none;text-transform:uppercase;}

/*=== CAROUSEL STYLES ===*/
.jcarousel-container {position:relative;}
.jcarousel-clip {z-index:2;padding:0;margin:0;overflow:hidden;position:relative;}
.jcarousel-list {z-index:1;overflow:hidden;position:relative;top:0;left:0;margin:0;padding:0;}
.jcarousel-list li,.jcarousel-item {float:left;list-style:none;background:none;padding-left:0px;width:75px;height: 75px;}
.jcarousel-next {z-index:3;display:none;}
.jcarousel-prev {z-index: 3;display:none;}

.jcarousel-skin-tango .jcarousel-container {float:left;width:672px;height:77px;overflow:hidden;}
.jcarousel-skin-tango .jcarousel-container-horizontal {}
.jcarousel-skin-tango .jcarousel-clip-horizontal {float:left;display:inline;width:602px;height:57px;margin:10px 40px;}
.jcarousel-skin-tango .jcarousel-item {width:92px;height:57px;}
li.jcarousel-item a{float:left;margin-top:0px;height:57px;}
li.jcarousel-item a:hover{margin-top:-57px;height:57px;}
li.jcarousel-item a.act{margin-top:-114px;height:57px;}
.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right:10px;}
.jcarousel-skin-tango .jcarousel-item-placeholder {}
.jcarousel-skin-tango .jcarousel-next-horizontal {position:absolute;top:26px;right:0px;width:26px;height:26px;cursor:pointer;background:transparent url(images/btn-next.gif) no-repeat 0 0;}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {}

.jcarousel-skin-tango .jcarousel-prev-horizontal {position:absolute;top:26px;left:0px;width:26px;height:26px;cursor:pointer;background:transparent url(images/btn-prev.gif) no-repeat 0 0;}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {}


table td{border:none;}
table tbody tr td, table tbody tr th {padding:5px 10px;}
table tbody tr{border-bottom:1px solid #ebeef0;}

div#newslist{float:left;width:100%;}
div#newslist img{float:left; width:120px; height:auto; margin-right:20px;}
div#newslist em{float:right; width:415px; height:auto; font-style:normal;font-size:12px;}
div#newslist a{float:right; width:415px; height:auto; margin:0px;}

a.bannerad{margin-left:19px;}


span.toolsitem{float:left;width:270px;margin-right:35px;}
span.toolsitem.last{margin-right:0px;}
span.toolsitem img{float:left;margin-right:0px;}
span.toolsitem p{float:right;width:205px;color:#000;}
div.details{display:none;}
a.detailslink{color:#000;}
a.detailslink:hover{color:#000;}
div#zoom_content .colleft{float:left;display:inline;width:240px;margin:20px 30px 20px 20px;}
div#zoom_content .colright{float:right;display:inline;width:474px;margin:20px 20px 20px 0px;}
div#zoom_content .colright h2{font-weight:normal;margin-top:0px;margin-bottom:20px;}
div#zoom_content .colright p.toolstext{width:474px;color:#000;}
div#zoom_content div.testimonial{float:left;display:inline;margin-top:10px;margin-left:19px;background:transparent url(images/bkgd_testimonial_lg.jpg) no-repeat bottom left;}
div#zoom_content div.testimonial blockquote p{float:left;display:inline;width:375px;margin:0px 15px;padding:0px;font-family:'georgia',Times New Roman,serif;color:#000;font-size:12px;line-height:15px;font-style:italic;text-align:left;}
div#zoom_content div.testimonial cite{float:left;display:inline;width:375px;margin:10px 15px;font-family:'georgia',Times New Roman,serif;color:#000;font-size:12px;line-height:15px;font-style:normal;text-align:right;}
div.refcodeinfo{float:left;width:100%;margin-top:30px;text-align:right;line-height:30px;color:#000;font-size:16px;}
div.refcodeinfo p{float:left;width:312px;padding-bottom:0px;height:40px;line-height:40px !important;}
div.refcodeinfo a.refcodebtn{float:right;}
img.toolslogo{float:left;width:240px;height:86px;margin-bottom:20px;}
div.toolsextra{float:left;width:240px;margin-bottom:20px;}
p.contactinfo{font-size:12px;color:#000;line-height:1.2em !important;}
p.contactinfo a{color:#0070c0;}
p.contactinfo a:hover{color:#6eb43f;}



