@charset "utf-8";

/* CSS Document */

/* commented backslash hack to hide from ie5 mac \*/ 
html,
body { height:100%; }

/* end hack */

html,
body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	min-width:800px;/* stop mozilla sliding off the edge */
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-image: url(../assets/sandbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #333333;
}

.container {
	margin: 0 auto -77px;
	position: relative;
	width: 800px;
	text-align: left;
	min-height:100%;
	height:auto;
	background-color: #ffffff;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

* html .container { height:100%; } /* for ie to resize */

div#header {
	height: 175px;
	background: url(../assets/header.png) no-repeat center top;
}
div#headerosd {
	height: 175px;
	background: url(../osd/images/osdheader.png) no-repeat center top;
}
div#osdlogo {
	height: 125px;
	width: 425px;
	background: url(../osd/images/osd.png) no-repeat left top;
	position: relative;
	left: 375px;
	bottom: 0px;
	top: 0px;
}

img {
	behavior:url(../assets/iepngfix.htc);
	border:none;
}

div#nav {
	width: 780px;
	height: 25px;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
	/* 	border-bottom: 1px solid #333; */
	font-family: Arial, Helvetica, sans-serif;
}

div#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

div#nav a:link,
div#nav a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #666666;
}

div#nav a.active:link,
div#nav a.active:visited,
div#nav a:hover {
	border-bottom: 3px solid #333;
	background-color: #FFFFCC;
	padding-bottom: 2px;
	color: #000000;
}

div#content {
	margin: 0 auto;
	width: 770px;
	padding: 3px 0 75px 0;
	height: 100%;
	min-height: auto;
}

div#content p {

/*	font-size: 1.3em; */
	padding-bottom: 1.1em;
	line-height: 1.2em;
	color: #666666;
}

div#content ol {
	list-style: square url(../assets/bullet.gif) inside;
	display: block;
	text-indent: -20px;
	line-height: 1.3em;
	margin-left: 35px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#content ol li {
	font-size: 16px;
	margin-bottom: 3px;
}

div#content img {
	background: #efefef;
	border: 1px solid #333333;
	margin: auto;
	padding: 5px;
}

div#col1 {
	width: 410px;
	float: left;
}

div#flash {
	background-color: blue;
	float: right;
	height: 273px;
	width: 353px;
	/* 	padding-right: 40px;
	margin-right: 50px; */
	position: relative;
}

div#reserve {
	position: relative;
	float: right;
	width: 380px;
	height: 30px;
}

div#visit {
	position: relative;
	float: right;
	width: 353px;
	height: 100px;
}

h1 {
	font-size:2.2em;
	font-weight:bolder;
	font-style:italic;
	color:#333333;
}

h2 {
	font-size:1.7em;
	font-style:italic;
	display: block;
	padding: 5px 0 20px 0;
}

h3 { /*   Reserve button formatting */
	text-align: center;
	padding: 5px;
	border: 1px solid #333333;
	margin: 10px;
	background-color: #c1d1d1;
}

h3 a:link,
h3 a:visited {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #0066FF;
}

h3 a.active:link,
h3 a.active:visited,
h3 a:hover { font-style: italic; }

.clearfooter {
	clear:both;
	height:30px;
}

#footer {
	position: relative;
	margin: 0px auto;
	width: 800px;
	clear:both;
	height:45px;
	color: #333333;
	background:#7090ca;
	border-top:1px solid #000;
	text-align: center;

}

.clearfooter {
 clear:both;
 height:30px;
}

.osclink {
	height: 275px;
	width: 350px;
	float: left;
	text-align: center;
	padding-left: 25px;
}

.osdlink {
	height: 275px;
	width: 350px;
	float: right;
	text-align: center;
	padding-right: 25px;
}

.homeimg {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background: #fff;
	padding: 3px;
}

.clearboth { clear: both; }

a:link { }

a:visited { }

a:hover { }

a:active { }

.imgright {
	float: right;
	padding-left: 30px;
	padding-bottom: 15px;
}

.fancylist {
	color: #666666;
	display: block;
	width: 200px;
	margin-left: 50px;
	float: left;
}

.fancylist ul li { list-style: url(../assets/bullet.gif) inside; }

.fancylist a:link,
.fancylist a:visited {
	text-decoration: none;
	color: blue;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.fancylist a:hover { font-style: italic; }

div:first-child { margin-top: 0; }

.strong { font-weight: bold; }

div#ratestable p {
	padding: 2px;
	margin: 5px;
}

div#easy123 {
	position: relative;
	float: left;
	width: 380px;
	height: 30px;
}

.visitlink {
	float: right;
	background: #5A7590;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	position: absolute;
	color: #F6F799;
	padding: 3px;
	right: 10px;
	top: 140px;
	height: 25px;
}

.paypallink {
	float: right;
	height: 40px;
	width: 75px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 2px;
}

.boldtext { font-weight: bold; }

.centertext { text-align:center; }

