/***************************************
COMMON
***************************************/
body, table {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #032b55;
}
body, form {
	margin: 0px;
	padding: 0px;
}
body {
	background: #8b9eb1 url(/images/site/bkg.jpg) repeat-x;
}
#main{
	width: 100%;
	background: transparent url(/images/site/siteBkg.jpg) no-repeat top center;
}
.bodySpacer {
	width: 50%;
}
.bodySpacer2 {
	width: 50%;
	background: transparent url(/images/header/headerBkg.png) repeat-x;
}
A {
	color : #c54343;
}
A:hover {
	text-decoration: none;
}
li {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
ul{
	list-style: square outside url(/images/lidot.gif);
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 10px;
}
ul ul{
	padding: 0px 0px 0px 10px;
}
ol{
	margin: 0px 0px 0px 45px;
	padding: 0px;
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
}
/***************************************
HEADER
***************************************/
.siteWidth {
	width: 990px;
	height: 1px;
}
#headerTD {
	background: transparent url(/images/header/headerBar.png) no-repeat;
	height: 65px;
	vertical-align: bottom;
	text-align: right;
	color: #fff;
	font-weight: bold;
}
#headerTD A {
	color: #fff;
	text-decoration: none;
	margin: 0 7px 0 7px;
}
#headerTD A:hover {
	color: #b9b9bb;
}
#main-nav{
	padding-bottom: 5px;
}
#subs-nav {
	text-align: right;
	position: relative;
	z-index: 2; /* needed so it doesn't conflict w .localContent */
}
#subs-nav div{
	border: 1px solid #032b55;
	display: none;
	font-size: 13px;
	position: absolute;
	right: 0;
	padding-bottom: 2px;
	background: #fff;
	z-index: 100;
}
#subs-nav A{
	text-align: left;
	display: block;
	background: #032b55;
	color: #fff;
	text-decoration: none;
	padding: 0 8px 0 8px;
	margin: 2px 2px 0 2px;
}
#subs-nav A:hover {
	color: #fff;
	background: transparent url(/images/header/subnavBkg.gif) repeat-x;
}
#show_sn{
	width: 165px;
	top: 0px;
	margin-right: 250px;
}
/***************************************
CONTENT
***************************************/
#ContentTD {
	vertical-align: top;
	padding: 40px 0px 20px 0px;
	height: 400px;
}
H1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #2B3868;
	margin-bottom: 10px;
}
H2 {
	font: bold 13px Arial, Helvetica, sans-serif;
}
.fineprint {
	font-size: 11px;
	color: #666666;
}
HR {
	color: #032b55;
	background: #032b55;
}
.localContent {
/*	position: relative;
	z-index: 1; /* needed so it doesn't conflict w #subs-nav div */
	display: table;
	width: 100%;
	padding: 0 30px 0 30px;
	background:  url(/images/site/contentMid.png) repeat-y;
	width: 920px;
}
.contentHeader {
	border: 1px solid #032b55;
	padding: 4px 4px 4px 10px;
	background: #92a4b6;
	font-weight: bold;
	font-size: 14px;
	color: #032b55;
	margin-bottom: 5px;

}
.contentTop {
	height: 32px;
	width: 984px;
	display: block;
}
.hotelLogo {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #032b55;
}
.contentBottom {
	height: 27px;
	width: 982px;
	display: block;
	clear: both;
}
.sponsorList {
	text-align: center;
	padding-top: 10px;
}
.sponsorList img{
	margin-bottom: 10px;
	border: 0;
}
.sponsorImage {
	border: 1px solid #fff;
	float: right;
	margin: 0 0 10px 10px;
}
.guestPoserRecord {
	font-size: 11px;
}
.guestPoserRecord strong {
	font-size: 12px;
}
.guestPoser1 {
	width: 240px;
	float: left;
	clear: left;
}
.trophy {
	float: left;
	text-align: center;
	padding: 10px;
}
.trophy img {
	width: 200px;
	border: 1px solid #fff;
}
.bodyContentImage {
	float: right;
	margin-top: -31px;
}
/***************************************
FOOTER
***************************************/
#FooterTD {
	background: transparent url(/images/footer/footerBar.png) no-repeat bottom left;
	vertical-align: bottom;
	padding: 0 65px 1px 10px;
	height: 120px;
	text-align: right;
	font-size: 10px;
	color: #57738f;
}
.FCBB {
	border: 1px solid #032b55;
	margin-right: 270px;
}
/***************************************
RESULTS
***************************************/
.resultsTable {
	width: 100%;
	background: #032b55;
}
.resultsTitle td{
	padding: 6px;
	background: #92a4b6;
	font-size: 14px;
	color: #032b55;
	font-weight: bold;
}
.resultsContent td{
	vertical-align: top;
	padding: 6px;
	background: #fff;
}
.resultsContent ol {margin-bottom: 15px;}
/*****************************************
INPUT/RADIO/CHECKBOX/COMMNET BOX STYLE
Note, remember to set ALL radio/checkboxes to class="checkbox" or class="radio" to turn off borders on those items
*****************************************/
option, input, select, textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4b5989;
	height: 18px;
	margin: 0px;
}
select {
	border: 1px solid #2B3868;
}
textarea {
	height: auto;
}
input, textarea {
	border: 1px solid #2B3868;
	padding: 0px 2px 0px 2px;
}
.checkbox, .radio {
	border: 0px;
}