/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
	margin-bottom: 12px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* basics */
body {
	background-color: #2b4784;
	font-family: arial, helvetica, sans-serif; 
	color: #fff;
	font-size: 12px;
}
a {
	color: #f0b33f;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	color: #ffdc2e;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {

}
h3 {
	font-size: 16px;
	line-height: 21px;
}
h1#banner {
	width: 950px;
	height: 107px;
	text-indent: -9999px;
	background: url("images/logobanner.gif");
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px 0;
	line-height: 20px;
}

/* layout */
div#container {
	background-color: #fff;
	width: 950px;
	margin: 0 auto 0 auto;
}
div#top {
	height: 107px;
}
div#nav {
	background: url("/images/navbg.gif");
	height: 36px;
}
div#main {
	background: url("/images/contentbg.jpg") no-repeat;
	background-color: #2f5ba2;
	height: 394px;
}
div#mainFluid {
	background: url("/images/contentbg.jpg") no-repeat;
	background-color: #2f5ba2;
}
div#mainFluidAlt {
	background: url("/images/contentbg_alt.jpg") no-repeat;
	background-color: #2f5ba2;
}
div#footer {
	height: 33px;
}

/* navigation */
ul#primaryNav {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0 18px;
	/*letter-spacing: .5px;*/
}
#primaryNav li {
	float: left;
}
#primaryNav a {
	text-decoration: none;
	color: #fff;
	padding: 3px 20px 3px 20px; /* for web browsers */
}
#primaryNav a:hover {
	color: #f0b33f;
}
#primaryNav a.activeNav {
	color: #f0b33f;
}


/* page specific */
div#left {
	float: left;
	width: 305px;
	margin: 0 30px 0 0;
	padding: 5px 0 12px 25px;
}
div#right {
	float: left;
	width: 568px;
	margin: 5px 0 0 0;
}
div#homePageContent {
	height: 272px;
	text-align: center;
}
div#vipButton {
	margin: 7px 0 0 0;
	background: url("images/eventsbubble.png") no-repeat;
	height: 54px;
}
div#vipButtonLeft {
	float: left;
	width: 150px;
	padding: 4px 0 0 7px;
}
div#vipButtonRight {
	float: left;
	width: 120px;
	margin: 5px 0 0 0;
	padding: 6px 0 0 18px;
	border-left: 2px solid #f8eaaa;
	height: 38px;
}
div#vipButtonLeft a {
	color: #000;
	font-weight: bold;
}
div#vipButtonRight a {
	color: #5b5b5b;
	font-weight: bold;
}
div#vipButtonSmall {
	margin: 7px 0 0 8px;
	padding: 12px 0 0 0px;
	background: url("images/eventsbubble_small.png") no-repeat;
	height: 44px;
	width: 142px;
	text-align: center;
}
div#vipButtonSmall a {
	color: #000;
	font-weight: bold;
font-size: 13px;
}
div#socialMediaIcons {
	margin: 8px 0 0 2px;
}
div.menuLeft {
	float: left;
	width:220px;
	margin: 0 30px 0 0;
	padding: 15px 0 15px 20px;
}
div.menuRight {
	float: left;
	width: 635px;
	margin: 15px 0 0 18px;
	text-align: left;
}
.menuContent {
	margin: 0 0 0 45px;
}
.menuLeft h2 {
	color: #f0b33f;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.menuLeft select {
	font-size: 11px;
	width: 200px;
	margin: 0;
	padding: 3px;
	background: #eaeaea;
}
.menuLeft a {
	text-decoration: none;
}
.menuLeft p {
	margin: 0 0 20px 0;
}
.menuRight h1 {
	margin: 0 0 5px 0;
	font-size: 21px;
	font-weight: bold;
	color: #f0b33f;
}
.menuRight h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.menuRight p {
	margin: 0 0 7px 0;
	line-height: 18px;
	font-size: 14px;
}
.backToTop a {
	font-size: 10px;
	font-style: italic;
}
.menuHR {
	margin: 25px 0 0 0;
}
.menuDetail {
	font-size: 12px;
}
.contactHR {
	margin: 15px 0 15px 0;
	color: #6fa7e7;
}
div#contactLeft {
	float: left;
	width: 350px;
}
div#contactRight {
	float: left;
}
div.contentLeft {
	float: left;
	width: 280px;
	margin: 110px 30px 12px 40px;
}
div.contentRight {
	float: left;
	width: 565px;
	margin: 10px 0 15px 0;
	text-align: left;
}
.contentRightAlt {
	padding: 10px 25px 15px 435px;
	text-align: left;
}
.contentRight p, .contentRightAlt p {
	font-size: 14px;
	line-height: 18px;
}
.contentRight h2, .contentRightAlt h2 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.contentRight td {
	font-size: 14px;
}
.contentRight table {
	margin-top: 5px;
}
.newsLink {
	margin: 3px 0 15px 0;
}
.newsItemLeft {
	float: left;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
}
.newsItemRight {
	float: left;
	margin: 0 0 30px 50px;
	text-align: right;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
}
.mediaInquiries {
	background-color: #6596cc;
	width: 320px;
	text-align: center;
	padding: 5px;
}


/* misc */
.hidden {
	display: none;	
}
.clearit {
	clear: both;
}
p.smallish {
    font-size: 12px;
	font-style: italic;
}
.center {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.red {
	color: red;
}
.space {
	margin: 0px;
	height: 4px;
}
.caption {
	font-size: 11px;
	color: #fff;
}
.list1 li {
	list-style: decimal inside;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 15px;
}
.list2 li {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 15px;
	list-style: outside;
}
.small {
	font-size: 11px;
}
.larger {
	font-size: 14px;
	font-weight: bold;
    color: #fe9baf;
}
.largeWhie {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
    color: #fff;
}
.callout1 {
	background-color: #fff;
	padding: 15px;
	margin: 20px 0 20px 0;
	border: 2px solid #999;
}
.td1 {
	padding: 5px;
	border-bottom: 1px solid #999;
}
.hideButton {
	margin: 5px 0 0 0;
}
.hideButton a {
	font-weight: bold;
	color: #000;
	font-size: 10px;
	font-style: italic;
	background-color: #eee;
	padding: 3px 6px;
	border: 1px solid #999;
	text-decoration: none;
}
.hideButton a:hover {
	background-color: #fff;
}
.hidden {
	display: none;
	padding: 5px 0 5px 0;
}
.blossomDelim {
	text-align: center;
}

/* for images */
.img_fleft {
	border: 3px solid #999;
	float: left;
	margin: 10px;
}
.img_fright {
	border: 3px solid #999;
	float: right;
	margin: 10px;
}
.img_standalone {
	border: 3px solid #999;
	margin: 10px;
}


/* form */
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
	font-size: 10px;
	border: #959595 1px solid;
	padding: 2px 5px 2px 5px;
}
input:focus, textarea:focus, select:focus {
	border: #56c1ec 1px solid;
}
.submitButton {
	font-size: 12px;
	width: 53px;
	font-weight: bold;
	color: #fff;
	background-color: #a5a5a5;
	border: 1px solid #eee;
}

/* directions */
.directions {
	padding: 6px;
	border: 2px solid #084180;
	margin: 10px 0 0 0;
	background-color: #6596cc;
}
.directions table {
	width: 100%;
}
.directions td {
	padding: 3px 15px 3px 0;
}
.directions tr {
	border-bottom: 1px solid #d0d3d6;
}
.directions h3 {
	font-weight: bold;
	font-size: 18px;
	color: #f0b33f;
	margin: 0 0 3px; 0;
}