@charset "UTF-8";
/* CSS Document */

/*  =RESET
---------------------------------------------------*/

* {
	outline:none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a { 
	padding: 0;
	margin: 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

ol,ul {
	list-style: none;
}

abbr,acronym { 
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

	
	
/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
	color: #fff;
}


a:link {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}


a:visited {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #1E4E64;
	text-decoration: none;
	background-color: transparent;
}



td {
	font: normal 0.9em/1.3em Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding:0 0 10px 0;
}


/*  =CONTAINERS
-------------------------------------------------------------- */

#container_shadow {
	width:920px;
	padding:0;
	margin:0 auto;
	background:transparent url(images/bg_shadow.jpg) repeat-y scroll top left;
	position: relative;
}


#container_site {
	width:900px;
	padding:0;
	margin:0 auto;
	background:#73b3bc url(images/bg_site.jpg) repeat-y scroll top left;
}


#header {
	width:900px;
	height:270px;
	padding:0;
	margin:0 auto;
	background:transparent url(images/bg_header.jpg) no-repeat top left;
}


#header h1 {
	font-size:1.2em;
	text-indent:-9999px;
}


#sub_header {
	background-color:#3f939f;
	width:900px;
	height:250px;
	margin:0;
	padding:0;
	/*background:#3f939f url(images/bg_sub_header.png) no-repeat bottom left;*/
}


#menu_cover {
	width:130px;
	height:20px;
	position:absolute;
	top: 274px;
	left: 11px;
	z-index:30;
	background-color:#3f939f;
}


#nav {
	width:130px;
	position: fixed;
}


#mission {
	width: 770px;
	float: left;
	clear:none;
}


#sub_header h1 {
	text-indent:-9999px;
	background-image:url(images/our_mission.png);
	background-repeat:no-repeat;
	width: 550px;
	height:155px;
	top: 310px;
	left: 185px;
	position: absolute;
}


#next_event {
	width:130px;
	height: 60px;
	background:transparent url(images/next_event.png) no-repeat top right;
	position: absolute;
	left: 780px;
	top: 360px;
}
	

#next_event p {
	font-size: 0.8em;
	padding: 35px 0 0 26px;
}


#next_event a {
	color: #fff;
	text-decoration:none;
}


#next_event a:hover {
	color: #1E4E64;
}


#main {
	background:transparent url(images/side_wave2.png) repeat-y top left;
	width:900px;
	padding:0;
	margin:0 auto;
}


#main p {
	line-height: 1.4em;
}


#footer {
	width:900px;
	padding:0;
	margin: 10px auto 25px auto;
	background-color:#fff;
	font: normal 0.7em/1em Arial, Helvetica, sans-serif;
	color:#73bbc3;
	text-align: right;
}

#footer a {
	color:#73bbc3;
	text-decoration: underline;
}

#footer a:visited {
	color:#73bbc3;
	text-decoration: underline;
}

#footer a:hover {
	color:#1E4E64;
	text-decoration: none;
}
	




/*  =CONTAINER STYLES
-------------------------------------------------------------- */

#header_text h1 {
	font-size:1.3em;
	padding: 0;
	margin:0 0 15px 0;
}


#header_text p {
	font-size:1.2em;
	padding: 0;
	margin:0 0 10px 0;
}


#nav ul {
	margin:0;
	padding: 5px 0 0 0;
}

#nav li {
	padding: 10px 5px 0 0;
	font-size: 0.7em;
	text-align: right;
	border-bottom: 1px solid #1e4e64;
	background:transparent url(images/bg_nav.png) repeat top left;
}


#nav ul li a {
	text-decoration:none;
}


#nav ul li a:hover {
	background-color: transparent;
	padding:0;
	background-image:url(none);
	color: #1e4e64;
}


#menu_header {
	display: none;
	padding: 0;
	font-size: 0.7em;
	text-align: right;
	border-bottom:none;
	background:transparent url(images/bg_nav.png) repeat top left;
}


/*---------------WHO WE ARE---------------*/

#who_we_are {
	width: 700px;
	height: 500px;
	margin: 0 0 0 175px;
	background:transparent url(images/whoweare_photos.png) no-repeat top right;
}


#who_we_are h1 {
	text-indent:-9999px;
	background-image:url(images/header_who.png);
	width: 550px;
	height:80px;
}


#who_we_are p {
	padding:10px 280px 10px 0;
	
}

#who_btt, #how_btt, #join_btt, #host_btt, #guides_btt, #contact_btt {
	width:72px;
	height:22px;
	text-decoration:none;
	display:block;
	background-image:url(images/backtotop.png);
	background-position:0 0;
}

#who_btt:hover, #how_btt:hover, #join_btt:hover, #host_btt:hover, #guides_btt:hover, #contact_btt:hover, #who_btt:active, #how_btt:active, #join_btt:active, #host_btt:active, #guides_btt:active, #contact_btt:active 	{ background-position: 0 -22px; }


/*---------------HOW IT WORKS---------------*/

#how_it_works {
	width: 700px;
	margin: 20px 0 100px 175px;
	background:transparent url(images/question_mark.png) no-repeat top right;
	padding-top: 30px;
}


#how_it_works h1 {
	text-indent:-9999px;
	background-image:url(images/header_events.png);
	width: 550px;
	height:80px;
	margin-top: 40px;
}


#how_it_works h2 {
	color:#18506a;
	font-size:1.2em;
	font-weight: bold;
	padding: 15px 0 0 0;
}


#how_it_works p {
	padding:10px 40px 10px 0;
	
}


#how_it_works ul li {
	padding: 2px 0;
}

#joinus_btt {
	width:120px;
	height:36px;
	text-decoration:none;
	display:block;
	background-image:url(images/join_us.png);
	background-position:0 0;
}

#rsvp_btt {
	width:120px;
	height:36px;
	text-decoration:none;
	display:block;
	background-image:url(images/rsvp.png);
	background-position:0 0;
}


#joinus_btt:hover, #joinus_btt:active {
	background-position: 0 -36px; 
}

#rsvp_btt:hover, #rsvp_btt:active {
	background-position: 0 -36px; 
}


/*---------------JOIN THE DISCUSSION---------------*/


#join_the_discussion {
	width: 700px;
	margin: 40px 0 0 175px;
	background:transparent url(images/talk_bubble.png) no-repeat top left;
	padding-top: 30px;
	height: 900px;
}


#join_the_discussion h1 {
	text-indent:-9999px;
	background-image:url(images/header_join.png);
	width: 550px;
	height:80px;
	margin: 40px 0 0 0;
}


#join_the_discussion p {
	padding:10px 40px 10px 0;
}


/*---------------JOIN THE DISCUSSION FORM---------------*/

#contactform {
	width:700px;
	-moz-border-radius:5px;
	height: 500px;
}
#contactform form {
	font: normal 0.9em/1.1em Arial, Helvetica, sans-serif;
	margin:0 0;
	padding:0;
	margin-top:10px;
	width: 100%
}

/*#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	background:#fff;
	border:1px solid #ddd;
	-moz-border-radius:5px
}

#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}

#contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
}*/

#contactform form label {
	display:block;
	float:left;
	width:240px;
	padding:3px 0;
	margin:0px;
	text-align:left;
}
#contactform input.inpt, #contactform textarea {
	display:block;
	width:240px;
	font: normal 0.9em/1.1em Arial, Helvetica, sans-serif;
	padding:5px;
	margin:0;
	background:#fff;
	border:1px solid #ddd;
}

 #contactform select {
	display:block;
	width:253px;
	font: normal 0.9em/1.1em Arial, Helvetica, sans-serif;
	padding:5px;
	margin:0;
	background:#fff;
	border:1px solid #ddd;
}


#contactform checkbox {
	display:block;
	font: normal 0.9em/1.1em Arial, Helvetica, sans-serif;
	padding:5px 5px 10px 5px;
	margin:0;
}

form br {
	clear:left;
}

/*#contactform input.required {
	background:#fff url('images/required.gif') center right no-repeat;
	
}*/

#contactform .select select:focus {
	border-color: #1E4E64;
}

#contactform form input.btn {
	background:none;
	border:none;
	float: right;
}

form.c1 input:hover,textarea:hover {
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }


/*---------------BE A BKT HOST---------------*/

#be_a_host {
	width: 700px;
	margin: 50px 0 0 175px;
	background:transparent url(images/people.png) no-repeat top left;
	height: 600px;
}


#be_a_host h1 {
	text-indent:-9999px;
	background-image:url(images/header_host.png);
	width: 550px;
	height:80px;
	margin-left: 100px;
	margin-top: 0px;
}


#be_a_host h2 {
	color:#18506a;
	font-size:1.2em;
	font-weight: bold;
	padding: 15px 0 0 0;
	margin-left: 100px;
}


#be_a_host p {
	padding:10px 40px 10px 0;
	margin-left: 100px;	
}


#quote {
	background:transparent url(images/quotes.png) no-repeat top left;
	width:240px;
	height:130px;
	position: relative;
	top: -50px;
	left: 420px;
}

#quote p {
	margin:0;
	padding:50px 3px 0 30px;
	font: bold 0.9em/1.1em "Times New Roman", Times, serif;
}


/*---------------RESOURCE GUIDES---------------*/

#resource_guides {
	width: 700px;
	margin: 20px 0 0 175px;
	background:transparent url(images/compass.png) no-repeat top right;
	padding-top: 10px;
	height: 450px;
}


#resource_guides h1 {
	text-indent:-9999px;
	background-image:url(images/header_resource.png);
	width: 550px;
	height:80px;
	margin-top: 10px;
}


#resource_guides h2 {
	color:#18506a;
	font-size:1.2em;
	font-weight: bold;
	padding: 15px 0 0 0;
}


#resource_guides p {
	padding:10px 40px 10px 0;
	
}


/*---------------CONTACT US---------------*/

#contact_us {
	width: 700px;
	margin: 40px 0 0 175px;
	height: 550px;
}


#contact_us h1 {
	text-indent:-9999px;
	background-image:url(images/header_contact.png);
	width: 550px;
	height:80px;
	margin-left: 100px;
	margin-top: 0px;
}


#contact_us h2 {
	color:#18506a;
	font-size:1.2em;
	font-weight: bold;
	padding: 15px 0 0 0;
	margin-left: 100px;
}


#contact_us p {
	padding:10px 40px 10px 0;
	margin-left: 100px;	
}

#contact_tb {
	width: 320px;
	height: 150px;
	background:transparent url(images/contact_tb.png) no-repeat top left;
	margin-left: 100px;
	padding: 25px 0 0 40px;
}


#email_btt {
	width:120px;
	height:36px;
	text-decoration:none;
	display:block;
	background-image:url(images/send_email.png);
	background-position:0 0;
}


#email_btt:hover, #email_btt:active {
	background-position: 0 -36px; 
}


#successmsg {
	font-size: 1.2em;
	width: 300px;
	height:50px;
	background:transparent url(images/ok.png) no-repeat bottom right;
}



/*  =CLASSES
-------------------------------------------------------------- */

.floatright {
	float: right;
	clear: none;
}

.floatleft {
	float: left;
	clear: none;
}

.clear {
	width:900px;
	height:20px;
	margin:0 auto;
	padding:0;
}

.p_intro {
	font-size: 1.1em;
	font-weight: bold;
}

.privacy {
	font-size:0.8em;
}


.required_f {
	font-size:0.8em;
}



/*  =TOOLTIPS
-------------------------------------------------------------- */

.tooltip {
	display:none;
	background:transparent url(images/tooltip/bkt_green.png);
	font-size:13px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	z-index: 20;
}


/* external links */
.icon_external {
	padding-right: 20px;
	background: url(images/icon_external.png) no-repeat center right;
}

/* emails */
.icon_email {
	padding-right: 20px;
	background: url(images/icon_mail.png) no-repeat center right;
}

/* pdfs */
.icon_file {
	padding-right: 20px;
	background: url(images/icon_file.png) no-repeat center right;
}

