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

/**************************************/
/************ Global CSS **************/
/**************************************/

#preloader {

	position: fixed;
	width: 0px;
	height: 0px;
	display: none;
	overflow: hidden;

}

body, html {
	position:absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #DDD;
/*	background-image: url(images/background.gradient.jpg);	*/
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}

a {

	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: none;
	color: black;

}

a:hover {

	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: none;

}

a:active {

	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: none;

}

a:visited {

color: black;

}



#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
/*	border: 1px solid black;	*/
}

#indexHeader {
	position: relative;
	width: 100%;
	height: 313px;
	background-image: url(../images/index.header.jpg);

}

#linkBar {

	position: relative;
	width: 100%;
	padding-bottom:30pt;
}


#macLion {

	width: 58px;
	height: 52px;
	position: absolute;
	margin: -20px 0 0 -65px;
	background-image:url(../images/mac.lion.gif);

}

#nav {

	position: relative;
	float: left;
	width: 450px;
	height: auto;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
	text-decoration: none;

}

#nav ul {

	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;

}

#nav li {

	display: inline;
	text-decoration: none;
	color: black;
	text-indent: 0px;

}

#nav li a {

	display: inline;
	text-decoration: none;
	color: black;
	text-indent: 0px;

}

#nav li a:hover {

	display: inline;
	border-top: #bbb solid 8px;
	padding: 2px 0 0 0;
	text-decoration: none;
	color: black;
	* border: 0px;

}

.selectedNavItem {

	display: inline;
	border-top: #bbb solid 8px;
	padding: 2px 0 0 0;
	text-decoration: none;
	color: black;

}

#socialLinks {

	position: relative;
	float: right;
	width: 410px;
	height: auto;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 10px 0 0;

}

#socialLinks a {

	text-decoration: none;
	color: black;

}

#socialLinks img {

	margin: 0 0 -3px 0;

}

#indexContent {

	position: relative;
	width: 100%;
	height: auto;
	margin: 35px 0 0 3px;

}

#indexContent a {

	text-decoration: none;
	color: black;

}

#sectionLink {

	position: relative;
	float: left;
	width: 33%;
	height: auto;
	margin: 15px 0 0 0;

/*	border: 1px solid black;	*/

}

#sectionLinkImage {



}

#sectionLinkText {

	padding: 5px 10px 0 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}

#footer {

	position: relative;
	float: left;
	width: auto;
	height: auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 100px 0 0 0;
	color: #333;
	text-decoration: none;

}

#footer ul {

	display: inline;
	text-decoration: none;
	color: #333;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;

}

#footer li {

	display: inline;
	text-decoration: none;
	color: #333;
	text-indent: 0px;

}

#footer li a {

	display: inline;
	text-decoration: none;
	color: #333;

}

#footer li a:hover {

	display: inline;
	color: black;
	padding: 5px 0 5px 0;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;

}

#footerLogo {

	position: relative;
	float: right;
	width: 136px;
	height: 50px;
	background-image:url(../images/mac.footer.jpg);
	margin: 100px 0 0 0;

}

#footerMacInHand {

	position: relative;
	float: left;
	background-image: url(../images/footer.macinhand.jpg);
	width: 100%;
	height: 160px;
	margin-top: 0px;
	background-position: left;
	background-repeat: no-repeat;

}

/*********************************/
/** Global Venue Section Styles **/
/*********************************/

#venueSections {

	position: relative;
	float: left;
	width: 255px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0px;
	font-size: 24px;

	}

.venueSectionUl {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 24px;

}

.venueSectionUl li a {

	text-decoration: none;
	color: #ABABAB;
	font-size: 24px;

}

.venueSectionUl li a:hover {

	color: black;

}

.selectedVenueSection {

	color: black;
	list-style-type: square;


}

/*********************************/
/*** allvenues.html css styles ***/
/*********************************/

#allVenuesPageHeader {
	position: relative;
	width: 100%;
	height: 313px;
	background-image: url(../images/allvenues.page.header.jpg);

}

#allVenuesContent {

	position: relative;
	width: 100%;
	height: auto;
	margin: 35px 0 0 0px;

}

#allVenuesContent a {
	text-decoration:underline;
	color:blue;
}

#allVenuesLeftColumn {

	position: relative;
	float: left;
	width: 280px;
	height: auto;
	padding: 5px;

}

#allVenuesDescription {

	position: relative;
	float: left;
	width: 270px;
	height: auto;
	margin: 25px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;

}

#allVenuesMenueItems {

	position: relative;
	float: left;
	width: 270px;
	height: auto;
	margin: 0px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;

}

#allVenuesMenueItems label{
	margin-left:90px;
}

.allVenuesFormSubmit {

	background: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	cursor: default;
	cursor: pointer;
	outline: #333 groove 1px;

}
/*
.allVenuesFormSubmit:hover {

	background-color: #eee ;
	border-top: solid 1px #aaa;
	border-left: solid 1px #bbb;
	border-left: solid 1px #ccc;
	border-right: solid 1px #eee;
	cursor: default;
	cursor: pointer;
	outline: none;

}

.allVenuesFormSubmit:active {

	background-color: #eee ;
	border-top: solid 1px #aaa;
	border-left: solid 1px #bbb;
	border-left: solid 1px #ccc;
	border-right: solid 1px #eee;
	cursor: default;
	cursor: pointer;
	outline: none;

} */

#allVenuesRightColumn {

	position: relative;
	float: left;
	width: 590px;
	height: auto;
	padding: 5px;

}

#allVenuesBlock {

	position: relative;
	float: left;
	width: 150px;
	height: 200px;
	margin: 23px;
/*	background-image:url(../images/allvenues.blockitem.bg.jpg);	*/

}

#allVenuesBlockImage {

	position: relative;
	float: left;
	width: 142px;
	height: 92px;
	padding: 0px;
	background-image:url(../images/venueitem.image.bg.jpg);
	background-position:center;
	background-repeat: no-repeat;

}

.allVenuesBlockImage {

margin: 6px;

}


#allVenuesBlockText {

	position: relative;
	float: left;
	width: 135px;
	height: 90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 5px 5px 5px 10px;

}

#pagination {

	position: relative;
	float: right;
	margin: 0px 0px 50px 0px;
	padding: 0 0 0 0;
	text-align: right;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/*********************************/
/*** topvenues.html css styles ***/
/*********************************/

#topVenuesPageHeader {
	position: relative;
	width: 100%;
	height: 313px;
	background-image: url(../images/topvenues.page.header.jpg);

}

/*************************************/
/*** featuredvenue.html css styles ***/
/*************************************/

#featuredVenuePageHeader {

	position: relative;
	width: 100%;
	height: 313px;
	background-image: url(../images/featuredvenue.page.header.jpg);

}

#featuredVenueImage {

	position: relative;
	float: left;
	width: 251px;
	height: 251px;
	margin: 25px 10px 20px 43px;

}

#featuredGetMacHeader{
	position: relative;
	float: left;
	margin: 25px 10px 20px 43px;

}

#featuredVenueImage img {
	width:250px;
	height:250px;
	border:1px solid #ccc;
}

#featuredVenueMap {

	position: relative;
	float: left;
	width: 250px;
	height: 250px;
	margin: 25px 20px 20px 10px;
	background-image: url(../images/featuredvenue.map.bg.gif);

}


#featuredVenueDescription {

	position:relative;
	float:left;
	width: 500px;
	height: auto;
	margin: 0 45px 0 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;

}

#featuredVenueInfo {

position: relative;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
margin: 0 45px 0 43px;

}

/*****************************************/
/*** weeklysweepstakes.html css styles ***/
/*****************************************/

#weeklySweepstakesPageHeader {
	position: relative;
	width: 100%;
	height: 313px;
	background-image: url(../images/weeklysweepstakes.page.header.jpg);

}

#weeklySweepstakesInfo {

	position: relative;
	float: left;

	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 270px;
	height: auto;
	margin: 25px 10px 10px 10px;


}

#weeklySweepstakesInfoUl {

	position: relative;
	float: right;
	list-style-type: none;
	width: 225px;
	font-size: 11;
	color: #666;
	margin: 0 25px 0 0;

}

#weeklySweepstakesInfoUl label {

	font-size: 12;
	color: #ABABAB;

}

.weeklySweepstakesInfoUlLabel {

	font-size: 12;
	color: #ABABAB;

}

#weeklySweepstakesInfoUl li {

	font-size: 24px;
	color: black;

}

#weeklySweepstakesMembership {

	position: relative;
	float: left;
	width: 270px;
	height: auto;
	margin: 25px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#weeklySweepstakesDescription {

	position: relative;
	float: left;
	width: 270px;
	height: auto;
	margin: 25px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}

#weeklySweepstakesRightColumn {

	position: relative;
	float: left;
	width: 590px;
	height: auto;
	padding: 5px;

}

#weeklySweepstakesBlock {

	position: relative;
	float: left;
	width: 150px;
	height: 200px;
	margin: 23px;
/*	background-image:url(../images/allvenues.blockitem.bg.jpg);	*/

}

#weeklySweepstakesBlockImage {

	position: relative;
	float: left;
	width: 142px;
	height: 92px;
	padding: 0px;
	background-image:url(../images/venueitem.image.bg.jpg);
	background-position:center;
	background-repeat: no-repeat;

}

.weeklySweepstakesBlockImage {

margin: 6px;

}


#weeklySweepstakesBlockText {

	position: relative;
	float: left;
	width: 135px;
	height: 90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 5px 5px 5px 10px;

}


/****************************************/
/*** venueregistration.php css styles ***/
/****************************************/

#venueRegistrationPageHeader {

	position: relative;
	width: 100%;
	height: 313px;
	background-image: url(../images/venueregistration.page.header.jpg);

}

#venueRegistrationRightColum {
	position: relative;
	float: left;
	width: 580px;
	height: auto;
	padding: 10px;
}

#venueregistration {

font-family: Arial, Helvetica, sans-serif;
font-size:16px;
margin: 25px 0 0 25px;
border: 0px;

}

#venueRegistrationFormFields {

	width: 500px;

}

#venueRegistrationFormFields legend, #venueContentFormFields legend, #loginFormFields legend  {

	font-style: italic;
	color:#666;

}

#venueRegistrationFormFields label, #venueContentFormFields label, #loginFormFields label {

text-align: right;
display: block;
width: 225px;
float: left;
margin: 0 10px 0 0;

}

#venueRegistrationFormFields a{
	text-decoration:underline;
	color:blue;
}

.venueRegistrationMacSubmit {

text-align: right;


}

/****************************************/
/*** getmac.php css styles ***/
/****************************************/

#getMacPageHeader {

	position: relative;
	width: 100%;
	height: 313px;
	background-image: url(../images/getmac.page.header.jpg);

}

#getmac {

font-family: Arial, Helvetica, sans-serif;
font-size:16px;
margin: 25px 0 0 75px;
border: 0px;

}

#getMacFormFields {

width: 400px;

}

#getMacFormFields legend {

	font-style: italic;
	color:#666;

}

#getMacFormFields label {

text-align: right;
display: block;
width: 125px;
float: left;
margin: 0 10px 0 0;

}

.getMacSubmit {

text-align: right;


}

/********************************/
/*** contactus.php css styles ***/
/********************************/

#contactUsPageHeader {

	position: relative;
	width: 100%;
	height: 313px;
	background-image: url(../images/contactus.page.header.jpg);

}

#contactUs {

font-family: Arial, Helvetica, sans-serif;
font-size:16px;
margin: 25px 0 0 30px;
border: 0px;

}

#contactUsFormFields {

width: 515px;

}

#contactUsFormFields legend {

	font-style: italic;
	color:#666;

}

#contactUsFormFields label {

text-align: right;
display: block;
width: 125px;
float: left;
margin: 0 10px 0 0;

}

.contactUsSubmit {

text-align: right;


}

/********************************/
/*** tos.html css styles ***/
/********************************/

#termsOfUseColumn {

	position: relative;
	float: left;
	width: 700px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 25px 100px 25px 100px;


}

#termList li {

	margin: 0 0 5px 0;

}

#loginContent, #venueContent{
	position: relative;
	margin-right:100%;
	width: 100%;
	height: auto;
	margin: 35px 0 0 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#venueContentFormFields, #loginFormFields {

	width: 700px;

}

#message{
	text-decoration:italic;
	color:blue;
	font-size:18px;
	margin-left:15px;
}


