/* Reset will go here */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body
{
	background: url('../images/headerbg.jpg') repeat-x top center;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 300;
        /* color: #919191; */
        color: #000;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* Header Styles */

#headerwrapper {
    height: 525px;
    background: url('../images/headerpic.jpg') no-repeat top center;
}
#header {
    height: 525px;
    position: relative;
    font-size: 18px;
}

#header h1 {
    background: url('../images/logo.png') no-repeat;
    width: 350px;
    height: 96px;
    text-indent: -9999px;
}

#logo {
    position: relative;
    top: 25px;
    left: 85px;
    display: inline-block;
}

#contactinfo {
    position: absolute;
    right: 80px;
    top: 60px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-weight: bold;
}

#storewrapper
{
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#stores {
    display: inline-block;
    
    line-height: 25px;
    font-weight: 300;
    background-color:rgba(244,244,244,0.85);
    padding: 13px 20px;
    color: #000;
    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#four {
    font-weight: 600;
    letter-spacing:1px;
    font-size: 25px;
    margin-bottom: 5px;
}
/* End Header Styles */

/* Nav Styles */
#navwrapper {
    background: url('../images/navbg.jpg');
}

#nav {
    height: 339px;
    background: url('../images/white-dividers.png') center no-repeat;
}

#nav ul li {
     background: url('../images/nav-btn-bg.jpg');   
     width: 438px;
     height: 134px;
     display: inline-block;
     margin: 17px 21px;
     padding: 0;
}

#nav ul li:hover {
    background-position: 0 134px;
}

#nav ul li#home a {
     background: url('../images/home.png') no-repeat center;   
     width: 438px;
     height: 133px;
     text-indent: -9999px;
     display: inline-block;
}

#nav ul li#sports a {
     background: url('../images/sports.png') no-repeat center;   
     width: 438px;
     height: 133px;
     text-indent: -9999px;
     display: inline-block;
}

#nav ul li#source a {
     background: url('../images/source.png') no-repeat center;   
     width: 438px;
     height: 133px;
     text-indent: -9999px;
     display: inline-block;
}

#nav ul li#trailer a {
     background: url('../images/trailer.png') no-repeat center;   
     width: 438px;
     height: 133px;
     text-indent: -9999px;
     display: inline-block;
}
/* End of Nav Styles */

/* Content Styles */
#main {
    position: relative;
    height: 584px;
}
#main h2 {
    font-family: helvetica;
    font-size: 22px;
    font-weight: bold;
    padding: 45px 0 20px 8px;
}

#mainwrapper {
    background: url('../images/photoshadow.png') no-repeat center 100px;
}

#content {
    position: relative;
}

#content p {
    margin-bottom: 43px;
    line-height: 24px;
}


#content img {
    position: relative;
    border-top: #d0272e 3px solid;
    border-bottom: #d0272e 3px solid;
    margin-bottom: 29px;
    background: #fff;
}

.header {
    background: url('../images/menuheaderbg.png');
    width: 250px;
    height: 20px;
    color: #ffffff;
    padding: 14px 0 11px 25px;
    font-size: 21px;
    font-weight: bold;
    font-family: helvetica;
}

#sidebar div {
    position: relative;
    padding: 20px 25px;
    line-height: 25px;
    font-size: 14px;
}

.bolded {
    font-weight:bold;
}

#sidebar {
    width: 275px;
    height: 502px;
    display: inline-block;
    position: relative;
    bottom: 55px;
    background: url('../images/menubg.png');
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 0 0 45px;
}
/* End of Content Styles*/

/* Contact Styles */

#contactwrapper {
    background: url('../images/contactbg.jpg');
    border-top: #d0272e 3px solid;
    padding-bottom: 35px;
}

#contact {  
    position: relative;
}

#contact input {
    border: none;
    border-top: #d0272e 3px solid;
    background: url('../images/inputbg.jpg') repeat-x;
    width: 274px;
    height: 22px;
    font-size: 18px;
    font-weight: 300;
    color: #919191;
    font-style: italic;
    padding: 10px 13px 13px 13px;
    margin-bottom: 11px;
}

#contact textarea {
    border: none;
    border-top: #d0272e 3px solid;
    background: url('../images/inputbg.jpg') repeat-x #fff;
    width: 274px;
    height: 90px;
    font-size: 18px;
    font-weight: 300;
    color: #919191;
    font-style: italic;
    padding: 13px;
    margin-bottom: 16px;
    resize: none;
    overflow: auto;
}

#contact input.error, #contact textarea.error {
    background: #FEE;
}

div.form .errorSummary {
    text-align: left;
}

div.form .flash-success {
    text-align: center;
}

#contact #submit {
    background: url('../images/menuheaderbg.png');
    width: 88px;
    height: 45px;
    color: #ffffff;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
}

#contact h4 {
    padding-bottom: 23px;
    font-weight: 600;
    position: relative;
    padding-top: 33px;
    font-size: 22px;
    text-align: left;
}

#map {
    margin: 0 0 0 20px;
    padding-left: 15px;
    width: 605px;
}

#EGMapContainer1 {
    border-top: #d0272e 3px solid;
}

#map ul {
    background: url('../images/menuheaderbg.png');
    width: 577px;
    color: #ffffff;
    padding: 16px 13px 13px 13px;
    font-family: helvetica;
    float: left;
    font-size: 18px;
    list-style: none;
}
#map li {
    float: left;
    padding: 0 15px;
    border-right: 2px white solid;
}

#map li.last {
    border-right: none;
}

#contactContainer {
    display: inline-block;
    text-align: right;
}

a {
    color: #919191;
    font-weight: bold;
    text-decoration: none;
}

a:active, #contact #submit:active {
    position: relative;
    top: 1px;
}

#shadowwrapper {
    background: url('../images/footershadow.png') no-repeat center 83px;
}

/* End of Contact Styles */