body {
    background: url(/img/mainbg.gif);
}

#pageWrapper {
    width: 970px;
    margin: 0 auto;
    background-color: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    zoom: 1;
}

/*
 * Image Utilities
 */
.displayImage, .caption {
    display: block;
    float: right;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 7px;
    background: #fff;
}

.caption .displayImage, .caption .displayImage.alt {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
}

.caption p {
    text-align: center;
    margin: 7px 0 0 0;
    color: #999;
    font-weight: bold;
}

.displayImage.alt, .caption.alt {
    float: left;
    display: block;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 7px;
}

.displayImage.bare {
    border: 0;
}

ul.bare {
    list-style-type: none;
    margin-left: 0
}

.modal {
    display: none;
}

/*
 * Start: Navigation
 */
#nav {
    overflow: visible;
}

/* flash content */

.flashContent h3 a {
	text-decoration: none;
}

.flashContent {
	margin: 1em 0 5em 0;
}

/* Testing vertical alignment hack */
#nav-vertical ul {
    margin: 0px;
    padding-bottom: 10px;
}

#nav-vertical li, #nav-vertical li.over, #nav-vertical li.active {
	display: block; 
	list-style-type: none;
	background: url(/img/menu_bg.jpg) center left;
	width: 150px;
	height: 71px;
	text-align: center;
}

#nav-vertical li.over { background-image: url(/img/menu_bg_over.jpg); }

#nav-vertical li.active { background-image: url(/img/menu_bg_over.jpg); }

#nav-vertical a {
    display: block;
	width: 105px;
    height: 71px;
	padding: 10px 20px 0 25px;
    text-decoration: none;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 1em;
	text-align: left;
    color: #000;
	text-shadow: 0px 1px 0px #e5e5ee;
}
/* Testing vertical alignment hack */

#nav ul {
    margin: 0px;
    padding-bottom: 10px;
}

#nav ul li {
    list-style-type: none;
    background: url(../img/menu_bg.jpg) center left;
    width: 150px;
    height: 71px;
    position: relative;
}

/* Benjie added class for over state */
#nav li.over {
	list-style-type: none;
	background: url(../img/menu_bg_over.jpg) center left;
    width: 150px;
    height: 71px;
    position: relative;
}

/* Benjie added class for active state */

#nav li.active {
	list-style-type: none;
	background: url(../img/menu_bg_over.jpg) center left;
    width: 150px;
    height: 71px;
    position: relative;
}

#nav ul li a {
    display: inline-block;
	width: 105px;
    height: 71px;
	padding: 10px 20px 0 25px;
    text-decoration: none;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
    font-weight: bold;
    font-size: 1em;
	text-align: left;
    color: #000;
	text-shadow: 0px 1px 0px #e5e5ee;
}

.new {
    left: 100px;
    position: absolute;
    top: 0px;
}

.new_altered {
    left: 105px;
    position: absolute;
    top: -10px;
}

/*
 * Subnavigation
 */
#subnav {
    zoom: 1;
    background: #ccc;
    margin: 0;
    list-style-type: none;
    margin: 0 -10px 10px 0;
    border: 1px solid #aaa;
    border-right: 0;
    overflow: hidden;
    position: relative;
}

#subnav li {
    float: left;
    border-right: 1px solid #AAA;
}

#subnav li:hover {
    background: #27363F;
}

#subnav li a {
    display: block;
    background: url(/img/icons/sub_nav_off.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 45px;
    color: #27363F;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
}

#subnav li a:hover {
    background: url(/img/icons/sub_nav_on.png) no-repeat 10px 50%;
    color: #fff;
}

.addressBar {
    text-align: right;
    font-size: 1.2em;
    font-weight: bold;
}

/*
 * About Us/Pre-Footer
 */
div.pre-footer {
    clear: both;
    background: #FFF;
    text-align: center;
    margin: 0 auto;
    padding: 15px 10px 0 10px;
    border-top: 1px dashed #CCC;
}

div.pre-footer img {
    display: block;
    margin: 0 auto 10px auto;
}

div.pre-footer p {
    text-align: center;
}

.pre-footer .contact {
	list-style-type: none;
}

.pre-footer .contact strong {
	font-size:1.2em;	
}

/*
 * Start: Footer
 */
div#footer {
    position: relative;
    margin: 0 -10px;
    text-align: center;
    background: #999;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

div#footer ul {
    text-align: center;
    display: block;
    margin: 0 auto;
}

div#footer ul li {
    display: inline;
    padding: 2px 5px;
}

div#footer a {
    color: #fff;
}

/*
 * Registration Form
 */
form#registration {
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
}

/*
 * FAQ
 */
.question {
    font-weight: bold;
    display: block;
}

.answer {
    display: block;
    padding-bottom: 10px;
}

/*
 * Header
 */
#header {
    display: block;
    margin-bottom: 15px;
}

.module {
    overflow: hidden;
    margin-bottom: 10px;
}

/*
 * Testimonials
 */
.testimonials div, .testimonial {
    padding: 10px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    margin-bottom: 15px;
}

/*
 * References
 */
.references li {
    margin-bottom: 10px;
}

/*
 * Coupon Promo
 */
#couponPromo {
    float: left;
    background: transparent url(/img/coupons/coupon_module_spring.jpg) no-repeat scroll 0 0;
    height: 105px;
    padding: 100px 165px 0 60px;
    width: 315px;
}

#couponPromo h3 {
    font-weight: bold;
    font-size: 14px;
}

#coupons ul {
    margin-top: 5px;
}

/*
 * File Download Box
 */
.fileDownload {
    display: block;
    width: 215px;
    border: 1px solid #aaa;
    padding: 10px 10px 10px 10px;
    background: #eee;
    float: right;
    margin: 0 10px 10px 10px;
}

.fileDownload a {
    display: block;
    min-height: 75px;
    padding-left: 60px;
    background: url(/img/icons/pdf-icon.png) no-repeat 10px 50%;
    font-weight: bold;
    text-align: center;
}

.fileDownload.alt {
    float: none;
    margin-left: 0;
}

/*
 * Why Choose Button
 */
#whyChoose {
    position: absolute;
    right: -15px;
    top: 370px;
    cursor: pointer;
}

/*
 * Latest News
 */
.latestNews {
    float: right;
    width: 384px;
    padding: 15px;
    margin: 10px;
    border: 1px solid #25eeff;
    clear: none;
}

.latestNews h2:first-child {
    margin: -15px -15px 10px -15px;
    background: #005def;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
}



