﻿/* CSS Document */

/* red: #E40000;


*/

/* -----------------------------------------START 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 {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	height:100%;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
    width: 98%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -----------------------------------------END RESET ------------------------------------ */


/* ----------------------------------------- START MAIN LAYOUT & STRUCTURE ------------------------------------ */
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: .7em;
 color:#333;
 background-color:#000;
 height:100%;
}

#wrapper { 
 margin: 0 auto;
 height:auto;
 min-height:800px;
}

#HeaderWrapper
{
 margin: 0 auto;
 height:auto;

 width:900px;
}

.MenuWrapper
{
 margin: 0 auto;
 height:auto;
 width:900px;
}

#BodyWrapper
{
 margin: 0 auto;
 height:auto;

 width:900px;
}

#AdvertWrapper
{
 margin: 0 auto;
 height:auto;

 width:900px;
}

#VenueTypesWrapper
{
 margin: 0 auto;
 height:auto;

 width:900px;
}

#FooterWrapper
{
 margin: 0 auto;
 height:auto;

 width:900px;
}

.LogoHolder
{
    margin-top:30px;
    margin-bottom:0px;
}

.clear {
clear:both;
}


.StateMenu
{
    margin-left:-12px;
}

.StateMenuItem
{
    display:block;
    float:left;
    padding-left:12px;
    padding-right:12px;
    height:30px;
    line-height:30px;
    font-size:21px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    border-right:1px solid #333;
	
}

.StateMenuItem_lastchild
{
    padding-right:0px;
    border-right:none;
}

.StateMenuItem:hover
{
    background-color:#E40000;
}

.ChooseGuide
{
    display:block;
    font-size:18px;
    color:#E40000;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:5px;
}

.MenuHolder
{
    border-bottom:1px solid #333;
    border-top:1px solid #333;
    padding-bottom:10px;
    margin-top:30px;
}

.advertisingbox
{
    border-bottom:1px solid #333;
    border-top:1px solid #333;
    padding-bottom:10px;
    padding-top:10px;
    margin-top:10px; 
    text-align:center;
}

#VenueTypes
{
    margin-top:10px;
    margin-bottom:10px;
}

.StateVenueTypeBox
{
    float:left;
    display:block;
    height:110px;
    width:283px;
    background-color:#161717;
    padding:10px;
    margin-right:3px;
    margin-bottom:3px;
}

a.OtherVenueTypesItem
{
    color:#757575;
    font-size:11px;
    text-decoration:none;
}

a.OtherVenueTypesItemHeader
{
    color:#757575;
    font-size:12px;
    text-decoration:none;
}

.footer
{
    margin-top:10px;
    margin-bottom:20px;
    color:#999;
    font-size:12px;
}

.LeftMag
{
    float:left;
    width:260px;
    text-align:left;
    color:#343434;
    font-size:47px;
    line-height:38px;
    margin-top:20px;
    letter-spacing:-2px; 
}

.LeftMag span
{
    color:#666666;  
    font-size:38px;
    line-height:30px;
}

.RightMag
{
    float:right;
    width:340px;
    text-align:right;
    color:#666666; 
    font-size:40px;
    line-height:30px;
    margin-top:20px;
    letter-spacing:-2px;

}

.RightMag span
{
    font-size:22px;
    line-height:22px; 
}

.RightMag .RightSub
{
    font-size:22px;
    color:#666666;
}

.RightMag .Highlight 
{
    font-size:22px;
    color:#343434;
}

