/*  
Theme Name: om orange
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 

*/
/* Css reset */
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;
}
fieldset{
	border:0;
}
a,a:link{
	color:#000;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	/* Preloaded */
	position:relative;
	background:#f7941c url(images/bgr_main.png) repeat-x;
	color:#000;
	font:62.5% Arial, Helvetica, sans-serif;
}
.skiplink{
	display:none;
}
.wrapper{
	margin:0 auto;
	width:980px;
}
/*make_reservations*/
#make_reservations{
	position:absolute;
	margin:84px 0 0 690px;
}
/* header */
#header{
	width:100%;
	height:115px;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#header .slogan{
	float:right;
	color:#fff;
	font-size:28px;
	line-height:1.3em;
	padding:39px 0 0 0;
}
#header .slogan span{
	color:#f9e43f;
}
/*header_logo*/
#header_logo{
	padding:27px 0 0 48px;
	float:left;
}
#logo{
	font-size:3.7em;
	font-weight:bold;
	color:#fff;
}
#header_logo p{
	text-align:right;
	color:#000;
	font-size:1.7em;
	line-height:1.3em;
}
/* menu */
#menu{
	width:100%;
	height:50px;
	background:url(images/bgr_menu.png) no-repeat;
	overflow:hidden;
}
#menu ul{
	float:left;
	padding:16px 0 0 10px;
}
#menu li{
	float:left;
	background:url(images/bgr_menu_li.png) no-repeat right center;
	padding:0 20px 0 22px;
}
#menu .last{
	background:none;
	padding:0 0 0 22px;
}
#menu a{
	text-transform:uppercase;
	color:#fff;
	font-size:1.3em;
	font-family:Tahoma, Geneva, sans-serif;
}
/* board */
#board{
	width:100%;
	height:230px;
	background:url(images/bgr_board.png) no-repeat;
	overflow:hidden;
}
#board_inner{
	padding:38px 0 0 374px;
}
#board h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:2.6em;
	line-height:1.3em;
	width:344px;
}
#board h2 span{
	color:#961116;
}
#board p{
	font-size:1.2em;
	line-height:1.3em;
	padding:5px 0 0 0;
}
#board p a{
	text-decoration:underline;
}
#board p a:hover{
	text-decoration:none;
}
/* body */
.body{
	width:100%;
	background:#fff url(images/bgr_body.png) repeat-x;
	overflow:hidden;
	padding:14px 0 0 0;
}
.content{
	float:left;
	width:660px;
	padding:12px 0 0 38px;
}
.home .content{
	float:left;
	width:672px;
	padding:12px 0 0 31px;
}
.sidebar{
	float:right;
	width:239px;
	padding:0 10px 0 0;
}
.content_wide{
	width:919px;
	overflow:hidden;
	padding:10px 0 0 35px;
}

/* left contact */

.post{
	width:100%;
	margin:0 0 40px 0;
}

.post-top{
	width:100%;
	overflow:hidden;
}
.home .post-top{
	padding:0 0 14px 0;
}

.post-top h2{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 8px 0;
	background:url(images/ico_dotted_line.gif) no-repeat bottom left;
}
.post-top h2 a{
	color:#000;
}
.home .post-top h2{
	background:none;
	padding:0;
	font-style:italic;
}
.home .post-top h3{
	font-size:20px;
	color:#7f7f7f;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.entry{
	line-height:1.6em;
	font-size:13px;
	margin:12px 0 0 0;
}

.entry p{
	padding-bottom:15px;
}

.entry a{
	color:#db4b1c;
	text-decoration:underline;
	font-weight:bold;
}
.home .entry a{
	color:#000;
}

.entry a:hover{
	text-decoration:none;
}

.home .entry strong{
	color:#ed5f20;
}
.home .entry strong.red{
	color:#9d080d;
}

.post-page{
	width:100%;
}

h2.page_title{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 8px 0;
	background:url(images/ico_dotted_line.gif) no-repeat bottom left;
}

.post-page .entry{
}

.post-page .entry a{
	text-decoration:underline;
	font-weight:bold;
	color:#ed5f20;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.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;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.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:22px;
	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;
} 

.content .title{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:2.8em;
	margin:0 0 16px 0;
}
.title_green{
	color:#2bac2b;
}
.text{
	font-size:1.3em;
	line-height:1.5em;
	padding:0 0 16px 0;
}
.text strong{
	color:#2bac2b;
}
.text a{
	text-decoration:underline;
	font-weight:bold;
}
.text a:hover{
	text-decoration:none;
}

/* right content */

#main_search{
	width:237px;
	height:31px;
	overflow:hidden;
	border:1px solid #d3d3d3;
	background:url(images/bgr_main_search.png) no-repeat;
	margin:0 0 11px 0;
	z-index:100;
	position:relative;
}
#search_val{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:none;
	border:0;
	color:#b0b0b0;
	width:193px;
	margin:6px 5px 0 0;
}
#search_sub{
	float:left;
}
#searchform_top{
	float:left;
	padding:3px 0 0 10px;
}

.sidebars{
	width:100%;
	background:url(images/bgr_sidebars.png) repeat-y;
	margin:0 0 11px 0;
	font-size:13px;
}
.sidebars_top{
	width:100%;
	background:url(images/bgr_sidebars_top.png) no-repeat;
}
.sidebars_end{
	width:207px;
	background:url(images/bgr_sidebars_end.png) no-repeat left bottom;
	padding:12px 16px 10px 16px;
}
.sidebars h2{
	font-size:18px;
	color:#f26522;
	text-transform:capitalize;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	padding:0 0 10px 0;
}
.sidebars ul{
}
.sidebars ul li{
	border-bottom:1px solid #d8d8d8;
	padding:6px 0 6px 5px;
}
.sidebars ul li:last-child{
	border-bottom:0;
}
.sidebars ul ul{
	margin:0 0 0 15px;
}
.sidebars ul li ul li{
	border-bottom:0;
}
.widget_categories a, .widget_pages a, .widget_archives a, .linkcat a{
	background:url(images/ico_sidebar_a.gif) no-repeat left 4px;
	padding-left:12px;
}
.sidebars_logos ul li{
	border-bottom:0;
	padding:6px 0 6px 0;
}
.sidebars_logos img{
	display:block;
	border:3px solid #dcdcdc;
	width:191px;
	margin:0 auto;
}
/*contact_map*/
.contact_map{
	text-align:center;
	padding:60px 0 40px 0;
}
/*content_wide*/
.content_wide .title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.8em;
	font-style:italic;
	font-weight:normal;
	color:#d00406;
	padding:0 0 12px 0;
}
/*contact_box*/
#contact_box{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_contact_box.png) no-repeat;
	padding:30px 0 0 0;
}
.clear{
	clear:both;
}
/*contact_form*/
#contact_form{
	width:375px;
	float:left;
	padding:0 0 0 76px;
}
#contact_form .row{
	width:100%;
	overflow:hidden;
	padding:0 0 12px 0;
}
#contact_form .row label{
	float:left;
	width:75px;
	font-size:1.2em;
	line-height:1.3em;
	padding:4px 0 0 0;
}
#contact_form .row span.dot{
	float:left;
	width:17px;
	font-size:1.2em;
	line-height:1.3em;
	padding:4px 0 0 0;
}
.wpcf7-form-control-wrap{
	float:left;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	clear:both;
	display:block;
	width:200px;
}
#contact_form .row input, #contact_form .row textarea{
	width:241px;
	padding:5px;
	background:#fff;
	border:1px solid #c5c5c5;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
#contact_form .row textarea{
	overflow:auto;
	height:166px;
	margin:0;
}
#contact_form .submit{
	padding:0 0 0 91px;
}
#contact_form .submit input{
	display:block;
	cursor:pointer;
	text-indent:-9999em;
	background:url(images/btn_submit.png) no-repeat;
	text-transform:capitalize;
	width:123px;
	height:38px;
	padding:0;
	margin:0;
	border:0;
}
/*contact_info*/
#contact_info{
	float:right;
	width:328px;
	padding:0 20px 0 0;
}
#contact_info p{
	font-size:1.3em;
	line-height:1.5em;
	padding:0 0 16px 0;
}
/*home_phone*/
#home_phone{
	background:url(images/bgr_home_phone.png) no-repeat;
	width:226px;
	height:133px;
	margin:0 0 11px 0;
	padding:10px 0 0 13px;
}
#home_phone .note{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1.3em;
}
#home_phone .free{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1.3em;
	color:#f26621;
	padding:2px 0 2px 0;
}
#home_phone .phone{
	font-size:2.1em;
	line-height:1.3em;
}
#home_phone .help{
	font-size:1.4em;
	line-height:1.3em;
	color:#654f37;
	padding:14px 0 0 0;
}
/* menu */
#footer_menu{
	width:100%;
	height:105px;
	background:url(images/bgr_footer_menu.png) no-repeat;
	overflow:hidden;
}
#footer_menu ul{
	text-align:center;
	padding:73px 0 0 0;
}
#footer_menu li{
	font-size:1.2em;
	color:#fff;
	display:inline;
}
#footer_menu a{
	color:#fff;
	font-weight:bold;
}
/* footer */
#footer{
	width:100%;
	padding:15px 0 30px 0;
}
#footer p{
	text-align:center;
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 5px 0;
}
#footer p a{
	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 {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	margin: 0 0 2px 15px;
	}

.alignleft {
	float: left;
	margin: 0 15px 2px 0;
	}
/* 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 10px 0;
	overflow:hidden;
	color:#000;
	}

.navigation a{
	color:#000;
	font-size:13px;
	text-decoration:underline;
	}
.navigation a:hover{
	text-decoration:none;
	}
/* 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 25px 5px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#f7f7f7;
	border:1px solid #ebebeb;
	} 

.entry ul li {
	border-bottom:1px solid #c6c6c6;
	background:url(images/entry_before.gif) no-repeat left 13px;
	padding:6px 0 6px 11px;
	display:block;
	}

.entry ol {
	margin: 0 10px 25px 5px;
	padding:15px 15px 15px 40px;
	background:#f7f7f7;
	border:1px solid #ebebeb;
	}

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

.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: 0;
	width:65px;
	height:25px;
	}
/* End Form Elements */



/* Begin Comments*/

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

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

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

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

.commentlist .alt {
	background:#fff;
	}

.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:2px solid #868686;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
	text-align:right;
}
.commentmet_replay a{
	text-decoration:underline;
}
.commentmet_replay a:hover{
	text-decoration:none;
}

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

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

.commentmet_text{
	font-size:12px;
}

#respond{
	margin:40px 15px 0 30px;
	padding-bottom:60px;
}
.cancel-comment-reply small{
	font-size:12px;
}

h3#respond_title{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 20px 0;
}

#commentform{
	margin-left:55px;
	color:#000000;
	font-size:12px;
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}

#commentform a{
	color:#000000;
}

#commentform input{
	background:#f7f7f7;
	border:1px solid #ebebeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	color:#000000;
}

#commentform textarea{
	background:#f7f7f7;
	border:1px solid #ebebeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	margin:5px 0 0 0;
	color:#000000;
}

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

/* End Comments */

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

.ar_panel{
}

.ar_panel3{
}

.page_archives_div h2{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 8px 0;
	background:url(images/ico_dotted_line.gif) no-repeat bottom left;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:10px 0 40px 0;
	padding:0px;
}

.page_archives_div ul li{
	margin:0px;
	padding:7px 0 8px 5px;
	list-style:none;
	background:url(images/ico_dotted_line.gif) no-repeat bottom left;
}

.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;
	background:url(images/page_archives_div_a.gif) no-repeat left 2px;
	padding:0 0 0 14px;
}

/**************************************************************/
/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    ACCESSITES.CSS made by Mike Cherim - http://green-beast.com 
   Designed and built to work with the Accessites WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 100%;
  position:relative;
  top:-30px;
}

#gb_form_div p {
  margin-left : 12px;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #4b4b4b;
  text-decoration:none;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #4b4b4b;
  text-decoration : none;
  background-color : #fff;
}

#gb_form_div fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, legend, #gb_form dt { 
  font-weight : bold; 
  color : #4b4b4b;
}

#gb_form legend {
  margin-left : -10px;
  padding-top : 5px;
}

* html #gb_form legend {
  margin-left : -5px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #4b4b4b;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 10px;
}

* html #gb_form legend#mainlegend {
  margin-left : -5px;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : .7em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.2em;
  color : #4b4b4b;
  width : 97%;
}

#gb_form_div .main_formhead {
  margin-left : -35px;
}

#gb_form_div label { 
  color : #7f7f7f; 
  margin-top : 5px;
  margin-left : 30px;
}

input.short, input.med, select.med, textarea.textbox, textarea { 
  color : #000; 
  padding : 6px; 
  border:0;
  background-color : #eae2cd;
  width : 50%;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  height : auto;
  margin:0 0 5px 30px;
}

input.short {
  width : 7%;
}

#gb_form_div textarea.textbox, #gb_form_div textarea { 
  width : 90%;
  height : 220px;
  line-height : 1.5em;
}

select.med {
  width : 60%;
}

input.checkbox {
  cursor : default;
  background : transparent;
  color : #cc6633;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 14px;
  height : 14px;
}

input.button {
	background:url(images/comm_sub.gif) no-repeat;
	display:block;
	border:0;
	text-indent:-9999px;
	text-transform:capitalize;
	width:65px;
	height:25px;
}

.content #gb_form input.button {
  margin : 15px 5px 25px 5px;
  padding : 2px 15px 2px 15px;
}

* html .content #gb_form input.button {
  margin-left : -5px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cc0000;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #cc6633;
}

small.whythis{ 
  font-size : 10px; 
  text-decoration : none;
  color : #333;
}
small.whythis a { 
  color : #333;
  text-decoration:none;
}
small.whythis a span{ 
  color : #fff;
}
small.whythis a:hover span{
  background:#000;
}

p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : 0.75em;
  letter-spacing : .0001em;
  color : #666;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #339999;
}

#gb_form_div ul {
  margin : 10px 10px 20px 10px;
}

#gb_form_div ul li {
  list-style-type : none;
  margin : 0 10px 0 20px;
}


/* End ACCESSITES CSS */

.wp-email{
	font-size:11px;
}
.wp-email p{
	width:100%;
	overflow:hidden;
}
.wp-email p label{
	text-align:left;
	padding:0;
}
.wp-email p input, .wp-email p textarea{
  color : #ccc; 
  padding : 6px; 
  border:0;
  background-color : #7f7f7f;
  width : 50%;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  height : auto;
  margin:0;
}
.wp-email p textarea{
	width : 90%;
	height:200px;
}
#imageverify{
	margin:0 0 0 15px;
}
#wp-email-button input{
	background:url(images/comm_sub.gif) no-repeat;
	display:block;
	border:0;
	text-indent:-5000px;
	text-transform:capitalize;
	width:65px;
	height:25px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*estimate*/
#estimate{
	width:100%;
	background:url(images/bgr_estimate.png) repeat-y;
	margin:0 0 10px 0;
}
#estimate_top{
	width:100%;
	background:url(images/bgr_estimate_top.png) no-repeat;
}
#estimate_end{
	width:213px;
	background:url(images/bgr_estimate_end.png) no-repeat left bottom;
	padding:12px 13px 0 13px;
}
/*zapatec*/
#estimate_end #zapatec a{
	text-indent:-9999px;
	position:absolute;
}
#estimate h2{
	width:168px;
	height:46px;
	text-indent:-9999px;
	position:relative;
	overflow:hidden;
	display:block;
	background:url(images/tit_estimate.png) no-repeat;
	font-size:1.4em;
}
#estimate p{
	padding:10px 0 0 0;
	width:100%;
	overflow:hidden;
}
.estimate_val{
	width:200px;
	padding:5px;
	font-size:1.2em;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #d6d6d6;
	background:#f8f8f8;
}
select.estimate_val{
	width:210px;
}
.estimate_val_error{
	color:#F00;
}
#estimate .estimate_sub{
	text-align:right;
	padding:15px 0 20px 0;
}
#trigger{
	position:relative;
	top:2px;
	float:left;
}
#fe_date{
	width:165px;
	margin:0 5px 0 0;
	float:left;
}
/*home*/

#index_info{
	width:672px;
	background:url(images/bgr_index_info.png) no-repeat;
	overflow:hidden;
	padding:5px 0 40px 0;
}
.index_info_item{
	float:left;
	width:201px;
	padding:0 1px 0 17px;
}
.index_info_item h2{
	font-size:1.9em;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #c1cabe;
	background:url(images/ico_our_locations.png) no-repeat left center;
	padding:22px 0 13px 44px;
}
#our_coupons h2{
	background:url(images/ico_our_coupons.png) no-repeat left center;
	padding:22px 0 13px 61px;
}
#free_estimate h2{
	background:url(images/ico_free_estimate.png) no-repeat left center;
	padding:22px 0 13px 39px;
}
.index_info_click{
	text-align:center;
	padding:15px 0 0 0;
}
/*our_locations*/
#our_locations ul{
	padding:0 0 0 3px;
}
#our_locations li{
	background:url(images/ico_dotted.gif) repeat-x bottom;
	padding:9px 0 9px 0;
}
#our_locations li.last{
	background:none;
}
#our_locations h3{
	color:#9d080d;
	font-size:1.3em;
}
#our_locations p{
	font-size:1.3em;
}
#our_locations p a{
	text-decoration:underline;
	color:#ed1c24;
}
#our_locations p a:hover{
	text-decoration:none;
}
/*our_coupons*/
#our_coupons p{
	width:95%;
	overflow:hidden;
	font-size:1.3em;
	padding:25px 0 25px 5px;
}
#our_coupons p img{
	float:left;
	margin:0 10px 0 0;
}
/*free_estimate*/
#free_estimate strong{
	font-size:1.3em;
	line-height:1.6em;
	padding:5px 0 0 5px;
	display:block;
}
#free_estimate ul{
	padding:0 0 0 5px;
}
#free_estimate li{
	font-size:1.3em;
	line-height:1.6em;
	background:url(images/ico_arrow.gif) no-repeat left 8px;
	padding:0 0 0 10px;
}
/*index_about*/
#index_about{
	width:641px;
	background:url(images/bgr_index_about.png) no-repeat;
	overflow:hidden;
	padding:10px 16px 0 15px;
}
#index_about h2{
	font-size:2.4em;
	line-height:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	background:url(images/ico_pensil.png) no-repeat left center;
	padding:5px 0 5px 62px;
}
#index_about .index_about_green{
	color:#9d080d;
}
#index_about .index_about_title{
	font-size:0.8em;
	display:block;
}
#index_about ul{
	width:100%;
	overflow:hidden;
	margin:17px 0 0 0;
}
#index_about h3{
	width:621px;
	background:#feebe0;
	padding:10px;
	overflow:hidden;
	font-size:1.2em;
}
#index_about h3 a{
	float:left;
	display:block;
	cursor:pointer;
}
#index_about h3 span{
	float:right;
	display:block;
	cursor:pointer;
}
#index_about h3 span img{
	float:right;
	margin:0 1px 0 0;
}
#index_about .text{
	font-size:1.2em;
	line-height:1.5em;
	padding:6px 0 18px 4px;
}
#index_about .text a{
	color:#f7941c;
}
#index_about_more{
	text-align:right;
	border-top:2px solid #f7941c;
}
#index_about_more .text{
	font-weight:bold;
	padding:5px 0 0 0;
}
#index_about #index_about_more .text a{
	color:#000;
}
