﻿body
{
    text-align: center;
    background: #fff
                url("/images/common/main-bg.jpg")
                50% 0
                repeat-x;       
    font-size: 12px;
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
    margin: auto;
    padding: auto;
    padding-top: 0px;
    width: 100%;
    color: #333;
}

#page-container 
{
    position: relative;
    z-index: 10;
    text-align: center;
    margin: auto;
    padding: auto;
    margin-top: 0;
    width: 100%;
    background: transparent
                url("/images/common/page-container-bg.jpg")
                50% top
                no-repeat;
}

#wrapper
{
    text-align: center;
    width: 960px;
    padding: auto;
    margin: auto;

}

a:link
{
    color: #333;
    text-decoration: underline;
}
a:visited
{
    color: #333;
}
a:hover
{
    color: #35239D;
    text-decoration: none;
}
a:active
{
    color: #333;
}

p,
ul {
    font-size: 13px;
    margin: 0 20px 10px 0;
    line-height: 1.6em;
}

a#homeLogo,
a#homeLogo:hover {
    text-decoration: none;
    border: none;
}

a#homeLogo img,
img {
    border: none;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#header
{
    padding: 0 30px 0 30px;
    position: relative;
    color: #000;
    height: 150px;
    background: transparent
                url("/images/common/header-bg.jpg")
                50% 0
                no-repeat;
    z-index: 800;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#sub-nav 
{
    position: absolute;
    width: 660px;
    height: 34px;
    padding: 0px 0px 0px 300px;
    background: transparent
                url("/images/common/subNav-bg.jpg")
                50% 0
                no-repeat;
    z-index: 100;
}

#main-container 
{
    position: relative;
    top: 30px;
    width: 960px;
    background: transparent
                url("/images/common/template-bg.png")
                50% 0
                repeat-y;
    padding: 0px 0px 0px 0px;
    overflow: auto;
}

#main
{
    text-align: left;
    width: 960px;
    padding-top: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    min-height: 555px;
    background: transparent
                url("/images/common/template-bg.jpg")
                50% 0
                no-repeat;
    
}

#main-content {
    padding: 0 60px 0 60px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #00a4e4;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 16px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* TOP-NAV [LOGIN DISPLAY]   
----------------------------------------------------------*/

#logindisplay
{
    
}

#logindisplay a:link
{
    color: white;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: underline;
}

ul#topmenu
{
    background: transparent;
    position: relative;
    list-style-type: none;
    text-align: right;
    height: 31px;
    padding: 0 0 2px;
    float: right;
    margin: 0;
}

ul#topmenu li
{
    display: inline;
    float: right;
    list-style: none;
    background-repeat: no-repeat;
}

ul#topmenu li a {
    float: left;
	height: 0px !important;
	height /**/:31px; /* IE 5/Win hack */ 
	padding: 31px 0 0 0;
    overflow: hidden;
    background-position: 0 -62px;
	background-repeat: no-repeat;
    }

ul#topmenu li a:hover {
    text-decoration: none;
    background-position: 0 -31px;
    overflow: hidden;
    }
    
ul#topmenu li a:active {
    background-position: 0 -31px;
    }

ul#topmenu li.selected a {
    background-position: 0 -62px;
    }
    
ul#topmenu li#contact-us,
ul#topmenu li#contact-us a { width: 40px; background-image: url("/images/common/top-nav/CONTACT-US-BTN.png"); }
ul#topmenu li#home,
ul#topmenu li#home a { width: 46px; background-image: url("/images/common/top-nav/HOME-BTN.png"); }

ul#topmenu li#login {
    text-align: center;
    color: #00A4E4;
    padding: 4px 8px 0 0;
}

ul#topmenu li#login a {
    color: #00A4E4;
    padding: 0;
    height: 31px !important;
    float: none;
}

ul#topmenu li#login a:hover {
    text-decoration: underline;
    color: #fff;
}

/* MAIN-NAV   
----------------------------------------------------------*/

#mainNavContainer 
{
    position: absolute;
    left: 290px;
    top: 95px;
    width: 637px;
    }

ul#menu
{
    background: transparent;
    position: relative;
    list-style-type: none;
    text-align: right;
    height: 55px;
    padding: 0 0 2px;
    float: right;
    margin: 0;
    z-index: 2000;
}

ul#menu li
{
    display: inline;
    float: right;
    list-style: none;
    background-repeat: no-repeat;
}

ul#menu li a {
    float: left;
	height: 0px !important;
	height /**/:55px; /* IE 5/Win hack */ 
	padding: 55px 0 0 0;
    overflow: hidden;
    background-position: 0 -110px;
	background-repeat: no-repeat;
    }

ul#menu li a:hover {
    text-decoration: none;
    background-position: 0 -55px;
    overflow: hidden;
    }


ul#menu li a:active {
    background-position: 0 -55px;
    }

ul#menu li.selected a {
    background-position: 0 0;
    }


ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
    height: 36px;
    }

ul#menu li#about-us,
ul#menu li#about-us a { width: 96px; background-image: url("/images/common/nav/ABOUT-US-BTN.png"); }
ul#menu li#join,
ul#menu li#join a { width: 54px; background-image: url("/images/common/nav/JOIN-BTN.png"); }
ul#menu li#our-philosophy,
ul#menu li#our-philosophy a { width: 152px; background-image: url("/images/common/nav/OUR-PHILOSOPHY-BTN.png"); }
ul#menu li#inspire-village,
ul#menu li#inspire-village a { width: 140px; background-image: url("/images/common/nav/INSPIRE-VILLAGE-BTN.png"); }
ul#menu li#brochures,
ul#menu li#brochures a { width: 109px; background-image: url("/images/common/nav/BROCHURES-BTN.png"); }
ul#menu li#gallery,
ul#menu li#gallery a { width: 86px; background-image: url("/images/common/nav/GALLERY-BTN.png"); }

.about li#about-us,
.about li#about-us a,
.join li#join,
.join li#join a,
.our-philosophy li#our-philosophy,
.our-philosophy li#our-philosophy a,
.inspire-village li#inspire-village,
.inspire-village li#inspire-village a,
.brochures li#brochures,
.brochures li#brochures a,
.gallery li#gallery,
.gallery li#gallery a {
    background-position: 0 0;
    }

/* SUB-NAV   
----------------------------------------------------------*/

/*#subNavContainer {
    padding-top: -10px;
    background: #344BBF;
    }*/

ul#submenu
{
    background: transparent;
    position: relative;
    list-style-type: none;
    text-align: left;
    height: 22px;
    float: left;
    padding: 0 0 0 20px;
    margin: 0;
    }

ul#submenu li
{
    display: inline;
    padding: 0 36px 0 5px;
    border-left: solid 1px #00a4e4;
    float: left;
    list-style: none;
    background-repeat: no-repeat;
    }
    
ul#submenu li:hover {
    background: #1f6fcd;
}

ul#submenu li a {
    color: #fff;
    text-decoration: none;
    margin-top: -1px;
    float: left;
	height: 22px;
	background-repeat: no-repeat;
    }

ul#submenu li a:hover {
    color: #fff;
    text-decoration: underline;
    }

/* TABLE
----------------------------------------------------------*/

table 
{
  border: none;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: none;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: none;   
}

/* FOOTER  
----------------------------------------------------------*/

#footer
{
    position: relative;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin-top: 30px;
    color: #0087BB;
    padding: 10px 0;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    width: 960px;
    height: 92px;
    background: transparent
                url("/images/common/footer-bg.jpg")
                50% 0
                no-repeat;
}

#footer a {
    color: #0087BB;
    text-decoration: none;
    }

#footer a:hover {
    color: #35239D;
    text-decoration: underline;
    }

#footer #altnav {
    float: right;
    padding: 14px 50px 0 0;
    text-align: right;
    width: 530px;
    }

#footer #copyright {
    text-align: left;
	padding: 14px 0 0 50px;
    }

/* PAGE BANNERS 
----------------------------------------------------------*/

#banner {
    text-align: left;
    height: 118px;
    background: #00a4e4
                url("/images/about/banner2.jpg")
                50% 0
                no-repeat;
    color: #fff;
}

.banner-tag {
    padding: 0 180px 0 20px;    
}

.banner-tag p {
    font-family: Trebuchet MS, Arial;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-top: 5px;
}

#banner h2 {
    color: #fff;
    font-size: 28px;
    line-height: 18px;
}

#home-banner {
    text-align: left;
    height: 82px;
    background: #fff
                url("/images/home/home-join-header.png")
                50% 0
                no-repeat;
    color: #fff;
}

#home-banner h2 {
    color: #fff;
    font-size: 28px;
    line-height: 6px;
}


/* ABOUT US PAGE
----------------------------------------------------------*/
ol
{
    font-size: 13px;  
    margin: 0px 0px 10px 20px;
    padding: 0px; 
    line-height: 20px;
}

.signup-promo
{
    position: relative;
    border: 3px double #00A4E4; 
    padding: 10px 0px 10px 10px;
    margin: 10px 0px 0px 0px;
    clear: left;
    width: 390px;
    overflow: auto;
}

.signup-promo img
{
    float: left;
    margin: 0px 10px 0px 0px;
}

.twitter-btn, .newsletter-btn
{
    display: block;
    text-indent: -1000px;
    height: 64px;
    width: 197px;
    background: transparent
                url("/images/common/home-buttons.png")
                no-repeat;
    float: left;
    margin: 0px 10px 10px 0px;
}

.twitter-btn
{
    background-position: 0 0;
}

.newsletter-btn
{
    background-position: -209px 0;
    margin: 0px!important;
}

.newsletter-btn:hover
{
    background-position: -209px bottom;
}

.twitter-btn:hover
{
    background-position: 0px bottom;
}

#content {
    text-align: left;
    width: 840px;
    min-height: 420px;
    padding-bottom: 0px;
    float: left;
    background: transparent
                url("/images/common/content-bg.png")
                0 bottom
                no-repeat;
    overflow: auto;
}

#content .padding {
    padding: 20px 0px 0 20px;
    overflow: auto;
}

.quotes span
{
    font-size: 80px;
    line-height: 0px;
    height: 140px;
    float: left;
    margin: 30px 10px -40px 0px;
    padding: 0px;
    font-family: Georgia;
    font-style: italic;
}

.quotes
{
    color: #00A4E4;
    margin-top: 10px;
}

#about-us #video-container
{
    float: right;   
    margin: 20px 0px 0px 30px; 
}

#about-us #video-box 
{
    position: relative;
    height: 270px;
    padding: 11px 10px 6px 10px;
    background: #fff
                url("/images/about/video-box.jpg")
                0 0
                no-repeat;
}

#about-us #video-box-footer {
    padding: 10px 20px 10px 80px;
    width: 280px;
    background: #fff
                url("/images/about/video-box-footer.jpg")
                0 0
                no-repeat;
}

#about-us #video-box-footer p {
    text-align: left;
    color: #00A4E4;
}

#about-us #content p {
    margin-top: 0;
    text-align: left;
    margin-bottom: 5px;
}

#about-us #content p.large {
    font-size: 16px;
    line-height: 28px;
}

#content h3 {
    margin-top: 0px
}

#content h2 {
    margin: 0;
    font-size: 20px;
}

/* GALLERY PAGE 
----------------------------------------------------------*/

#Gallery #sidebar-b {
    margin: 0;
}

ul#gallery-list
{
    background: transparent;
    position: relative;
    list-style-type: none;
    text-align: left;
    padding: 0;
    float: left;
    margin: 10px 0 0 0;

}

ul#gallery-list li
{
    display: block;
    list-style: none;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0 0 20px 0;
    height: 83px;
}

ul#gallery-list li a {
    font-size: 14px;
    /*line-height: 83px;*/
    font-weight: normal;
    text-decoration: none;
    color: #00A4E4;
	height: 0px !important;
	height /**/:83px; /* IE 5/Win hack */ 
	padding: 60px 0 0 10px;
    overflow: visible;
    margin: 0;
    display: block;
    background-position: 0 83px;
	background-repeat: no-repeat;
	width: 460px;
    }

ul#gallery-list li a:hover {
    text-decoration: none;
    background-position: 0 -83px;
    color: #35239D;
    }

ul#gallery-list li#gallery-1,
ul#gallery-list li#gallery-1 a { width: 460px; background-image: url("/images/gallery/cinderella-ball.png"); }
ul#gallery-list li#gallery-2,
ul#gallery-list li#gallery-2 a { width: 460px; background-image: url("/images/gallery/utta-nutta.png"); }
ul#gallery-list li#gallery-3,
ul#gallery-list li#gallery-3 a { width: 460px; background-image: url("/images/gallery/other-stuff.png"); }

/* INSPIRE BELIEF BREAK PAGE 
----------------------------------------------------------*/

#IBB #sidebar-b .padding p {
    font-size: 13px;
    margin: 20px 20px 10px 0;
    line-height: 1.6em;
}

#IBB .pullquote {
    margin: 0 20px 0 30px;
}

/* INSPIRE BELIEF POEM PAGE 
----------------------------------------------------------*/

#Poem #sidebar-b {
    float: left;
    margin: 0px 20px 10px 0;
    line-height: 22px;
}

#Poem .pullquote h2 {
    font-size: 22px;
    margin: 0 20px 0px 0;
    line-height: 1.6em;
}

#Poem #sidebar-b .pullquote p {
    font-size: 18px;
    margin: 10px 0 10px 0;
    line-height: 22px;
}

/* TEAM PAGE 
----------------------------------------------------------*/

#Team .padding {
    padding: 10px 20px 0 20px;
}
          
.team-profile {
    text-align: left;
    float: left;
    /*width: 420px;*/
    display: block;
    margin: 20px 0px 0 0;
}

.team-photo {
    float: left;
}

.team-photo img {
    width: 190px;
}

.team-info {
    float: left;
    width: 210px;
}

.team-info a {
}

#content .team-info h2 {
    font-size: 16px;
    margin: 20px 0 -10px 0;
}

#content .team-info h3 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: lighter;
    margin: 0 0 5px 0;
}

#Mollie b,
#Arthur b,
#Kaz b,
#contact-box b {
    color: #00A4E4;
}

/* BROCHURES PAGE 
----------------------------------------------------------*/

#Brochures #sidebar-b {
    margin: 0;
    padding: 0px;
}

ul#brochure-list
{
    background: transparent;
    position: relative;
    list-style-type: none;
    text-align: left;
    padding: 0;
    float: left;
    margin: 10px 0 0 0;

}

ul#brochure-list li
{
    display: block;
    list-style: none;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0 0 20px 0;
    height: 83px;
}

ul#brochure-list li a {
    font-size: 14px;
    /*line-height: 83px;*/
    font-weight: normal;
    text-decoration: none;
    color: #00A4E4;
	height: 0px !important;
	height /**/:83px; /* IE 5/Win hack */ 
	padding: 60px 0 0 10px;
    overflow: visible;
    margin: 0;
    display: block;
    background-position: 0 83px;
	background-repeat: no-repeat;
	width: 460px;
    }

ul#brochure-list li a:hover {
    text-decoration: none;
    background-position: 0 -83px;
    color: #35239D;
    }

ul#brochure-list li#brochure-1,
ul#brochure-list li#brochure-1 a { width: 460px; background-image: url("/images/brochures/BrochureBTN-1.png"); }
ul#brochure-list li#brochure-2,
ul#brochure-list li#brochure-2 a { width: 460px; background-image: url("/images/brochures/BrochureBTN-2.png"); }
ul#brochure-list li#brochure-3,
ul#brochure-list li#brochure-3 a { width: 460px; background-image: url("/images/brochures/BrochureBTN-3.png"); }
ul#brochure-list li#brochure-4,
ul#brochure-list li#brochure-4 a { width: 460px; background-image: url("/images/brochures/BrochureBTN-4.png"); }

/* HOME PAGE  
----------------------------------------------------------*/

#Home .padding {
    padding: 0;
}

#Home #heading {
    float: left;
    padding-top: 20px;
}

#Home #content {
    text-align: justify;
    width: 840px;
    min-height: 420px;
    padding-bottom: 10px;
    float: left;
    background: #fff;
}

/* INSPIRE VILLAGE PAGE 
----------------------------------------------------------*/

#Village .padding {
    padding: 0;
}

#village {
    height: 538px; 
    display: block;
    background: #fff
                url("/images/village/village.jpg")
                50% 0
                no-repeat;
}

#coming_soon {
    float: right;
    width: 375px;
    height: 130px;
    padding: 35px 40px 0 0;
}

#coming_soon .padding {
    padding: 15px 20px 15px 20px;
}

/* JOIN US PAGE  
----------------------------------------------------------*/

#Join .padding {
	background: transparent
				url(../images/join/join-main.jpg)
				50% 0
				no-repeat;
    padding: 0;
}

#Join #content {
    text-align: justify;
    width: 840px;
    min-height: 420px;
    padding-bottom: 10px;
    float: left;
    overflow: auto;
}

.payment-btn
{
    display: block;
    text-indent: -1000px;
    height: 43px;
    width: 140px;
    background: transparent
                url("/images/common/payment-btn.jpg")
                no-repeat;
    float: left;
    margin: 0px 10px 10px 0px;
}

.payment-btn:hover
{
    background-position: 0px -42px;
}

/* OUR PHILOSOPHY PAGE
----------------------------------------------------------*/

h2.philosophy {
    padding: 6px 0 0 0;
    margin: 0;
}

p.philosophy {
    padding: 10px 0 0 0;
    margin: 0;
}

#Philosophy #content {
    text-align: center;
    width: 480px;
    min-height: 420px;
    padding-bottom: 10px;
}

#Philosophy .padding {
    padding: 20px 0 0 0;
}

#Philosophy #content .padding {
    padding: 10px 0 0 0;
}

#Philosophy #sidebar-b {
    margin: 0;
    float: right;
}

.booklet-display {
    text-align: center;
    font-size: 18px;
    color: #00A4E4;
    /*margin: 10px 20px 0px 0px;*/
    padding: 0 0 59px 0;
    line-height: 22px;
    background: #fff
                url("/images/philosophy/booklet-display-footer.png")
                50% bottom
                no-repeat;
    float: right;
    width: 500px;
}

.booklet-display p {
    margin: 0;
    padding: 0;
    font-size: 12;
        text-transform: uppercase;
    
}

.booklet-display-header {
    margin-bottom: 10px;
    height: 8px;
    background: #fff
                url("/images/philosophy/booklet-display-header.png")
                50% top
                no-repeat;
}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
    font-size: 10px;
}

.hidden {
    display: none;
}

.error
{
    color:Red;
}

.img-border {
    border: solid 1px #00A4E4;
}

div#title
{
    position: absolute;
    left: 30px;
    width: 252px;
    height: 184px;
    z-index: 999;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#validation-errors {
    padding: 15px 15px 0 15px;
}

#validation-errors h2 {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
}

#validation-errors h2 ul {
    margin: 10px 0 0 0;
}

#sidebar-b {
    text-align: center;
    float: right;
    width: 360px;
    margin: 0px;
    padding: 0px;
    display: inline;
}

#sidebar-b .padding {
    padding: 0px 0 0 0;
}

#sidebar-b .pullquote {
    font-size: 18px;
    color: #00A4E4;
    margin: 10px 0px 20px 0;
    padding: 0 0 59px 0;
    line-height: 22px;
    background: #fff
                url("/images/common/pullquote-footer.png")
                50% bottom
                no-repeat;
}

.pullquote {
    text-align: center;
    font-size: 18px;
    color: #00A4E4;
    margin: 10px 0px 10px 10px;
    padding: 0 0 59px 0;
    line-height: 22px;
    background: #fff
                url("/images/common/pullquote-footer.png")
                50% bottom
                no-repeat;
    float: right;
    width: 320px;
}

#sidebar-b .pullquote-header {
    height: 8px;
    margin-bottom: 10px;
    background: #fff
                url("/images/common/pullquote-header.png")
                50% top
                no-repeat;
}

.pullquote-header {
    margin-bottom: 10px;
    height: 8px;
    background: #fff
                url("/images/common/pullquote-header.png")
                50% top
                no-repeat;
}

.pullquote-left {
    text-align: center;
    font-size: 18px;
    color: #00A4E4;
    margin: 10px 20px 10px 0px;
    padding: 0 0 59px 0;
    line-height: 22px;
    background: #fff
                url("/images/common/pullquote-footer.png")
                50% bottom
                no-repeat;
    float: left;
    width: 320px;
}

.pullquote p {
    text-align: center;
    font-size: 18px;
    color: #00A4E4;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 24px;
}

.pullquote h2 {
    text-align: center;
    font-size: 26px;
    color: #00A4E4;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 30px;
}

.pullquote a {
    color: #00A4E4;
}

.pullquote a:hover {
    color: #666;
    text-decoration: none;
}

/* LOGIN/CONTACT FORMS
----------------------------------------------------------*/
.register-btn
{
    background: url(/images/join/register-btn.jpg)
                no-repeat
                0 0;
    text-indent: -10000px;
    display: block;
    width: 215px;
    height: 43px;
    overflow: hidden; 
    outline: none;  
}

.register-btn:hover
{
    background-position: 0 -43px;
}

.back-btn
{
    background: url(/images/join/go_back-btn.jpg)
                no-repeat
                0 0;
    text-indent: -10000px;
    display: block;
    width: 128px;
    height: 43px;
    overflow: hidden; 
    outline: none;  
}

.back-btn:hover
{
    background-position: 0 -43px;
}

.form-container
{
    width: 430px;
    padding: 10px 0 0 0;
    float: left;
}

#form-box .padding {
    padding: 5px 10px 0 30px;
}

.form-header
{
    height: 22px;
    background: transparent
                url("/images/common/form-header.png")
                0 0
                no-repeat;
}

.form-box
{
    background: transparent
                url("/images/common/form-bg.png")
                0 0
                repeat-y;
}

.form-footer
{
    clear: left;
    height: 22px;
    background: transparent
                url("/images/common/form-footer.png")
                0 0
                no-repeat;
}

.login-container #validation-errors 
{
    width: 250px;
    text-align: left;
    padding: 0px 0px 0px 30px;
}

.login-container 
{
    float: right;
    
}


.login-container,
.contact-container {
    width: 460px;
    padding: 10px 0 0 0;
}

.contact-container {
    float: left;
}

#contact-box .padding {
    padding: 5px 10px 0 30px;
}

.login-header,
.contact-header {
    height: 22px;
    background: transparent
                url("/images/common/login-header.png")
                0 0
                no-repeat;
}

.login-box,
#contact-box {
    background: transparent
                url("/images/common/login-bg.png")
                0 0
                repeat-y;
}

#contact-box p {
    font-size: 14px;
}

.login-box a,
#contact-box a {
    color: #333;
}

.login-box a:hover,
#contact-box a:hover {
    text-decoration: none;
    color: #666;
}

.credit-card-form fieldset {
    float: left;
    width: 250px;
}

#price {
    float: right;
    width: 50px;
    background: red;
}

.login-footer,
.contact-footer {
    clear: left;
    height: 22px;
    background: transparent
                url("/images/common/login-footer.png")
                0 0
                no-repeat;
}

#Login #content {
    background: transparent
                url("/images/common/content-bg-right.png")
                right bottom
                no-repeat;
}

#Login #content .padding h3 {
    text-align: left;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 0;
    padding: 0 20px 5px 30px;
    border: none;
}

fieldset p {
    font-size: 12px;
    margin: 2px 12px 10px 0;
}

fieldset p.button 
{
    margin: 2px 12px 0 0;
}

fieldset label 
{
    display: block;
    font-size: 12px;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* IMAGE-SWAP ELEMENTS   
----------------------------------------------------------*/

#rollover-fire {
    width: 180px;
    margin: 0;
	position: relative;
	left: 326px;
	top: 192px;
	z-index: 2;
}

#rollover-fire a {
	height: 0px !important;
	height /**/:200px; /* IE 5/Win hack */ 
	padding: 200px 0 0 0;
	display: block;
	overflow: hidden;
	background: transparent
					url(../images/home/rollover-fire.jpg)
					50% 0
					no-repeat;
}

#rollover-fire a:hover {
	background-position: 0 -200px;
}

#home-join-alternate {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	z-index: 0;
	width: 840px;
	height: 494px;
	margin-top: -494px;
	background: transparent
				url(../images/home/home-join-bg.jpg)
				50% 0
				no-repeat;
}

#home-join-bg {
	width: 840px;
	height: 494px;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	border: none;
	background: transparent;
}

#home-join-bg #IBB-link {
    /*float: left;*/
    width: 171px;
    margin: 0;
	position: relative;
	left: 24px;
	top: -136px;
	z-index: 3;
}

#home-join-bg #IBB-link a {
	height: 0px !important;
	height /**/:181px; /* IE 5/Win hack */ 
	padding: 181px 0 0 0;
	display: block;
	overflow: hidden;
	background: transparent
					url(../images/home/IBB.jpg)
					50% 0
					no-repeat;
}

#home-join-bg #gallery-link {
    /*float: left;*/
    width: 168px;
    margin: 0;
	position: relative;
	left: 647px;
	top: -336px;
	z-index: 4;
}

#home-join-bg #gallery-link a {
	height: 0px !important;
	height /**/:194px; /* IE 5/Win hack */ 
	padding: 194px 0 0 0;
	display: block;
	overflow: hidden;
	background: transparent
					url(../images/home/gallery.jpg)
					50% 0
					no-repeat;
}

/*----------------------------------------------------------*/

#rollover-fire-join {
    width: 184px;
    margin: 0;
	position: absolute;
	left: 319px;
	top: 243px;
	z-index: 2;
}

#rollover-fire-join a {
	height: 170px;
	width: 184px;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	background: transparent
					url(../images/join/rollover-fire.png)
					50% 0
					no-repeat;
}

#rollover-fire-join a:hover {
	background-position: 0 -190px;
}

#join-alternate {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	z-index: 0;
	width: 840px;
	height: 538px;
	margin-top: -538px;
	background: transparent
				url(../images/join/join-main.jpg)
				50% 0
				no-repeat;
}

#join-bg {
	width: 840px;
	height: 538px;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	border: none;
	background: transparent;
}

#IBB-link {
    /*float: left;*/
    width: 171px;
    margin: 0;
	position: relative;
	left: 27px;
	top: 113px;
	z-index: 3;
}

#IBB-link a {
	height: 0px !important;
	height /**/:188px; /* IE 5/Win hack */ 
	padding: 188px 0 0 0;
	display: block;
	overflow: hidden;
	background: transparent
					url(../images/join/IBB.png)
					50% 0
					no-repeat;
}

#gallery-link {
    /*float: left;*/
    width: 161px;
    margin: 0;
	position: relative;
	left: 639px;
	top: -92px;
	z-index: 4; 
}

#gallery-link a {
	height: 0px !important;
	height /**/:188px; /* IE 5/Win hack */ 
	padding: 188px 0 0 0;
	display: block;
	overflow: hidden;
	background: transparent
					url(../images/join/gallery.png)
					50% 0
					no-repeat;
}


.gallery-thumbnail {
    width: 65px;
    cursor: pointer;
}

#image-container {
   text-align: center;
   min-height: 200px;
   width: 450px;
   position: relative;
   z-index: 999;
}

.gallery-navigation
{   
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 150px;
    cursor: pointer;
}

#full-image {
    padding-top: 10px;
    width: 450px;

}

#navigation-container {
    display: block;
}

* html #image-container {
    height: 400px;
}

#image-container.loading {
    background: url('../images/slideshow/loading_ani2.gif') center center no-repeat;
}

#next-image
{
    right: 0px;
    text-align: right;
    
}

#next-image.hover {
    background: url('../images/slideshow/next_rounded_sidebar.gif') no-repeat center right;
}

#previous-image
{
    left: 0;
    text-align: left;
}

#previous-image.hover {
    background: url('../images/slideshow/prev_rounded_sidebar.gif') no-repeat center left;
}