@charset "utf-8";
/* CSS Document */


/******Global******/

body{
	background-color:#69c0ec;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;}
	
body img{
	margin:0;}
	
h1, h2, h3, h4, h5, h6, p, ul, ol{
	margin:0 0 10px 0;}
	
.bold, strong{
	font-weight:bold;}
	
.italic, em{
	font-style:italic;}
	
.underline, u{
	text-decoration:underline;}
	
#wrapper{
	width:966px;
	margin:0 auto 0 auto;}
	
.clear{
	clear:both;}
	
/******Colours******/

.green{
	color:#aed24f;}
	
.blue{
	color:#3d95c2;}
	
/******Member Login******/

#member_login{
	width:472px;
	height:20px;
	display:block;
	float:right;
	background-image:url(../images/member_area_bg.jpg);
	background-repeat:no-repeat;
	padding:10px;
	margin:0 10px 0 0;}
	
#member_login h2{
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:3px 3px 0 0;}
	
#member_login input{
	display:inline;
	float:left;
	width:156px;
	margin:1px 5px 0 0;
	_margin:1px 2px 0 0;
	font-size:11px;}
	
#member_login input#password{
	margin:1px 0 0 0;}
	
#member_login input#submit{
	display:inline;
	float:right;
	_float:left;
	width:32px;
	height:22px;
	background-image:url(../images/login_button.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#618214;
	border:0;
	margin:0;
	padding:0;}
	
	
/******Header******/

#header{
	display:block;
	float:left;
	width:946px;
	margin:20px 0 0 10px;}
	
#logo{
	display:inline;
	float:left;
	width:511px;
	height:121px;}
	
#contact{
	display:inline;
	float:right;
	width:249px;
	height:74px;
	background-image:url(../images/hearts_bg.gif);
	background-repeat:no-repeat;
	text-align:right;
	font-size:16px;
	color:#aed24f;
	padding:47px 0 0 0;}
	
#contact a{
	color:#aed24f;
	font-weight:bold;
	text-decoration:none;}
	
/******Navigation******/

#navigation{
	display:inline;
	float:left;
	width:156px;
	margin:0 10px 0 10px;}
	
#navigation ul{
	display:block;
	float:left;
	width:156px;
	margin:0;}
	
#navigation ul li{
	display:block;
	float:left;
	width:156px;
	height:30px;}
	
#navigation ul li a{
	display:block;
	float:left;
	width:111px;
	height:11px;
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:9px 10px 10px 35px;}

#navigation ul li a:hover{
	background-image:url(../images/nav_active.jpg);
	background-repeat:no-repeat;}
	
#navigation ul li a.top{
	background-image:url(../images/nav_top.jpg);
	background-repeat:no-repeat;}
	
#navigation ul li a.top:hover{
	background-image:url(../images/nav_top_active.jpg);
	background-repeat:no-repeat;}
	
#navigation ul li a.btm{
	background-image:url(../images/nav_btm.jpg);
	background-repeat:no-repeat;}
	
#navigation ul li a.btm:hover{
	background-image:url(../images/nav_btm_active.jpg);
	background-repeat:no-repeat;}
	
#navigation ul li a.workplace{
	background-image:url(../images/nav_workplace.jpg);
	background-repeat:no-repeat;}
	
#navigation ul li a.schools{
	background-image:url(../images/nav_schools.jpg);
	background-repeat:no-repeat;}
	
#navigation ul li a.community{
	background-image:url(../images/nav_community.jpg);
	background-repeat:no-repeat;}
	
a#photo-gallery-link{
	display:block;
	float:left;
	margin:10px 0 0 0;
	background-image:url(../images/photo_gallery_bg.jpg);
	background-repeat:no-repeat;
	width:148px;
	height:29px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:11px 0 0 8px;
	text-shadow: 0.1em -0.05em #278c97;}
	
	
/****Homepage Columns Top******/

.column{
	display:inline;
	float:left;
	margin:0 10px 0 0;}
	
.column h2{
	display:block;
	float:left;
	font-size:21px;
	font-weight:normal;
	color:#fff;
	margin:0;}
	
.column_workplace, .column_community{
	width:199px;}
	
.column_schools{
	width:196px;}
	
.column_workplace h2{
	width:179px;
	height:19px;
	padding:11px 10px 10px 10px;
	background-image:url(../images/column_workplace_header.jpg);
	background-repeat:no-repeat;}
	
.column_schools h2{
	background-image:url(../images/column_schools_header.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:19px;
	padding:11px 10px 10px 10px;}
	
.column_community h2{
	background-image:url(../images/column_community_header.jpg);
	background-repeat:no-repeat;
	width:179px;
	height:19px;
	padding:11px 10px 10px 10px;}
	
.column_workplace .column_body, .column_community .column_body{
	width:179px;
	padding:10px;
	height:80px;}
	
.column_workplace .column_body{
	background-image:url(../images/column_workplace_body.jpg);
	background-repeat:no-repeat;
	background-color:#d90a0d;}
	
.column_community .column_body{
	background-image:url(../images/column_community_body.jpg);
	background-repeat:no-repeat;
	background-color:#ffa100;}
	
.column_schools .column_body{
	width:176px;
	padding:10px;
	height:80px;
	background-image:url(../images/column_schools_body.jpg);
	background-repeat:no-repeat;
	background-color:#ff5c00;}
	
.column_body p{
	font-size:11px;
	color:#fff;
	font-weight:bold;
	margin:0;
	line-height:14px;}
	
a.column_link{
	display:block;
	float:left;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#fff;}
	
.column_workplace a.column_link{
	background-image:url(../images/column_workplace_link.jpg);
	background-repeat:no-repeat;
	width:189px;
	height:19px;
	padding:11px 0 0 10px;}
	
.column_community a.column_link{
	background-image:url(../images/column_community_link.jpg);
	background-repeat:no-repeat;
	width:189px;
	height:19px;
	padding:11px 0 0 10px;}
	
.column_schools a.column_link{
	background-image:url(../images/column_schools_link.jpg);
	background-repeat:no-repeat;
	width:186px;
	height:19px;
	padding:11px 0 0 10px;}
	
	
/******Quick Enquiry******/

#quick_enquiry{
	display:inline;
	float:right;
	width:156px;
	margin:0 10px 0 0;}
	
#quick_enquiry h2{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	display:block;
	float:left;
	width:146px;
	height:28px;
	background-image:url(../images/quick_enquiry_header.jpg);
	background-repeat:no-repeat;
	text-shadow: 0.1em -0.05em #278c97;
	padding:12px 0 0 10px;
	margin:0;}
	
#quick_enquiry form div{
	display:block;
	float:left;
	width:136px;
	background-color:#83bcdb;
	padding:10px;
	height:200px;}
	
#quick_enquiry input{
	display:block;
	float:left;
	width:130px;
	height:17px;
	margin:0 0 10px 0;
	font-size:11px;
	color:#7d7d7d;}
	
#quick_enquiry textarea{
	display:block;
	float:left;
	width:130px;
	height:130px;
	position:relative;
	margin:0;}
	
#quick_enquiry #enquiry_submit{
	display:block;
	float:left;
	width:156px;
	background-image:url(../images/quick_enquiry_submit.jpg);
	background-repeat:no-repeat;
	border:none;
	height:30px;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	text-align:left;
	*padding:0 0 0 10px;
	margin:0;
	_margin:-13px 0 0 0;}
	
/******Content Body******/

#content_body_top{
	display:block;
	float:left;
	width:966px;
	height:10px;
	background-image:url(../images/content_body_top.gif);
	background-repeat:no-repeat;
	margin:40px 0 0 0;}
	
#content_body{
	display:block;
	float:left;
	width:966px;
	background-color:#fff;
	padding:0 0 50px 0;}
	
#content_body_btm{
	display:block;
	float:left;
	width:966px;
	background-image:url(../images/content_body_btm.gif);
	background-repeat:no-repeat;
	height:10px;
	margin:0 0 20px 0;}
	
#left_col{
	display:inline;
	float:left;
	width:156px;
	padding:0 10px 0 0;
	margin:0 9px 0 10px;
	border-right:1px dotted #cbccca;}
	
#mid_col{
	display:inline;
	float:left;
	width:385px;
	margin:0 10px 0 0;}
	
#right_col{
	display:inline;
	float:left;
	width:365px;
	border-left:1px dotted #cbccca;
	padding:0 0 0 9px;}
	
/******Left Column******/

#left_col a#blog_button{
	display:block;
	float:left;
	width:146px;
	height:29px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/blog_button_bg.jpg);
	background-repeat:no-repeat;
	padding:11px 0 0 10px;
	text-shadow: 0.1em -0.05em #6f3e60;
	margin:0 0 10px 0;}
	
#latest_tweet{
	display:block;
	float:left;
	width:156px;
	margin:0 0 10px 0;}
	
#latest_tweet h2{
	display:block;
	float:left;
	width:146px;
	height:38px;
	background-image:url(../images/latest_tweet_header.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-shadow:0.1em -0.05em #6ac69c;
	padding:12px 0 0 10px;
	margin:0;}
	
#latest_tweet_body{
	display:block;
	float:left;
	width:136px;
	background-color:#d7f6ed;
	padding:0 10px 10px 10px;}
	
#latest_tweet_body p{
	font-size:11px;
	color:#252525;
	line-height:17px;
	margin:0;}
	
a#latest_tweet_follow{
	display:block;
	float:left;
	width:147px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	height:19px;
	background-image:url(../images/latest_tweet_link.jpg);
	background-repeat:no-repeat;
	padding:11px 0 0 9px;}
	
#social_media{
	display:block;
	float:left;
	width:156px;
	border-top:1px solid #0fc4ef;
	border-bottom:1px solid #0fc4ef;
	text-align:center;
	padding:5px 0 5px 0;}
	
#social_media img{
	margin:0 10px 0 0;}
	
#charity{
	display:block;
	float:left;
	width:156px;
	margin:10px 0 0 0;}
	
#charity h2{
	font-size:18px;
	color:#fff;
	line-height:20px;
	display:block;
	float:left;
	background-image:url(../images/charity_header.jpg);
	background-repeat:no-repeat;
	width:146px;
	height:51px;
	padding:9px 0 0 10px;
	margin:0;}
	
#charity_body{
	display:block;
	float:left;
	width:136px;
	background-image:url(../images/charity_body.jpg);
	background-repeat:no-repeat;
	background-color:#e33830;
	padding:10px;}
	
#charity_body a{
	display:block;
	float:left;
	width:130px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/red_arrow.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	margin:0 0 10px 0;}
	
a#charity_link{
	display:block;
	float:left;
	width:146px;
	height:20px;
	background-image:url(../images/charity_link.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:10px 0 0 10px;}
	
	
/******Middle Column******/

#mid_col #splash{
	display:block;
	float:left;
	width:385px;
	height:240px;
	margin:0 0 20px 0;}
	
#mid_col h1, #mid_col h2, #mid_col h3, #mid_col h4, #mid_col h5, #mid_col h6{
	font-weight:bold;
	color:#3d95c2;}
	
#mid_col h1, #inner_mid_col h1{
	font-size:27px;
	line-height:32px;
	margin:0 0 20px 0;}
	
#mid_col h2, #inner_mid_col h2{
	font-size:22px;
	line-height:24px;
	margin:0 0 10px 0;}
	
#mid_col h3, #inner_mid_col h3{
	font-size:18px;
	line-height:22px;
	margin:0 0 10px 0;}
	
#mid_col h4, #inner_mid_col h4{
	font-size:16px;
	line-height:20px;
	margin:0 0 10px 0;}
	
#mid_col h5, #inner_mid_col h5{
	font-size:14px;
	line-height:16px;
	margin:0 0 10px 0;}
	
#mid_col h6, #inner_mid_col h6{
	font-size:12px;
	line-height:14px;
	margin:0 0 10px 0;}
	
#mid_col p, #inner_mid_col p{
	font-size:12px;
	color:#555555;
	line-height:17px;
	margin:0 0 25px 0;}
	
#mid_col p a, #mid_col ul li a, #mid_col ol li a, #inner_mid_col p a, #inner_mid_col ul li a, #inner_mid_col ol li a{
	color:#3d95c2;
	text-decoration:none;
	font-weight:bold;}
	
#mid_col ul, mid_col ol, #inner_mid_col ul, #inner_mid_col ol{
	margin:0 0 25px 0;}
	
#mid_col ul li, #inner_mid_col ul li{
	font-size:12px;
	line-height:17px;
	color:#555555;
	list-style-image:url(../images/list_bullet.gif);
	margin:0 0 0 20px;
	list-style-position:outside;}
	
#mid_col ol li, #inner_mid_col ol li{
	font-size:12px;
	line-height:17px;
	color:#555;
	list-style-type:decimal;
	margin:0 0 0 20px;
	list-style-position:outside;}
	
/******Right Column******/

#newsletter{
	display:inline;
	float:left;
	width:199px;}
	
#newsletter h2{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	display:block;
	float:left;
	background-image:url(../images/newsletter_header.jpg);
	background-repeat:no-repeat;
	width:189px;
	height:28px;
	text-shadow:0.1em -0.1em #5f9393;
	padding:12px 0 0 10px;
	margin:0;}
	
#newsletter_body{
	display:block;
	float:left;
	background-color:#d0e6f1;
	padding:10px 0 0 0;
	width:199px;}
	
#newsletter_body p{
	font-size:12px;
	line-height:16px;
	color:#363636;
	margin:0 10px 10px 10px;}
	
#newsletter input{
	display:block;
	float:left;
	width:175px;
	margin:0 0 9px 10px;
	_margin:0 0 9px 5px;
	font-size:11px;
	color:#7d7d7d;
	border:1px solid;}
	
#newsletter input#newsletter_submit{
	display:block;
	float:left;
	width:199px;
	background-image:url(../images/newsletter_submit.jpg);
	background-repeat:no-repeat;
	border:none;
	font-size:11px;
	color:#fff;
	margin:0;
	height:30px;
	text-align:left;
	font-weight:bold;
	*padding:0 0 0 10px;
	_margin:-13px 0 0 0;}
	
#press{
	display:inline;
	float:right;
	width:156px;}
	
#press h2{
	background-image:url(../images/press_header.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:146px;
	height:70px;
	padding:10px 0 0 10px;
	color:#fff;
	font-size:18px;
	line-height:20px;
	margin:0;}
	
#press_body{
	display:block;
	float:left;
	width:136px;
	background-image:url(../images/press_body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#c41613;
	padding:10px;}
	
#press_body p{
	font-weight:bold;
	font-size:11px;
	color:#fff;}
	
#press_body p a{
	font-weight:bold;
	font-size:11px;
	color:#fff;
	text-decoration:none;}
	
a#press_link{
	display:block;
	float:left;
	width:146px;
	height:20px;
	background-image:url(../images/press_link.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:10px 0 0 10px;}
	
#pedometer, #mobile_health{
	display:block;
	float:left;
	width:365px;
	margin:10px 0 0 0;}
	
#pedometer img, #mobile_health img{
	display:block;
	float:left;
	margin:0;}
	
a#pedometer_link{
	display:block;
	float:left;
	width:355px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/pedometer_link.jpg);
	background-repeat:no-repeat;
	height:20px;
	padding:10px 0 0 10px;}
	
a.mobile_link{
	display:block;
	float:left;
	background-image:url(../images/mobile_link.jpg);
	background-repeat:no-repeat;
	width:355px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:10px 0 0 10px;
	text-decoration:none;}
	
#mobile_health_btm{
	display:block;
	float:left;
	width:365px;
	height:6px;
	background-image:url(../images/mobile_btm.jpg);
	background-repeat:no-repeat;}
	
/******Footer******/

#footer{
	display:block;
	float:left;
	width:966px;
	padding:0 10px 0 10px;}
	
#footer_left{
	display:inline;
	float:left;
	width:480px;}
	
#footer_left ul{
	display:inline;
	float:left;
	width:480px;}
	
#footer_left ul li{
	display:inline;
	float:left;
	font-size:10px;
	margin:0 5px 0 0;
	line-height:16px;
	white-space:nowrap;}
	
#footer_left ul li a{
	color:#fff;
	text-decoration:none;
	border-right:1px solid #fff;
	padding:0 5px 0 0;}
	
#footer_right{
	display:inline;
	float:right;
	width:200px;
	font-size:10px;
	color:#fff;
	text-align:right;
	margin:0 10px 0 0;
	line-height:14px;}
	
/*****Inner Pages - Header Images******/

#header_images{
	display:inline;
	float:left;
	width:780px;}
	
#header_images h1{
	display:block;
	float:left;
	width:770px;
	height:29px;
	padding:10px 0 0 10px;
	background-image:url(../images/generic_header_bg.jpg);
	background-repeat:no-repeat;
	font-size:21px;
	font-weight:normal;
	color:#fff;
	margin:0;
	border-bottom:10px solid #4d94cd;}
	
#header_images ul{
	width:780px;
	display:block;
	float:left;
	margin:0;}
	
#header_images ul.workplace{
	border-bottom:10px solid #ee1c24;}
	
#header_images ul.schools{
	border-bottom:10px solid #ff7900;}
	
#header_images ul.community{
	border-bottom:10px solid #ffbf00;}
	
#header_images ul li{
	display:inline;
	float:left;
	margin:0 4px 0 0;}
	
#header_images ul li.end{
	margin:0;}
	
#header_images ul li a{
	display:block;
	float:left;
	font-size:21px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 0 10px;}
	
#header_images ul li a.workplace{
	width:450px;
	height:30px;
	background-image:url(../images/header_link_workplace.jpg);
	background-repeat:no-repeat;}
	
#header_images ul li a.schools{
	background-image:url(../images/header_link_schools.jpg);
	width:306px;
	height:30px;
	background-repeat:no-repeat;}
	
#header_images ul li a.community{
	background-image:url(../images/header_link_community.jpg);
	width:181px;
	height:30px;}
	
#header_splash{
	display:block;
	float:left;
	width:780px;}
	
#header_text{
	display:block;
	float:left;
	width:750px;
	height:40px;
	padding:15px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	line-height:23px;}
	
.header_text_workplace{
	background-image:url(../images/splash_text_workplace.jpg);
	background-repeat:no-repeat;}
	
.header_text_community{
	background-image:url(../images/splash_text_community.jpg);
	background-repeat:no-repeat;}
	
.header_text_schools{
	background-image:url(../images/splash_text_schools.jpg);
	background-repeat:no-repeat;}


#header_btm{
	display:block;
	float:left;
	width:780px;
	height:30px;
	background-image:url(../images/generic_splash_btm.jpg);
	background-repeat:no-repeat;}
	
/******Inner Pages - Column Layout******/

#inner_left_col{
	display:inline;
	float:left;
	width:156px;
	margin:0 10px 0 10px;}
	
#inner_mid_col{
	display:inline;
	float:left;
	width:501px;
	border-left:1px dotted #cbccca;
	border-right:1px dotted #cbccca;
	padding:0 29px 0 19px;
	margin:0 20px 0 0;}
	
#inner_right_col{
	display:inline;
	float:left;
	width:199px;}
	
/******Inner Left Column******/
	
#inner_left_col #subnav{
	display:block;
	float:left;
	width:156px;}
	
#subnav ul{
	display:block;
	float:left;
	width:156px;
	margin:0;}
	
#subnav ul li{
	display:block;
	float:left;
	width:156px;}
	
#subnav ul.workplace li{
	border-bottom:1px solid #ee1c24;}
	
#subnav ul.schools li{
	border-bottom:1px solid #ff7900;}
	
#subnav ul.community li{
	border-bottom:1px solid #ffbf00;}
	
#subnav ul.generic li{
	border-bottom:1px solid #4d94cd;}
	
#subnav ul li a{
	display:block;
	float:left;
	width:156px;
	padding:8px 0 8px 0;
	font-size:12px;
	color:#000;
	text-decoration:none;}
	
#downloads{
	display:block;
	float:left;
	width:156px;
	margin:30px 0 0 0;}
	
#downloads h2{
	font-size:12px;
	font-weight:bold;
	margin:0 0 20px 0;
	color:#4d94cd;}
	
#downloads h2.workplace{
	color:#ee1c24;}
	
#downloads h2.schools{
	color:#ff7900;}
	
#downloads h2.community{
	color:#ffbf00;}
	
#downloads ul{
	display:block;
	float:left;
	margin:0;}
	
#downloads ul li{
	display:block;
	float:left;
	width:156px;
	margin:0 0 15px 0;
	line-height:13px;}
	
#downloads ul li a{
	display:block;
	float:left;
	width:132px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	background-image:url(../images/pdf_icon.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 24px;}
	
/******Inner Mid Column******/
	
#inner_mid_col h1.workplace, #inner_mid_col h2.workplace, #inner_mid_col h3.workplace, #inner_mid_col h4.workplace, #inner_mid_col h5.workplace, #inner_mid_col h6.workplace{
	font-weight:bold;
	color:#ee1c24;}
	
#inner_mid_col h1.schools, #inner_mid_col h2.schools, #inner_mid_col h3.schools, #inner_mid_col h4.schools, #inner_mid_col h5.schools, #inner_mid_col h6.schools{
	font-weight:bold;
	color:#ff5f00;}
	
#inner_mid_col h1.community, #inner_mid_col h2.community, #inner_mid_col h3.community, #inner_mid_col h4.community, #inner_mid_col h5.community, #inner_mid_col h6.community{
	font-weight:bold;
	color:#ffba00;}
	
#inner_mid_col #banners{
	display:block;
	float:left;
	width:501px;
	margin:40px 0 0 0;}
	
#inner_pedometer, #inner_mobile, #inner_twostep{
	display:block;
	float:left;
	width:501px;
	margin:0 0 20px 0;}
	
#inner_pedometer img, #inner_mobile img, #inner_twostep img{
	display:block;
	float:left;
	margin:0;}
	
#inner_pedometer a.inner_pedometer_link, #inner_mobile a.inner_mobile_link, #inner_twostep a.inner_twostep_link{
	display:block;
	float:left;
	width:491px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:10px 0 0 10px;}
	
#inner_pedometer a.inner_pedometer_link, #inner_twostep a.inner_twostep_link{
	background-image:url(../images/inner_pedometer_link.jpg);
	background-repeat:no-repeat;}
	
#inner_mobile a.inner_mobile_link{
	background-image:url(../images/inner_mobile_link.jpg);
	background-repeat:no-repeat;}
	
#inner_mobile_btm{
	display:block;
	float:left;
	width:501px;
	background-image:url(../images/inner_mobile_btm.gif);
	background-repeat:no-repeat;
	height:5px;}



/* homepage header banner gallery */
#nav {
    position: absolute;
    right: 18px;
    top: 10px;
    z-index: 999;
}

#nav a.activeSlide {
    background: #6ead06; /* url("/images/banners/25px_cyan_dot.gif") no-repeat scroll left top transparent; */
}

#nav a {
    background:#000 ;/* url("/images/banners/25px_black_dot.gif") no-repeat scroll left top transparent; */
    color: #FFFFFF;
    float: left;
    font-family: helvetica,arial,sans-serif;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin-left: 12px;
    text-align: center;
    width: 25px;
	text-decoration:none;
	font-weight:bold;
}

.bannerContainer {
	position:relative;
	float:left;
	width:567px;
	padding-right:10px;
}

.rotatingBannerContainer {
    float: left;
    height: 287px;
    overflow: hidden;
    position: relative;
    width: 567px;
}


a#next:hover, a#next:active {
    background-position: -42px 0;
}

a#prev, a#next {
    height: 62px;
    position: absolute;
    width: 42px;
    z-index: 999;
}
a#prev:visited, a#prev {
    background: url("/images/banners/left.png") no-repeat scroll -42px 0 transparent;
    display: block;
    height: 0 !important;
    left: 0;
    overflow: hidden;
    padding: 42px 0 0;
    top: 123px;
}
a#prev:hover, a#prev:active {
    background-position: 0 0;
}

a#next:visited, a#next {
    background: url("/images/banners/right.png") no-repeat scroll left top transparent;
    display: block;
    height: 0 !important;
    left: 525px;
    overflow: hidden;
    padding: 42px 0 0;
    top: 123px;
}

/* homepage header banner gallery */


