/* DEFAULT STYLES */
body {
	margin: 0px 0px 0px 0px;
	font-family: century gothic, Century, sans-serif;
	font-size: 62.5%;
	background: url("../images/bg_grad.gif") repeat-x #d0d0d0 bottom;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight: normal;
	font-style: normal;
}

input, textarea, select {
	font-family: verdana, sans-serif;
	font-size: 1em;
}

img {
	border: 0;
}

a {
	outline: none;
}

.clearer 
{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}


/* SITE STYLES */

#hygiene 
{
    margin: 5px auto;
    text-align: right;
    width: 866px;
    color: #595959;
    font-size: 1.2em;
}

#hygiene a 
{
    color: #595959;
    text-decoration: none;
}

#hygiene a:hover
{
    text-decoration: underline;
}

#maincontainer 
{
    width: 966px;
    margin: 5px auto 0px auto;
    background: url("../images/main_bg_bottom.png") no-repeat bottom;
    padding: 0px 0px 40px 0px;
	position: relative;
}

#maincontainer .wrapper
{
    width: 966px;
    background: url("../images/main_bg_top.png") no-repeat top;
}

#topbar {
    height: 140px;
}

#topbar #logo 
{
    background: url("../images/logo.png") no-repeat;
    width: 202px;
    height: 150px;
	position: absolute;
	top: -10px;
	left: 43px;
	z-index: 4;
}

#topbar #logo a {
    width: 202px;
    height: 150px;
    display: block;
    text-indent: -999em;
}

#topbar #menu 
{
    width: 655px;
    margin: 0px 43px 0px 0px;
    float: right;
    display: inline;
    text-align: right;
}

#topbar #menu ul
{
    font-family: "Raleway";
    font-size: 1.9em;
    list-style-type: none;
    margin: 45px 0px 0px 0px;
}

#topbar #menu ul li 
{
    float: left;
    display: inline;
    margin: 0px 40px 0px 0px;
}

#topbar #menu ul li#menuGallery 
{
    margin: 0px 0px 0px 0px;
}

#topbar #menu ul li a
{
    text-decoration: none;
    color: #000000;
    padding: 0px 0px 10px 0px;
    background-image: url("../images/menu_bg_sprite.gif");
}

#topbar #menu ul li#menuMentoring a:hover,
#topbar #menu ul li#menuMentoring a.selected
{
    background-position: 0px -32px;
}

#topbar #menu ul li#menuAfterDinner a:hover,
#topbar #menu ul li#menuAfterDinner a.selected
{
    background-position: -120px -32px;
}

#topbar #menu ul li#menuMotivational a:hover,
#topbar #menu ul li#menuMotivational a.selected
{
    background-position: -260px -32px;
}

#topbar #menu ul li#menuEvents a:hover,
#topbar #menu ul li#menuEvents a.selected
{
    background-position: -475px -32px;
}

#topbar #menu ul li#menuGallery a:hover,
#topbar #menu ul li#menuGallery a.selected
{
    background-position: -570px -32px;
}

#bodycontent 
{
    clear: both;
    background: url("../images/bodycontent_bg.jpg") no-repeat bottom center;
    padding: 40px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 8;
}

#bodycontent #featurecarousel 
{
    overflow: hidden;
    width: 966px;
}

#bodycontent #featurecarousel .allitems 
{
    width: 30000px;
}

#bodycontent #featurecarousel .item
{
    width: 966px;
    float: left;
    display: inline;
    background: transparent !important;
}

#bodycontent #featurecarousel .ctas ul {
	background: transparent !important;
}


#bodycontent .details 
{
    width: 590px;
    float: left;
    display: inline;
    min-height: 350px;
    height: auto !important;
    height: 350px;
}

#bodycontent .image 
{
    width: 310px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    bottom: 1px;
    right: 13px;
    text-align: right;
}

#bodycontent h1 
{
    font-size: 4.8em;
    font-family: "Raleway";
    color: #00a2ff;
    margin: 0px 0px 0px 48px;
}

#bodycontent h2 
{
    font-size: 1.8em;
    font-family: "Raleway";
    color: #000000;
    margin: 0px 0px 10px 48px;
    line-height: 1.6em;
}

#bodycontent h2 a
{
    color: #000000;
    text-decoration: none;
}

#bodycontent .rightCol 
{
    position: relative;
    float: left;
    display: inline;
	text-align: left;
    width: 310px;
    padding: 0px 20px 0px 20px;
}

#bodycontent .accordian h2 a {
	padding: 0px 0px 0px 20px;
	background-image: url("../images/accordian_sprite.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#bodycontent .accordian h2.open a {
	background-position: 0px -41px;
}

#bodycontent p 
{
    font-size: 1.3em;
    color: #666666;
    margin: 0px 0px 10px 48px;
}

#bodycontent p a
{
    color: #00a2ff;
    text-decoration: underline;
}

#bodycontent ul 
{
    list-style-type: none;
    margin: 0px 0px 10px 48px;
}

#bodycontent li
{
    font-size: 1.3em;
    color: #666666;
}

#bodycontent .ctas 
{
    padding: 10px 0px 0px 0px;
}

#bodycontent .ctas ul {
    margin: 0px 0px 0px 0px;
}

#bodycontent .ctas ul li
{
    display: inline;
    float: left;
}

li.maincta 
{
    background: url("../images/main_cta_bg_right.png") no-repeat right;
    *background: url("../images/main_cta_bg_right.gif") no-repeat right;
    background: url("../images/main_cta_bg_right.gif") no-repeat right\9;
    height: 55px;
    font-size: 1.7em !important;
}

li.maincta a
{
    background: url("../images/main_cta_bg_left.png") no-repeat left;
    *background: url("../images/main_cta_bg_left.gif") no-repeat left;
    background: url("../images/main_cta_bg_left.gif") no-repeat left\9;
    height: 45px;
    display: block;
    margin: 0px 39px 0px 0px;
    padding: 10px 0px 0px 26px;
    color: #FFFFFF;
    text-decoration: none;
}

li.maincta input
{
    background: url("../images/main_cta_bg_left.png") no-repeat left;
    *background: url("../images/main_cta_bg_left.gif") no-repeat left;
    background: url("../images/main_cta_bg_left.gif") no-repeat left\9;
    height: 55px;
    display: block;
    margin: 0px 39px 0px 0px;
    padding: 0px 0px 13px 26px;
    color: #FFFFFF;
    text-decoration: none;
	font-family: century gothic, Century, sans-serif;
	border: none;
	cursor: pointer;
}

li.cta 
{
    background: url("../images/cta_bg_right.png") no-repeat right;
    *background: url("../images/cta_bg_right.gif") no-repeat right;
    background: url("../images/cta_bg_right.gif") no-repeat right\9;
    height: 32px;
    margin: 12px 0px 0px 10px;
    font-size: 1.3em !important;
}

li.cta a
{
    background: url("../images/cta_bg_left.png") no-repeat left;
    *background: url("../images/cta_bg_left.gif") no-repeat left;
    background: url("../images/cta_bg_left.gif") no-repeat left\9;
    height: 29px;
    display: block;
    margin: 0px 27px 0px 0px;
    padding: 3px 0px 0px 11px;
    color: #FFFFFF;
    text-decoration: none;
}

li.maincta a:hover,
li.cta a:hover
{
    text-decoration: underline;
}

#controls 
{
    clear: both;
    text-align: center;
    position: absolute;
    z-index: 9;
    bottom: 10px;
    width: 940px;
    display: none;
}

#controls ul
{
    list-style-type: none;
}

#controls ul li
{
    display: inline;
}

#controls ul li a
{
    text-indent: -999em;
    width: 10px;
    height: 20px;
    background: url("../images/carousel_dot.gif") no-repeat center;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-right: 3px;
}

#controls ul li a.current, 
#controls ul li a:hover 
{
    background: url("../images/carousel_dot_sel.gif") no-repeat center;
}

#controls ul li a.prev
{
    background: url("../images/carousel_lt.gif") no-repeat;
    height: 20px;
}

#controls ul li a.next
{
    background: url("../images/carousel_gt.gif") no-repeat;
    height: 20px;
    margin-right: 0px;
}


#bottompanels 
{
    width: 885px;
    margin: 20px 15px 0px 48px;
    position: relative;
}

#bottompanels .panel
{
    float: left;
    display: inline;
    width: 270px;
    margin: 0px 25px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#bottompanels .panel h2 
{
    font-family: "Raleway";
    color: #000000;
    font-size: 2.4em;
    margin: 0px 0px 10px 0px;
}

#bottompanels .panel p 
{
    font-size: 1.3em;
    color: #666666;
    margin: 0px 0px 10px 0px;
}

#bottompanels .panel ul 
{
    list-style-type: none;
    margin: 0px 0px 10px 0px;
}

#bottompanels .panel ul li
{
    background: url("../images/star_bullet.gif") no-repeat 0px 4px;
    padding: 2px 0px 2px 20px;
    font-size: 1.3em;
    color: #666666;
}

#bottompanels .panel ul.ctas {
    margin: 42px 0px 10px 0px;
    padding: 20px 0px 0px 0px;
}

#bottompanels .panel ul.ctas li
{
    float: left;
    display: inline;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    background: url("../images/cta_bg_right.png") no-repeat right;
    padding: 0px;
}

#bottompanels .panel ul.ctas li a
{
    font-size: 1em;
}

#bottompanels div.ctas 
{
	clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -51px;
}

#bottompanels div.ctas ul
{
    list-style-type: none;
}

#bottompanels div.ctas ul li
{
    display: inline;
    float: left;
}

#footer 
{
    margin: -34px auto 0px auto;
    width: 860px;
    padding: 20px 40px 0px 40px;
}

#footer h2 
{
    font-family: "Raleway";
    color: #000000;
    font-size: 1.8em;
    line-height: 0.7em;
}

#footer #associations ul 
{
    list-style-type: none;
}

#footer #associations ul  li
{
    float: left;
    display: inline;
} 

#footer #copyright 
{
	clear: both;
    text-align: right;
    padding: 10px 0px 10px 0px;
    color: #333333;
    font-size: 1.1em;
}

#footer #copyright a
{
    color: #333333;
}

#gallerycontent {
    padding: 0px 0px 0px 0px;
    margin: -40px auto 0px auto;
    position: relative;
    width: 940px;
    background: url("../images/loader.gif") no-repeat center center;
}

#gallerycontent .shadowOverlay {
	position: absolute;
	z-index: 3;
	background: url("../images/gallery_shadow_top.png") no-repeat;
    width: 940px;
    height: 7px;
    font-size: 0;
    line-height: 0;
}

#gallerycontent #mainGalleryImageContainer {
	width: 940px;
	height: 526px;
	overflow: hidden;
	background-position: center center !important;
	/*background: url("../images/loader.gif") no-repeat center center;*/
}

#gallerycontent #galleryMenu {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 15px;
	width: 188px;
	background: url("../images/gallerymenu_bg.png") no-repeat bottom;
	padding: 10px 10px 10px 10px;
}

#gallerycontent #galleryMenu ul {
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}

#gallerycontent #galleryMenu ul li {
	padding: 2px 0px 2px 23px;
}

#gallerycontent #galleryMenu ul li.fullSize {
	background: url("../images/galleryicon_zoom.png") no-repeat 0px 2px;
}

#gallerycontent #galleryMenu ul li.facebookShare {
	background: url("../images/galleryicon_facebook.png") no-repeat 3px 2px;
}

#gallerycontent #galleryMenu ul li.twitterShare {
	background: url("../images/galleryicon_twitter.png") no-repeat 3px 2px;
}

#gallerycontent #galleryMenu a.toggleMenuBtn {
	background-image: url("../images/gallerymenu_toggle.gif");
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 18px;
	height: 9px;
	display: none;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
}

#gallerycontent #galleryMenu ul li a {
	font-family: "Raleway";
    font-size: 1.6em;
    color: #FFFFFF;
    text-decoration: none;
}

#gallerycontent #galleryMenu ul li a:hover {
    text-decoration: underline;
}

#gallerynav {
	margin-top: -75px;
	position: relative;
	z-index: 2;
}

#gallerynav .thumbs {
	width: 850px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

#gallerynav .scrollingContent {
	width: 30000px;
}

#gallerynav ul {
	list-style-type: none;
	width: auto;
	padding: 0px 16px 0px 16px;
}

#gallerynav ul li {
	width: 156px;
	height: 105px;
	padding: 0px 7px 12px 7px;
	background: url("../images/gallery_thumb_bg.png") no-repeat center bottom;
	float: left;
	display: inline;
}

#gallerynav ul li a {
	display: block;
	height: 105px;
	width: 156px;
	overflow: hidden;
}

#gallerynav div.prev {
	width: 13px;
	height: 28px;
	background: url("../images/gallery_lt.gif") no-repeat;
	text-indent: -999em;
	float: left;
	display: inline;
	margin: 90px 7px 10px 37px;
}

#gallerynav div.next {
	width: 13px;
	height: 28px;
	background: url("../images/gallery_gt.gif") no-repeat;
	text-indent: -999em;
	float: left;
	display: inline;
	margin: 90px 37px 10px 7px;
}

#gallerynav div.prev a,
#gallerynav div.next a {
	width: 13px;
	height: 28px;
	display: block;
}

#bodycontent .formRow {
	clear: both;
	margin: 0px 0px 3px 48px;
}

#bodycontent .formRow label {
	display: none;
}

#bodycontent .formRow input,
#bodycontent .formRow textarea {
	font-family: century gothic, Century, sans-serif;
	width: 532px;
	font-size: 1.4em;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #e2e3ea;
	border-right: 1px solid #e3e9ef;
	border-bottom: 1px solid #dbdfe6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #FFFFFF;
}

.textBoxError {
	border-color: #df1515 !important;
	background: url("/images/formerror_bg.gif") 520px 4px no-repeat #FFFFFF !important;
}
