@charset "utf-8";
/* 
		Blakes Boats ----------
    Document   : regionalguides.css
    Created on : 23-03-2009
    Author     : Erin Ward
    Description:
        REGIONAL GUIDES STYLES, styles that apply to regional information
				pages or are used globally throughout the regional information page.
*/

/* COLORS
	- default body text  #002F5E
	- subtitle h2 text   #E74A3F

*/


/*~ Globally Applied Regional Styles ~*/
	
#content h3 {
color:#E74A3F;
font-size:20px;
font-weight:700;
padding:10px 0 0 10px;
}

#content h4 {
font-weight:700;
margin-top:10px;
padding-left:10px;
}

#content h5 {
font-size:16px;
font-weight:700;
margin-top:10px;
padding-left:10px;
}

#content h6 {
font-style:italic;
margin-top:10px;
padding-left:10px;
}

#content p {
line-height:16px;
padding:5px 0 0 10px;
}

#content a {
color:#FFF;
font-weight:700;
text-decoration:underline;
}


/* Generic*/
#content {
background-image:url(/images/regionalguides/bgrounds/bg_content.jpg);
background-repeat:repeat-x;
height:auto;
padding:10px;
voice-family:inherit;
width:952px;
}

#content_left {
float:left;
height:auto;
width:140px;
}

#content_right {
float:right;
height:auto;
padding:10px; 
}

#content_center_col {
float:left;
height:auto;
margin-top:4px;
padding:0 0 10px 5px;
width:740px;
}

#content_right_col {
background-image:url(/images/regionalguides/bgrounds/bg_cont_box.jpg);
background-repeat:repeat-x;
float:right;
height:auto;
margin-top:4px;
padding:0 0 10px 5px;
voice-family:inherit;
width:349px;
}

.offerbox {
border:5px solid #fff;
height:255px;
margin:5px;
overflow:hidden;
padding-left:5px;
padding-top:5px;
position:relative;
width:436px;
background: #fff url(/images/spoffers/spofbox_bg.jpg) repeat-x;
}
.offerlist img { float:right;}
.offerlist li { padding:20px 0 0 0; clear:both;}

.spofheading {
color:#D5F3FB;
margin:2px;
padding-bottom:5px;
font: 800 22px Arial, Helvetica, sans-serif;
}

.spofsubtext {
color:#D5F3FB;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
display:block;
}
.spofsubtextlist{
color:#D5F3FB;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
display:block;
width:330px;
float:left;
}

.searchbutton {
float:right;
position:static;
}

.tandc {
color:#FFF;
font-size:9px;
left:325px;
position:absolute;
top:185px;
width:114px;
}
.tandctwo {
color:#FFF;
font-size:9px;
left:325px;
position:absolute;
top:193px;
width:114px;
}

/*~ Shared Classes ~*/	
	
.padding {
padding:10px 0 0 5px;
}

.margin {
margin-top:10px;
}

.link {
color:#002F5E;
float:right;
font-weight:700;
padding:5px;
}

.img {
margin:10px 0 0 8px;
}

.bold {
font-weight:700;
}

.sfl{ float:left; 
}
.sfr{ float:right; }

.offercontainer {
float:left;
height:250px;
padding:5px;
width:360px;
}

.bg {
font-weight:700;
margin:5px 0;
}

.boat_sm {
float:right;
padding:5px 10px 0 5px;
}

.pdf_img {
float:left;
margin-right:5px;
}

.tandccontent {
color:#002F5E;
font-size:0.8em;
overflow:hidden;
width:280px;
}

.align_left,.align_right {
text-align:left;
}
