﻿/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------END RESET------------*/

/* HTML TAGS */

/* html, body, #container_page, #container_main, #container_content{ height: 100%;} */

body {
	background: #002c4f url('/resources/images/layout/bkg_body.jpg') no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	}
body#no-bg{background: none;}

p{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.5em;}

a{ color: #00476d; text-decoration: none;}
a:hover{ color: #007ec2;}

h1{	color: #43551b; font-size: 20px; text-decoration:underline;font-weight: normal; margin-bottom: 10px; }

h2{	color: #c14519; font-size: 30px; font-weight: normal; margin-bottom: 15px; line-height: 1.1em;}

h3{ color: #00476d; font-weight: bold; font-size: 20px; margin-bottom: 10px;}
#content_main h3 a{text-decoration: none;}
h4{ color: #BB5418; font-size: 18px; margin-bottom: 5px;}
#content_main h4 a{text-decoration: none;}
h5{ color: #00476d; font-weight: bold; font-size: 18px;}
#content_main h5 a{text-decoration: none;}

h6{ color: #00476d; font-weight: normal; font-size: 16px;}
#content_main h6 a{text-decoration: none;}
address{line-height: 1.25em;}

/* PAGE STRUCTURE and IDs */
#container_page{ background: url('/resources/images/layout/bkg_container_main.jpg') top center no-repeat; width: 1035px; margin: 0 auto;}
#container_main{ position: relative; background: url('/resources/images/layout/bkg_container.png') top center repeat-y; width: 1035px; margin: 0 auto;}
#header{ background: url('/resources/images/layout/bkg_header.jpg') bottom center no-repeat; width: 1035px; height: 240px; margin: 0 auto; z-index: 999 !important; position: relative; }
#header h1{margin: 0px; text-decoration: none;}
#container_content{ background: url('/resources/images/layout/bkg_container_footer.jpg') bottom center no-repeat; width: 905px; min-height: 825px; margin: 0 auto; padding: 0px 65px; position: relative; overflow: hidden;}
#pagecontent{width: 735px; float: right;}
#content_main{ width: 715px; float: left; padding: 10px 0px 10px 10px; font-size: 13px; line-height: 2em; margin-bottom: 10px; position: relative; overflow: hidden;}

#logo{ display: block; background: url('/resources/images/logo.png') top center no-repeat; width: 273px; height: 121px; float: left; position: absolute; top: 10px; left: 240px; margin: 0px;}
#logo span{visibility: hidden;}

#socialmedia{ float: right; width: 200px; position: relative; top: 10px; text-align: right; padding-right: 50px;}
#socialmedia a{margin-left: 3px;}
#temperature {color: #f5f3d2; font-size: 14px; font-weight: bold; padding-top: 5px;}

#site_navigation{float: left; position: absolute; top: 180px; left: 65px; padding-bottom: 15px;}
#site_navigation li{display: inline; float: left; position: relative; z-index: 10;}
#site_navigation a{
	display: block; 
	background: url('/resources/images/layout/bkg_navbtn.jpg') top left no-repeat; 
	height: 43px; 
	width: 70px; 
	color: #002b4d; 
	text-align: center;
	padding: 17px 10px 0px 10px;
	font-weight: bold;
	font-size: 14px;
}

#site_navigation a:hover{background-position: bottom left;}
#site_navigation li:hover a{background-position: bottom left;}
#site_navigation a.current{background-position: bottom left !important;}

#site_navigation #btn_home a{ background-position: -90px 0px; width: 69px;}
#site_navigation #btn_home:hover a{ background-position: -90px -60px;}
#site_navigation #btn_home a.current{ background-position: -90px -60px !important;}
#site_navigation #btn_about a{ background-position: -179px 0px; width: 73px;}
#site_navigation #btn_about:hover a{ background-position: -179px -60px;}
#site_navigation #btn_about a.current{ background-position: -179px -60px !important;}
#site_navigation #btn_nature a{ background-position: -455px 0px;}
#site_navigation #btn_nature:hover a{ background-position: -455px -60px;}
#site_navigation #btn_nature a.current{ background-position: -455px -60px !important;}
#site_navigation #btn_meetings a{ background-position: -272px 0px; width: 72px;}
#site_navigation #btn_meetings:hover a{ background-position: -272px -60px;}
#site_navigation #btn_meetings a.current{ background-position: -272px -60px !important;}
#site_navigation #btn_sports ul.dropdownright{ position: absolute; top: 60px; left: -122px; z-index: 0; display: none; float: left; z-index: 999;}
#site_navigation #btn_sports:hover ul.dropdownright{background-color: #e5e2b3; border: 1px solid #e6c132; border-top: none; display: block; width: 180px;  padding: 15px 15px 5px 15px;} 
#site_navigation #btn_business a{ background-position: -364px 0px; width: 71px;}
#site_navigation #btn_business:hover a{ background-position: -364px -60px;}
#site_navigation #btn_business a.current{ background-position: -364px -60px !important;}
#site_navigation #btn_business ul.dropdownright{ position: absolute; top: 60px; left: -120px; z-index: 0; display: none; float: left; z-index: 999;}
#site_navigation #btn_business:hover ul.dropdownright{background-color: #e5e2b3; border: 1px solid #e6c132; border-top: none; display: block; width: 180px;  padding: 15px 15px 5px 15px;} 

#site_navigation li ul.dropdown{ position: absolute; top: 59px; left: -1px; z-index: 0; display: none; float: left; z-index: 999;}
#site_navigation li:hover ul.dropdown{background-color: #e5e2b3; border: 1px solid #e6c132; border-top: none; display: block; width: 180px; padding: 15px 15px 5px 15px;} 
ul.dropdown li{display: block; padding: 0px; line-height: 1.5em; margin-bottom: 5px; width: 100%;}
ul.dropdown li a{background: none !important; font-size: 12px !important; text-align: left !important; width: 100% !important; padding: 0px !important; height: auto !important;}
ul.dropdown li a:hover{color: #007ec2 !important;}
ul.sublinks {}
ul.sublinks li { margin: 0px !important;}
ul.sublinks li a{font-weight: normal !important; padding: 0px 20px !important;} 
ul.dropdownright{ padding: 15px 15px 5px 15px;}
ul.dropdownright li{display: block; padding: 0px; line-height: 1.5em; margin-bottom: 5px; width: 100%;}
ul.dropdownright li a{background: none !important; font-size: 12px !important; text-align: left !important; width: 100% !important; padding: 0px !important; height: auto !important;}
ul.dropdownright li a:hover{color: #007ec2 !important;}

#container_leftnav{width: 170px; float: left; margin: 0px 10px 0px 0px; height: 100%; background: #e5e2b3; margin-bottom: 10px; position: relative; }
#leftnav_footerlinks{border-top: #f5f3d2 solid 10px; background: #e7c332 url('/resources/images/layout/bkg_leftnav.jpg') bottom center no-repeat; padding: 10px 10px 10px 15px;}
#leftnav_footerlinks a{font-weight: bold; font-size: 14px; line-height: 1.25em; color: #002b4d !important;}
#leftnav_footerlinks li{padding: 5px 0px;}
#searchbox{ border-top: #f5f3d2 solid 10px; color:#00476D;}
#searchbox input{float: left; width: 120px; padding: 3px; font-size: 14px; margin-right: 3px; border: 1px solid #aba986;}
#btnSiteSearch{float:left;}
a#btn_guide{background: url('/resources/images/bkg_guide_btn.jpg') top center no-repeat; height: 50px; padding: 10px 100px 10px 15px; width: 55px; text-align: left;}
a#btn_map{background: url('/resources/images/bkg_map_btn.jpg') top center no-repeat; height: 15px; padding: 35px 50px 10px 15px; width: 105px; text-align: left;}

#naturefacts{
	background: #e5e2b3 url('/resources/images/bkg_factbox.jpg') bottom center no-repeat;
	padding: 140px 5px 0px 5px;
	width: 150px;
	float: left;
	text-align: center;
	height: 190px;
	position: absolute;
	bottom: 18px;
	left: 70px;
	overflow: hidden;
	color: #FFFFFF; 
	font-size: 12px; 
	line-height: 1.25em;
}

#naturefacts h3{color: #d6db62; font-size: 16px; font-weight: bold; margin-bottom: 5px;}
#naturefacts p{color: #FFFFFF; font-size: 12px; line-height: 1.25em; margin-bottom: 5px; font-weight: normal;}
#naturefacts a{color: #FFFFFF; font-size: 12px; text-decoration: underline; font-weight: bold; margin-top: 5px; display: block;}
#sharethis a{text-decoration: none !important;}
#breadcrumbs{ width: 350px; margin-bottom: 10px; }
#breadcrumbs a{text-decoration: none !important;}
#content_main p{ margin-bottom: 15px; line-height: 2em; /* width: 475px; */}
#content_main a{text-decoration: underline;}
#content_main ul{list-style-type:disc; padding-left: 35px; margin-bottom: 15px;}

#flash_content{
	float: left;
	margin: 10px 0px 0px 0px;
	z-index: 0 !important;
}

#flash_content embed{z-index: 0 !important;}

#calendar_detail{line-height: 1.5em;}
#calendar_detail h3{margin-bottom: 0px !important; line-height: 1.5em; font-size: 24px;}
#calendar_detail h4{font-size: 16px !important;margin-bottom: 0px !important; line-height: 1em;}
#calendar_detail h5{font-weight: normal; font-size: 14px; line-height: 2em; margin-bottom: 10px;}

#communitydetail_listing a{clear: left; display: block; float: left; font-size: 16px;}
#community_listing a{clear: left; display: block; float: left; font-size: 16px;}

#footer{ background: url('/resources/images/layout/bkg_footer.jpg') 1px 0px no-repeat; width: 1025px; height: 168px; margin: 0 auto; z-index: 100; }
#footer ul{list-style-type: none; float: left; margin: 13px 0px 75px 75px;}
#footer li{display: inline; float: left; padding: 0px 10px 0px 0px; margin: 0px 0px 0px 10px;}
#footer li a{color: #FFFFFF; font-size: 14px;}
#footer_text{clear: both; text-align: center; color: #e7c333; font-size: 12px; line-height: 1.75em;}
#footer_text a{ color: #e7c333; }
#footer_text a:hover{text-decoration: underline;}

#sitemap{font-size: 16px;}

/* CSS CLASSES */
.left{float: left;}
.right{float: right;}
.center{margin: 0 auto;}
.textcenter{text-align: center;}
.textleft{text-align: left;}
.textright{text-align: right;}

.clear{clear: both;}
.clearfix{ clear: both; visibility: hidden; margin: 0px; height: 0px;}
.clearright{clear: right;}

.navcenter{ padding: 0px 10px !important; line-height: 60px; height: 60px !important;}

a.button{ display: block; width: 150px; height: 23px; text-align: center; font-weight: bold; padding: 2px 15px 10px 15px; font-size: 11px !important; color: #f5f3d2 !important; background: url('/resources/images/layout/bkg_button.png') top center no-repeat;}

.leftnav_box{
	padding: 5px;
	width: 160px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25em;
	border-bottom: #f5f3d2 solid 10px;
}

a.leftnav_box{
	float: left;
	display: block;
	padding: 10px 5px;
	width: 160px;
	border-bottom: #f5f3d2 solid 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25em;
}

/* Booking Widget - Sidebar */
#booking_widget_sidebar{padding-bottom: 0px;}
#booking_widget_sidebar #jrs_calendar_form{ margin: -5px 0px 0px -5px;}

/* Media Gallery */
#videogallery_container{overflow: hidden; margin-bottom: 30px; height: 305px; border: 1px solid #c6c289;}
#content_main #videogallery_navigation{list-style: none; margin: 0px; padding: 0px;}
#video_player{width: 350px; height: 285px; background: #E5E2B3 url('/resources/images/layout/bkg_videoplayer.png') center center no-repeat; padding: 10px; float: left;}
#video_player iframe{ border: 1px solid #c6c289;}
#videogallery_category{position: relative; top: -3px; text-align: right;}
#videogallery_navcontainer{ background: #E5E2B3; padding: 10px; height: 285px; margin-left: 370px;}
#videogallery_navcontainer select{background: #fffeea; border: 2px solid #c6c289; padding:2px; font-size: 13px; color: #504f3d;}
#videogallery_navigation{background: #FFFEEA; height: 257px; overflow-y: scroll; border: 1px solid #c6c289;}
#videogallery_navigation li{padding: 10px; border-bottom: 1px solid #dddaa9; border-top: 1px solid #fff; cursor: pointer;}
#videogallery_navigation li:first-child{}
#videogallery_navigation li h6{font-size: 15px; font-weight: bold;}
#videogallery_navigation li p{margin-bottom: 0px; font-size: 12px; color: #75735c;}
#videogallery_navigation .video_id{display: none;}

#content_main #photogallery{list-style: none; margin: 0px; padding: 0px; overflow: hidden;}
#photogallery_category{margin-bottom: 10px;}
#photogallery_category select{background: #fffeea; border: 2px solid #c6c289; padding:2px; font-size: 13px; color: #504f3d;}
#photogallery{ width: 560px;}
#photogallery li{float: left; border: 1px solid #c6c289; padding: 4px; margin: 0px 10px 10px 0px; display: inline-block; width: 120px; font-size: 11px; text-align: center;}
#photogallery li img{ display: block; max-width: 120px;}
.photo-pager{ width: 550px; margin-bottom: 20px;}


.rightbar_container{ width: 235px; float: right; margin-bottom: 25px; overflow: hidden;}
.rightbar_headerwrap{background: url('/resources/images/layout/bkg_rsidebar_header.png') top center no-repeat; width: 225px; padding-top: 25px; float: right; margin-left: 10px;;}
.rightbar_footerwrap{background: url('/resources/images/layout/bkg_rsidebar_footer.png') bottom center no-repeat; width: 225px; padding-bottom: 25px;}
.rightbar_content{width: 175px; background: url('/resources/images/layout/bkg_rsidebar.png') top center repeat-y; color:#000; font-size: 13px; padding: 0px 25px; line-height: 1.75em !important;}
.rightbar_content img{margin-bottom: 5px; max-width: 175px;}
.rightbar_content h4 a{ color: #bb5418; font-size: 20px; font-weight: normal; margin-bottom: 4px; letter-spacing: 0px; line-height: 1.0em; text-decoration: none !important;}
.rightbar_content p{ line-height: 1.75em !important;}
.rightbar_content a{ font-weight: bold; line-height:1.75em;}
.push{width: 225px; height: 300px; float: right;}

#ctl00_cphRightContent_calEvents_wrapper{width: 220px; float: right; margin: 15px 0px;}
.RadCalendar_Default .rcTitlebar{background: #ffefb3 none !important;}
.RadCalendar_Default .rcTitlebar table{font-family: Arial, Helvetica, sans-serif !important; font-size: 16px !important; font-weight: bold !important;}
.RadCalendar_Default .rcTitlebar td{padding: 5px 0px !important;}
.RadCalendar_Default .rcWeek .rcViewSel, .RadCalendar_Default .rcRow th {background: #e5e2b3 !important; display: none !important;}
.calendar_event{margin-top: 15px; padding: 5px 0px 5px 15px; border-left: 10px solid #e5e2b3; width: 450px; /* For IE  7 */ .float: left;}
.calendar_event h4{line-height:1em;font-weight: normal; }
.calendar_event .time{color: #333;}
.calendar_event p{ line-height: 1.25em !important; margin-bottom: 0px !important;}

/* Form Styles */
.form{}
.form fieldset{ padding: 20px; /* border: 5px dashed #5a7c1e; background: #f5f3d2;  border-left: 10px solid #e5e2b3;*/ margin-top: 20px;}
.form .required{clear: both; margin-bottom: 20px; font-weight: bold;}
.form label{font-size: 16px; color: #504f3d; float: left; padding: 5px 10px 3px 0px; width: 145px; text-align: right; line-height: 1.25em;}
.form label.extended{width: 500px !important; text-align: left !important;}
.form label.auto{width: auto !important; text-align: left !important;}
.form input{background: #fffeea; border: 3px solid #e5e2b3; padding:3px; font-size: 16px; color: #504f3d; float: left;}
.form .vcenter{margin-top: 10px;}
.form .upload{background: #fffeea; border: 3px solid #e5e2b3; padding:3px; font-size: 16px; color: #504f3d; float: left;}
.form select{background: #fffeea; border: 3px solid #e5e2b3; padding:2px; font-size: 16px; color: #504f3d; float: left;}
.form textarea{background: #fffeea; border: 3px solid #e5e2b3; padding:3px; font-size: 16px; color: #504f3d; float: left;}
.form span.checkbox input{background: none; border: none; margin-top: 7px; *margin-top: 5px; /* IE 7 fix */}
.form table.radio input{background: none; border: none; margin-top: 9px; margin-right: 5px;}
.form table.radio label{text-align: left !important;}
.form table.checkbox input{background: none; border: none; margin-top: 9px; margin-right: 5px;}
.form table.checkbox label{text-align: left !important;}
.form table.multiselect input{background: none; border: none; margin-top: 9px; margin-right: 8px;}
.form table.multiselect label{text-align: left !important; width: auto !important;}
.form table.multiselect2 input{clear: left; background: none; border: none; margin-top: 9px; margin-right: 8px; float: left;}
.form table.multiselect2 label{text-align: left !important; width: auto !important;}
.form table.multiselect2 td{width: auto; vertical-align: top; padding:10px 0px 0px 10px;}
.form .fieldContainer{margin-top: 10px; overflow: hidden; padding-left: 10px; position: relative;}

.form .checkboxgap input[type="checkbox"] {margin: 9px 10px 0 45px;}
.form .checkboxgap label {text-align:left; width: 420px; padding-top: -2px;}
.form .checkboxgap span {font-size: 14px; color: #BB5418;}

.form .timefield {margin-right: 5px;}

.formnote{padding-left: 15px; float: left; width: 220px; color:#666; line-height: 1.25em;}
.formnote2{padding: 5px 0px 0px 10px; float: left; width: 220px; color:#666; line-height: 1.25em;}
.formButtons{padding-top: 15px;}
.formSubmit{background: none !important; padding: 0px !important; border: none !important; margin-left: 5px; float: none !important;}
.formSuccess{margin-top: 25px;}

.errors{background: #fecbcb; border: 1px solid #d64141; padding: 10px; color: #601616; margin-bottom: 15px; font-size: 14px;}
.errors ul{display: none;}

.fieldError{ }

.fieldContainerError{ background: #fffeea !important; padding: 5px 5px 5px 10px !important; }
.fieldContainerError .errormessage{ margin-left: 10px; clear: both; margin-top: 3px;}
.fieldContainerError span{ color: #f54141;}

/* Directory Listings */
fieldset.directorysearch{padding: 10px; border: 3px solid #e5e2b3;}
fieldset.directorysearch .fieldContainer{float: left; margin-right: 10px;}
fieldset.directorysearch label{margin-right: 5px; color: #504f3d; font-weight: normal; font-size: 14px;}
fieldset.directorysearch select{ font-size: 14px; background: #fffeea; border: 1px solid #e5e2b3; padding:2px; color: #504f3d;}
fieldset.directorysearch .formSubmit{margin-left: 0px !important;}

.directory_listing{margin-bottom: 10px; width: 450px; padding-top: 10px; float: left;}
.directory_listing h5 a{text-decoration: underline !important;}
.directory_listing p, .directory_detail p{line-height: 1.5em !important; margin-bottom: 5px !important;}
.directory_listing p a{text-decoration: none !important;}
.directory_listing p.description{padding-top: 5px;}
.btn_map{ background: url('/resources/images/icon_map.png') left center no-repeat; padding-left: 20px;}
.btn_website{ background: url('/resources/images/icon_web.png') left center no-repeat; padding-left: 20px;}
.btn_outlook{background: url('/resources/images/icon_outlook.png') left center no-repeat; padding-left: 20px; margin-right: 20px;}
.btn_gcalendar{background: url('/resources/images/icon_gcalendar.png') left center no-repeat; padding-left: 20px;}

.directory_detail{padding-top: 20px;}

.newsrelease{margin-bottom: 20px;}

.pager{padding: 5px; background: #e5e2b3; overflow: hidden;}
.pager a{ text-decoration: none !important;}
.pager .numbers{margin-right: 10px; text-align: right;}
.pager .results{font-weight: bold;}
.pager .link{padding: 3px 5px; text-align: center; border: 1px solid #d6c78d; background: #f8f6d0;}
.pager .aspNetDisabled{padding: 3px 5px; text-align: center; border: 1px solid #d6c78d; background: #d6c78d;}
.pager .arrows{background: none !important; border: none !important; padding: 0px !important;}
.pager .numberscontainer{float: right;}


/* Styles Created By Rad Editor */
/* Main content */
.h1{ display: block; width: 100%; color: #43551b; font-size: 20px; text-decoration:underline; font-weight: normal; margin-bottom: 10px; }

.h2{	display: block;; width: 100%; color: #c14519; font-size: 32px; font-weight: normal; margin-bottom: 15px; line-height: 1.1em;}

.h3{display: block; width: 100%; color: #00476d; font-weight: bold; font-size: 20px; margin-bottom: 10px;}

.h4{display: block; width: 400px; color: #BB5418; font-size: 18px; margin-bottom: 5px; font-weight: bold;}

.h5{display: block; width: 400px; color: #00476d; font-weight: bold; font-size: 18px;}

.h6{display: block; width: 400px; color: #00476d; font-weight: normal; font-size: 16px;}

.p{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.5em;}

.quote {display: block; margin-left: 40px;  border-left: 10px solid #e5e2b3; padding-left: 20px; font-style:italic; font-size: 16px;}

.TableHeader1{ display: block; color: #43551b; font-size: 20px; text-decoration:underline;font-weight: normal; margin-bottom: 10px; }

.TableHeader2{ display: block; color: #c14519; font-size: 32px; font-weight: normal; margin-bottom: 15px; line-height: 1.1em;}

.TableHeader3{ display: block; color: #00476d; font-weight: bold; font-size: 20px; margin-bottom: 10px;}

.TableHeader4{ display: block; color: #BB5418; font-size: 18px; margin-bottom: 5px; font-weight: bold;}

.TableHeader5{ display: block; color: #00476d; font-weight: bold; font-size: 18px;}

.TableHeader6{ display: block; color: #00476d; font-weight: normal; font-size: 16px;} 


/* Left Content */
#naturefacts .h3{ display: block; color: #d6db62; font-size: 16px; font-weight: bold; margin-bottom: 5px;}

/* Right Content */

.rightbar_container .h4 { display: block; width: 100%; color: #bb5418; font-size: 20px; font-weight: normal; margin-bottom: 4px; letter-spacing: 0px;}

.rightbar_container .wilddeals{ display: block; width: 175px; height: 27px; padding-left: 14px; padding-top: 2px; margin-bottom: 5px; font-weight: bold;  font-size: 18px !important; color: #022b4d !important; background: url('/resources/images/layout/bkg_wilddeals.png') repeat-y top left;}

.rightbar_container .h5sidenav{display: block; width: 100%; color: #00476d; font-weight: bold; text-transform: uppercase; font-size: 14px;}



.grid1
{
	background: #FFFFFF;
	cursor: pointer;
}

.form0
{
	background: #DFDFDF;
}

.table1
{
	border: 1px solid silver;
}

ul.errormessages
{
	color: #FF0000;
}

ul.infomessages
{
	color: #0000FF;
}
