/* @override http://www.tinydial.com/lib/tiny.css */

@charset "UTF-8";
/* CSS Document */



*				{	margin: 0; padding: 0; }
html			{	overflow-y: scroll; }
html, body		{	height: 100%; }
body			{ color: #656565;
					background-color: #55a1df;
	width: 887px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	font: .9em/1.2em Arial, sans-serif;
}

p {
	margin-bottom: 1em;
}

#maincontent {
	background: url(../images/contentbg.gif) repeat-y;
}

#bodycopy {
	margin-left: 26px;
	margin-right: 28px;
	margin-top: 14px;
}
ul				{	list-style: square inside; }
ol				{ list-style: decimal inside; }
a				{ outline: none; text-decoration: none; }
a img			{ border: none; }
img				{ vertical-align: middle; }
table			{ border-collapse: collapse; }





.floatLeft		{ 	float: left; }
.floatRight		{	float: right; }
.clear			{ 	clear: both; }

#headarea {
	width: 887px;
	height: 113px;
	background: url(../images/homeheadbg.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#subheadarea {
	width: 887px;
	height: 113px;
	background: url(../images/subheadbg.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 887px;
}

#logo {
	position: absolute;
	width: 159px;
	height: 40px;
	top: 15px;
	left: 18px;
}

#sub_left {
	float: left;
	width: 529px;
	margin-right: 10px;
}

#sub_left h1 {
	color: black;
	font-weight: bold;
	font-size: .93em;
	margin-bottom: .95em;
}

#home_right hr {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #5a90b1;
	border-bottom-width: 1px;
	color: #5a90b1;
	margin-top: 25px;
	margin-bottom: 16px;
}

/* @group HomeStyles */

#home_left {
	float: left;
	width: 250px;
	margin-right: 10px;
}

#home_right img {
	border-left-style: none;
	margin-bottom: 11px;
	margin-top: 3px;
}

#home_mid {
	float: left;
	width: 260px;
	margin-right: 10px;
	margin-left: 10px;
}

#home_right {
	float: left;
	width: 275px;
	padding-left: 17px;
	border-left: 1px solid #131313;
	margin-bottom: 10px;
}

#home_left h1 {
	color: black;
	font-weight: bold;
	font-size: .93em;
	margin-bottom: .95em;
}

#home_mid h1 {
	color: black;
	font-weight: bold;
	font-size: .93em;
	margin-bottom: .95em;
}

#home_right h1 {
	color: black;
	font-weight: bold;
	font-size: .93em;
	margin-bottom: .95em;
}



/* @end */

/* @group NavStyles */

#leftnav a {
	margin-right: 33px;
	text-decoration: none;
	color: black;
}

#rightnav a {
	text-decoration: none;
	color: black;
	margin-left: 18px;
}

#leftnav a:hover {
	color: white;
}

#rightnav a:hover {
	color: white;
}

#leftnav {
	position: absolute;
	top: 72px;
	left: 19px;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: black;
}

#rightnav {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: black;
	position: absolute;
	top: 72px;
	right: 20px;
}



/* @end */

#homeform {
	text-align: center;
	margin: -4px auto 10px;
}

#home_submit_button {
	margin-top: 9px;
}

.home_inputs {
	color: black;
	font-size: 26px;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
	width: 1em;
}

#footer {
	height: 50px;
	background: url(../images/contentbottom.gif) no-repeat;
	width: 100%;
	padding-left: 27px;
	color: black;
	font-size: .75em;
	margin: 0;
}

#footer span {
	display: block;
	padding-top: 21px;
}

#footer a {
	color: black;
	text-decoration: underline;
}

/* @group alertbox */

#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image: url(../images/tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width: 450px;
	min-height:100px;
	margin-top: 50px;
	border: 2px solid #98181c;
	background-color:#F2F5F6;
	background-image: url(../images/alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color: #5176ab;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	height:50px;
	padding-left:5px;
	margin-left:55px;
	color: black;
	padding-right: 9px;
	margin-top: 11px;
	font: bold .9em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color: #5176ab;
	text-decoration:none;
}

/* @end */

#sub_left ul li ul {
	margin-left: 50px;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 7px;
}

#sub_left ul li {
	margin-bottom: 4px;
}

#sub_left ul {
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-type: disc;
}
#reserve_main {
	float: left;
	width: 100%;
}
#reserve_main h1 {
	color: black;
	font-weight: bold;
	font-size: .93em;
	margin-bottom: .95em;
}

#paypal {
	text-align: center;
}

#paypal form {
	text-align: center;
}

#paypal form table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 11px;
}

#paypal td {
	padding: 5px;
}

