@import "typography.css";
@import "layout.css";
@import "extras.css";
@import "wireframe.css"; /* ### DO NOT INCLUDE INTO LIVE SITE ### */

/* !Generals */
body{
font-family: Verdana;
}
#content{
width: 1080px;
margin: 0 auto;
overflow: hidden;
background: url(../images/layout/site_top_bg.jpg) 0 0 no-repeat;
}
#branding{
width: 960px;
margin: 0 auto;
}
#branding h2{
font-size: 1.8em;
font-family: "Arial Black", Arial, sans-serif;
text-transform: uppercase;
margin: 0;
color: #fff;
text-align:center;
padding-top:10px;
}
#branding p{
margin: 0;
color: #fff;
line-height: 130%;
font-size: 1em;
margin-left:65px;
margin-right:70px;
}
#header{
height: 84px;
}
#primary{
display: block;
width: 960px;
height: 460px;
margin: 63px auto 0 auto; 
overflow: hidden;
}
.primInfo{
width: 500px;
float: left;
margin: 0 0 0 90px;
display: block;
}
.primInfo h1{
width: 400px;
font-size: 4em;
margin: .2em 0 0 0;
line-height: 100%;
color: #cc3399;
}
.primInfo p{
line-height: 150%;
color: #cc3399;
font-weight:bold;
}
.caller{
margin: 2em 0 0 0;
}
.caller h3{
font-size: 2em;
color: #0099cc;
line-height: 100%;
margin: 0;
}
.caller p{
color: #000;
font-size: 3.5em;
margin: 0;
line-height: 100%;
font-weight: bold;
padding:5px 0px 5px 0px;
}
.caller span{
color: #cc3399;
font-weight: bold;
font-size: 1.2em;
line-height: 180%;
margin: .5em 0;
text-transform: uppercase;
}
#secondary{
background: url(../images/layout/site_middle_bg.jpg) -1px 0 no-repeat;
overflow: hidden;
width: 1080px;
margin: 0 auto;
}
.secCont{
width: 940px;
margin: 0 auto;
}
#secondary h3{
display: block;
text-align: center;
font-size: 2em;
color: #cc3399;
margin: 0;
padding-top:15px;
}
#secondary h4{
display: block;
text-align: center;
font-size: 2.4em;
color: #006699;
margin: 0;
}
#footer{
margin: 0;
border: none;
background: url(../images/layout/site_bottom_bg.jpg) -1px 0 no-repeat;
}
.over18{
display: block;
text-indent: -9999px;
}
#footer h3{
display: block;
text-align: center;
margin: 0 auto;
width: 900px;
color: #fff;
font-size: 1.8em;
margin-bottom:20px;
}
#footer h3 a{
color: #fff;
text-decoration: underline;
}
#footer ul{
width: 900px;
display: block;
text-align: center;
overflow: hidden;
margin: 0 auto;
}
#footer ul li{
display: inline;
color: #fff;
}
#footer ul li a{
color: #fff;
line-height: 150%;
text-decoration: none;
font-weight: bold;
font-size: .8em;
}
.disclaimer{
width: 850px;
margin: 1.5em 0 5em 12em;
line-height: 150%;
color: #fff;
font-size:.9em;
}

#default #content{
width: 980px;
margin: 0 auto;
background: none;
}
#default #header{
background: #cc66cc;
height: auto;
padding: 20px;
}
#default #branding{
margin: 0;
}
#default #branding h1{
font-family: "Arial Black", Arial, sans-serif;
font-size: 2em;
color: #fff;
margin: 0;
}
#default #branding p{
margin: 0;
}
#default #primary{
background: url(../images/layout/desktop_bg_default.png) 0 0 no-repeat;
margin: 0;
height: auto;
width: 940px;
padding: 20px;
}
#default #primary h3{
font-size: 2em;
color: #006699;
margin: 0;
line-height: 100%;
}
#footer{
height:190px;
background: #cc66cc;
}
