* {margin:0;padding:0;} 

html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
	
}
body {
	background: #000 url(../images/bg_body.gif) center top repeat-x;
}
#wrap {
	min-height: 100%;
	margin:0 auto;
	width:981px;
	background-image: url(../images/bg_wrap.gif);
	background-position: center 174px;
	background-repeat:no-repeat;
}
#main {
	overflow:auto;
	margin-top:32px;
	padding-bottom: 183px;
	width: 100%;
	background-image: url(../images/bg_wrap_shim.gif);
	background-repeat:repeat-y;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin: -183px auto 0; /* negative value of footer height */
	height: 183px;
	clear:both;
	width:981px;
	background: #FFF url(../images/bg_footer.gif) center bottom repeat-x;
} 
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#header_bar {
	width:981px;
	height:142px;
	background: #000 url(../images/bg_header_bar.gif) center top no-repeat;
}
#footer p {
	text-align:right;
	padding:103px 63px 0 0;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size:75%;
}
.hidden, .adr {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}



/*NAVIGATION*/

.menu-header {
	float:left;
	width:665px;
}
.menu-header ul {
	padding-top:43px;
	padding-left:21px;
	height:56px;
	overflow:hidden;
}
.menu-header li {
	display:inline;
}
.menu-header li a {
	display:block;
	float:left;
	height:56px;
	outline:0 none;
	margin-top:-40px;
	padding-top:40px;
	padding-left:15px;
	padding-right:15px;
	font-family: 'Arvo', arial, serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size:95%;
	font-weight: normal;
	color:#FFF;
	background: #000 url(../images/bg_navigation.gif) no-repeat top center;
}
.menu-header li a:hover, .menu-header li a:active, .menu-header li.current-menu-item a, .menu-header li.current_page_item a {
	background: #000 url(../images/bg_navigation.gif) no-repeat bottom center;
}


/*SOCIAL NAVIGATION*/

#menu_social {
	float:left;
	width:144px;
}
#menu_social ul {
	padding-top:36px;
	height:63px;
	overflow:hidden;
}
#menu_social li {
	display:inline;
}
#menu_social li a {
	display:block;
	float:left;
	height:31px;
	width:31px;
	overflow:hidden;
	outline:0 none;
	margin:0 5px 0 0;
}
#menu_social li#social_twitter a {
	background: #000 url(../images/bg_social_icons.gif) no-repeat -31px 0;
}
#menu_social li#social_twitter a:hover, #menu_social li#social_twitter a:active {
	background-position:0 0;
}
#menu_social li#social_facebook a {
	background: #000 url(../images/bg_social_icons.gif) no-repeat -93px 0;
}
#menu_social li#social_facebook a:hover, #menu_social li#social_facebook a:active {
	background-position:-62px 0;
}
#menu_social li#social_contact a {
	background: #000 url(../images/bg_social_icons.gif) no-repeat -155px 0;
}
#menu_social li#social_contact a:hover, #menu_social li#social_contact a:active {
	background-position:-124px 0;
}
#menu_social li#social_youtube a {
	background: #000 url(../images/bg_social_icons.gif) no-repeat -217px 0;
}
#menu_social li#social_youtube a:hover, #menu_social li#social_youtube a:active {
	background-position:-186px 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #979797;
	background-color: #fff;
	padding: 10px;
	opacity: 1;
	font-family: 'Arvo', arial, serif;
	font-size:70%;
	font-weight:normal;

	
}

#tooltip:after
  {
   content: "";
   border: solid 10px transparent; /* set all borders to 10 pixels width */
   border-top-color: #FFF; /* the callout */
   border-bottom: 0; /* we do not need the bottom border in this case */
   width: 0;
   height: 0;
   overflow: hidden;
   display: block;
   position: relative;
   bottom: -20px; /* border-width of the :after element + padding of the root element */
   margin: auto;
  }

/**SEARCH**/
#search {
	float:right;
	width:170px;
}
#search form {
	float:right;
	display:inline;
	width:157px;
	border-bottom:1px solid #666;
	margin:37px 0 0 20px;
}
#search label {
	display:none;
}
#search #s {
	float:left;position:relative;
	width:108px;
	height:25px;
	background: #353535 url(../images/bg_search_input.gif) no-repeat top left;
	margin:0;
	padding:0 10px 0 10px;
	border:none;
	font-family: 'Arvo', arial, serif;
	text-transform: uppercase;
	color:#666;
	font-size:85%;
	font-weight: normal;

}
#search #searchsubmit {
	float:left;
	width:29px;
	height:25px;
	background: #E7DC06 url(../images/bg_search_go.gif) no-repeat top left;
	cursor: pointer;
}
#search #searchsubmit:hover {
	background: #E7DC06 url(../images/bg_search_go.gif) no-repeat bottom left;
	cursor: pointer;
}
#footer ul {
	float:left;position:relative;display:inline;
	width:472px;
	margin:20px 0 0 0;
	padding-left:34px;
}
#footer ul li {
	float:left;
	width:236px;
	display:inline;
	margin-top:16px;
}
#footer ul li a {
	color:#333;
	text-decoration:none;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size:75%;
}
#footer ul li a:hover {
	text-decoration:underline;
}

h1 {
	font-family: 'Arvo', arial, serif;
	font-size:120%;
	font-weight:normal;
	line-height:1.2em; 
	padding:0 0 12px 0;
}






#a404_page {
	float:left;
	width:981px;
	margin-top:23px;
}

#a404_column_1 {
	float:left;
	width:610px;
	padding:0 100px 100px 30px;
}

#a404_column_1 h1 {
	font-size:180%;
	margin-bottom:10px;
}

	
#a404_column_1 p {
	font-family: 'Arvo', arial, serif;
	font-size:122%;
	line-height:1.33em;
	width:430px;
	padding:0px 20px 15px 2px;
}

#a404_column_1 p a {
	color:#222;
	text-decoration:underline;
}

#a404_column_1 p a:hover,  #a404_column_1 p a:focus,  #a404_column_1 p a:active {
	text-decoration:none;
}

#a404_column_2 {
	float:left;
	width:241px;
	padding:4px 0 100px 0;
}

#a404_column_2 h2 {
	float:left;
	width:221px;
	padding:10px 10px 10px 10px;
	margin:0 0 18px 0;
	display:block;
	font-family: 'Arvo', arial, serif;
	font-weight:normal;
	font-size:110%;
	background:#E7DC06;
}

#a404_column_2 p {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size:75%;
	line-height:1.33em;
	padding:0 30px 15px 10px;
}

#a404_column_2 p#how_to_join_us {
	margin-top:10px;
}

#a404_column_2 h2#latest_news {
	margin-top:31px;
}

#a404_column_2 .event, #a404_column_2 .news {
	float:left;
	width:205px;
	display:inline; /*IE SIGH*/
	margin:0 0 16px 0;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size:75%;
	line-height:1.33em;
}
#a404_column_2 .event {
	margin:0 0 16px 11px;
}

#a404_column_2 .event p {
	font-size:100%;
	padding:0 10px 13px 0;
}

#a404_column_2 .event p a {
	color:#333;
	text-decoration:underline;
}
#a404_column_2 .event p a:hover {
	color:#333;
	text-decoration:none;
}

#a404_column_2 .news {
	margin:0 0 16px 11px;
}	
#a404_column_2 .value-title, #a404_column_2 .news .date {
	font-weight:bold;
	float:left;
	width:206px;
	margin-right:19px;

}
#a404_column_2 .location {
	float:left;
	width:187px;
	padding-right:19px;
	color:#333;
}
#a404_column_2 .location a, #a404_column_2 .news a {
	color:#333;
	text-decoration:underline;
	line-height:1.4em;
}
#a404_column_2 .location a:hover, #a404_column_2 .news a:hover {
	text-decoration:none;
}
.arrow {
	background: #FFF url(../images/bg_text_link_arrow.gif) right bottom no-repeat;	
}
p.hot404 a {
	float:left;
	position:relative;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	padding:6px 13px 4px 13px;
	background-color: #E7DC06;
	background-image: url(../images/bg_hot.gif);
	background-position: top right;
}
p.hot404 a:hover {
	background-position:top left;
}



/*  
Thanks..!

Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

