* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    font-family: Helvetica, Arial, san-serif;
    font-size: 12px;
    color:#4E4E4E;
}


a {
    text-decoration: none;
    color: #1C88D1;
}

a img {
    border: None
}

a:visited {
    border: none;
    text-decoration: none;
}

h1 {
    color: #EA2224;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 1em;
}

h2 {
    color:#EF3E30;
    font-size:20px;
    font-weight: normal;
    margin-bottom: 1em;
}

h3 {
    color:#666;
    font-size:18px;
    margin-bottom: 1em;
}

h4 {
    color: #454545;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 1em;
}

select {
    font-size: 11px;
}

#bodyTop {
    background:url('/static/images/topImageBack.png') repeat-x;
    height: 162px;
    display: block;
}

#bodyTopWrapper {
    background: url('/static/images/topImage_new.png');
    height: 162px;
    width: 1017px;
    margin: 0 auto 0 auto;
}

#bodyMid {
    background: url('/static/images/midImageBack.png') repeat-x #fff;
    min-height: 400px;
    position: static;
}

#leftShadow {
    background: url('/static/images/leftShadow.png');
    width: 50px;
    height: 300px;
    float: left;
    margin-left: -50px;
    margin-top: 1px;
}

#rightShadow {
    background: url('/static/images/rightShadow.png');
    width: 50px;
    height: 304px;
    float: right;
    margin-right: -50px;
    margin-top: 1px;
}

#bodyMidWrapper {
    min-height: 400px;
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0 29px 0 30px;
}

#bodyBottom {
    float: left;
    clear: both;
    width: 100%;
    height: 400px;
    background: url('/static/images/bottomImageBack.png') repeat-x #A0A0A0;
}

#bodyBottomWrapper {
    position: relative;
    z-index: 10;
    width: 960px;
    height: 400px;
    margin: 0 auto 0 auto;
    background-color: #A0A0A0;
}

#bodyTopWrapper #logo {
    margin-left: 70px;
    margin-top: 20px;
    float:left;
    width: 235px;
    height: 55px;
}

#bodyBottomWrapper #footerLinks {
    float: left;
    color: #fff;
    margin: 25px 0 0 25px;
}

#footerLinks .footerLink {
    float: left;
    font-size: 11px;
    margin-right: 20px;
}

#bodyBottomWrapper #cardLogos {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

#cardLogos .cardLogo {
    margin-right: 10px;
}

#billboardSect {
    float: left;
    width: 960px;
    margin-top: -8px;
}

#billboardWrapper {
    width: 960px;
    height: 360px;
    overflow: hidden;
}

#billboardSlides {
    width: 960px;
    height: 360px;
}




.slideShowNavWrapper {
    float: left;
	position: relative;
	left: 565px;
	bottom: 70px;
	width:auto;
	height:auto;
	z-index:100;
}

.slideShowNavWrapper .nav a {
	background:url('/static/images/ssnav.png') no-repeat;
	width:12px;
	height:12px;
	text-decoration:none;
	float:left;
	font-size:0px;
	margin-left:3px;
	border:none;
}
.slideShowNavWrapper .nav a.activeSlide {
	background:url('/static/images/ssnavActive.png');
	border:none;
}

#login {
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    width: 585px;
    height: 87px;
}

#login .blueLink {
    float: left;
    font-size: 11px;
    margin-right: 20px;
    margin-top: 10px;
    color: #1C88D1;
}

#loginSect {
    float: right;
    width:365px;
}

#login_form {
    float: left;
}

.login_input {
    float: left;
    margin-right: 10px;
    width:140px;

}

.login_input #id_userid {
    width: 120px;
    padding: 5px;
    font-size: 11px;
}

.login_input #id_password {
    width: 120px;
    padding: 5px;
    font-size: 11px;
}

#login .submit {
    width: 58px;
    height: 26px;
    float: right;
}

#loggedIn {
    float: right;
    width: 262px;
}

#currentUser {
    font-size: 14px;
    float: left;
    margin-right: 25px;
    margin-top: 7px;
    width:185px;
    height: 16px;
    overflow: hidden;
}

#logout {
    float: left;
    width: 50px;
}

#userRewards {
    float: left;
    font-size: 11px;
    margin-top: 10px;
    margin-left: 0px;
}

.rememberMe {
    float: right;
    font-size: 11px;
    margin-top: 7px;
    margin-left: 10px;
}

.loginRememberMe {
    font-size: 11px;
    margin-top: 10px;
}

#registerLinks {
    float: right;
    margin-top: 5px;
}

#loginRegisterLinks {
    float: left;
    margin-top: 5px;
}

.registerInfo {
    float: left;
    font-size: 11px;
    margin-top: 5px;
}

.registerLink {
    float: left;
    font-size: 11px;
    margin-top: 5px;
}

#faceBookSect {
    float: right;
    margin-top: 10px;
    margin-right: 2px;
    width: 400px;
}

#faceBookSect #call {
    font-size: 14px;
    float: left;
    margin-right: 55px;
}

#faceBookSect #faceBookIcon {
    float: right;
    margin: 2px 10px 0 0;
}

#faceBookSect #twitterIcon {
    float: right;
    margin: 2px 10px 0 0;
}

#faceBookSect .fb-like{
    float: right;
}

.navSideBorder {
    float: left;
}

#newsReader {
    float: left;
    width: 960px;
    min-height: 40px;
    padding: 15px 0;
    display: block;
}

#newsReaderShadow {
    width: 960px;
    height: 10px;
    background: url('/static/images/newsReaderShadow.png') no-repeat;
    float: left;
    clear:left;
}

#newsReader .newsTeaserText {
    width: 435px;
    padding: 5px 20px;
}

#newsReader .left {
    float: left;
    border-right: solid 1px #C0C0C0;
}

#newsReader .right {
    float: right;
}

#newsReader .alertCol {
    float: left;
    margin-right: 10px;
}

#newsReader .newsText {
    float: left;
    width: 400px;
    font-weight: bold;
}

#newsReader .newsText h2 {
    font-size: 14px;
    font-weight: bold;
    color: #4E4E4E;
    margin-bottom: 5px;
}

#newsReader .newsText p {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}

#newsReader .readMore {
    float: left;
    margin-top: 5px;
}

#miniBillBoards {
    width: 976px;
    height: 254px;
    overflow: hidden;
    clear:left;
}

.miniBillboard{
    width:190px;
    height: 247px;
    overflow: hidden;
    float:left;
    margin-left: 5px;
}

#miniBillBoards .first{
    margin-left:0;
}


{
    width:242px;
    height: 254px;
    overflow: hidden;
    float:left;
    margin-right: 5px;
}



#detailContentSect {
    width: 600px;
    min-height: 400px;
    float: left;
    padding: 25px 0 0 25px;
    font-size: 15px;
}

#detailContentSect p{
    font-size: 15px;
    line-height: 1.3em;
    margin-bottom: 1em;
}

#detailContentSect p img{
    margin:0 5px 5px 5px;
}


#detailContentSect ul{
    margin-bottom: 1.3em;
    font-size: 15px;
    list-style: disc inside;
}

#detailContentSect li{
    margin-bottom:1em;
}

#aboutUsSect p {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.6em;
}

#sideBillboardSect {
    float: right;
    width: 280px;
    min-height: 400px;
    padding: 25px 0 0 25px;
}

.sideBillboard {
    margin-bottom: 20px;
}

#busyIndicator{
    display: none;
}

#secondaryNav {
    float: right;
    list-style: none;
    font-size: 11px;
}

#secondaryNav li {
    float: left;
    margin: 10px 20px 0 0;
}

#secondaryNav a {
    color:#1C88D1;
}

#footerNav {
    float: left;
    list-style: none;
    font-size: 11px;
}

#footerNav li {
    float: left;
    margin: 0 20px 0 0;
}

#footerNav a {
    color: #fff;
}

#footerNavAlert {
    float: left;
    list-style: none;
    font-size: 11px;
    margin-left: 125px;
}

#footerNavAlert li {
    float: left;
    margin: 0 20px 0 0;
}

#footerNavAlert a {
    color: #fff;
}