/* Default CSS */

/* Universal Reset */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #165873 url(../images/bg_main.jpg) 0 0 repeat-x;
	color: #a6bdc6;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	
}

/* ----------------- Type ------------------- */

h1 { font-weight: lighter; font-size: 26px; margin-bottom: 15px; color: #9eb8c3; font-family: Georgia, "Times New Roman", Times, serif; }
h2 { font-weight: lighter; font-size: 22px; color: #c16d00; margin: 0 0 35px 0;  font-family: Georgia, "Times New Roman", Times, serif; }
h3 { font-weight: lighter; font-size: 18px; margin-bottom: 8px; color: #ab9e79;  font-family: Georgia, "Times New Roman", Times, serif;}
h4 { font-weight: lighter; margin-bottom: 15px; color: #939393; font-size: 16px; }
h5 { margin: 15px 0 15px 0; text-align: center; font-weight: lighter; font-size: 16px; background: #e1e1e1 url(/images/bg_h5.gif) 0 0 no-repeat; color: #756e68; height: 36px;}
h6 { font-size: 16px; font-weight: lighter; margin-bottom: 13px; }
p { 
	margin-bottom: 22px;
	line-height: 20px; 
}
#footer p {
	margin-bottom: 0px;
}
#rightCol p {
	margin-bottom: 3px;
	line-height: 14px;
}
blockquote {
	text-align: center;
	padding: 0 7px 0 15px;
	background: url(../common/images/bg_blockquote.gif) 0 0 no-repeat;
}
blockquote p { background: url(../common/images/bg_p_in_blockquote.gif) bottom right no-repeat; }
b, strong { font-weight: bold; /*color: #CCFFFF;*/ }
i, em {font-style: italic; font-family: georgia; color: #CCFFFF;}
.small { font-size: 11px; }
/*table b, table strong { color: #333333;}*/
/* ----------------- Links ------------------- */

a, a:link, a:visited { color: #b3ab98;}
a:hover { color: #c16d00; }
#footer a, #footer a:link, #footer a:visited { color: #efe8d9; }
#footer a:hover { color: #c16d00; }
#subNav a, #subNav a:link, #subNav a:visited { color: #a0d4e5; text-decoration: none;}
#rightCol a { font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 14px; }
/* ----------------- Layout ------------------- */

#container {
	margin: 0 auto;
	width: 986px;
	text-align: left;
}
#contentPadding {
	margin: 20px 10px 20px 10px;
	padding: 20px;
	background: #1d4050;
	border: #4d616c 4px solid ;
}
#contentPaddingHome {
	padding: 20px 0 20px 20px;
}
#footer {
	width: 986px;
	background: url(../images/bg_footer.gif) 0 0 no-repeat;
	font-size: 10px;	
}
#footerGuts {
	width: 850px;
	float: right;
	margin-top: 91px;
}
#logoLink a {
	display: block;
	width: 116px;
	height: 177px;
	
}
#rightCol {
	width: 264;
	float: right;
}
#hotel {
	width: 147px;
	height: 120px;
	background: url(../images/bg_hotel.png) 0 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #eaf6fb;
	padding: 15px 80px 15px 20px;
}
#helpDesk {
	width: 147px;
	height: 98px;
	background: url(../images/bg_helpDesk.png) 0 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #eaf6fb;
	padding: 15px 80px 15px 20px;
}
#ballot {
	width: 167px;
	height: 105px;
	background: url(../images/bg_ballot.png) 0 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #eaf6fb;
	padding: 15px 60px 15px 20px;
}

.split { margin-bottom: 15px; }
.split td {
	vertical-align: top;
	width: 50%;
	padding-right: 15px;
}
#photoBox {
	padding: 20px 20px 10px 20px;
	border: 1px solid #669999;
	float: right;
	width: 300px;
	margin-left: 30px;
}
#photoBox p {
	font-size: 11px;
	margin-top: 10px;
}

#hotelList {
	width: 100%;
	border-collapse: collapse;
	border: none;
	}
#hotelList td {
	vertical-align: top;
	border-bottom: 1px solid #4d616c;
	padding: 20px 10px 10px 10px;
	}

/* ----------------- Lists ------------------- */

ul {
	margin-bottom: 23px;
}
#contentPadding li {
	list-style-image: url(../images/bullet.gif);
}
#footer li {
	display: inline;
	margin-right: 10px;
	text-decoration: none;
}
#footer ul {
	margin-bottom: 0;
}
#contentPadding ul {
	margin-left: 35px;
}
#contentPadding ul li {
	margin-bottom: 7px;
}
#subNav ul {
	margin-left: 0;
	margin-top: 12px;
}
#subNav li {
	display: inline;
	margin-right: 5px;
	background: #155063;
	list-style: none;
	padding: 6px;
	border: 1px solid #669999;
	font-size: 11px;
}
#subNav li:hover {
	background: #437687;
	border: 1px solid #8ca8a8;
}


/*--------------- IMG ------------------------- */

.photo {
	border: 4px solid #669999;
	margin: 0 0 20px 20px;
	float: right;
}
.photoLeft {
	border: 4px solid #669999;
	margin: 0 20px 10px 0px;
	float: left;
}

.photoCenter {
	text-align: center;
	margin: 5px 0 15px 0;
	}
.photoCenter img {
	border: 4px solid #669999;
	margin: 0 0 5px 0;
}

.floatRight {
	margin: 0 0 15px 15px;
	float: right;
}

/*---------------- TABLE ---------------------- */
#eventsTable td {
	border: 1px solid #669999;
	padding: 20px;
	background: #155063;
}
#eventsTable p {
	margin-bottom: 10px;
}
