/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #2eb0ca;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.introParagraph {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

#clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.noTopMargin {
	margin-top: 0px !important;
}

.noBottomMargin {
	margin-bottom: 0px !important;
}

.picBorder {
	border: 1px solid #ffffff;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 5px 10px 12px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 5px 0px 12px 15px;
}

.picCenter {
	display: block;
	text-align: center;
	margin: 5px 0px 12px 0px;
}

#redTintBox {
	display: block;
	clear: both;
	margin: 0px 0px 12px 0px;
	padding: 8px 10px 0px 10px;
	border: 1px solid #ff4b51;
	background-color: #33254f;
}
#redTintBox p {
	margin: 0px 0px 8px 0px;
}
.hidden {
	display: none !important;
}
.redText {
	color: #cf0302;
	font-size: 14px;
	font-weight: bold;
}

#blueBox {
	display: block;
	clear: both;
	margin: 0px 0px 12px 0px;
	padding: 8px 10px 0px 10px;
	border: 1px solid #ffffff;
	background-color: #0a67ae;
}
#blueBox p {
	margin: 0px 0px 8px 0px;
}

.seperator {
	display: block;
	padding: 15px 0px 0px 0px; 
	border-bottom: dotted 1px #fff;

}





/*
Misc positioning elements
-------------------------
*/

#hiddenTags {
	display: none;
}

#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #001c4a;
	background-image: url("/images/common/page_background.jpg");
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

#pageArea {
	display: block;
	margin: 10px 0px 20px 0px;
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*
Header elements
-------------------------
*/

#headerArea {
	display: block;
	position: relative;
	width: 760px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
}

#headerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#headerArea h1 {
	display: none;
}
#headerArea h2 {
	display: none;
}

#cssSwitch {
	position: absolute;
	top: 5px;
	left: 640px;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	z-Index: 100;
}
#cssSwitch a {
	color: #ffffff;
	text-decoration: none;
}
#cssSwitch a:visited {
	color: #ffffff;
	text-decoration: none;
}
#cssSwitch a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*
Page Title and/or Image
-------------------------
*/

#pageTitleArea {
	display: block;
	position: relative;
	margin: 0px 0px 30px 0px;
	min-height: 40px;
	/* hack for IE */
	_height: 40px;
}

#pageTitleArea h1 {
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #ccff00;
}

/*
Column Layouts
-------------------------
*/

#twoColumnLayout {
	display: block;
	margin: 20px 0px 0px 0px;
	width: 740px;
}

#twoColumnLayout #mainColumn.narrowWidth {
	display: block;
	width: 520px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentIndented {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#mainColumn.fullWidth {
	display: block;
	width: 720px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#mainColumn a {
	color: #FF9999;
}

#mainColumn a:visited {
	color: #99CCCC;
}

#mainColumn a:hover {
	color: #fc7106;
}

#mainColumn h2 {
	display: block;
	margin: 35px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ccff00;
}

#mainColumn h2.smallMargin {
	margin-bottom: 4px;
}

#mainColumn h2.noBottomMargin {
	margin-bottom: 0px;
}

#mainColumn h3 {
	display: block;
	margin: 20px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ccff00;
}

#mainColumn ul {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#mainColumn ul li {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#mainColumn ol li {
	margin: 0px 0px 5px 0px;
	text-align: justify;
}

#mainColumn .smallText {
	font-size: 11px;
	line-height: 13px;
}

#twoColumnLayout #rightColumn {
	display: block;
	width: 175px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightColumn hr {
	display: none;
}

/*
Trump Card elements
-------------------------
*/

.trumpCardContainer {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 170px;
}

.trumpCard {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
}

.trumpCardTop {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/attractions/trump_cards/trump_top.gif");
	background-repeat: no-repeat;
	width: 160px;
	height: 43px;
}

.trumpCardTop h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 7px 15px 0px 15px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	color: #000000 !important;
	text-align: center !important;
}

.trumpCardContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	min-height: 265px;
	_height: 265px;
}

.trumpCardImage {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
}

.trumpCardContent dl {
	margin: 6px 6px 0px 6px;
	padding: 0px 0px 2px 0px;
}

.trumpCardContent dl dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

.trumpCardBottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/attractions/trump_cards/trump_bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 8px;
	_height: 8px;
}

.trumpCardBottom a {
	display: block;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	width: 154px;
	height: 31px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	background-image: url("/images/attractions/trump_cards/vote_button_off.gif");
	background-repeat: no-repeat;
}

.trumpCardBottom a {
	display: block;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	width: 154px;
	height: 31px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	background-image: url("/images/attractions/trump_cards/vote_button_off.gif");
	background-repeat: no-repeat;
}

.trumpCardBottom a:visited {
	color: #ffffff !important;
	text-decoration: none;
	background-image: url("/images/attractions/trump_cards/vote_button_off.gif");
	background-repeat: no-repeat;
}

.trumpCardBottom a:hover {
	color: #ffffff !important;;
	text-decoration: none;
	background-image: url("/images/attractions/trump_cards/vote_button_over.gif");
	background-repeat: no-repeat;
}

/*
Events page elements
-------------------------
*/

#mainColumn.eventsColumn {
	display: block;
	width: 740px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 0px;
}

#mainColumn.eventsColumn #eventsImage {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}

#mainColumn.eventsColumn h1 {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #ccff00;
}

#mainColumn.eventsColumn h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/*
Table elements
-------------------------
*/

#genericTable {
	display: block;
	margin: 25px 0px 20px 0px;
	background-color:  #ccff00;
	text-align: left;
}
#genericTable caption {
	padding: 2px 3px 3px 8px;
	margin-bottom: 0px;
	background-color: #ccff00;
	border-left: 1px solid  #ccff00;
	border-right: 1px solid  #ccff00;
	border-top: 1px solid  #ccff00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #001c4d;
	text-align: left;
}
#genericTable th {
	margin: 1px;
	padding: 3px 4px 3px 8px;
	background-color: #0088c4;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
#genericTable td {
	margin: 1px;
	padding: 3px 4px 3px 8px;
	background-color: #ff4b51;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
#genericTable tr.headings th.blue {
	margin: 1px;
	padding: 2px 4px 2px 8px;
	background-color: #3dac90;
	color: #ccff00;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
#genericTable tr.headings th.red {
	margin: 1px;
	padding: 2px 4px 2px 8px;
	background-color: #f08140;
	color: #ccff00;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

/*
Social Networking panel
-------------------------
*/
#socialNetworkingPanel {
	width: 740px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#socialNetworkingPanel #socialNetworkingPanelTop {
	height: 7px;
	background-image: url("/images/common/social_networking/panel_top_bg.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	overflow: hidden;
}
#socialNetworkingPanel #socialNetworkingPanelContent {
	background-image: url("/images/common/social_networking/panel_tile_bg.gif");
	background-repeat: repeat-y;
}
#socialNetworkingPanel #socialNetworkingPanelBottom {
	height: 7px;
	background-image: url("/images/common/social_networking/panel_bottom_bg.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

#socialNetworkingPanel #socialNetworkingPanelContent p {	
	font-size: 11px;
}

#socialNetworkingPanel #socialNetworkingPanelContent p#topLinks {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 23px;
}
#socialNetworkingPanel #socialNetworkingPanelContent p#linkHelpText {
	margin: 10px 10px 15px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#socialNetworkingPanel #socialNetworkingPanelContent p#linkHelpText a {
	text-decoration: underline;
}

#socialNetworkingPanel #socialNetworkingPanelContent p a {
	display: inline;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
}

#socialNetworkingPanel #socialNetworkingPanelContent p a#twitterFullLink {
	padding: 0px 0px 0px 85px;
	margin-left: 10px;
	margin-right: 65px;
	background-image: url("/images/common/social_networking/twitter_full_logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#socialNetworkingPanel #socialNetworkingPanelContent p a#facebookFullLink {
	padding: 0px 0px 0px 97px;
	margin-right: 68px;
	background-image: url("/images/common/social_networking/facebook_full_logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#socialNetworkingPanel #socialNetworkingPanelContent p a#bookmarkFullLink {
	padding: 0px 0px 0px 20px;
	margin-right: 0px;
	background-image: url("/images/common/social_networking/bookmark_plus_icon.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#socialNetworkingPanel #socialNetworkingPanelContent p a.bookmarkMinusIcon {
	background-image: url("/images/common/social_networking/bookmark_minus_icon.gif") !important;
}

#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 0px 10px;
	font-size: 11px;
	line-height: 16px;
}

#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd {
	display: block;
	float: left;
	position: relative;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 140px;
	text-align: left;
}

#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a {
	display: block;
	padding: 0px 0px 0px 21px;
}

#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#deliciousLink {
	background-image: url("/images/common/social_networking/delicious_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#diggLink {
	background-image: url("/images/common/social_networking/digg_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#facebookLink {
	background-image: url("/images/common/social_networking/facebook_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#folkdLink {
	background-image: url("/images/common/social_networking/folkd_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#googleLink {
	background-image: url("/images/common/social_networking/google_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#magnoliaLink {
	background-image: url("/images/common/social_networking/magnolia_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#myspaceLink {
	background-image: url("/images/common/social_networking/myspace_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#propellerLink {
	background-image: url("/images/common/social_networking/propeller_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#redditLink {
	background-image: url("/images/common/social_networking/reddit_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#stumbleUponLink {
	background-image: url("/images/common/social_networking/stumble_upon_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#twitterLink {
	background-image: url("/images/common/social_networking/twitter_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#windowsLiveLink {
	background-image: url("/images/common/social_networking/live_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent #linkList dl dd a#yahooLink {
	background-image: url("/images/common/social_networking/yahoo_logo.gif");
	background-repeat: no-repeat;
}
#socialNetworkingPanel #socialNetworkingPanelContent a:link, #socialNetworkingPanel #socialNetworkingPanelContent a:visited {
	color: #ffffff;
	text-decoration: none;
}
#socialNetworkingPanel #socialNetworkingPanelContent a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*
Footer elements
-------------------------
*/


#footerArea {
	display: block;
	margin: 20px 0px 30px 0px;
	position: relative;
	width: 740px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url("/images/common/footer_bg.gif");
	color: #1089c6;
}

#footerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
}

#footerArea a {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerArea #toTop {
	position: absolute;
	top: 6px;
	left: 10px;
}

#footerArea #footerLinks {
	position: absolute;
	top: 6px;
	right: 10px;
}

#copyrightArea {
	display: block;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

/*
ASPRO Corporate Footer elements
-------------------------------
*/

#asproFooterFullWidth {
	display: block;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 220px;
	text-align: center;
	background-image: url("/images/common/corp_footer/background_tile.jpg");
	background-repeat: repeat-x;
}

#asproFooterFullWidth hr {
	display: none;
}

#asproFooterArea {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#asproFooterArea dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#asproFooterArea dl dt {
	display: none;
}

#asproFooterArea dl dd {
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 130px;
	height: 80px;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
}

#asproFooterArea dl dd .logoText {
	display: block;
	position: absolute;
	top: 52px;
	left: 0px;
	width: 130px;
}

#asproFooterArea dl dd .logoText .attractionTitle {
	display: none;
}

#asproFooterArea dl dd a {
	color: #ffffff;
	text-decoration: none;
}
#asproFooterArea dl dd a:visited {
	color: #ffffff;
	text-decoration: none;
}
#asproFooterArea dl dd a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#asproFooterArea dl dd img {
	margin: 0px 0px 2px 0px;
}
#asproFooterArea #asproAttractions {
	text-align: center;
}

/* book now button */

.bookNow {
	width: 200px;
	height: 25px;
	margin: 0px 0px 0px 150px;
	text-align: center;
	font-size: 18px;
}
a.bookNowButton p, a:visited.bookNowButton p {
	width: 200px;
	height: 35px;
	padding: 8px 0px 0px 0px;
	background-image: url('/images/common/book_now_button.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

a:hover.bookNowButton p {
	width: 200px;
	height: 35px;
	text-decoration: underline;
	color: #ffffff;
	cursor: pointer;
}
