/*
Theme Name: Comfort Solutions
Theme URI: http://wordpress.org/
Description: A theme based on the current comfort solutions website.
Version: .9
Author: Matthew Green based on the css from Michael Heilemann
Author URI: http://www.matthewgreen.net/
Tags: blue, custom header, fixed width, two columns, widgets

	based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/

/* @group Myer Reset
 */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #006cb7 url(images/bg_bl.jpg) repeat-x center top;*/
	color: #333;
	text-align: center;
	background: #9acefd url(images/bg_bot.jpg) repeat-x fixed left bottom;
}

.wrapper {
	background: url(images/bg.jpg) repeat-x fixed left top;
}

#page {
	/*background-color: white;*/
	text-align: left;
}

#header {
}

#headerimg {
	margin: 7px 9px 0;
	width: 740px;
}

#content {
	font-size: 13px;
	line-height: 1.5em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
}

.widecolumn {
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: left;
}

h1 {
	font-size: 4em;
	text-align: center;/*background-image: url(images/Logo_comfort.jpg);
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	/*color: white;*/
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #1855a6;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.post p {
	margin-bottom: 15px;
	margin-right: 20px;
}

.post ul li {
 list-style:;
	list-style-type: square;
	margin-bottom: 15px;
}

.post ol li {
	list-style-type: decimal;
	margin-bottom: 15px;
}

/* @end */

/* @group Structure */

body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	/*	background-color: white;*/
	margin: 0px auto;
	padding: 0;
	width: 960px;
	border: 1px solid #959596;
	border-top: none;
	background: #fff url(images/bg_side.jpg) repeat-y scroll 179px center
}

#header {
	margin: 0 0 0 1px;
	padding: 0;
}

#headerimg {
	margin: 0;
	width: 100%;
	background: #fff url(images/csLogo.jpg) no-repeat scroll 10px 10px;
}

.post {
	margin: 0px 0 40px;
}

.post h2 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.post hr {
	display: block;
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.clearRight {
	clear: right;
}

#footer {
	padding: 1em;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer .footerList {
	border-top: 1px solid #ccc;
}

#footer .footerList li {
	display: block;
	padding: 3px;
	border-right: 1px solid #ccc;
	line-height: 1.5em;
	float: left;
}

#footer .footerList li.current_page_item a {
	font-weight: bold;
	color: #000;
}

/* @end */



/* @group Headers */

h1 {
	/*height:90px;*/
	margin: 0 0 0 -2000px;
	padding: 0px;
	display: none;
	visibility: hidden;
}

h2 {
	margin: 0px 20px 0px 0px;
	font-size: 24px;
}

.calltoaction{
	font-size: 1.5em;
	padding:0px;
	/*margin-left: 300px;*/
	float:right;
	width:380px;
	height:100px;
	background: url(images/add.jpg) no-repeat left center;
	display:block;
	}
	
.calltoaction span{
display:block;
margin-left:-1000px;
}
	
.phone {
	/*font-weight:bold;
	font-size:1.2em;
	line-height: 1.6em;*/
	display:none;
}


.description {
	float:right;
	line-height: 1.5em;
	margin-top:10px;
	padding: 10px 0px 10px 10px;
	width: 270px;
	background: url(images/bar.jpg) no-repeat scroll left center;	
}

.description h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #1655a4;
	text-align: left;
	margin-right: 0px;
}
.description h2 strong{
	font-weight: bold;
	font-size: 1.5em;
	line-height:1.2em;
	color:#000;}



.tagline {
	/*background: url(images/bgHeatingCooling.jpg) no-repeat left;*/
	background-color: #1855a6;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	clear: both;
}

.tagline ul li {
	list-style: none;
	display: block;
	float: left;
	font-size: 1.3em;
	padding: .5em;
}

/*home*/
.home { background: url(images/bg_homegr.jpg) repeat-x center bottom;
margin-left:-20px;
padding-left:20px;
position:relative;}

.appointment{
position:absolute;
right:20px;
top: 300px;}

.home h3{font-weight:normal;}

.home h2{ line-height:1.2;
padding-bottom:0px;}

.post  .home ul li{
	list-style: none!important;
	margin-right:5px;
	background: url(images/tick.jpg) no-repeat left top;
	padding: 0px 0px 0px 20px;
	line-height:1.2em
}
.aircond{
float:right;
margin-right:20px;}

#post-13 h3{margin-bottom:10px;}

#post-13 hr {margin-right:20px;
	display: block;
	color: #ccc;
	border-bottom: 1px solid #ccc;}
h2.banner23, h2.banner26, h2.banner30, h2.banner21, h2.banner32, h2.banner34, h2.banner36, h2.banner17, h2.banner19, h2.banner118 {
	margin-top: 20px;
	height: 100px;
	padding-bottom: 0px;
}

h2.banner23 span, h2.banner26 span, h2.banner30 span, h2.banner21 span, h2.banner32 span, h2.banner34 span, h2.banner36 span, h2.banner17 span, h2.banner19 span, h2.banner118 span{
	display: none;
}

/*duct sealing*/
h2.banner23 {
	background: url(images/banners/duct_sealing.jpg) no-repeat;
}

/* Carbon Monoxide */
h2.banner26 {
	background: url(images/banners/carbonMonoxide.jpg) no-repeat;
}

/* green */
h2.banner30 {
	background: url(images/banners/green.jpg) no-repeat;
}

/*geothermal*/
h2.banner21 {
	background: url(images/banners/geo_thermal.jpg) no-repeat;
}
/*testimonials*/
h2.banner32 {
	background: url(images/banners/testimonials.jpg) no-repeat;
}
/*faq*/
h2.banner34 {
	background: url(images/banners/faq.jpg) no-repeat;
}
/*contact us*/
h2.banner36 {
	background: url(images/banners/contactus.jpg) no-repeat;
}

/*why choose us*/
h2.banner17 {
	background: url(images/banners/why.jpg) no-repeat;
}
/* products*/

h2.banner19 {
	background: url(images/banners/products.jpg) no-repeat;
}

h2.banner118
 {
	background: url(images/banners/services) no-repeat;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 20px 0 0;
	font-size: 1.5em;
}

h3.comments {
	padding: 0;
	margin: 20px auto 20px;
}

h4 {
	padding: 0;
	margin: 20px 0 0;
	font-size: 1.2em;
}

/* @end */


/* @group Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
}

/* @end */




/* @group Lists */

/* Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* @end */



/* @group Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
}

.entry form {
	text-align: left;
}

.entry form li {
	list-style: none;
}

.entry form li label {
}

.entry form li.checkbox label {
}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* @end */

/* @group Comments */

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* @end */


/* @group Sidebar */

#sidebar {
	float: left;
	padding: 10px 0px 0px 10px;
	width: 204px;
}

#sidebar form {
	margin: 0;
}

.narrowcolumn {
	margin:0 0 0 220px;
	padding:0 0 20px 0px;
	width: auto;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	display: block;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	padding: .5em 0em .5em 1em;
	border: none;
	border-bottom: 1px solid #ced0d2;
	font-size: 12px;
	margin: 0em;
	font-weight: bold;
	width: 175px;
}

#sidebar ul li.logo {
	text-align: center;
	padding-right: 40px;
	display: block;
}

.ie7 #sidebar ul li a {
}

#sidebar ul li a.over {
	background-color: #efefef;
	text-decoration: none!important;
	cursor: pointer;
}

#sidebar ul li.current_page_item a {
	font-weight: bold;
	display: block;
	background: #1855a6 url(images/arrow_2.jpg) no-repeat right center;
	color: #fff;
	width:194px;
	border: none!important;
}

#sidebar img {
	margin: 5px 0px;
}

#sidebar ul li a.Green {
	color: #588d1d;
}

#sidebar ul li.current_page_item a.Green {
	color: #a1ff9e;
	background: #588d1d url(images/arrow_2_gr.jpg) no-repeat right center;
}

/* @end */

/* @group Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* @end */

/* @group Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* @end */

/* @group Captions */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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

/* @end */

/* @group Pages */

.entry {
	background: url(images/bg_entry.jpg) repeat-x center top;
	margin-right: 20px;
}

/* @group home */

.announcement {

	display: block;
	width: auto;
	position:relative;
	background: url(images/bg_announce_2.jpg) repeat-x center bottom;
}

.ie7 .announcement, .ie6 .announcement, .tagline {
	height: 100%;
}

.whoWeAre {
	border-left:1px solid #CCCCCC;
	float:right;
	font-size:1em;
	line-height:1.3em;
	width: 250px;
	margin:0em;
	background: #1754a4 url(images/bg_announce.jpg) repeat-x center bottom;
	color: #fff;
	font-weight: bold;
	padding: 1em;
	height: 200px;
}

.home .post h2{
	margin-top: 20px;
	padding-top: 0px;
}

.home .post .announcement h2{
	margin-top: 20px;
}
/* @group Rotating posts */

/*
CSS Name: Rotating Posts Default Theme
Description: For Rotating Posts plugin with WordPress Default Theme
Author: Mark Inderhees
Version: 1.1

This can be used as a template for your own personal Rotating Posts Theme
*/

div#rp_frame
{
	margin: 0px 0 0 0;
	padding: 0px;
	height: 200px;
	width: 450px;
	
}
.ie6 div#rp_frame{
	width: 420px;
}

div.rp_post
{
	height: 200px;
	width: 450px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color:#fff;
}

.ie6 div.rp_post
{
	width: 430px;

}


div.rp_post h2
{
	margin: 0;
}

div.rp_post_title
{
}

div.rp_post_time_author
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #ccc;
	margin: 0 0 5px 0;
}

div.rp_post p.rp_post_metadata
{
	color: #777;
	margin: 0;
	padding: 0;
}
div.rp_post p{
	margin: 0px;
}

div#rp_nav
{
position:absolute;
bottom:0px;
left:0px;
}

div#rp_nav a
{
	cursor: pointer;
	text-decoration: none;
}

div#rp_nav #rp_nav_arrows
{
	
	padding: 0 15px 0 0;
}

div#rp_nav #rp_nav_arrows a.rp_nav_button:hover
{
	/*color: #b85b5a;*/
}

div#rp_nav #rp_nav_arrows a#rp_nav_left
{
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause
{
}

div#rp_nav #rp_nav_arrows img
{
}

div#rp_nav #rp_nav_arrows span.rp_nav_arrow_text
{
	padding: 2px 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	border-bottom: none;
}

div#rp_nav #rp_nav_arrows span.rp_nav_arrow_text:hover
{
	background-color: #666;
	color: #fff;
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause img#rp_nav_pause_normal
{
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause img#rp_nav_pause_pressed
{
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause span#rp_nav_pause_normal
{
}

div#rp_nav #rp_nav_arrows a#rp_nav_pause span#rp_nav_pause_pressed
{
	/*color: #b85b5a;*/
	background-color: #ddd;
}

div#rp_nav #rp_nav_arrows a#rp_nav_right
{
}

div#rp_nav #rp_nav_thumbnails
{
line-height: 1.5em;


}

div#rp_nav #rp_nav_thumbnails a
{	
}


div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_on
{

	border: solid 1px #666;
	background-color: #efefef;
	padding: 2px 5px;
	width: 10px;
	border-bottom: none;

}

div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_on:hover
{
	background-color: #000;
	color: #fff;
}

div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_off
{
	
	border: solid 1px #ccc;
	padding: 2px 5px;
	width: 10px;
	background-color: #fff;
	border-bottom: none;
	
}

div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_off:hover
{
		background-color: #666;
	color: #fff;
}


/* @end */

/* @end */

/* @group contact */
.wpcf7-form input{
	
}

.rightContact{
	float: right;
	border-left: 1px solid #ccc;
	width: 300px;
	padding-left: 40px;
	height: 400px;
}


.rightContact h3 {
margin:0px 0 0;
padding:0;
}

.submit input{
	padding: 10px;
	font-weight: bold;
	font-size: 1.5em;
}


/* @end */

/* @group about */

.zipCode{
	border: 1px solid #ccc;
}

.zipCode th{
	background-color: #333;
	color: #efefef;
	padding: 5px;
	text-align: center;
}

.zipCode td{
border: 1px solid #ccc;
border-collapse: collapse;
padding: 5px;
vertical-align: top;

}

/* @end */

/* @group ng gallery */

.ngg-galleryoverview .before {
	padding-right:90px;
	background: url(images/arrow.jpg) no-repeat right center;
}

.ngg-galleryoverview .after strong, .ngg-galleryoverview .before strong {
	font-size: 1.4em;
	display: block;
	text-align: left;
	Margin:1em 0em -6px .5em
}

.green h2 a {
	background: url(images/greencolling.jpg) no-repeat left bottom;
	padding: 0px 20px 20px 100px;
	color: #588d1d;
	display: block;
	font-size: 1em;
	height: 60px;
	border: 1px solid green;
}

.green h2 a em {
	font-size: .7em;
	color: #000;
}

/* @end */



/* @end */

/* @group ui tabs */






.ui-tabs-nav {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}

.ui-tabs-nav ul {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-tabs-nav li {
	/*resets*/margin: 0!important;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border: none;
	list-style-type: none!important;
}

.ui-tabs-nav li a {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	line-height: 1.2em;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding:.5em;
	border: 1px solid #ccc;
	white-space: normal;
	height: 35px;
	width: 95px;
	text-align: center;
	color: #333;
	background: url(images/bg_announce_2.jpg) repeat-x center bottom;
}

.ui-tabs-nav li a:hover {
	background: #dadada;
	background-color: #efefef;
	color: #212121;
}

.ui-tabs-nav li.ui-tabs-selected a{
	border-bottom: 1px solid #fff!important;
	background: #fff;
	margin-bottom: -1px;
	color: #000;
}

.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff;
	
}

.ui-tabs-panel {
	/*resets*/margin: -1px 0 0 0 ;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	clear:left;
	background: #ffffff;
	color: #222222;
	padding: 0em;
	font-size: 1em;
}
.ui-tabs-panel h3{padding-top: 10px;
padding-left:30px}

.post .ui-tabs-panel ul{
	list-style: ;
	list-style-type: disc!important;
		margin-left: 20px;
		
	list-style-type: disc!important;
}
.post .ui-tabs-panel li{
	float: none;
	display: block;
	list-style: disc!important;
	margin-left: 20px;
	padding: .5em 1em;
	list-style-type: disc!important;
}

.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
	
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
	
}

.ui-accessible-hidden {
	position: absolute;
	left: -99999999px;
}

/*reset styles*/
.ui-reset {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

/*clearfix class*/
.ui-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui-clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .ui-clearfix {
	height: 1%;
}

.ui-clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */



/* @end */
