<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Reset */
html {
}
body {
	font-family: Arial;
	font-size: 12px;
	line-height:16px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/main_bg2.jpg);
}
html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin:0;
	padding:0;
	border:0;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ul li {
	list-style:none;
	/*float:left;*/
}
a img {
	border:none;
}
a {
	cursor:pointer;
	outline:none;
}
/* Page Holder */

.container {
	padding: 0;
	margin: 0 auto;
	width: 922px;
	clear:both;
}
/* General Styles */
.clear {
	clear:both;
	overflow:hidden;
	width:100%;
}
.fltlft {
	float:left;
}
.fltrt {
	float:right;
}
/* H1 to H6 type Styles */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
/* font face */
@font-face {
 font-family: 'HelveticaNeue77BoldCondensed';
 src: url('../fonts/helveticaneue-boldcond-webfont.eot');
 src: url('../fonts/helveticaneue-boldcond-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/helveticaneue-boldcond-webfont.woff') format('woff'),  url('../fonts/helveticaneue-boldcond-webfont.ttf') format('truetype'),  url('../fonts/helveticaneue-boldcond-webfont.svg#HelveticaNeue77BoldCondensed') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* body_wrap*/
#body_wrap {
	width: 100%;
	text-align:left;
	clear:both;
	overflow:hidden;
	background:url(../images/effect_header2.png) repeat-x left top;
}
#header, #wrapper, #footer {
	width: 100%;
	text-align:left;
	clear:both;
}
/* Header */
#header .container {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear:both;
	background:url(../images/header_bg2.png) no-repeat center top;
}
#wrap_header {
	padding: 0;
	margin: 0 auto;
	width: 922px;
	clear:both;
	height:291px;
}
.logo {
	width:209px;
	height:185px;
	margin:0 0 0 25px;
	float:left;
}
.social_media {
	width:282px;
	height:122px;
	margin:34px 4px 0 0;
	float:right;
}
.social_media ul {
	width:282px;
	height:75px;
	margin:10px 0 0 67px;
	float:left;
}
.social_media ul li {
	height:78px;
	float:left;
	padding:0 3px;
}
.social_media p {
	width:272px;
	height:39px;
	margin:6px 0 0 0;
	padding:0 0 0 10px;
	float:left;
	background:url(../images/search_bg.png) no-repeat left top;
}
.social_media p input {
	width:220px;
	height:32px;
	float:left;
	border:none;
	line-height:39px;
	padding:0 5px;
	font-family:HelveticaNeue77BoldCondensed;
	color:#878787;
	font-size:13px;
	font-weight:normal!important;
}
.social_media p span {
	height:32px;
	float:left;
	padding:7px 0 0 0;
}
.menu {
	width:922px;
	height:16px;
	clear:both;
	float:left;
}
.menu ul {
	width:880px;
	height:16px;
	clear:both;
	float:left;
	padding:58px 0 0 27px;
	list-style: none;
}
.menu ul li {
	float:left;
	position:relative;
	/*z-index:555555;*/
	height:39px;
}
.menu ul li a {
	float:left;
	padding:0 17px 10px 17px;
	color:#747474;
	font-family:HelveticaNeue77BoldCondensed;
	font-weight:bold;
	font-size:18px;
	display: block;
	font-weight:normal!important;
}
.menu ul li a:hover {
	float:left;
	padding:0 14px;
	color:#2493c9;
	font-family:HelveticaNeue77BoldCondensed;
	font-weight:normal!important;
}
.menu ul li:hover a {
	background:none;
}
.menu ul li ul {
	display:none;
}
.menu ul li:hover ul {
	display:block;
	width:199px;
	position:absolute;
	left:14px;
	top:28px;
	z-index:55555;
	background:url(../images/sub_menu_bg.png) no-repeat left top;
	padding:0px;
	padding:14px 0 0 0;
}
.menu ul li:hover ul li {
	clear:both;
	width:199px;
	background:url(../images/sub_menu_middle_bg.png) repeat-y left 27px;
	height:auto;
}
.menu ul li:hover ul li.bottom {
	clear:both;
	width:199px;
	background:url(../images/sub_menu_bottom_bg.png) repeat-y left top;
	height:17px;
}
.menu ul li:hover ul li a {
	color:#C0E9F9;
	display: block;
	width:175px;
	height:25px;
	line-height:25px;
	padding:0 0 0 24px;
	font-family:arial;
	line-height:27px;
	font-size:13px;
	font-weight:bold;
}
.menu ul li ul li a:hover {
	background-color:none;
	color:#fff;
}
.menu ul li:hover ul li a.hide {
	background:none;
}
.menu ul li:hover ul li:hover a.hide {
	color:#fff;
}
.menu ul li:hover ul li ul {
	display:none;
	
}
.menu ul li:hover ul li:hover ul,.menu ul li ul li ul {
	display:block;
	width:199px;
	position:absolute;
	left:190px;
	top:0px;
	z-index:99999;
	background:none;
	padding:0 0 0 10px;
	/*background:url(../images/sub_sub_menu_top.png) no-repeat left top;*/
}
.menu ul li:hover ul li:hover ul li.top-round {
	background:url(../images/sub_sub_menu_top.png) no-repeat left top;
	height:11px;
}

.menu ul li:hover ul li:hover ul li.bottom-round {
	background:url(../images/sub_sub_menu_buttom.png) no-repeat left top;
	height:16px;
}


.menu ul li:hover ul li:hover ul li {
	width:199px;
	background:url(../images/sub_sub_menu_middle.png) repeat-y left top;
	padding:0px;
	}


.menu ul li ul li:hover ul li a {
	color:#C0E9F9;
	display: block;
	line-height:25px;
	padding:0 0 0 24px;
	font-family:arial;
	line-height:27px;
	font-size:13px;
	font-weight:bold;
}
.menu ul li ul li:hover ul li a:hover {
	color:#fff;
}
/* Content */
#wrapper .container {
	padding: 0;
	margin: 0 auto;
	width: 922px;
	clear:both;
}
.content_top {
	padding: 0;
	margin: 0 auto;
	width: 922px;
	clear:both;
	height:12px;
	background:url(../images/content_top.png) no-repeat left top;
	float:left;
}
.content_middle {
	padding: 0;
	margin: 0 auto;
	width: 922px;
	clear:both;
	background:url(../images/content_middle.png) repeat-y left top;
	overflow:hidden;
	float:left;
}
/*inner_content*/
.content_middle_inner_top {
	padding:0px;
	margin: 0 auto;
	width: 889px;
	float:left;
	padding:0 19px 0 14px;
}
.content_middle_inner_top ul li {
	margin:0 15px 15px 0px;
	width: 211px;
	height:93px;
	float:left;
}
.content_middle_inner_top ul li.last {
	margin:0 0 15px 0px;
	width: 211px;
	height:93px;
	float:left;
	background:url(../images/register-subpage-top-button.jpg) no-repeat;
}

.content_middle_inner_top ul li.last:hover { background-position:0% -93px;}

.main_heading {
	padding:0 0 16px 0;
	width: 885px;
	float:left;
	margin:0 21px 0 16px;
	border-bottom:#e0e0e0 1px solid;
	font-size:30px;
	color:#0b7daa;
	font-family:HelveticaNeue77BoldCondensed;
	font-weight:normal!important;
}
.content_middle_inner_top_left {
	width:632px;
	float:left;
	margin:0 0 0 16px;
}
.content_middle_inner_top_right {
	float:left;
	width:253px;
	margin:1px 21px 0 0;
	background-color:#f2f2f2;
}
.content_middle_inner_top_right_box_1 {
	float:left;
	width:236px;
	margin:10px 6px 15px 9px;
	background-color:#f2f2f2;
	border:1px solid #dfdfdf;
}
.content_middle_inner_top_right_box_2 {
	float:left;
	width:230px;
	margin:3px;
	background-color:#fff;
	border:1px solid #dfdfdf;
}
.content_middle_inner_top_right_box_2 h1 {
	float:left;
	width:226px;
	margin:1px 1px 9px 1px;
	background-color:#f2f2f2;
	border:1px solid #dfdfdf;
}
.content_middle_inner_top_right_box_2 ul {
	float:left;
	width:226px;
	padding:0px;
}
.content_middle_inner_top_right_box_2 ul li {
	float:left;
	width:208px;
	line-height:18px;
	font-size:16px;
	color:#31a5d4;
	font-family:HelveticaNeue77BoldCondensed;
	padding:0 10px 0 10px;
	font-weight:normal!important;
}
.content_middle_inner_top_right_box_2 ul li.bottom_1 {
	float:left;
	height:31px;
	border-top:1px solid #e4e4e4;
	margin:0 1px 0 1px;
	padding:0 9px 0 0;
	text-align:right;
}
.content_middle_inner_top_right_box_2 ul li span {
	height:47px;
	float:left;
	width:52px;
	background:url(../images/date_time.png) no-repeat left top;
	font-size:16px;
	color:#fff;
	padding:6px 7px 0 0;
	text-align:center;
	line-height:22px;
	font-family:HelveticaNeue77BoldCondensed;
	font-weight:normal!important;
}
.content_middle_inner_top_right_box_2 ul li p {
	color:#31a5d4;
	padding:0px;
	line-height:12px;
	text-transform:uppercase;
}
.content_middle_inner_top_right_box_2 ul li a {
	color:#31a5d4;
}
.content_middle_inner_top_right_box_3 {
	float:left;
	width:230px;
	margin:3px;
	background-color:#fff;
	border:1px solid #dfdfdf;
}
.content_middle_inner_top_right_box_3 h1 {
	float:left;
	width:226px;
	margin:1px 1px 9px 1px;
	background-color:#f2f2f2;
	border:1px solid #dfdfdf;
}
.content_middle_inner_top_right_box_3 ul {
	float:left;
	width:226px;
	padding:0px;
}
.content_middle_inner_top_right_box_3 ul li {
	float:left;
	width:200px;
	font-size:12px;
	color:#3a3a3a;
	font-family:arial;
	padding:8px 9px 8px 9px;
	margin:0 4px 0 6px;
	border-bottom:1px solid #e4e4e4;
	line-height:16px;
}
.content_middle_inner_top_right_box_3 ul li.bottom_1 {
	float:left;
	width:200px;
	font-size:12px;
	color:#3a3a3a;
	font-family:arial;
	padding:8px 9px 25px 9px;
	margin:0 4px 0 6px;
	line-height:16px;
	border:none;
}
.content_middle_inner_top_right_box_3 ul li a {
	color:#3a3a3a;
}
.content_buttom {
	padding:0px;
	margin: 0 auto;
	width: 922px;
	float:left;
	height:5px;
}
/*home-content*/
.content_middle_left {
	padding:0 14px 0 11px;
	margin: 0 auto;
	width: 459px;
	float:left;
}
.box_1 {
	margin:0 13px 13px 0;
	width: 204px;
	height:166px;
	float:left;
	background:url(../images/gymclasses-home-button.jpg) no-repeat;
}
.box_2 {
	margin:0 0 13px 0;
	width: 204px;
	height:166px;
	float:left;
	background:url(../images/events-home-button.jpg) no-repeat;
}
.box_3 {
	margin:0 13px 0 0;
	width: 204px;
	height:166px;
	float:left;
	background:url(../images/party-home-button.jpg) no-repeat;
}
.box_4 {
	margin:0 0 0 0;
	width: 204px;
	height:166px;
	float:left;
	background:url(../images/register-home-button.jpg) no-repeat;
	
}


.box_11 {
	margin:0 3px 13px 0;
	width: 204px;
	height:166px;
	float:right;
	background:url(../images/events-home-button.jpg) no-repeat;
}

.box_13 {
	margin:0 3px 0 10px;
	width: 204px;
	height:166px;
	float:right;
	background:url(../images/register-home-button.jpg) no-repeat;
}

.box_1:hover {background-position:0% -166px; cursor:pointer;}
.box_2:hover {background-position:0% -166px;}
.box_3:hover {background-position:0% -166px;}
.box_4:hover {background-position:0% -166px;}
.box_11:hover {background-position:0% -166px;}
.box_13:hover {background-position:0% -166px;}

.box_5 {
	width: 211px;
	height:93px;
	background:url(../images/gymclasses-subpage-top-button.jpg) no-repeat;	
}

.box_6 {
	width: 211px;
	height:93px;
	background:url(../images/events-subpage-top-button.jpg) no-repeat;	
}

.box_7 {
	width: 211px;
	height:93px;
	background:url(../images/party-subpage-top-button.jpg) no-repeat;	
}

.box_8 {
	width: 211px;
	height:93px;
	margin:0 0 15px 0px;
	float:left;
	background:url(../images/register-subpage-top-button.jpg) no-repeat;	
}

.box_5:hover {background-position:0% -93px;}
.box_6:hover {background-position:0% -93px;}
.box_7:hover {background-position:0% -93px;}
.box_8:hover {background-position:0% -93px;}


.account_log {
	width: 157px;
	height:36px;
	background:url(../images/my_account_button.png) no-repeat;
	margin:10px 0 0 75px;
}

.account_log:hover{background-position:0% -36px; cursor:pointer;}




#slider {
	position:relative;
	width: 459px;
	height:356px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	margin-left:216px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:none;
}
.content_middle_right {
	padding:0 17px 0 0;
	margin: 0 auto;
	width: 421px;
	float:left;
}
.content_bottom {
	padding: 0;
	margin: 0 auto;
	width: 894px;
	clear:both;
	background:url(../images/auto_slider_bg.png) no-repeat left top;
	height:49px;
	padding:0 17px 16px 11px;
	line-height:49px;
	overflow:hidden;
}


.tickercontainer {
    height: 49px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 894px;
}
.tickercontainer .mask {
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 894px;
}
ul.newsticker {
    left: 750px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsticker li {
    float: left;
    margin: 0;
    padding: 0;
}
ul.newsticker a {
    color: #FF0000;
    margin: 0 0 0 0;
    padding: 0;
    white-space: nowrap;
}
ul.newsticker span {
    margin: 0 10px 0 0;
}


.content_bottom ul li {
    color: #146F94;
    float: left;
    font-family:HelveticaNeue77BoldCondensed;
    font-size: 22px;
    font-weight: normal;
    line-height: 49px;
}
.content_bottom ul li span {
    margin: 0 8px;
}
.content_bottom ul li a {
    color: #146F94;
    padding: 0 6px;
    text-decoration: none;
}

/*ul.newsticker {
	position: relative;
	left:894px;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	display:inline-block;
	background:url(../images/news_dot.gif) no-repeat right center;
	width:auto;
	float: left;
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	padding: 0;
	color:#146f94;
	font-size:22px;
	font-family:HelveticaNeue77BoldCondensed;
	padding: 0 25px;
	font-weight:normal!important;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}*/
.slider_blog {
	padding:22px 0 43px 0;
	margin: 0 auto;
	width:922px;
	height:245px;
	clear:both;
}
.slider_blog .slider_box_1 {
	width: 218px;
	height: 245px;
	background:url(../images/slider_box.png) no-repeat left top;
	float:left;
	clear:both;
	position:relative;
}
.slider_blog .slider_box_1 img {
	width: 200px;
	height: 94px;
	padding:7px 0 7px 7px;	
}


.slider_blog .slider_box_1 h1 {
	width: 178px;
	padding:0 22px 0 18px;
	font-family:HelveticaNeue77BoldCondensed;
	color:#167ea8;
	font-size:18px;
	line-height:20px;
	font-weight:normal!important;
}
.slider_blog .slider_box_1 p {
	width: 178px;
	padding:0 22px 0 18px;
	font-family:arial;
	color:#484848;
	font-size:11px;
	line-height:20px;
}
.slider_blog .slider_box_1 span {
	position:absolute;
	width: 76px;
	height:23px;
	background:url(../images/more.png) no-repeat right top;
	right:4px;
	bottom:5px;
	display:block;
	line-height:23px;
	text-align:center;
}
.slider_blog .slider_box_1 span a {
	display:block;
	color:#4e4d4d;
}
/* Footer */
/*#footer .container {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear:both;
	background:url(../images/footer_bg.png) repeat-x left top;
}*/
#wrap_footer {
	padding: 0;
	margin: 0 auto;
	width: 922px;
	clear:both;
	padding:0 0 50px 0;
	overflow:hidden;
}
.footer_first_box_1 {
	padding:0 22px;
	margin: 0 auto;
	width: 154px;
	float:left;
	padding:0 50px 0 0;
}
.footer_first_box_1 ul {
	width: 154px;
	float:left;
}
.footer_first_box_1 ul li {
	float:left;
	clear:both;
	font-size:11px;
	line-height:21px;
	color:#fff;
	width:154px;
	
}

.footer_first_box_1 ul li a {
	text-decoration:none;
	color:#fff;	
}

.footer_first_box_1 ul li.one {
	float:left;
	clear:both;
	font-size:17px;
	line-height:19px;
	font-weight:bold;
	font-family:HelveticaNeue77BoldCondensed;
	color:#fff;
	padding:0 0 5px 0;
	font-weight:normal!important;
}
.footer_first_box_2 {
	padding:0 22px;
	margin: 0 auto;
	width: 154px;
	float:left;
	padding:0 48px 0 0;
}
.footer_first_box_2 ul {
	width: 154px;
	float:left;
}
.footer_first_box_2 ul li {
	float:left;
	clear:both;
	font-size:12px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	padding:0 0 15px 0;
	width:154px;
}

.footer_first_box_2 ul li a {
	color:#fff;
	text-decoration:none;
}

.footer_first_box_2 ul li span {
	float:left;
	clear:both;
	font-size:11px;
	line-height:10px;
	color:#b0ecf5;
	font-weight:normal;
}
.footer_first_box_2 ul li.one {
	float:left;
	clear:both;
	font-size:17px;
	line-height:19px;
	font-weight:bold;
	font-family:HelveticaNeue77BoldCondensed;
	color:#fff;
	padding:0 0 5px 0;
	font-weight:normal!important;
}
.footer_first_box_3 {
	padding:0 22px;
	margin: 0 auto;
	width: 400px;
	float:right;
	/*padding:0 48px 0 0;*/
}
.footer_first_box_3 ul {
	width: 154px;
	float:left;
}
.footer_first_box_3 ul li {
	float:left;
	width: 400px;
	font-size:11px;
	line-height:20px;
	color:#fff;
	font-weight:normal;
	padding:0 0 0px 0;
}
.footer_first_box_3 ul li span {
	float:right;
	clear:both;
	font-size:11px;
	line-height:10px;
	color:#b0ecf5;
	font-weight:normal;
	height:15px;
	background:url(../images/testi.png) no-repeat right top;
	padding:0 20px 0 0;
	line-height:15px;
}
.footer_first_box_3 ul li.one {
	float:left;
	clear:both;
	font-size:17px;
	line-height:19px;
	font-weight:bold;
	font-family:HelveticaNeue77BoldCondensed;
	color:#fff;
	padding:0 0 5px 0;
	font-weight:normal!important;
}
.footer_first_box_3 ul li a {
	float:right;
	color:#b0ecf5;
}
.footer_first_box_4 {
	padding:0;
	margin:34px 0 0 0;
	width: 922px;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
/* +++++++++++++++++++++++++++++ INNER PAHGE 1 STARTS HERE +++++++++++++++++++++++++++++ */
 
.content_bottom2 {
	background:url(../images/content_bottom_bg.png) left top no-repeat;
	width:922px;
	height:6px;
	display:block;
}
.content-block {
	background:url(../images/content_middle.png) left top repeat-y;
	width:922px;
	overflow:hidden;
}
.navimages {
	float:left;
	width:890px;
	padding: 0 16px;
}
.navimages ul li {
	float:left;
	width:211px;
	height:93px;
	padding: 0 10px 0 0;
}
.navimages ul li.last {
	padding-left:0;
}
.heading1 {
	font-family: 'HelveticaNeue77BoldCondensed';
	font-size:30px;
	color:#0b7daa;
	text-align:left;
	line-height:normal;
	border-bottom:1px solid #cccccc;
	padding:110px 0 10px 0;
	font-weight:normal!important;
}
#content-area {
	width:922px;
	overflow:hidden;
	float:left;
}
.left-block {
	float:left;
	width:632px;
	padding:0 0 0 16px;
}
.boxone {
	width:632px;
	margin:28px 0 0 0;
	float:left;
}
.right-block {
	float:right;
	width:242px;
	padding:0 16px 0 0;
	background:#f2f2f2;
	margin:1px 16px 0 0;
}
.content-box {
	float:left;
	width:190px;
	height:170px;
	background:url(../images/image_bg.png) left top no-repeat;
	padding:6px 0 0 6px;
}
.text-box {
	background:none;
	overflow:hidden;
	padding: 0 35px 0 15px;
	width:380px;
}
.heading2 {
	text-align:left;
	font-size:21px;
	font-family: 'HelveticaNeue77BoldCondensed';
	color:#5b5b5b;
	padding:0;
	line-height:normal;
	font-weight:normal!important;
}

.heading2 a {
	color:#5b5b5b;
	padding:0;
	text-decoration:none;
	font-weight:normal!important;
}

.text1 {
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	padding:10px 0 0 0;
	line-height:20px;
}
.more {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#58c113;
	display:block;
	padding:15px 0 0 0;
}
.pagination {
	background:#f2f2f2;
	height:42px;
	width:615px;
	float:left;
	margin:15px 0 15px 0;
	line-height:42px;
}

.pagination5 {
	height:42px;
	width:615px;
	float:left;
	margin:15px 0 15px 0;
	line-height:42px;
}

.paging {
	float:right;
	color:#353535;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 25px 0 0;
	margin-top:15px;
}

.paging span {
	float:left;
	color:#272727;
	width:350px;
	font-size:30px;
	font-family:HelveticaNeue77BoldCondensed;
	padding: 0 25px 0 0;
	line-height:39px;
	margin-top:-15px;
	font-weight:normal!important;
}
.paging a {
	color:#353535;
	padding:0 5px;
}
.paging a:hover {
	color:#353535;
	padding:0 5px;
}
.paging img {
	vertical-align:middle;
}


.paging_bott {
	float:right;
	color:#353535;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 25px 0 0;
}


.paging_bott a {
	color:#353535;
	padding:0 5px;
}
.paging_bott a:hover {
	color:#353535;
	padding:0 5px;
}
.paging_bott img {
	vertical-align:middle;
}

.pagination_1 {
	background:#f2f2f2;
	height:42px;
	width:614px;
	float:left;
	margin:0 14px 0 4px;
}
.pagination_1 .left {
	height:42px;
	width:100px;
	float:left;
	padding:0 0 0 30px;
	font-size:12px;
	color:#353535;
	font-weight:bold;
	line-height:42px;
	background:url(../images/arrow1.png) no-repeat 15px 14px;
}
.pagination_1 .left a {
	color:#353535;
}
.pagination_1 .right {
	height:42px;
	width:100px;
	float:right;
	padding:0 30px 0 0;
	font-size:12px;
	color:#353535;
	font-weight:bold;
	line-height:42px;
	text-align:right;
	background:url(../images/arrow2.png) no-repeat 105px 14px;
}
.pagination_1 .right a {
	color:#353535;

}
.pagination_2 {
	background:#f2f2f2;
	height:42px;
	width:614px;
	float:left;
	margin:24px 14px 26px 4px;
}
.pagination_2 .left {
	height:42px;
	width:100px;
	float:left;
	padding:0 0 0 30px;
	font-size:12px;
	color:#353535;
	font-weight:bold;
	line-height:42px;
	background:url(../images/arrow1.png) no-repeat 15px 14px;
}
.pagination_2 .left a {
	color:#353535;
}
.pagination_2 .right {
	height:42px;
	width:100px;
	float:right;
	padding:0 30px 0 0;
	font-size:12px;
	color:#353535;
	font-weight:bold;
	line-height:42px;
	text-align:right;
	background:url(../images/arrow2.png) no-repeat 105px 14px;
}
.pagination_2 .right a {
	color:#353535;

}
/*+++++++++++++++++++ INNERE PAGE 3 STARTS HERE  +++++++++++++++++++*/
.content-box2 {
	float:left;
	width:174px;
	height:170px;
	background:url(../images/image_bg2.png) left top no-repeat;
	padding:6px 0 0 7px;
}
.text-box2 {
	background:none;
	overflow:hidden;
	padding: 0 20px 0 15px;
	width:380px;
}
.heading3 {
	font-family: 'HelveticaNeue77BoldCondensed';
	font-size:15px;
	color:#0b7caa;
	text-align:left;
	padding:0;
	text-transform:uppercase;
	font-weight:normal!important;
}
.text2 {
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	padding:5px 0 0 0;
	line-height:20px;
}
.more2 {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#58c113;
	padding:0px 0 0 0;
	float:left;
}
/*+++++++++++++++++++ INNERE PAGE 2 STARTS HERE  +++++++++++++++++++*/
.nav-buttons {
	float:right;
	height:70px;
	width:620px;
	border-bottom:1px solid #e0e0e0;
}
.nav-buttons ul {
	float:right;
	height:59px;
	width:612px;
	border-bottom:1px solid #e0e0e0;
	margin:11px 8px 0 0;
}
.nav-buttons ul li.one {
	float:left;
	height:49px;
	width:254px;
	background:url(../images/photo_two.png) no-repeat left top;
	cursor:pointer;
	text-indent:-999em;
}
.nav-buttons ul li.one:hover {
	float:left;
	height:49px;
	width:254px;
	background:url(../images/photo_one.png) no-repeat left top;	
}
.nav-buttons ul li.one.active {
	float:left;
	height:49px;
	width:254px;
	background:url(../images/photo_one.png) no-repeat left top;	
}
.nav-buttons ul li.two {
	float:left;
	height:49px;
	width:254px;
	background:url(../images/videos_two.png) no-repeat left top;
	cursor:pointer;
	text-indent:-999em;
}
.nav-buttons ul li.two:hover {
	float:left;
	height:49px;
	width:254px;
	background:url(../images/videos_one.png) no-repeat left top;	
}
.nav-buttons ul li.two.active{
	float:left;
	height:49px;
	width:254px;
	background:url(../images/videos_one.png) no-repeat left top;	
}
.nav-buttons ul li.three {
	float:left;
	height:49px;
	width:82px;
	background:url(../images/or.png) no-repeat left top;
}
.nav-buttons ul li.three:hover {
	float:left;
	height:49px;
	width:82px;
}
.gallery {
	float:left;
	display:block;
	width:630px;
}
.gallery .block_list_02 {
	width:625px;
	float:left;
	padding:0 0 50px 5px;
	margin:17px 0 0 0;
	clear:both;
}
.gallery .block_list_01 {
	width:625px;
	float:left;
	padding:0 0 0 5px;
	margin:17px 0 0 0;
	clear:both;
}
.gallery .block_list_01 li {
	float:left;
	background:url(../images/li_bg.png) left top no-repeat;
	width:176px;
	padding:11px 0px 14px 11px;
	margin:0 22px 0 0;
}
.gallery .text_01 {
	width:170px;
	float:left;
	text-align:left;
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding:15px 0 0 5px;
}
.gallery .text_01 strong {
	display:block;
	color:#006699;
}
.gallery .block_list_01 li.last {
	margin:0px;
}
.gallery .block_list_02 li {
	float:left;
	background:url(../images/li_bg.png) left top no-repeat;
	width:178px;
	height:178px;
	padding:11px 0px 0 11px;
	margin:0 22px 0 0;
}
#spacing {
	margin: 0 25px 0 0;
}
.links {
	font-family: 'HelveticaNeue77BoldCondensed';
	font-size:13px;
	color:#0b7daa;
	text-align:left;
	padding:15px 0 10px 0;
	font-weight:normal!important;
}
.links span {
	color:#474747;
}
/*---------------------  INNER PAGE 4   -------------------------*/
.styles-block {
	float:left;
	display:block;
	overflow:hidden;
	margin:0 0 30px 0;
}

.pages_content {
	float:left;
	display:block;
	overflow:hidden;
	margin:0 0 30px 0;
}

.pages_content h1 {
	font-size:45px;
	color:#0b7daa;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	padding:25px 0 0 10px;
	font-weight:normal!important;
}

.pages_content h2 {
	font-size:35px;
	color:#0b7daa;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	padding:5px 0 0 10px;
	font-weight:normal!important;
}

.pages_content h3 {
	font-size:35px;
	color:#0b7daa;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	background:#ededed;
	display:block;
	padding:5px 0 0 10px;
	width: 605px
	font-weight:normal!important;
}

.pages_content h4 {
	font-size:29px;
	color:#0b7daa;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	display:block;
	padding:5px 0 0 10px;
	width: 605px
	font-weight:normal!important;
}

.pages_content h5 {
	font-size:25px;
	color:#fff;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	display:block;
	padding:5px 0 0 10px;
	width: 605px;
	background:#0b7daa;
	font-weight:normal!important;
}

.pages_content h6 {
	font-size:19px;
	color:#5e5e5e;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	display:block;
	padding:5px 0 0 10px;
	width: 605px
	font-weight:normal!important;
}

.pages_content p {
	width:560px;
	margin-left:10px;
	font-size:12px;
	color:#4D4D4D;
	line-height:20px;
	padding-bottom:14px;
}

.pages_content a {
	color:#4d4d4d;
	text-decoration:underline;
}

.pages_content a:hover {
	text-decoration:none;
}

.pages_content p a {
	color:#4d4d4d;
	text-decoration:underline;
}

.pages_content p a:hover {
	color:#4d4d4d;
	text-decoration:none;
}

.pages_content ul {
	color:#4d4d4d;
	padding-left:22px;
	padding-bottom:14px;
	line-height:20px;
}

.pages_content ul li {
	list-style-type:disc!important;
}

.pages_content ul a {
	color:#4d4d4d;
	text-decoration:underline;
}

.pages_content ul a:hover {
	text-decoration:none;
}

.pages_content ol {
	color:#4d4d4d;
	padding-left:22px;
	padding-bottom:14px;
	line-height:20px;
}

.pages_content ol a {
	color:#4d4d4d;
	text-decoration:none;
}

.pages_content ol a:hover {
	text-decoration:underline;
}

.pages_content table {
	border:1px solid #c5c5c5;
	width:615px;
	overflow:hidden;
	margin:  0 0 0;
}

.pages_content tr {
	
}

.pages_content td {
	color:#4d4d4d;
	border:1px solid #c5c5c5;
	line-height:20px;
	padding:2px;
}

/*.h1tag {
	font-size:45px;
	color:#0b7daa;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	padding:25px 0 0 10px;
	font-weight:normal!important;
}
.h2tag {
	font-size:35px;
	color:#0b7daa;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	padding:5px 0 0 10px;
	font-weight:normal!important;
}
.h3tag {
	font-size:35px;
	color:#0b7daa;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	background:#ededed;
	display:block;
	padding:5px 0 0 10px;
	width: 605px
	font-weight:normal!important;
}
.h4tag {
	font-size:29px;
	color:#0b7daa;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	display:block;
	padding:5px 0 0 10px;
	width: 605px
	font-weight:normal!important;
}
.h5tag {
	font-size:25px;
	color:#fff;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	display:block;
	padding:5px 0 0 10px;
	width: 605px;
	background:#0b7daa;
	font-weight:normal!important;
}
.h6tag {
	font-size:19px;
	color:#5e5e5e;
	text-align:left;
	font-family: 'HelveticaNeue77BoldCondensed';
	line-height:normal;
	display:block;
	padding:5px 0 0 10px;
	width: 605px
	font-weight:normal!important;
}*/

.title {
	font-size:13px;
	color:#4d4d4d;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-weight:bold;
	padding:25px 0 0 0;
	display:block;
}
.list1 {
	float:left;
	width:100px;
	display:block;
	padding:0 0 45px 15px;
}
.list1 li {
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
	display:block;
	padding:5px 0 5px 0;
}
.list2 {
	width:100px;
	display:block;
	padding:0 0 45px 255px;
}
.list2 li {
	width:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
	display:block;
	padding:5px 0 5px 0;
}
.table-content {
	border:1px solid #c5c5c5;
	width:615px;
	overflow:hidden;
	margin:  0 0 0;
}
.line-one {
	width:615px;
	overflow:hidden;
}
.line-one ul {
	width:615px;
	font-weight:bold;
}
.line-one ul li {
	float:left;
	line-height:38px;
	border-bottom:1px solid #c5c5c5;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	width:615px;
	text-align:left;
	overflow:hidden;
}
.line-one ul li.one-coloum {
	width:300px;
	float:left;
	line-height:38px;
	text-align:left;
	padding:0 0 0 15px;
}
.line-one ul li.two-coloum {
	width:98px;
	float:left;
	line-height:38px;
	text-align:center;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
}
.line-one ul li.three-coloum {
	width:99px;
	border-right:1px solid #c5c5c5;
	text-align:center;
}
.line-one ul li.four-coloum {
	width:100px;
	text-align:center;
}
/* -------------------- INNWER 5 START HERE --------------------- */

.pagination-month {
	background:#f2f2f2;
	height:42px;
	width:615px;
	float:left;
	margin:25px 0 0 0;
	line-height:42px;
}
.paging2 {
	float:left;
	color:#353535;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0px 0 25px;
}
.paging2 a {
	color:#353535;
	padding:0 5px;
}
.paging2 a:hover {
	color:#353535;
	padding:0 5px;
}
.paging2 img {
	vertical-align:middle;
}
.paging3 {
	float:right;
	color:#353535;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 25px 0 0;
}
.paging3 a {
	color:#353535;
	padding:0 5px;
}
.paging3 a:hover {
	color:#353535;
	padding:0 5px;
}
.paging3 img {
	vertical-align:middle;
}
.callender {
	width:615px;
	float:left;
	margin:30px 0 0 0;
}
.days {
	float:left;
	width:84px;
	color:#5faa3b;
	font-family: 'HelveticaNeue77BoldCondensed';
	text-align:center;
	font-weight:normal!important;
}
.days h2 {
	font-size:50px;
	line-height:40px;
}
.days h2 span {
	display:block;
	color:#272727;
	font-size:12px;
	line-height:20px;
}
.event {
	float:right;
	width:515px;
	padding:0 0 0 15px;
	border-left:1px solid #b7b7b7;
}
.event h3 {
	color:#5faa3b;
	font-size:21px;
	font-weight:bold;
}

.event h3 a{
	color:#5faa3b;
	text-decoration:none;
}

.text3 {
	font-size:12px;
	color:#4d4d4d;
	line-height:20px;
	text-align:left;
}
.text3 a {
	color:#5faa3b;
	display:block;
}
/*INNER PAGE 6*/
.inner-content-block{
	width:615px;
	margin:29px 0  0 0;
	min-height:520px;
}
.block-left{
	float:left;
	width:262px;
	height:0px;
	padding:0 28px 0 14px;
	
}
.thumb{
	border:1px solid #d1d1d1;
	background:#f4f4f4;
	padding:4px;
	width:252px;
}
	
.block-right{
	float:right;
	width:261px;
	padding:0px 50px 50px 0;
	
}

.block-right p{
	text-align:left;
	font-size:12px;
	color:#4d4d4d;
	line-height:20px;
	padding:15px 0 0 0;
	
}

.text5{
	text-align:left;
	border-left:1px solid #e0e0e0;
	padding:10px 25px 0 10px;
	margin:15px 0 0 10px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#4d4d4d;
	line-height:17px;
}
	
.heading4{
	font-size:25px;
	color:#0b7daa;
	font-family: 'HelveticaNeue77BoldCondensed';
	text-align:left;
	line-height:25px;
	display:block;
	font-weight:normal!important;
}
.heading4 span{
	font-size:12px;
	color:#a8a8a8;
	display:block;
	padding:5px 0 10px 0;
}
.text4{
	text-align:left;
	font-size:12px;
	color:#4d4d4d;
	line-height:20px;
	padding:15px 0 0 0;
}
	
.gal_imgs {
	border-radius:4px;
}

.hidden {display:none; }

.text-box p {
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	padding:5px 0 0 0;
	line-height:20px;
}

.back_main_news a {color:#0B7DAA; float:right; font-size:14px; margin-right:14px; text-decoration:underline; }
.back_main_news a:hover	{text-decoration:none;}

.news_dte {font-style:italic!important; margin:0 auto; padding:0!important; margin-top:-8px; }

.news_dte_3 {font-style:italic!important; margin:0 auto; padding:0!important; margin-top:-10px; }

.pages_content_bday {width:883px; overflow:hidden;}

.reg_btns {margin-top:55px; padding-bottom:10px;}

.reg_btns_bday {margin-left:320px; padding-top:15px;}

.textCont {margin-left:25px;}

/*ul.date_time li a {display:block; margin-top:6px; }*/

</pre></body></html>