#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */

/* Quick Reset */
body,ol,img,form,p,h1,h2,h3,h4,h5,h6,blockquote {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-weight: normal;
}


body {
	text-align: center;
	font: 11px verdana, helvetica, arial, serif;
	color: #333232;
	margin-top: 15px;
}

img, div, input { 
	border: none; 
	outline: none;
}

p { 
  margin: 0;
  padding: 0;
  line-height: 14px;
}

#willingcott-section p {
    padding-bottom: 10px;
}

h1 {
	/*color:#036401;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

#search_head_will h2
{
	font-size: 18px;
	padding-bottom: 10px;
}

h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

h6 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}

h6 img {
	vertical-align: middle;
}

h3 a {
	font: inherit; 
	outline: none;
	color: #42ad05;

}

h3 a:link {
	text-decoration: none;
	color: #42ad05;
}

h3 a:visited {
	text-decoration: none;
	color: #42ad05;
}

h3 a:hover {
	text-decoration: none;
	color: #000;
}

h3 a:active {
	text-decoration: none;
	color: #42ad05;
}


a {
	font: inherit; 
	outline: none;
}

a {
	font: inherit; 
	outline: none;
}

a:link {
	text-decoration: none;
	color: #42ad05;
}

a:visited {
	text-decoration: none;
/*	color: #42ad05;*/
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
}

a.green {
	font: inherit; 
	outline: none;
}

a.green:link {
	text-decoration: none;
	color: #67e910;
}

a.green:visited {
	text-decoration: none;
	color: #67e910;
}

a.green:hover {
	text-decoration: none;
	color: #000;
}

a.green:active {
	text-decoration: none;
}

a.black {
	font: inherit; 
	outline: none;
}

a.black:link {
	text-decoration: none;
	color: #000;
}

a.black:visited {
	text-decoration: none;
	color: #000;
}

a.black:hover {
	text-decoration: none;
	color: #42ad05;
}

a.black:active {
	text-decoration: none;
}


a.dgreen {
	font: inherit; 
	outline: none;
}

a.dgreen:link {
	text-decoration: none;
	color: #42ad05;
}

a.dgreen:visited {
	text-decoration: none;
	color: #42ad05;
}

a.dgreen:hover {
	text-decoration: none;
	color: #000;
}

a.dgreen:active {
	text-decoration: none;
}

a.dgrey:link {
	text-decoration: none;
	color: #7b8079;
}

a.dgrey:visited {
	text-decoration: none;
	color: #7b8079;
}

a.dgrey:hover {
	text-decoration: none;
	color: #000;
}

a.dgrey:active {
	text-decoration: none;
}

a.pink, a.pink:visited {
	color: #fd34f6;
}

li {
	margin-bottom: 3px;
}

ul {
	list-style-type: none;
}

.cleardiv {
	clear: both;
}

.bot {
	margin-bottom: 10px;
}

.red {
	color: #ff0000;
}

.green {
	color: #42ad05;
}

.light_green {
	color: #6CD30A;
}

.light_grey {
	color: #818899;
}

.lighter_grey {
	color: #b1b1b1;
}



.small {
	font-size: 9px;
}

.no_bold {
	font-weight: normal;
}

.small_h1 {
	font-size: 12px;
}

/****************page layout******************/

#main_container {
margin-left:auto;
margin-right:auto;
width:1000px;
}

#header {
background:url("../images/head_bg.jpg") no-repeat scroll left top #FFFFFF;
height:280px;
padding-bottom:2em;
width:1000px;
}

#header img {
	border: 1px solid #9ca0a3;
}

/*#header_container {
float:left;
margin-top:97px;
padding-left:10px;
}*/

/*#header_container h1 {
color:#6CD30A;
font-size:14px;
font-style:italic;
font-weight:bold;
padding-left:14px;
}*/
#head-pics img {
	width: 998px;
}
#head-pics {
clear:both;
position:relative;
}
#head-pics h1 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	left:0;
	padding-left:20px;
	padding-top:15px;
	position:absolute;
	top:0;
	z-index:2;
}

#head-pics .pics {
	z-index: 1;
	left: 0px;
	top: 0px;
	position: absolute;
}
/****************top nav******************/

#tn_container {
float:right;
height:21px;
padding-top:97px;
}

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

.t_nav li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}

.t_nav li.last {
	border-right:1px solid #9ca0a3;
}

.t_nav li a {
background:url("../images/tn_bg_rep.jpg") repeat-x scroll left top transparent;
border-left:1px solid #9CA0A3;
color:#000000;
display:inline-block;
height:13px;
padding:4px 17px;
text-decoration:none;
}

.t_nav li a:hover {
	background-position: 0 -23px;
}

div.hr {
	background: #fff url('../images/greenline.jpg') repeat-x scroll center bottom; 
	height: 30px;
	margin: 10px;
}

div.hr_sml {
	background: #fff url('../images/greenline.jpg') repeat-x scroll center 2px; 
	height: 10px;
	margin: 0px 10px;
}

div.hr_sml_l2 {
	background: #fff url('../images/greenline.jpg') repeat-x scroll center 2px; 
	height: 10px;
	width: 83%;
	
}

div.hr span.left {
	float: left; 
	margin-left: 10px;
}

div.hr span.right {
	float: right; 
}

div.hr hr, div.hr_sml hr, div.hr_sml_l2 hr {
	display: none
}

/****************left col******************/

#left_container {
color:#6CD30A;
float:left;
text-align:left;
width:230px;
}

#left_container_inner {
padding-right:15px;
}

#left_container p {
	font-weight: bold;
	margin-bottom: 5px;
}

.src_left {
margin-bottom:5px;
width:190px;
}

#src_1 {
background:url("../images/src_1_bg.jpg") no-repeat scroll left top transparent;
border-color:-moz-use-text-color #6CD30A;
border-style:none solid;
border-width:0 1px;
padding:27px 0 5px 10px;
width:203px;
}

form.scr_1_form input.button_src1 {  
	background:url('../images/src_1_bottom.jpg') no-repeat left top;
	width: 180px;
	height: 31px;
	text-indent: -9999px;
	cursor: pointer;
}

#src_1_bottom_container {
background:url("../images/src_1_bottom.jpg") no-repeat scroll left top transparent;
height:31px;
width:215px;
}

#src_1_button {
	width: 158px; 
	height: 31px;
	padding: 0px;
	margin-left: 10px;
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
}

#src_1_button_ie {
background-color:transparent;
border:0 none;
cursor:pointer;
height:31px;
margin-left:25px;
padding:0;
width:160px;
}

form.scr_1_form {
	margin-bottom: 5px;
}

#src_2 {
background:url("../images/src_2_bg.jpg") no-repeat scroll left top transparent;
border-style:none solid;
border-width:0 1px;
margin-top:10px;
padding:27px 0 5px 10px;
width:203px;
}

form.scr_2_form input {
border:1px solid #C4C5C3;
color:#6CD30A;
padding:7px;
width:176px;
}

form.scr_2_form input.button_src2 {  
	width: 180px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	border: 0;
}

#src_2_bottom_container {
background:url("../images/src_1_bottom.jpg") no-repeat scroll left top transparent;
height:25px;
width:215px;
}

#src_2_button {
	width: 71px; 
	height: 25px;
	padding: 0px;
	margin: 0px 0px 0px 96px;
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
}

#src_2_button_ie {
background-color:transparent;
border:0 none;
cursor:pointer;
height:25px;
margin:0 0 0 130px;
padding:0;
width:73px;
}

form.scr_2_form {
	margin-bottom: 5px;
}

#src_3 {
	background:url('../images/src_3_bg.jpg') no-repeat left top;
	width: 168px;
	border: 0px;
	border-left: 1px solid #58aa21;
	border-right: 1px solid #58aa21;
	padding: 27px 0 5px 10px;
	margin-top: 10px;
}

.src_left_w {
	padding: 0px;
	margin: 0px;
	width: 178px;
}

.src_left_w li {

}

.src_left_w li a {
	display: block;
	background:url('../images/green_arrow.jpg') no-repeat 6px 1px;
	padding-left: 35px;
	font-weight: bold;
	color: #6cd30a;	
	margin-bottom: 5px;
	height: 15px;
}

.src_left_w li a:hover {
	color: #000;
	background-position: 6px -14px;
}

.src_left_w li.last {
	margin-bottom: 0;
}

.src_left_w li.three_lines {
	height: 47px;
}

.src_left_w li.four_lines {
	height: 57px;
}

.src_left_w li.two_lines {
	height: 32px;
}



#src_bottom_links {
border:1px solid #6CD30A;
margin-bottom:1.5em;
padding:8px 0 4px;
width:215px;
}



/****************left col autocomplete******************/



.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}



/****************right col******************/


#right_container {
float:left;
text-align:left;
width:760px;
}

.right_sub_container {
	padding: 10px 30px;
}

.cust_order_history {
	border: 1px solid #42AD05;
	padding: 5px;
	margin-bottom: 10px;
}

/****************footer******************/

#footer_right p {
	line-height: 20px;
	margin-left: 20px;
	text-align: left;
}

#footer_right img {
	position: relative;
	top: 6px;
	margin-right: 10px;
}

#footer_right a {
	font: inherit; 
	outline: none;
}

#footer_right a:link {
	text-decoration: none;
	color: #000;
}

#footer_right a:visited {
	text-decoration: none;
	color: #000;
}

#footer_right a:hover {
	text-decoration: none;
	color: #42ad05;
}

#footer_right a:active {
	text-decoration: none;
}

#footer {
border-top:1px solid #EFEFEF;
color:#42AD05;
margin-bottom:2em;
margin-right:10px;
margin-top:2em;
padding-top:2em;
text-align:center;
}

#footer a {
	font: inherit; 
	outline: none;
}

#footer a:link {
	text-decoration: none;
	color: #42ad05;
}

#footer a:visited {
	text-decoration: none;
	color: #42ad05;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

#footer a:active {
	text-decoration: none;
}

/****************page layout end******************/


/****************homepage******************/

#home_right_content {
background:url("../images/home_content_bg.jpg") no-repeat scroll 6px top transparent;
width:770px;
}

#home_top_links {
	float: right;
	padding-top: 15px;
	width: 50px;
}

#home_moreinfo {
float:right;
position:relative;
right:140px;
top:20px;
}

#home_content {
padding:85px 0 0 10px;
text-align:left;
}

#home_content h2 {
	font-size: 15px;
	font-style: italic;
}

#home_content h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:4px;
}


#home_content p {
font-style:italic;
line-height:1.5em;
padding:10px 0 5px 0;
}
#home_col_1 {
	background:url('../images/home_col_1_bg.jpg') no-repeat left top;
	width: 161px;
	padding-top: 119px;
	float: left;
	padding-bottom: 5px;
}

.home_col_1_inner {
	border: 0px;
	border-left: 2px solid #75ca4a;
	border-right: 2px solid #75ca4a;
	padding: 10px 0 0 10px;
}

#home_col_1 p, #home_col_2 p, #home_col_3 p, #home_col_4 p {
	padding: 0;
	font-style: normal;
	margin-bottom: 8px;
}

.home_col_1_inner_height {
	height: 130px;
}

#home_col_2 {
	background:url('../images/home_col_2_bg.jpg') no-repeat left top;
	width: 161px;
	padding-top: 119px;
	float: left;
	margin-left: 35px;
}

#home_col_3 {
	background:url('../images/home_col_3_bg.jpg') no-repeat left top;
	width: 161px;
	padding-top: 119px;
	float: left;
	margin-left: 35px;
}

#home_col_4 {
	background:url('../images/home_col_4_bg.jpg') no-repeat left top;
	width: 161px;
	padding-top: 119px;
	float: left;
	margin-left: 35px;
}

.home_col_bot {
	position: relative; 
	top: -2px;
}

/****************homepage end******************/

/****************search page l1******************/

#search_head, #search_head_left_sub {
	width: 643px;
	padding-left: 35px;
}

#search_head_will {
	width: 643px;
	padding-left: 35px;
	padding-top: 20px;
}

.search_other {
	margin-left: 20px;
	font-weight: bold;
}

#search_head_left {
	float: left;
	padding-top: 20px;
	text-align: left;
	width: 450px;
}

#search_head_right {
	float: right;
	padding-top: 10px;
	text-align: right;
	width: 182px;
	display: none;
}

.sub_star {
	display: none;
}

#search_head_right img.thumb {
	border:1px solid #61B22F;
	margin: 10px 0px;
}

#shr_1 {
	color: #c8c8c8;
	margin-right: 17px;
	font-style: italic;
	margin-bottom: 5px;
}

#shr_1 img {
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 2px;
}

#sort_by {
	margin-right: 23px;
}

.search_result {
float:left;
height:334px;
padding:10px 0 30px 20px;
text-align:left;
width:200px;
}

.s_search_result {
float:left;
height:320px;
padding:20px 0 10px 45px;
text-align:left;
width:200px;
}

.change_day {
	display: none;
}

.src_sub {
	padding-left: 20px;
}

#detailed_search {
	padding: 0px 0 10px 30px;
}

#detailed_search p, #detailed_search img {
	float: left;
	padding-right: 5px;
}

#detailed_search p {
	position: relative;
	bottom: 6px;
}

.search_l1_primary {
	width: 199px;
	height: 150px;
	border: 1px solid #61B22F;
}

.sl1_thumb {
	width: 201px;
	height: 152px;
	float: right;
}

.date_label {
	margin-left: 20px;
}

#top_pager {
	position: absolute;
	top: -40px;
	width: 660px;
}

#search_lower {
	margin-top: 20px;
	position: relative;
	width: 680px;
	
}

.f_right {
	float: right;
}

.images_thumbs img {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

ul.green_disc li {
	list-style-type: disc;
	
}

#split_thumbs_cont {
	float: left;
	width: 300px;
	padding-top: 20px;
}

#search_head_left_split {
	float: left;
	padding-top: 20px;
	text-align: left;
	width: 330px;
}

/****************search page l1 end******************/


/****************search page l2******************/


#src_l2_detail_container {
	padding-top: 10px;
}

#src_l2_detail_left {
	float: left;
	width: 260px;
	padding-left: 35px;
}

#src_l2_detail_left p {
	margin-bottom: 10px;
}

#src_l2_detail_right {
	float: right;
	width: 370px;
}

.green_outline {
	border: 1px solid #75ca4a;

}


.src_l2_main_img {
	display: block;
	float: left;
	width: 362px;
	overflow: hidden;
}

.src_l2_sub_img {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

#src_l2_booking_but {
	float: left;
	margin: 25px 30px 0 0;
}

#src_l2_map {
	margin-right: 30px;
}

#ticks, #availability {
	padding: 10px 30px;
}

.tick {
	background:url('../images/tick.jpg') no-repeat right top;
	padding-right: 24px;
	padding-top: 6px;
	float: left;
}

.cross {
	/*background:url('../images/cross.jpg') no-repeat right 4px;
	padding-right: 24px;
	padding-top: 6px;
	float: left;*/
	display: none;
}


.av_col1, .av_col2, .av_col3, .av_col4, .av_col5 {
	float: left;
	margin-left: 10px;
}

.av_col1 {
	width: 140px;
}

.av_col2, .av_col4, .av_col5 {
	width: 86px;
	height: 18px;
}

.av_col3 {
	width: 60px;
}

.av_col6 {
	height: 10px;
}


.book_but {
	position: relative;
	top: -5px;
}

.strike {
	color: red;
	text-decoration: line-through;
}

ul#main_im, ul#main_im li, ul#thumb_im, ul#thumb_im li{
	margin:0;
	padding:0;
	list-style:none;
}

ul#main_im li, ul#thumb_im li{
	float:left;
	margin: 0px;
	padding: 0px;
}
ul#main_im a{
	display:block;
	float:left;
	width:362px;
	height:264px;
	overflow:hidden;
	position:relative;
	z-index:1;
	border:1px solid #75CA4A;
}

ul#thumb_im a{
	display:block;
	float:left;
	width: 40px;
	height: 30px;
	overflow:hidden;
	position:relative;
	margin-right: 4px;
	margin-top: 4px;
	z-index:1;		
	border:1px solid #75CA4A;
}


ul#main_im a img{
	float:left;
	position:absolute;

}

.l2_map {
	float: left;
	margin-top: 10px;
}

#gen_enq {
	float: left;
	padding: 8px 0 0 22px;
}

.will_options {
	float: left;
	padding: 0 5px 10px 0;
}

.will_options p {
	font-weight: bold;
}

#will_search_title {
	margin: 0 0 20px 20px;
}

/****************search page l2 end******************/


/****************brochure request******************/

#hard_copy {
	background:url('../images/hard_copy.jpg') no-repeat right 70px;	
}

.form_element, .form_left {
	float: left;
}

.form_left {
	width: 100px;
	clear: both;
}

form#hard_copy_form input, form#new_property_form input, form#hard_copy_form textarea {  
	border: 1px solid #7f9db9;
	width: 156px;
	margin-bottom: 4px;
}

form#hard_copy_form input[type=checkbox] {
	width: auto;
}

form#new_property_form label {
	width: 150px;
}

form#hard_copy_form select, form#download_form select, form.scr_1_form select {  
	border: 1px solid #7f9db9;
	margin-bottom: 4px;
}

form#hard_copy_form input#initials {  
	width: 50px;
}

form#hard_copy_form input#hard_copy_button {
	width: 129px;
	height: 35px;
	background:url('../images/but-submit.jpg') no-repeat left top;
	border: none;
	cursor: pointer;
}

p#tip {
	font-weight: bold;
	font-size: 13px;
}

div#feedback {
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #ff3f3f;
	font-weight: bold;
}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: left; 
	margin-bottom: 20px;
	cursor: pointer;
	font-style: italic;
}

/****************brochure request end******************/

/****************bookings and enquiries******************/

.big_p {
	font-size: 30px;
}

form#bookings_form input, form#bookings_form textarea {  
	border: 1px solid #7f9db9;
	width: 156px;
	margin-bottom: 4px;
}

form#bookings_form textarea {
	width: 200px;
}

form#bookings_form input#bookings_form {
	width: 122px;
	height: 26px;
	background:url('../images/but_send_enquiry.jpg') no-repeat left top;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}

/****************bookings and enquiries end******************/

/****************north devon******************/

#nd_sub_head {
	float: right;
	width: 135px;
	padding-left: 16px;
}

#nd_sub_head img {
	float: left;
}

#nd_sub_link {
	position: relative;
	top: 25px;
	float: right;
}

.nd_sub_container {
	padding: 10px 0;
}

.nd_subcontainer_pie_6 {
	width: 620px;
}

.nd_sub_container_image {
	float: left;
	padding-right: 20px;
}

.nd_sub_container_text {
	padding-top: 10px;
}

.nd_sub_container_text_l2 {
	width: 450px;
	float: left;
	padding-bottom: 10px;
}

.nd_nav a {
	margin-left: 30px;
	font-weight: bold;
}

/****************north devon end******************/

/****************map end******************/

#map {
	padding: 10px 0 10px 10px;
}

/****************map end******************/

/****************terms and conditions and links******************/


#tandc p, .links p {
	margin-bottom: 10px;
}

.site_map p{
	margin-bottom: 5px;
}

.links_sub p {
	padding-left: 20px;
}

.links_sub_sub p {
	padding-left: 40px;
}

/****************terms and conditions and links end******************/


/****************back end******************/

#header_cms {
	background: #fff url('../images/head_bg_cms.jpg') no-repeat left top;
	width: 867px;
	height: 97px;
}

#tn_container_cms {
	float: right;
	height: 21px;
}


.backend_img {
	width: 150px;
}

.manage_images_contanter {
	float: left;
	margin: 5px;
	padding: 5px;
	min-height: 280px;
	border: 1px solid #cccccc;
}

.cms_logged_in {
	text-align: right;
	padding: 10px;
}

.grey_bg {
	background-color: #f2f2f2;
}

#new_property_form {
	text-align: left;
}

p label{  
	width: 150px;  
	float: left;  
	margin-right: 5px;  
	text-align: right;  
}  

label.los {
	width: auto;
}

p input, p select, p textarea {
	margin-bottom: 4px;
}


td.av_date {
	width: 140px;
}

.av_price {
	width: 60px;
}

.av_sbprice {
	width: 80px;
}

.av_sprice {
	width: 80px;
}

.av_name {
	width: 160px;
}

.av_bookdate {
	width: 90px;
}

.av_paid {
	width: 60px;
}

/****************back end end******************/

#section-1 {
	clear: both;
	margin-top: 1em;
	margin-left: 1em;
	height: 200px;
}
#home_right_content .banner {
    border: 7px solid #CC0000;
    margin-bottom: 10px;
    margin-left: 20px;
}

#section-1-left {
float:left;
padding-top:41px;
}

#oceanfest {
background-image:url("../images/bg-twitter.gif");
background-position:left top;
background-repeat:no-repeat;
height:200px;
width:750px;
}


#oceanfest p {
	padding-top: 1em;
	padding-bottom: 1em;
	background-image: url(../images/green_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 30px;


}
#oceanfest-inner {
background-image:url("../images/bg-twitter-2.gif");
background-position:right 0;
background-repeat:no-repeat;
padding:5.5em 2em 1.5em 1.5em;
}
#twitter_update_list li {
	padding-bottom: 7px;
}

#twitter-head {
}

#availabilitytitle {
padding-bottom:3.5em;
width:630px;
}

#availabilitytitle2 {
padding-bottom:2em;
padding-top:2em;
width:665px;
}

#availabilitytitle h1 {
	font-style: normal;
	font-weight: bold;
}
#availabilitytitle h1 span, #availabilitytitle2 h1 span {
	float: right;
	font-size: 13px;
/*	background-image: url(../images/arrow-grey-next.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	padding-left: 1em;
}



.formoptional {
background-color:#EFEFEF;
margin-bottom:1em;
margin-right:18em;
padding:20px;
}

div.next_year_count:before {
content: url("../images/but-2011availability.jpg");
display: block;
}
form#hard_copy_form h1 {
color:#036403;
font-size:15px;
font-style:normal;
padding-bottom:1em;
text-transform:uppercase;
}

#lateavailability a
{
	text-decoration: underline;
}

#lateavailability ul {
    list-style-type: disc;
}

#lateavailability li {
    font-size: 13px;
    padding-bottom: 10px;
}

#lateavailability H6 {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}

#banner-home-1
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #5d823c;
}
