/* ****** BASIC STYLES CSS ****** */

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  background-color: #3D414B;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.8em;
  line-height:1.5;
  text-align: center;
  margin:0;
}

#outerOuterWrapper {
	background: url(../images/bg.png) top left repeat-y;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 1000px;
}

#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}



h1 {
	color:#e73a00;
	font-size:1.6em;
	margin-bottom:10px;
	}
	
h2 {
	color:#e73a00;
	font-size:1.4em;
	margin-bottom:10px;
	}
	
p {
	margin-bottom:10px;
	}
	

/*  ******HEADER CSS****** */

#header {
  background: url(../images/BlackshawLogo_03.png) top left no-repeat #282b32;
  padding: 20px 10px 0 10px;
  height:65px;
}

#header h1{
	float:left;
 	text-indent:-10000px;
}

#header #address{
	float:right;
}

#header #address p{
	color:#FFFFFF;
	margin-bottom:5px;
	text-align:right;
}

#header #address a{
	color:#FFFFFF;
}

#header #address a:hover{
	color:#FFFF33;
}

#headerImg {
  background: #282b32;
  height:120px;
  border:thin #CCCCCC solid;
  width:958px;
  overflow:hidden;
  margin-bottom:20px;
}

#contentWrapper{
	background:url(../images/body_bg.png) top left repeat-y;
}

/* ******LEFT COLUMN CSS****** */

#leftColumn1 {
  background-color: #e73a00;
  float: left;
  padding: 30px 0 10px 0;
  width: 210px;
}

#leftColumn1 ul{
	list-style:none;
}

#leftColumn1 ul a{
	display:block;
	height:20px;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 0 2px 20px;
	border-bottom:1px solid #FF6633;
	border-left: 5px #FF9966 solid;
}

#leftColumn1 ul a.top{
	border-top:1px solid #FF6633;
}

#leftColumn1 ul a:hover{
	background:#f24b13;
	border-left: 5px #FFFF33 solid;
	color:#FFFF33;
}

#leftColumn1 ul a#live{
	background:#f24b13;
	border-left: 5px #FFFF33 solid;
	color:#FFFF33;
}

#leftColumn1 ul ul a{
	font-size:.9em;
	background: #FF9966;
	display:block;
	height:16px;
	color: #D41F00;
	text-decoration:none;
	padding:2px 0 2px 40px;
	border-bottom:1px solid #FF6633;
	border-left: 5px #e73a00 solid;
}

#leftColumn1 ul ul a:hover{
	background:  #FFFF33;
	border-left: 5px #e73a00 solid;
	color:#e73a00;
}

#leftColumn1 ul a#live{
	background:#f24b13;
	border-left: 5px #FFFF33 solid;
	color:#FFFF33;
}

/* ******MAIN CONTENT CSS****** */

#content {
	background-color:#FFFFFF;
  margin: 0 0 0 210px;
  padding: 30px 10px 10px 10px;
}

#content h1{
  	margin: 0 30px 25px 20px;
	padding:0 0 10px 0;
	border-bottom:#e73a00 1px solid;
	line-height:1;
}

.main {
	margin: 0 20px;
	}

/* ****** RESORT BOXES CSS ****** */

#content .resorts{
	float:left;
	width:150px;
	height:135px;
	padding: 7px 0 15px 5px;
	margin: 0 0 30px 20px;
	border-bottom: #e73a00 1px solid;
}

#content .resorts p{
	margin: 10px 0 0 0;
	font-size:.9em;
	text-align:center;
}

#content .resorts a img{
	display:block;
	height:80px;
	width:125px;
	text-indent:-10000px;
	padding:7px 7px 10px;
	border:1px solid #666666;
}

#content .resorts a:hover img{
	border:1px solid #FF6600;
}

#content .resorts p a{
	color:#000000;
	text-decoration:none;
}

#content .resorts p a:hover{
	text-decoration:underline;
}

/* ****** OFFERS CSS ******* */

#content .offers{
	background:url(../images/resort_bg.png) top left no-repeat;
	float:left;
	width:300px;
	height:120px;
  	padding: 7px 10px 10px 10px;
	margin: 0 20px 30px 20px;
	border-bottom:  #e73a00 1px solid;
}

#content .offers_p{
	float:right;
	width:160px;
  	padding: 0;
	margin: -10px 0 0 0;
}

#content .offers_p h2{
	font-size:1.1em;
}

#content .offers_p p{
	font-size:0.8em;
}

#content .offers_p a{
	color: #e73a00;
}

#content fieldset{
	margin:0 20px 20px 10px;
	border:1px #E73A00 solid;
	padding:15px;
	}
	
legend {
	background-color:#353841;
	display:block;
	color:#ffffff;
	padding:2px 5px;
	border:#E73A00 2px solid;
	width:100px;
	margin-bottom:15px;
	}

#content label{
	width: 220px;
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
	}
	
#content #contact input.white{
	border: 1px #999999 solid;
	background-color:#FFFFFF !important;
	width:300px;
	}

#content #contact select{
	border: 1px #999999 solid;
	background-color:#FFFFFF !important;
	width:200px;
	}

#content #contact textarea{
	border: 1px #999999 solid;
	background-color:#FFFFFF !important;
	width:300px;
	height:150px;
	}

.clearFloat {
  clear: both;
  display: block;
}

/* ******FOOTER CSS****** */

#footer {
  	background: url(../images/footerBg.png) bottom left no-repeat;
    margin: 0 auto 0 auto;
	width:1000px;
	height:70px;
	padding:0 0 0 0;
}

#footer p{
	color:#ffffff;
	text-align:right;
	margin:0;
	background: url(../images/bg.png) repeat-y top left;
	padding:20px 30px 0 0;
	height:30px;
	
}

#footer a{
	color:#ffffff;
}

#footer a:hover{
	color:#FFFF33;
}
#content #legal p {
	font-size: .8em;
}
#boat #outerOuterWrapper #outerWrapper #contentWrapper #content .m_content img.boatImg {
	float: right;
	margin-left: 12px;
}
