


/* -------------------------------------
/*  Regional Community Website
	Created by AtHomeNet
/* -------------------------------------*/

/* 
   HTML and Body Styling
------------------------------------------------------------------- */
body {
	margin: 0 auto;
	width: 100%;
}
body {
	background: #6699CC #important;
}
/* 
   Floats and Clears 
------------------------------------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* 
   Typography Baseline Values
------------------------------------------------------------------- */

body, p, table, td, th, ul, ol, textarea, input {
	font-family: Gotham, "Lucida Grande", Tahoma, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {color:#4f8; letter-spacing:1px;text-shadow: 0 1px 1px #000;}
em, i {
	font-style: italic;
}
sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	color: #76797c;
	_position: static !important;
}
abbr {
	border: 0;
}
ul {
	margin-bottom: 18px;
	list-style: none outside;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
ul.square, ul.circle {
	margin-left: 2em;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}
td {
	padding: 5px;
}
/* 
   Layout Structure Elements 
------------------------------------------------------------------- */
#regional-wrapper {
	background: transparent;
	width: 1000px;
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
}
#regional-content {
	background: #6699CC;
	width: 1000px;
	min-width: 1000px;
	padding: 0 0;
	height: auto;
	text-align: left;
    color:#fff;
}
#regional-footer {
	background: #fff url(images/footer.jpg)repeat-x;
	width: 1000px;
	min-width: 1000px;
	height: 76px;
	padding: 12px 0;
}
/* 
   Header Elements 
------------------------------------------------------------------- */
.regional-header {
	width: 1000px;
	height: 200px;
	min-width: 1000px;
	background: #010103 url(images/topbar2_liquid.jpg)repeat-x;
    }
.regional-community-logo-lft {
	float: left;
	margin: 0 0;
	width: 427px;
	height: 175px;
	background: url(images/topbar1.jpg)no-repeat;
}
.regional-community-logo-rt {
	float: right;
	margin: 0 0;
	width: 254px;
	height: 175px;
	background: url(images/topbar3.jpg) no-repeat;
}/*replaces topbar3 - adjust dims */
.regional-nav-bar {
	float: right;
	width: 100%;
	min-width: 1000px;
	background: #003366;
}
.regional-under-nav-bar {
	float: right;
	width: auto;
	min-width: 1000px;
	height: 28px;
	background: #003366;
}
/* 
   Nav Menu Elements
------------------------------------------------------------------- */

div#listmenu {
	width: auto;
	float: left;
	text-align: left;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #003366;
	margin: 0 0 0 15px;
	z-index: 500;
	position: relative;
}
div#listmenu ul {
	margin: 0 0 0 0;
	border: 0;
}
div#listmenu li {
	float: left;
	text-align: left;
	position: relative;
	list-style-type: none;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
}
div#listmenu li:first-child {
	border-left: 0;
}
div#listmenu li:hover {
	background-color: #6699CC;
	border: 0;
}
span.spacer:hover {
	background-color: #ccc;
	border: 0;
}
div#listmenu a {
	display: block;
	padding: 5px 8px 5px 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 0.97em;
	border-right: 1px solid #333;
}
div#listmenu a:visited {
	color: #fff;
}
div#listmenu a:focus {
	color: #fff;
}
div#listmenu a:hover {
	color: #f9f9f9;
}
/* the drop-down starts here */
div#listmenu ul li ul {
	margin-left: -40px;
	z-index: 15;
	position: absolute;
	width: 160px;
	border: 0;
	left: -1px;
	background-color: transparent;
}
div#listmenu ul li ul li {
	background: #003366;
	padding: 10px;
	width: 160px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
div#listmenu ul li ul li a {
	padding: 1px .5em;
	width: 160px;
	color: #fff;
	font-weight: normal;
	font-size: 0.93em;
	border-right: 0px #eee solid;
}
div#listmenu ul li ul li:hover {
	background: #6699CC;
	border-bottom: 0px #eee solid;
}
div#listmenu ul li ul li:hover a {
	color: #fff;
	background: transparent;
}
div#listmenu ul li ul li:first-child {
	border-top: 0;
}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {
	display: none;
}
div#listmenu ul li:hover ul {
	display: block;
	width: 120px;
}
/* pop-out starts here */
body div#listmenu ul li ul li ul {
	position: absolute;
	visibility: hidden;
	top: -1px;
	left: 12em;
}
div#listmenu ul li ul li:hover ul {
	visibility: visible;
}
/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {
	visibility: hidden;
}
div#listmenu ul li ul li ul li:hover ul {
	visibility: visible;
}
/* THE HACK ZONE - */
* html div#listmenu ul {
	border: 0;
}
* html div#listmenu ul li ul {
	margin: 0 0 0 -40px;
	z-index: 10;
	position: absolute;
	width: 120px;
	border: transparent;
	left: -1px;
	background-color: transparent;
}
* html div#listmenu ul li ul {
	margin: 0;
	z-index: 10;
	position: absolute;
	width: 120px;
	border-right: 0px;
	left: 0px;
}
* html div#listmenu ul {
	float: left;
	border-left: 0;
	margin-left: 0px;
}
* html div#listmenu ul li ul {
	border-top: 0;
	border-left: 0px;
}
* html div#listmenu ul li ul li ul {
	left: 9.85em;
	voice-family: "\"}\"";
	voice-family: inherit;
	left: 12em;
}
html>body div#listmenu ul li ul li ul {
	left: 12em;
}
/* Footer Logo */
.regional-footer-logo {
	width: 225px;
	float: left;
	margin: 100px 5px 5px 15px;
	height: 69px;
	background: transparent;
}
/* Footer Content Box */
.regional-footer-content p {
	text-align: center;
	font-size: 9pt;
	background: transparent;
	height: auto;
	color: #fff;
}
.regional-footer-content a {
	color: #fff;
}

/* 
   Top Gallery
------------------------------------------------------------------- */
#slider {
	width: 1014px; /* important to be same as image width */
	height: 450px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 1014px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 1014px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul {
list-style-type none;
}
/* 
   Slider Divider
------------------------------------------------------------------- */
.slider-divide {
	width: 1014px;
	height: 34px;
	background: transparent url(images/slider-bottom-divider.jpg) no-repeat top left;
}
/* 
   Public Homepage - code not needed for arbor gates style - code included in public-hm.html doc
------------------------------------------------------------------- */
#hm-pg-main-content {
	width: 100%;
}
#hm-pg-main-content-left {
	width: 550px;
	float: left;
	padding: 0px 5px 15px 0px;
	font: 0.95em #cccc99
}
#hm-pg-main-content-right {
	width: 274px;
	float: right;
	padding: 15px 0px 15px 0px;
	font: 0.95em #cccc99;
}
#resources ul {
	list-style-type: circle;
}
#clear {
	clear: both;
}
.image {
	padding-right: 10px;
}
.our-community {
	padding: 10px;
	text-align: justify;
}
#active-community {
	margin-top: -230px;
	width: 300px;
	float: right;
	font: Arial, Helvetica, sans-serif, 12pt #362520
}
.feedback {
	float: left
}
.italic {
	font: 0.89em #cccc99;
	font-style: italic;
}
.map {
	border: 5px solid #cccc99
}
.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 9pt
}
.style6 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* UP Features */

.ahn-feature-action-bar a:link, .ahn-feature-action-bar a:visited, .ahn-feature-action-bar a:focus {
	color: #fff;
}
.ahn-feature-action-bar a:hover {
	color: #d5d013;
}
/* Event Calendar Styles */
.wide-calendar-upcoming-events-wrap .ahn-calendar-mini {
	width: 250px;
}
.wide-calendar-upcoming-events-wrap ul.ahn-list-items {
	padding-left: 250px;
}
.ahn-calendar-mini .ahn-cal-events {
	background: #65acd4;
}
.ahn-calendar-mini .ahn-cal-events a:link {
	color: #fff;
}
.ahn-calendar-mini TD.ahn-cal-today {
	background: #ccc;
}
/* Profile Box */
.ahn-user-profile-box .user-actions a:link, .ahn-user-profile-box .user-actions a:visited, .ahn-user-profile-box .user-actions a:focus {
	color: #666;
}
.ahn-user-profile-box .user-actions a:hover {
	color: #000;
}
/* What's New Box */

.ahn-bottom-box {
	color: #003300
}
/* Public Tab BG Color */
.ui-tabs .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #4d592a;
}
/* 
   Custom Module Page Elements - If Used
------------------------------------------------------------------- */
.regional-custom-content {
	float: left;
	width: 955px;
	height: auto;
	margin-bottom: 100px;
	margin-top: 25px;
}
.regional-custom-box {
	float: left;
	width: 635px;
	margin-right: 15px;
	height: auto;
}
.regional-custom-box blockquote {
	float: right;
	width: 300px;
	padding: 5px;
	height: auto;
	color: #0ca7ce;
	border-left: 1px #0ca7ce dotted;
}
.regional-sidebar {
	float: left;
	width: 300px;
	height: 500px;
	background: #fff3d7;
	margin: 0 5px 20px 0;
	border-top: 2px #0ca7ce solid;
	border-bottom: 2px #0ca7ce solid;
}
.regional-sidebar img.arrow-pad {
	padding-bottom: 5px;
}
.regional-sidebar h3 a:link {
	color: #ff2408;
	font-size: 18px;
	font-weight: 300;
}
.regional-sidebar ul {
	display: block;
	list-style: disc;
}
.regional-sidebar ul li {
	text-align: left;
	margin-left: 10px;
}
.regional-sidebar ul li a:link, .regional-sidebar ul li a:visited, .regional-sidebar ul li a:focus {
	font-size: 0.77em;
}
.regional-sidebar ul li a:hover {
	color: #666;
}
/* Sidebar Widgets - Business Card */
.regional-sidebar .regional-bc {
	background: #e7e7e7;
	width: 290px;
	height: 140px;
	padding: 5px;
	border-bottom: 2px #0ca7ce solid;
}
.regional-sidebar .regional-bc-photo {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0 10px 0 0;
	width: 105px;
	height: 135px;
}
.regional-sidebar .regional-bc-text {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
}
/* Sidebar Widgets - Request More Info */
.regional-sidebar .regional-request-info {
	background: transparent;
	width: 290px;
	height: 115px;
	padding: 5px;
	border-bottom: 1px #e3dbc7 dotted;
	margin-bottom: 5px;
}
.regional-sidebar .regional-request-info:hover {
	background: #fff;
}
/* Sidebar Widgets - Contact Us */
.regional-sidebar .regional-contact-us {
	background: transparent;
	width: 290px;
	height: 115px;
	padding: 5px;
	border-bottom: 1px #e3dbc7 dotted;
	margin-bottom: 5px;
}
.regional-sidebar .regional-contact-us:hover {
	background: #fff;
}
/* Sidebar Widgets - Becon Blog */
.regional-sidebar .regional-blog-col {
	background: transparent;
	width: 290px;
	height: 215px;
	padding: 5px;
	margin-bottom: 5px;
}
/* 
   Custom Widget and Misc Style Specific Fixes
------------------------------------------------------------------- */

.ahn-feature-action-bar {
	background: #ccc;
	width: 100%;
	padding: 0;
	color: #000;
}
.ahn-feature-action-bar a:link {
	color: #333;
}
.ahn-category-edit a:hover {
	color: #000;
	padding: 5px 30px 0px 0px;
	height: 20px;
	display: inline-block;
	background: no-repeat url('images/add-folder-icon.png') top right;
}
/* Profile Box */
.ahn-user-profile-box .user-actions a:link, .ahn-user-profile-box .user-actions a:visited, .ahn-user-profile-box .user-actions a:focus {
	color: #fff;
}
.ahn-user-profile-box .user-actions a:hover {
	color: #dde4cd;
}
/* What's New Box */
.ahn-bottom-box {
	color: transparent;
}
/* Public Tab BG Color */
.ui-tabs .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #ccc;
}
/* Add padding to main container */
.ahn-wrapper {
	padding: 10px 10px;
}
#Table1 {background: #fff;}
.ui-state-default a {
color: #fff !important;
}
.ui-state-default.ui-state-active a {
color: #6f9 !important;
}

table[bordercolor="#003366"] {
    margin: 1px auto;}
    
#regional-content {
    padding-top: 20px;}