/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

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

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF0000;
}

h1{
 font-size: large;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
	font-size: 114%;
	color: #0066CC;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}

h3{
	font-size: 110%;
	color: #AD7B00;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: x-small;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}

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

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 980px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	padding: 0px;
	height: 150px;
	border-bottom-color: #BBC2D4;
}
#require_button{
	background-color: #BBC2D4;
	padding:2px;
}

#navBar{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #97785C;
	border-bottom-color: #97785C;
	background-image: url(../images/chairbeach.jpg);
	background-repeat: no-repeat;
}

#headlines{
	float:right;
	width: 170px;
	padding-right: 10px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-image: none;
	background-repeat: no-repeat;
}

#content{
	float: centre;
	width: 585px;
	font-size: small;
	text-align: justify;
	background-image: none;
	background-repeat: no-repeat;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #333333;
	margin-left: 780px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	margin-right: 0px;
	font-weight: bold;
	float: none;
	width: 100px;
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 110px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
	color: #FFFFFF;
	font-weight: normal;
}
#require_button {
	font-size: 120%;
	padding: 0 4px 0 0;
	color:#993300;
	font-weight: bold;
	background-color:#999999;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	background-color: #E3590F;
	color: #FFFFFF;
	padding: 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 480px;
}


/************** .feature styles ***************/

.feature{
	width: 96%;
	padding-top: 2%;
	padding-right: 0px;
	padding-bottom: 5%;
	padding-left: 2%;
	color: #003399;
}

.picright {
	margin-left:20px; 
	margin-right:5px; 
	margin-bottom:20px;
	float:right; 
	clear:right;
	}

.picleft {
	margin-left:5px; 
	margin-right:5px; 
	margin-bottom:5px;
	float:left; 
	clear:left;
	}


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: x-small;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #97785C;
	vertical-align: middle;
	float: none;
}

#siteInfo img{
	padding: 0px;
	vertical-align: middle;
	background-position: center center;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 95%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #FB2C24;
	width: 90%;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	width: 90%;
	background-color: #0066CC;
}

#sectionLinks a:hover{
	color: #FFFFFF;
	background-color: #F9110D;
	text-decoration: underline;
	width: 90%;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 80%;
}

.relatedLinks h3{
	padding: 5px;
	color: #0066CC;
	text-align: center;
	width: 70%;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	padding: 5px;
	color: #0066CC;
	text-align: center;
	width: 70%;
}

/************** #advert styles **************/

#advert{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#globalNav a:hover {
	font-size: 80%;
	padding: 0 4px 0 0;
	color: #999999;
}
.scrollbanner {
	clear: both;
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	background-position: center center;
	text-align: center;
	margin: 2px;
	width: 100%;
	vertical-align: middle;
	padding: 2%;
	background-image: none;
	background-repeat: repeat;
	border: thin none #FF0000;
}
#headlines h2 {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #0066CC;
	width: 95%;

}
h6 {

 font-size: x-small;
 color: #C0C0C0;
}
.affiliate{}
.affiliate li{
  	list-style-image: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #EEE;
	list-style-type: square;
}
.tour{}
.tour li{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	list-style-image:url(icoshell.gif);
	list-style-type: none;
	background-image: none;
}

li {
	list-style-image: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #EEE;
	list-style-type: none;
}
#err {color:#0066CC;}

