/* General structural style declarations  */

body {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif ;
	font-size: 11px;
	color: #00457c;
	background-color: #004258;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/common/bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    overflow: auto;
    line-height:14px;
}

#page {
    width: 900px;
    margin: 0px auto;
    display: block;
    padding: 0px;
    text-align: left;
    overflow: visible;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

/*
#page * {
    overflow: visible;
} */

#page * div, #page div, #page form {
    float: left;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 14px;
    line-height: 20px;
}

h2 {
    font-size: 17px;
    line-height: 18px;
    font-weight: normal;
    padding-bottom: 9px;
}

h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #63b5cd;
    padding-bottom: 9px;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 9px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    padding-bottom: 9px;
}

p {
    padding-bottom: 9px;
}

ul, ol {
    padding-left: 15px;
}

a, a:visited {
    color: #63b5cd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

ol li a, ol li a:visited,
ul li a, ul li a:visited {
    color: #00457c;
}

ol li a:hover,
ul li a:hover {
    color: #63b5cd;
}

fieldset {
    float: left;
    border: none;
}

input, select, textarea {
    background-color: #6d6e71;
    border: none;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif ;
	font-size: 11px;
	color: #FFFFFF;
}

hr {
    border: 0px solid #FFFFFF;
    height: 1px;
    overflow: hidden;
    display: block;
    clear :both;
    background-image:url(../images/common/hr.gif);
    background-position: 0px 0px;
    background-repeat:repeat-x;
    margin-bottom: 14px;
}

.hr {
    border: 0px solid #FFFFFF;
    height: 1px;
    overflow: hidden;
    display: block;
    clear :both;
    background-image:url(../images/common/hr.gif);
    background-position: 0px 0px;
    background-repeat:repeat-x;
    margin-bottom: 14px;
}

/* Header and Navigation */

#pageHeader {
    width: 900px;
    clear: both;
    background-color: #63b5cd;
}

.banner {
    height: 117px;
    width: 900px;
    clear: both;
    background-color: #6d6e71;
}

.headerLogo {
    height: 64px;
    overflow: hidden;
    width: 150px;
}

.headerLogo a {
    float: left;
}

#page .primaryNav {
    background-color: #63b5cd;
    width: auto;
    overflow: hidden;
    height: 64px;
    float: right;
    text-align:right;
}

.primaryNav ul {
    display: block;
    clear: both;
    width: auto;
    position: relative;
    top: 22px;
}

#page .primaryNavInner  {
    display: block;
    float: none;
    text-align:right;
}

.primaryNav ul,
.primaryNav ul li {
    list-style-type: none;
    padding: 0px;
}

.primaryNav ul li {
    width: 85px;
    display: inline;
    height: 40px;
}

.primaryNav ul li a {
    color: #FFFFFF;
    width: 88px;
    text-align: center;
    float: left;
    line-height: 40px;
    margin: 0px 1px;
}

.primaryNav ul li a.twoLines {
    line-height: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.primaryNav ul li.selected a {
    text-decoration: underline;
}

/* Content Area */

#pageContent {
    background-color: #FFFFFF;
    background-image: url(../images/common/subnav-bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-y;
    width: 900px;
    clear: both;
}

.subNav {
    width: 207px;
    overflow: hidden;
}

.contentMain {
    width: 648px;
    padding: 10px 22px 48px 22px;
}

.subNavLinks {
    padding: 0px 0px 0px 12px;
    width: 195px;
    position: relative;
    bottom: 118px;
}

.home .subNavLinks {
    bottom: 0px;
}

.subNavLinks h4 {
    color: #00457c;
    font-weight: normal;
    font-size: 14px;
}

.discLink {
    padding-bottom: 3px;
}

.discLink a {
    color: #646464;
    font-size: 10px;
    font-weight: bold;
}

.subHeader {
    width: 207px;
    background-color: #00457c;
}

.subHeader h2 {
    padding-left: 12px;
    color: #FFFFFF;
    font-weight :bold;
    font-size: 12px;
    line-height:28px;
    padding-bottom: 0px;
}

.longHeader h2 {
    line-height:14px;
    padding: 5px 12px 5px 12px;
}

.secondaryNav {
    padding-bottom: 127px;
}

.secondaryNav ul {
    padding: 0px;
}

.secondaryNav ul,
.secondaryNav ul li {
    float: left;
    clear: both;
    width: 207px;
    list-style-type: none;
}

.secondaryNav ul li {
    height: 33px;
    border-bottom: solid 1px #d2d3d3;
    overflow: hidden;
}

.secondaryNav ul li a {
    color: #00457c;
    width: 183px;
    padding: 10px 12px;
    float: left;
}

.secondaryNav ul li a.twoLines {
    float: left;
    padding: 2px 12px;
}

.secondaryNav ul li.selected {
    background-color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

/* Content Areas */

.contentFull {
    padding-top: 4px;
     width: 648px;
     padding-bottom: 12px;
}

.contentLeft {
    width: 314px;
}

#page .contentRight {
    float: right;
    width: 312px;
}

/* Footer */

#page .footer {
    float: right;
    width: 693px;
    height: 81px;
    overflow: hidden;
    position: relative;
    bottom: 81px;
    z-index: 10;
    background-image: url(../images/common/curve.gif);
    background-position: right 0px;
    background-repeat:no-repeat;
}

#page .footerLeft {
    width: 446px;
    text-align: center;
    bottom: 28px;
    position: relative;
}

#page .footerLeft span,
#page .footerLeft span a {
    color: #b4b4b4;
    font-size: 9px;
    line-height: 10px;
}

#page .footerRight {
    float: right; 
    width: 243px;
    height: 81px;
    position: relative;
    bottom: 81px;
    background-image: url(../images/common/curve.gif);
    background-position: right bottom;
    background-repeat:no-repeat;
}

#page .footerRight a {
    position: relative;
    top: 38px;
    right: 15px;
    float: right;
}

/* Home Page */

.homeBanner {
    height: 384px;
    width: 900px;
    background-color: #6d6e71;
    clear :both;
}

.home #pageContent {
    background-image: url(../images/common/curve.gif);
    background-repeat: no-repeat;
    background-position: right bottom; 
}

.homeContent {
    padding-top: 15px;
    width: 900px;
    padding-bottom: 30px;
}

.homeLeft {
    width: 207px;
}

#page .homeLeft .registerBtn {
    padding-bottom: 6px;
}

.loginLink {
    position: relative;
    bottom: 5px;
}

.loginLink a {
    color: #00457c;
    font-weight:bold;
    text-decoration:underline;
}

.loginLink a:hover {
    color: #65b6ce;
}

.homeLeft h3 {
    color: #65b6ce;
}

.homeCenter {
    width: 470px;
    position: relative;
    left: 4px;
}

.homeCenter h1 {
    font-size: 20px;
    font-weight: bold;
}

.homeCenter h2 {
    line-height: 20px;
    font-size: 16px;
}

/* Purchaser Login Screen */

.purchaserLogin .subNav {
    height: 419px;
}

.purchaserLogin .discLink {
    position: relative;
    top: 374px;
}

/* General form styles */

.formWrapper {
    width: inherit;
    
}

.formWrapper {

}

.formWrapper ul,
.formWrapper ul li {
    list-style-type: none;
    float: left;
    clear: both;
    padding-left: 0px;
}

.purchaserLogin .formWrapper
.purchaserLogin .formWrapper ul,
.purchaserLogin .formWrapper ul li {
    width: 313px;
}

.purchaserLogin .formWrapper ul li {
    padding-bottom: 14px;
}

.purchaserLogin .formWrapper ul li label {
    float: left;
    line-height: 18px;
}

.purchaserLogin .formWrapper ul li input {
    float: right;
    width: 232px;
    padding: 3px;
}

#loginProcessSubmit {
    width: auto;
    float: right;
    clear: both;
    padding: 2px 3px;
}

.purchaserLogin .subHeader {
    background-color: #5f2a77;
}

.arrowLink {
    padding-left: 30px;
    background-image: url(../images/icons/link-arrow.gif);
    background-position: 10px 3px;
    background-repeat: no-repeat;
}

/* Gallery */

.galleryWrapper {
    width: 649px;
}

.galleryMain {
    width: 421px;
}

#page .galleryList {
    float: right;
    width: 215px;
    overflow: hidden;
    position: relative;
}

.galleryList ul {
    width: 230px;
    padding: 0px;
    height: 275px;
    overflow: hidden;
    clear: both;
}

.galleryList ul,
.galleryList ul li {
     float: left;
     list-style-type:none;
}

.galleryList ul li {
    width: 102px;
    height: 85px;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
}

.gallerySub {
    position: relative;
    top: 3px;
}

.gallerySub p {
    font-size: 9px;
}

.gallImageCaption {
    position: relative;
    top: 3px;
}

/* Home Alts */ 

.footerText {
    width: 470px;
    text-align: center;
    position:relative;
    bottom: 27px;
    float: none;
    display: block;
}

.footerText span,
.footerText span a {
    color: #b4b4b4;
    font-size: 9px;
    line-height: 10px;
}

#page .homeRight {
    float: right;
    width: 150px;
}

.homeRight a {
    float: right;
    position: relative;
    right: 15px;
    bottom: 42px;
}

#page .homeSub {
    float: right;
    width: 693px;
    overflow: visible;
    height: 30px;
}

/* Events Item */

.eventItem {
    background-image:url(../images/common/hr.gif);
    background-position: 0px bottom;
    background-repeat:repeat-x;
    width: 648px;
    margin-bottom: 15px;
}

.eventItemCopy {
    width: 316px;
    padding-bottom: 10px;
}

#page .eventItemImage {
    width: 312px;
    float: right;
    padding-bottom: 19px;
}