/*  
Theme Name: Gym01.1
Theme URI: http://www.webdesignlessons.com/
Description: Custom theme by http://www.webdesignlessons.com/
Version: 1.0
Author: WebDesignLessons.com
Author URI: http://www.webdesignlessons.com/


*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#3d3d3d;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#3d3d3d;
	background:#444444 /*url(images/bgr_main.png)*/ repeat-x center top;
}
#wrapper{
	background:url(images/bgr_top.png) no-repeat center top;
}
#page{
	width:1000px;
	margin:0 auto;
}
#TG25227300{
	overflow:visible;
	margin:0 0 10px 33px;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	background:#FFFFFF none repeat scroll 0 0;
}
#weather{
	width:245px;
	overflow:hidden;
	text-align:center;
	padding:10px 0 0 0;
	background:#eae9e6;
	border:1px solid #BFC1BF;
	margin:15px 0 0 0;
	float:left;
}
/* HEADER */
#header{
	width:100%;
	height:198px;
	background:transparent url(images/bgr_header3.png) repeat-x;
}
#header_top_left {
	padding:0 0 0 7px; 
	font-weight:bold; 
	text-align:center; 
	float:left;
	padding:37px 0 0 25px;	
}

#header_top_right {
	background:transparent; 
	padding: 28px 25px 0pt 0pt; 
	float:right; 
	text-align:right;
	width:500px
}

#header_top_right h3 {
	font-size:20px;	
padding:0 10px 0 0;
}

#header_top_right h4 {
padding:6px 8px 0 0;
	color:#37C22A;
font-size:18px;	
}

#header_right {
	width:600px;
	float:right;
}

#header_left {
	width:400px;
	float:left;
}
#header p{
	background:transparent url(images/quote.png) no-repeat scroll 0 0;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	height:30px;
	margin:3px 0 0 50px;
	padding:5px 0 0 2px;
	text-align:center;
	width:200px;
}
#header #logo{
	float:left;
	padding:0px 0 0 25px;
}
#header #logo a{
	display:block;
	text-indent:-9999em;
	cursor:pointer;
	background:url(images/logoblank.png) no-repeat;
	width:306px;
	height:125px;
}
#header #logo .description{
	position:absolute;
	top:-9999em;
	left:-9999em;
}
#header #logogreen{
	float:left;
	padding:37px 0 0 25px;
}
#header #logogreen a{
	display:block;
	text-indent:-9999em;
	cursor:pointer;
	background:url(images/logogreen2.png) no-repeat;
	width:306px;
	height:125px;
}
#pic_board{
	background:transparent;
	height:115px;
	margin:27px 0 0 0;
	position:relative;
	width:609px;
	float:right;
	padding:0 34px 0 0;
}
#pic_board_2{
	background:transparent;
	height:115px;
	margin:37px 0 0 -65px;
	position:absolute;
	width:609px;
	/* padding:0 34px 9px 0; */
}
/* mainmenu */
#mainmenu{
	float:right;
	height:39px;
	background:#000000;
	margin:16px 22px 0 0;
}
#mainmenu ul{
	margin: 0;
	padding:0;
	float:left;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#c3b4b3;
	font-size:12px;
	text-transform:capitalize;
	height:39px;
	background:#000000;
	overflow:hidden;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#c3b4b3;
	z-index:1000;
	padding:12px 12px 0 12px;
	height:27px;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	text-decoration:none;
	color:#313131;
	background:#37C22A;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 1px;
	padding:0;
	background:#252525;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0 0 0 1px;
	background:#252525;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #4d4c4c;
	background:#252525;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
}
#mainmenu ul li ul li a:hover, #mainmenu ul li ul li.select a{ /*sub menus hover style*/
	color:#fff;
	background:#000;
}
/* Sub level menu links style */
#mainmenu ul li ul li ul li a, #mainmenu ul li.current_page_item ul ul a, #mainmenu ul li.select ul ul a{
	border-bottom: 1px solid #4d4c4c;
	background:#252525;
}
#mainmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
	color:#fff;
	background:#000;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
/*board*/
#board{
	width:100%;
	height:187px;
	background:url(images/bgr_board_6.png) no-repeat;
	overflow:hidden;
}
#board_inner{
	width:885px;
	padding:0 0 0 96px;
}
#board h1{
	color:#fff;
	font-size:25px;
	line-height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 6px 0;
	letter-spacing:-1px;
}
#board p{
	color:#a4a5a5;
	font-size:13px;
	line-height:1.6em;
	padding:0 0 4px 0;
}
#board ul{
	width:100%;
	overflow:hidden;
	padding:53px 0 0;
}
#board li{
	float:left;
	padding:0 0 0 17px;
}
#board li img{
	float:left;
}
/* BODY */

#body{
	width:100%;
	background:#6c6f70 url(images/bgr_body2.png) repeat-x;
	overflow:hidden;
	padding:0 0 10px 0;
}
#content{
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #BFC1BF;
	float:left;
	margin:35px 0 18px 22px;
	padding:10px 22px 30px;
	width:605px;
	/* border:1px solid #e3e3e3;
	background:#f3f3f3 url(images/bgr_content.png) repeat-x; */
}
#sidebar{
	width:287px;
	float:right;
	padding:35px 22px 0 0;
}
/* post */
.post{
	width:100%;
	margin:0 0 30px 0;
}
.post .post_top{
	padding:0 0 10px 0;
	border-bottom:1px solid #c2c2c2;
}
.post .post_title{
	width:100%;
	overflow:hidden;
}
.post_title h2{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3D3D3D;
	font-weight:normal;
	margin:0 0 10px 0;
}
.post_title h2 a{
	color:#3D3D3D;
}
.post_top p{
	color:#898989;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.6em;
}
.post_author{
	background:url(images/ico_post_auth.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
.post_author a, .post_author b{
	text-decoration:underline;
	color:#37C22A;
}
.post_author a:hover{
	text-decoration:none;
}
.post_cat{
	background:url(images/ico_post_cat.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
.post_cat a{
	text-decoration:underline;
	color:#754c23;
	font-weight:bold;
}
.post_cat a:hover{
	text-decoration:none;
}
.post_comm{
	background:url(images/ico_post_comm.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
.post_comm a{
	color:#898989;
}
.post_comm b{
	color:#f26521;
}
.entry{
	line-height:20px;
	font-size:12px;
	width:100%;
	overflow:hidden;
	padding:8px 0 10px 0;
}
.entry img{
	border:3px none #333;
}
.entry p{
	padding-bottom:15px;
}
.entry strong{
	color:#000;
}
.entry p a{
	color:#37C22A;
	font-weight:bold;
	text-decoration:underline;
}
.entry p a:hover{
	text-decoration:none;
}
.entry p a.more-link{
	width:563px;
	overflow:hidden;
	padding:6px 30px 6px 10px;
	text-decoration:underline;
	font-weight:bold;
	color:#37C22A;
	border:1px solid #dadada;
	background:#ebebeb url(images/ico_more.gif) no-repeat right center;
	display:block;
	text-align:right;
	margin:14px 0 0 0;
}
.entry p a.more-link:hover{
	text-decoration:none;
}
.post-page{
}
h2.page_title{
	font-size:23px;
	color:#000;
	font-weight:normal;
	border-bottom:1px solid #c6c6c6;
	padding:0 0 8px 0;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000;
	display:block;
	font-weight:normal;
}
.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:18px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
}
/*sidebar_box*/
.sidebar_box{
	width:100%;
	overflow:hidden;
	padding: 0 0 5px 0;
}
.sidebar_box h2{
	color:#fff;
	font-size:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:7px 0 10px 20px;
	letter-spacing:-1px;
	border-bottom:7px solid #37C22A;
	background:#252525;
}
.sidebar_box_body{
	width:235px;
	overflow:hidden;
	padding:14px 24px 10px 24px;
	background:#ffffff /*url(images/bgr_sidebar_box_body.png)*/ repeat-x;
	margin:0 0 11px;
	border-bottom:2px solid #BFC1BF;
	border-left:2px solid #BFC1BF;
	border-right:2px solid #BFC1BF;
}
.sidebar_box_body_free_quotehome{

	padding:14px 2px 0px 2px;

}
#sidebar_specialities ul{
}
#sidebar_specialities ul li{
	padding:12px 0 12px 0;
	font-size:12px;
	line-height:1.3em;
	color:#252525;
	background:url(images/ico_dot.gif) repeat-x left bottom;
}
#sidebar_specialities ul li img{
	float:left;
	margin:2px 8px 4px 0;
	border:3px solid #252525;
}
#sidebar_specialities ul li.last{
	background:none;
}
#sidebar_specialities ul li a{
	background:url(images/ico_serv.gif) no-repeat left 4px;
	/* padding:2px 0 2px 20px; */
	display:block;
	color:#37C22A;
}
#sidebar_gallery ol{
	float:left;
	list-style:none;
}
#sidebar_gallery ol li{
	float:left;
	padding:0 5px 7px 0;
	list-style:none;
}
#sidebar_gallery ol li.last{
	padding:0 0 16px 0;
}
#sidebar_gallery ol li img{
	float:left;
	border:3px solid #252525;
	width:106px;
	height:69px;
}
#sidebar_gallery p{
	text-align:right;
	font-weight:bold;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar_gallery p a{
	color:#37C22A;
	text-decoration:underline;
}
#sidebar_gallery p a:hover{
	text-decoration:none;
}
/*board_home*/
#board_home{
	width:906px;
	border:2px solid #BFC1BF;
	background:#fff /* url(images/bgr_board_home.png) */;
	padding:14px 24px 14px 24px;
	margin:25px 0 24px 24px;
}
#board_home_inner{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_board_home_inner.gif) repeat-y;
}
#home_welcome{
	float:left;
	width:598px;
}
#home_welcome h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	color:#000;
	margin:0 0 10px 0;
	font-style:italic;
}
#home_welcome p{
	font-size:13px;
	line-height:1.6em;
	padding:0 0 15px 0;
	color:#313131;
}
#home_clients{
	float:right;
	width:250px;
}
#home_clients h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	color:#000;
	margin:0 0 10px 0;
}
#home_clients p, #home_clients cite{
	font-size:13px;
	line-height:1.6em;
	padding:0 0 15px 0;
	color:#313131;
	font-style:italic;
}
#home_clients cite strong, #home_clients cite a{
	color:#37C22A;
	font-weight:bold;
}
/*block_home*/
#block_home{
	width:956px;
	overflow:hidden;
	margin:0 0 0 24px;
}
#block_home #sidebar_specialities2{
	width:649px;
	float:left;
}
#block_home #sidebar_specialities2 .sidebar_box_body{
	width:597px;
	height:275px;
}
#block_home #sidebar_gallery{
	width:289px;
	float:right;
}
#block_home #sidebar_gallery .sidebar_box_body{
	width:237px;
	height:275px;
}
#sidebar_specialities2 ul{
	width:100%;
	overflow:hidden;
	padding:10px 0 10px 0;
}
#sidebar_specialities2 li{
	float:left;
	width:284px;
	padding:0 10px 0 0;
	color:#000;
	font-size:13px;
	line-height:1.5em;
}
#sidebar_specialities2 .last{
	padding:0;
}
#sidebar_specialities2 img{
	float:left;
	width:97px;
	height:97px;
	border:3px solid #252525;
	margin:0 10px 0 0;
}
#sidebar_specialities2 a{
	color:#37C22A;
	text-decoration:none;
}
#sidebar_specialities2 h3{
	font-size:13px;
}
#sidebar_specialities2 a:hover a:link a:active a:visited{
	text-decoration:none;
}
/*footer_menu*/
#footer_menu{
	width:100%;
	overflow:hidden;
	background:#252525;
	border-top:7px solid #37C22A;
	padding:20px 0 22px 0;
}
#footer_menu ul{
	text-align:center;
}
#footer_menu li{
	display:inline;
	color:#c7c4c2;
	font-size:13px;
	line-height:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/bgr_footer_menu_li.gif) no-repeat left center;
	padding:0 0 0 29px;
}
#footer_menu li.first{
	padding:0;
	background:none;
}
#footer_menu a{
	color:#c7c4c2;
}
/* FOOTER */
#footer{
	width:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0 35px;
	text-align:center;
}
#footer_right{
	text-align:center;
}
#footer ul{
	padding:0 0 14px 0;
}
#footer li{
	font-size:13px;
	color:#fff;
	/*padding:0 0 0 11px; */
	background:url(images/bgr_footer_li.gif) no-repeat left center;
	display:inline;
}
#footer li.first{
	padding:0;
	background:none;
}
#footer li a{
	color:#fff;
}
#footer p{
	font-size:13px;
	color:#fff;
}
#footer p a{
	color:#37C22A;
	text-decoration:underline;
}
#footer p a:hover{
	text-decoration:none;
}
/* Begin Typography & Colors */

#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;
	}
/* End Typography & Colors */




/* Begin 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;
	border: 3px solid #818384;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#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 Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


.navigation {
	display: block;
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
	color:#000;
	font-size:13px;
	line-height:1.8em;
	}
.navigation a{
	color:#000;
	font-size:13px;
	}
.wp-pagenavi{
	background:#f7f7f7;
	padding:10px 15px 10px 15px;
	text-align:center;
	border:1px solid #dedede;
	font-family:Arial, Helvetica, sans-serif;
}
.wp-pagenavi a {
	padding: 6px; 
	margin: 2px;
	color:#000;
}
.wp-pagenavi span.pages {
	padding: 6px; 
	margin: 2px;
	background:#636363;
	color:#fff;
}
.wp-pagenavi span.current {
	padding: 6px; 
	margin: 2px;
	background:#37C22A;
	color:#fff;
}
.wp-pagenavi span.extend {
	padding: 6px; 
	margin: 2px;
}
/* End Various Tags & Classes*/

/* Begin Lists

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

.entry ul {
	margin: 0 10px 15px 10px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#f5f5f5;
	border:1px solid #d3d3d3;
	} 

.entry ul li {
	border-bottom:1px solid #d3d3d3;
	background:url(images/ico_entry.gif) no-repeat left 14px;
	padding:12px 0 7px 25px;
	}

.entry ol {
	margin: 0 10px 15px 10px;
	padding:15px 15px 15px 40px;
	background:#f5f5f5;
	border:1px solid #d3d3d3;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #d3d3d3;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin 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 {
	width: 130px;
	}

#commentform{
	width:400px;
}

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

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0 0;
	padding:0;
	width:85px;
	height:35px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comments{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	border-bottom:1px solid #c2c2c2;
	padding:0 0 10px 0;
	margin:0 0 10px 25px;
}

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

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

.commentlist .comment {
	margin: 15px 0 0 25px;
	padding: 10px 15px 20px 15px;
	list-style: none;
	border:1px solid #bfbfbf;
	background:#f8f8f8;
	}

.commentlist .alt {
	border:1px solid #e5ded7;
	background:#efefef;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:1px solid #000;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/button_replay.gif) no-repeat;
	width:79px;
	height:20px;
}

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

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#636363;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	}
.commentmetadata a{
	color:#37C22A;
}
.commentmetadata span{
	color:#37C22A;
	font-size:20px;
}

.commentmet_text{
	font-size:13px;
	line-height:1.6em;
}

#respond{
	margin:40px 0 0 25px;
}

h3#respond_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	border-bottom:1px solid #c2c2c2;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}

#commentform{
	color:#000;
	font-size:12px;
	width:90%;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 0 0 15px;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}
#cancel-comment-reply-link{
	font-size:12px;
	color:#000;
	margin:0 0 0 15px;
	font-family:Verdana, Geneva, sans-serif;
}

#commentform a, #commentform small{
	color:#000;
}

#commentform input{
	background:#fbfbfb;
	border:3px solid #cac4c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#000;
}

#commentform textarea{
	background:#fbfbfb;
	border:3px solid #cac4c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin:5px 0 0 0;
	color:#000;
	overflow:auto;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */
/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.page_archives_div h2{
	font-size:27px;
	color:#000;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #cccccc;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:0 0 40px 0;
	font-family:Verdana, Geneva, sans-serif;
}

.page_archives_div ul li{
	margin:0px;
	padding:8px 0 8px 5px;
	list-style:none;
	border-bottom:1px solid #cccccc;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#000;
	font-size:13px;
	padding:0 0 0 15px;
	background:url(images/bgr_page_archives_div.gif) no-repeat left 2px;
}


.wpcf7{
	width:100%;
	text-align:left;
}
.wpcf7 p{
	font-size:11px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	margin:0 0 0 10px;
	font-style:italic;
}
.wpcf7 .text, .wpcf7 select{
	color:#000;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	border:2px solid #cdcdcd;
	background:#fff;
	padding:4px;
	width:280px;
}
.wpcf7 select{
	width:292px;
}
.wpcf7 textarea.text{
	width:470px;
	overflow:auto;
}
.wpcf7 input.submit{
	background:url(images/button.gif) no-repeat;
	width:85px;
	height:35px;
	display:block;
	text-indent:-9999em;
	text-transform:capitalize;
	border:0;
}

.articles{
	width:100%;
	overflow:hidden;
	padding:20px 0 0 0;
}
.articles h3{
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.articles .aka_half{
	padding:0 20px 0 20px;
	width:250px;
}
.articles ul{
	margin:0 0 20px 0;
}
.articles ul li{
	font-size:12px;
	line-height:1.4em;
	color:#000;
	background:url(images/ico_art_list.gif) no-repeat left 6px;
	padding:0 0 10px 16px;
}
.articles ul li a{
	color:#000;
}

.post_box{
	width:563px;
	background:#efefef;
	border:1px solid #d7d7d7;
	padding:20px;
	overflow:hidden;
	margin:0 0 15px 0;
}
.post_box h2{
	font-size:27px;
	line-height:1.0em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 6px 0;
	clear:both;
	width:100%;
	overflow:hidden;
}
.post_box ul{
	float:left;
	width:230px;
	padding:0 45px 0 0;
}
.post_box ul li{
	border-bottom:1px solid #d7d7d7;
	font-size:13px;
	color:#000;
	line-height:1.5em;
	padding:7px 0 7px 0;
}
.post_box ul li a{
	background:url(images/ico_ab_list.gif) no-repeat left 6px;
	display:block;
	color:#000;
	padding:0 0 0 13px;
}
.post_box ul li.last{
	border-bottom:0;
	padding:7px 0 0 0;
}
/* Begin 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 {
	width: 130px;
	}

#commentform{
	width:400px;
}

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

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0 0;
	padding:0;
	width:85px;
	height:35px;
	}
/* End Form Elements */


/* free_quote*/
#free_quote{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_sidebar_body2.png) repeat-y;
	margin:0 0 7px 0;
/*	background:#363636;
	padding:10px 14px 10px 14px; */
}
#free_quote h2{
	background:#252525 none repeat scroll 0 0;
	border-bottom:7px solid #37C22A;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:23px;
	font-weight:normal;
	letter-spacing:-1px;
	padding:7px 0 10px 20px;
}
#free_quote fieldset{
	padding:0 0 0 0px;
	border:medium none transparent;
	background:transparent;
}
#free_quote p{
 	padding:0 0 10px 0;
	width:200px;
}
#free_quote label{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#363636;
	display:block;
	margin:0 0 3px 0;
	font-style:italic;
}
#free_quote label.error{
	color:#F00;
}
#free_quote .msg{
	color:#fff;
	font-size:13px;
	padding:5px 0 0 5px;
	background:transparent;
}
.free_quote_text{
	color:#37C22A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#ffffff;
	border:2px solid #C5C3C2;
	padding:5px;
	width:186px;
	font-weight:bold;
}
select.free_quote_text{
	width:200px;
}
#free_quote .free_quote_apply{
	background:transparent url(images/apply.png) no-repeat scroll 0 0;
	width:85px;
	height:20px;
	text-align:center;
	padding:10px 0 10px 0;
	float:right;
}

/* free_quotehome*/
#free_quotehome{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_sidebar_body2.png) repeat-y;
	margin:0 0 20px 0;
/*	background:#363636;
	padding:10px 14px 10px 14px; */
}
#free_quotehome h2{
	/* border-bottom:7px solid #37C22A; */
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:23px;
	font-weight:normal;
	font-style:italic;
}
#free_quotehome fieldset{
	padding:0 0 0 0px;
	border:medium none transparent;
	background:transparent;
}
#free_quotehome p{
 	padding:0 0 10px 0;
	width:200px;
}
#free_quotehome label{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#363636;
	display:block;
	margin:0 0 3px 0;
	font-style:italic;
}
#free_quotehome label.error{
	color:#F00;
}
#free_quotehome .msg{
	color:#fff;
	font-size:13px;
	padding:5px 0 0 5px;
	background:transparent;
}
.free_quotehome_text{
	color:#37C22A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#ffffff;
	border:2px solid #C5C3C2;
	padding:5px;
	width:186px;
	font-weight:bold;
}
select.free_quotehome_text{
	width:200px;
}
#free_quotehome .free_quotehome_apply{
	background:transparent url(images/apply.png) no-repeat scroll 0 0;
	width:85px;
	height:20px;
	text-align:center;
	padding:10px 0 10px 0;
	float:right;
}

h4 {
color:#37C22A;
font-size:20px;
}

#blog_sidebar {
	background-color:#FFFFFF;
	border:thin solid #CCCCCC;
	float:right;
	margin-right:20px;
	margin-top:34px;
	padding:0 0 0 0;
	width:287px;
}

#blog_sidebar li {
	list-style-type: none;		
}

#blog_sidebar li ul li {
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	font-weight: normal;
	margin-left: 30px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#blog_sidebar h2{
	background:#252525 none repeat scroll 0 0;
	border-bottom:7px solid #37C22A;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:23px;
	font-weight:normal;
	letter-spacing:-1px;
	padding:7px 0 10px 20px;
}

.phoneRequest {
float:left;

}
