
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0;
	padding: 0; 
	background: url(../images/site/bg.png) repeat-x #fff;
	text-align: justify;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #3b3b3b;
	text-align: justify;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #3b3b3b;
	margin: 5px 0 5px 0;
	text-align: justify;
}

li {
	font-size: small;
	color: #3b3b3b;
}

td {
	font-size: small;
	color: #3b3b3b;
	vertical-align: top;
	text-align: justify;
}

img {
	border: 0;
}

a {
	font-size: small;
	color: #0071c6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	color: #d76300;
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
	text-align: left;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 120%;	
	font-weight: normal;
	color: #379bcb;
	margin: 0 0 10px 0;
	text-align: left;
}

form {
	margin: 0;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	text-align: justify;
}

/* page element styles */ 
 
#top_bar {
	height: 92px;
	padding: 0 0 0 0;
	background: url(../images/site/bg.png) repeat-x;
}

#top_strapline {
	position: absolute;
	top: 17px;
	right: 30px;
	font-size: 140%;
	color: #fff;
}

#navigation {
	height: 30px;
	padding: 0 29px 0 29px;
	clear: both;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 871px;
	background-color: #fff;
	padding: 0;
	border-bottom: 1px #fff solid;
}

#left_side {
	float: left;
	width: 233px;
}

#side_shadow {
	position: absolute;
	top: 91px;
	left: -22px;
	width: 22px;
	height: 360px;
	background: url(../images/site/side-shadow.png) repeat-x top center;
}

#footer {
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
	background: url(../images/site/footer_bg.png) repeat-x top center;
	height: 184px;
}

#footer_inner {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 871px;
	padding-top: 153px;
}

#footer div {
	font-size: 90%;
	color: #fff;
}

#footer a {
	font-size: 100%;
	color: #fff;
}

#footer_left {
	float: left;
	width: 380px;
}

#footer_left a {
	font-size: 120%;
}

#footer_right {
	float: right;
	width: 470px;
	text-align: right;
}

#page_main {
	background: url(../images/site/page_bg.png) left top repeat-x;
	padding: 10px 30px 0 30px;
}

#page_landing {
	background: url(../images/site/page_bg.png) left top repeat-x;
	padding: 10px 0 0 0;
}

/* content page structural styles */

.page_text_230 {
	margin-left: 230px;
}

.page_text_306 {
	margin-left: 306px;
}

.page_text_230 #col1 {
	float: left;
	width: 270px;
}

.page_text_230 #col2 {
	float: left;
	width: 270px;
	margin: 0 0 0 30px;
}

/* home page */

#home_main {
	float: left;
	width: 577px;
	padding: 18px 0 0 0;
}

#home_main #col1 {
	width: 268px;
	float: left;
	margin: 30px 30px 0 0;
}

#home_main #col2 {
	width: 248px;
	float: left;
	padding-left: 30px;
	border-left: 1px #c4c4c4 solid;
	margin-top: 30px;
}

#home_main #col1 h1 {
	padding-top: 0;
}

#home_main #col2 h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 110%;
}

#home_main #col2 img {
	padding-bottom:  20px;
}



/* nav styles */

.nav_item {
	display: block;
	height: 30px;
	text-align: center;
}

.nav_item_active {
	display: block;
	height: 30px;
	background-position: 0 -30px  !important;
	text-align: center;
}

.nav_item:hover {
	background-position: 0 -30px  !important;
}

.nav_item span, .nav_item_active span {
	display: none;
}

#nav_home {
	width: 88px;
	background: url(../images/nav/home.png) no-repeat 0 0;
}

#nav_about-us {
	width: 112px;
	background: url(../images/nav/about-us.png) no-repeat 0 0;
}

#nav_activities {
	width: 120px;
	background: url(../images/nav/activities.png) no-repeat 0 0;
}

#nav_calendar {
	width: 117px;
	background: url(../images/nav/calendar.png) no-repeat 0 0;
}

#nav_events-and-news {
	width: 156px;
	background: url(../images/nav/events-and-news.png) no-repeat 0 0;
}

#nav_contact-us {
	width: 130px;
	background: url(../images/nav/contact-us.png) no-repeat 0 0;
}

#nav_links {
	width: 89px;
	background: url(../images/nav/links.png) no-repeat 0 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li a {
	font-weight: bold;
	font-size: 110%;
	color: #333;
	text-align: left !important;
}

#nav li a:hover {
	color: #0071c6;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #21698a;
	width: 120px;
	padding: 0 5px 0 5px;
	border: 1px #063145 solid;
	border-top: 0;
	z-index: 99;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dd_nav_item, .dd_nav_item_last {
	width: 120px;
	border-bottom: 1px #09394f solid;
	padding: 5px 0 5px 0 !important;
}

.dd_nav_item_last {
	border-bottom: 0;
}

.dd_nav_item a, .dd_nav_item_last a {
	color: #fff !important;
	font-size: 90% !important;
	font-weight: normal !important;
	display: block;
}

.dd_nav_item a:hover, .dd_nav_item_last a:hover {
	display: block;
	text-decoration: underline;
}

/* side panels */

.panel_203 {
	width: 203px;
	margin: 20px 30px 10px 0;
}

.panel_279 {
	width: 279px;
	margin: 20px 30px 10px 0;
}

.panel_top {
	position: relative;
	padding: 10px 40px 9px 15px;
	color: #fff;
	font-size: 110%;
	text-align: left;
}

.orange_203 {
	background: url(../images/panels/orange-top-203px.png) no-repeat top center;
}

.blue_203 {
	background: url(../images/panels/blue-top-203px.png) no-repeat top center;
}

.panel_bottom_203 {
	padding: 15px;
	background: url(../images/panels/bottom-203px.png) no-repeat bottom center;
}

.orange_279 {
	background: url(../images/panels/orange-top-279px.png) no-repeat top center;
}

.blue_279 {
	background: url(../images/panels/blue-top-279px.png) no-repeat top center;
}

.panel_bottom_279 {
	padding: 15px;
	background: url(../images/panels/bottom-279px.png) no-repeat bottom center;
}

.panel_icon_faq {
	position: absolute;
	top: -2px;
	right: -10px;
	background: url(../images/panels/faq_icon.png) no-repeat bottom center;
	width: 50px;
	height: 55px;
}

.panel_icon_calendar {
	position: absolute;
	top: -20px;
	right: -25px;
	background: url(../images/panels/calendar_icon.png) no-repeat bottom center;
	width: 90px;
	height: 92px;
}

.panel_icon_trainers {
	position: absolute;
	top: -20px;
	right: -30px;
	background: url(../images/panels/trainers_icon.png) no-repeat bottom center;
	width: 77px;
	height: 74px;
}

.input_150 {
	width: 150px;
}

/* calendar */

.event_item {
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
	border-bottom: 1px #e9e9e9 solid;
}

.event_title {
	font-size: 120%;	
	color: #379bcb;
}

.event_day {
	font-size: 120%;	
	font-weight: bold;
}

.level_icon {
	float: right;
	width: 50px;
	padding: 0 0 20px 10px;
}

.calendar_more {
	background: url(../images/site/arrow-right.png) no-repeat center left;
	padding: 0 0 0 20px;
}

.arrow_down {
	background-image: url(../images/site/arrow-down.png);
}

.event_more_info {
	border: 1px solid #e9e9e9;
	background: #fcfcfc;
	padding: 10px;
	margin-top: 10px;
	display: none;
}

/* popup */

#level_popup {
	background: #fff; 
	position: fixed; 
	z-index: 99; 
	top: 10px;
	left: 10px; 
	width: 370px;
	height: 291px;
	visibility: hidden;
}

#cover {
	background: #fff; 
	position: fixed; 
	z-index: 98; 
	top: 0px; left:0px; 
	width: 100%;
	height: 100%;
	filter: alpha(opacity=30); 
	opacity: .3;
	visibility: hidden;
}

/* general styles */

.black {
	color: #3b3b3b;
}

.arrow_right {
	background: url(../images/site/arrow-right.png) no-repeat center left;
	padding: 0 0 0 20px;
}

.divider {
	height: 1px;
	border-bottom: 1px #c4c4c4 solid;
	padding-bottom: 5px;
	margin-bottom:  5px;
}

.news_divider {
	height: 1px;
	line-height: 1px;
	background-color: #ccc;
	margin-bottom: 10px;
}

.padded_img img {
	margin: 0 10px 10px 10px;
}

.bordered_img img {
	border: 1px #595959 solid;
	padding: 3px;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0 30px 0 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}
