@charset "UTF-8";

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


html 	{  
	width: 100%;
	height: 100%;
	color: #69614e; 
}

body { 
	position : relative;
	width: 100%;
	background: url(../images/bg/sand_bg.gif) #e0dbcb repeat-x;
	background-position: 0px 187px;
	font-size: 12px;
	color: #69614e; 
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.25em;}

.h1override {font-family:Arial, Helvetica, sans-serif; line-height:1.25em; font-size:12px; font-style:normal; color:#69614e; margin-top: 20px; font-weight:normal;}

.pagetitle {
	font-size: 24px;
	color: #0a3e56;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
}

h1 {
	font-size: 24px;
	color: #0a3e56;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	padding-bottom: 20px;
	line-height:normal
}

h3 {
	font-size: 12px;
	color: #1274a1;
	line-height:normal
}

a {
	color: #1274a1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

.bold {
	font-weight: bold;
}

/* =Header */
.header {
	position: relative;
    min-width: 1020px;
	height: 187px;
	background: url(../images/bg/header_bg.gif) repeat-x;
	width: auto;   	
}

.logo {
	position: absolute;
	left: 71px;
	top: 30px;
}

.slogan {
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	color: #adc2cd;
	position: absolute;
	top: 85px;
	left: 0px;
	text-align: right;
	width: 992px;
	font-weight: lighter;
}

/* =Content */
.wrapper {
	position: relative;
	left: 40px;
	width: 982px;
}

.container { 
	position : relative; 
	background: url(../images/bg/maincontent_bg.jpg) repeat-y;
	width: 897px;
	min-height: 890px;
    height: auto !important;
    height: 890px;
	padding: 0px 30px 25px 0px;
}

.flash_border {
	width: 928px;
	height: 347px;
	background: url(../images/bg/flash_border.png) no-repeat;
	position: absolute;
	top: -60px;
}

.flash {
	position: relative;
	left: 17px;
	top: 15px;
	width: 895px;
}

.main_content {
 	position: relative;
	padding-top: 307px;
	left: 4px;
	width: 100%;
}

.avail {
	font-size: 14px;
	color: #0a3e56;
	font-family: Georgia;
	font-weight: bold;
}


.avail_form {
    padding: 50px 0px 30px 8px;
	background: url(../images/bg/form_bg.jpg) no-repeat;
}

.avail_form table {
	margin-top: 10px;
	width: 150px;
}

.avail_form table td {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

.avail_button {
	margin-top: 10px;
	width: 150px;
}

.right_col {
	position: relative;
	left: 223px;
	padding-right: 20px;
	top: 0px;
	width: 675px;
}

.map {
	float: right; 
	padding: 20px 0px 0px 25px;
}

/* ADS */
.ads {
	height: 175px;
	width: 697px;
	position: relative; 
	padding-top: 25px; 
}

.ads img {
	display: block;
	margin-bottom: 10px;
	border:solid 1px #000000
}

.ad1, .ad2, .ad3 {
	position: absolute;
}

.ad1 {
	left: 0px;
	width: 245px;
}

.ad2 {
	left: 306px;
	width: 180px;
}

.ad3 {
	left: 540px;
	width: 154px;
}

.caption {
/* STYLE TITLES HERE */
}

/* INTERNAL */
.right_col_inn {
	position: relative;
	left: 223px;
	top: 0px;
	width: 697px;
}

.inns {
	width: 675px;
	min-height: 227px;
    height: auto !important;
    height: 227px;
	background-color: #f9f6ec;
	padding: 13px 11px 13px 11px;
	position: relative;
	margin-bottom: 20px;
}


.right_col_inn h1 {
	padding-bottom: 35px;
}

.email {
	text-decoration: none;
}

.viewsite {
	text-decoration: none;
	font-weight: bold;
}

.activities {
	text-decoration: none;
}

.inn_description {
	position: absolute;
	width: 275px;
	top: 50px;
	left: 240px;
	font-size: 12px;
	color: #69614e; 
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75em;
}

.inn_img {
	position: absolute;
	top: 50px;
	left: 535px;
}

.main_content_bottom { 
	position : relative;
	background: url(../images/bg/maincontent_bg_bottom.jpg) no-repeat;
	width: 980px;
    height: 12px;
}

.footer {
	position: relative;
	left: 70px;
	top: 20px;
	padding-bottom: 20px;
	width: 912px;	
}

.footer_text {
	color: 867e6a;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 510px;
}
