@charset "utf-8";
/* CSS Document */

/* ---------------------------
   BASIC SETTINGS 
--------------------------- */

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.wrapper #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}
.wrapper {
	background:#eceae0 url("images/bg.jpg") repeat-x center top;
	background-attachment: scroll;
}

.wrapper #header {
	background: transparent; 
	height: 135px;
}

#header #logo {
	float: left;
	display: block;
	margin-top: 0;
	background: transparent; 
	height: 125px;
	width: 169px;
	overflow: hidden;
}
#header #menu {
	float: right;
	background: #01a6e2; 
	height: 30px;
	width: auto;
	margin-top: 5px;
	text-transform:uppercase;
}

#header #phone {
	float: right;
	background: transparent; 
	height: 53px;
	width: 343px;
	margin-top: 20px;
	color:#333;
}

#content-container {
	float: left;
	width: 800px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #666;
	line-height: 160%;}
	
.content {
	float: left;
	width: 530px;
	margin-bottom: 0px;
	}
	
.content2 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	}

#content-container .right-column {
	float: right;
	width: 250px;
	margin-bottom: 0px;
	text-align: right;}
	
	.clear {
	clear: both;}


#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 0 10px;
	background: transparent;
	height: 50px;
	border-top: 0px solid #5ab3e0;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
	color: #999;
}
#footer p a:link{color: #999; text-decoration:none;}
#footer p a:visited{color: #999; text-decoration:none;}
#footer p a:hover{color: #999; text-decoration:underline;}

/*---------------------
   MAIN ANIMATIONS
---------------------*/

.homeswap {
	height: 283px;
	width: 790px;
	overflow: hidden;
	background-color: #069;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	z-index: 1;
}

#header .bookonline {
	width: 280px;
	height: 85px;
	display: block;
	position: relative;
	top: 250px;
	left: 550px;
	z-index: 100;
}


/* ---------------------------
   CONTENT 
--------------------------- */
a:link{color: #06C; text-decoration:underline;}
a:visited{color: #06C; text-decoration:underline;}
a:hover{color: #36C; text-decoration:underline;}

/* ---------------------------
   MY CUSTOM ADDITIONS 
--------------------------- */

p {margin:18px 0;
	font-size: 12px;
	color: #666;
	line-height: 160%;
}

table {
	padding: 0;
	margin: 0;
}

h1, 
h2,
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #007f91;
	line-height: 120%;
}

h1{
	font-size: 37px;
}

h2{
	font-size: 30px;
}
h3{
	font-size: 23px;
	color: #666;
}


/* --- horizontal rule----*/
hr { 
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}

/*---- table header-----*/
td, th, tr {
	padding:0px;
	margin: 0;
	border-collapse: collapse;
	text-align:left;
}
th {
	border-top: #D0D0D0 solid thin;
	border-bottom: #D0D0D0 solid thin;
	border-left: none;
	border-right: none;
	background-color: #FDFEED;
}

.general_table {
	font: inherit;
	color:#333333;
	font-size:11px;
}
.general_table tr td {
	border-bottom: #D0D0D0 solid thin;
}

.general_table thead td {
	border-bottom:1px solid #D0D0D0;
	border-top:1px solid #FFFFFF;
	padding:3px;
}

.general_table thead {
	font-weight:bold;
	line-height:13px;
}

.white {
	color: #FFF;
}



/* ---------------------------
   IMAGE SETTINGS 
--------------------------- */

a img {border:none;}

.content img, .content2 img {
	border: 3px solid #ffffff;
}

.imageright {
	float:right;
	margin-left:20px;
	border: 0px solid #ffffff;
	}
	
.imageleft {
	float:left;
	margin-right:20px;
	border: 0px solid #ffffff;
	}
	
.googlemap {
	border: 1px solid #bfb1ae;
	}
	
	
/*---------------------
 FORMS
---------------------*/

form input, .content form textarea, .content form select {
	display:block;
	font-size:14px;
	margin-bottom:2px;
	margin-top:5px;

}
input, textarea, select {
	border:1px solid #CECECE;
	color:#06C;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:15px;
	padding:5px;
	width:auto;
}
select {
	cursor:pointer;
}

fieldset {
	border:1px solid #C7C7C7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear:both;
	margin-bottom:20px;
	padding:15px 20px 20px;
}

legend {
	color:#373737;
	font-size:13px;
	font-weight:bold;
	margin-left:-10px;
	padding-left:12px;
	padding-right:18px;
	font-family: Tahoma,Arial,Sans-Serif;
}


.input_button:hover {
	background-color:#994D99;
	border:1px solid #000;
}

.input_button {
	background-color:#636;
	border:1px solid #000;
	color:#FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	margin-top:15px;
}

/* ---- LISTS STYLES---- */


.content ul, .content ol, .content dl { /* list */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #047e8d;
	font-weight: bold;
}


