/*
	Theme Name: Harbor Bay
	Theme URL: 
	Description: CHBIOA Theme (Genesis Framework child theme)
	Author: Linda Shum and Lori Berkowitz
	Author URI: 
	Version: 1.0
	Template: genesis
	*/
	
	/*
	
	++++++++++Colors used in this template:+++++++++++


#1999cc = dark teal

#1ca8d3 = med teal

#222222 = darkest gray

#39bae5 = bright teal

#444444 = med dark gray

#666666 = med gray

#996633 = brown

#999966 = olive

#999999 = light gray

#cbcbcb = pale gray

#cc6600 = orange links color

#dddddd = paler gray

#dfedfa = palerst blue

#e5e1c8 = bone med

#efeed3 = bone pale

#f1f1da = bone palest


*/

body {
	/*background: #ccc;*/
	background:#fff url(images/bkgrnd-gradient.jpg) repeat-x;
	color: #666;
  	font:normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  	letter-spacing: .2;
	margin: 0 auto 0;
	padding: 0;
	
}
hr {
	background-color:#f6bc1d;
	border:0 none;
	clear:both;
	height:2px;
}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #CC6600;
	text-decoration: none;
}
	
a:hover {
	color: #F27900;
	text-decoration: underline;
}
	
a img {
	border: none;
}
	
a:focus, a:hover, a:active {
	outline: none;
}
  
a.post-edit-link {
  font-size: .85em;
}

/***** Wrap ********************/

#wrap {
	width: 940px;
	margin: 0 auto 0;
	padding: 0 20px;
	background: #fff;
	margin-top: 20px;
	box-shadow:0 3px 3px #999;
	-moz-box-shadow:0 3px 3px #999;
	-webkit-box-shadow:0 3px 3px #999;
}

/***** Header  ********************/

#header {
	width: 940px;
	height: 123px;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}
	
#title-area {
	float: left;
	height: 100px;
	overflow: hidden;
	background:url(images/bkgrnd-swirls.jpg) 0 0 no-repeat;
	padding: 0;
}
	
#title-area #title {
	background:url(images/logo.png) no-repeat;
	text-indent: -9999em;
	float: left;
	padding:0;
	margin: 15px 0 0 8px;
	width: 850px;
	height:70px;
	position:relative;
	left:-8px;
}
	
#title-area #title a {
	margin: 0; 
	padding: 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
  display: block;
}
	
#title-area #title a:hover {
	color: #333;
	text-decoration: none;
}
	
#title-area #description {
	margin: 0; 
	padding: 0;
	text-indent: -9999em;
}

#header .widget-area {
	width: 550px;
	float: right;
	margin: 0; 
	padding: 0;
}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
}
	
#header .widget-area h4 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
	
/***** Image Header - Partial Width ********************/

.header-image #title-area,
.header-image #title-area #title,
.header-image #title-area #title a {
	display: block; 
	float: left;
	width: 400px;
	height: 100px;
	margin: 0; 
	padding: 0 0 0 8px;
	text-indent: -9999px;
	overflow: hidden;
}

.header-image #title-area #title {
  margin-top: 15px;
}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width #title-area h4 a {
	width: 940px;
}

#rotator, #interior-header {border-bottom:1px solid #960;}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#header ul.nav li a {
	background: #333;
	color: #fff;
	display: block;
	font-size: 12px;
  margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666;
	position: relative;
}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: #000;
	color: #fff;
}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
}	
	
#header ul.nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	background: url(images/arrow-down.png);
}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #333;
	color: #fff;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #000;
}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
}

#header ul.nav li ul a { 
	width: 160px;
}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
}

#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
}

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

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
}

/***** Main Menu ********************/
#main-menu {
	background: #1ca8d3 url(images/nav-image.jpg) 0 0 no-repeat;
	height:44px;
	margin: 1px auto 20px;
	border-top:1px solid #00E4FF;
	width: 940px;
	display:block;
	float:left;
}
#main-menu .menu-header {
	font-size: 18px;
	margin: 0 auto;
}
#main-menu .menu-header ul {
	list-style: none;
	margin: 0 auto;
}
#main-menu .menu-header li {
	float:left;
	position: relative;
}
#main-menu a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 35px;
	line-height:44px;

	/*border-bottom:1px solid #fff;
	border-right:1px solid #00E4FF;*/
}
/*#main-menu a:first-child {
	padding-left:60px;
}*/
#main-menu ul ul {
	display:none;
	position:absolute;
	top:44px;
	left:0;
	float:left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
  background: #1ca8d3;/*fallback for IE */
  	background: rgba(28, 168, 211, 0.4);

  padding: 0; 
}
#main-menu ul ul ul {
	left:100%;
	top:0;	
}
#main-menu ul ul li {
	/* padding:10px 0; */
}
#main-menu ul ul a {
	font-size:14px;
	  background: #1ca8d3;/*fallback for IE */
	background: rgba(28, 168, 211, 0.8);
	height:auto;
	line-height:3em;
	width: 172px;
	border-top:1px solid #00E4FF;
}
#main-menu ul ul ul {
	left:100%;
	top:0;	
}
#main-menu li:hover > a {
	color:#fff;
	/*background:#1ca8d3;
	background:#1999cc;/*fallback for IE */
	background: rgba(28, 168, 211, 0.4);
	
	
}

#main-menu ul ul :hover > a {
	color:#fff;
	/*background:#1ca8d3;*/
	background:#1999cc;
	background: rgba(28, 168, 211, 0.9);
	
}
#main-menu ul li:hover > ul {
	display:block;
}

/***** Nav Menu ********************/

#nav {
	clear: both;
	width: 960px;
	height: 31px;
	background: #333;
	color: #fff;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li a {
	color: #fff;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #000;
	color: #fff;
}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #333;
	color: #fff;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
}
	
#nav li li a:hover, #nav li li a:active {
	background: #000;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
}

#nav li ul a { 
	width: 160px;
}

#nav li ul ul {
	margin: -33px 0 0 179px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
}

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

#nav li:hover, #nav li.sfHover { 
	position: static;
}
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
	
#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
}
	
#nav li.search {
	padding: 0 10px 0 10px;
}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	width: 940px;
	height: 31px;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#subnav li a {
	background: #333;
	color: #fff;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666;
	position: relative;
}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #000;
	color: #fff;
}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #333;
	color: #fff;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #000;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
}

#subnav li ul a { 
	width: 160px;
}

#subnav li ul ul {
	margin: -33px 0 0 179px;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
}
	
/***** Top Menu ********************/
#menu-top-nav,
#menu-top {
	position: relative;
	top: -30px;
	right: 0;
	background: transparent url(images/house.png) 22px 2px no-repeat;
}

#menu-top-nav ul.topnav {
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	text-align: right;
	margin: 10px 0 0 0;
	float: right;
}

#menu-top-nav ul.topnav li {
	display: inline;
	border-right: 1px solid #666;
}

#menu-top-nav ul.topnav li#menu-item-55 {
	border-right: none;
}

#menu-top-nav ul.topnav li#menu-item-55 a {
	margin-right: 0;
	padding-right: 0;
}

#menu-top-nav ul.topnav li a {
	margin: 0 8px 0 4px;
}

#menu-top-nav ul.topnav li a {
	color: #666;
}

/***** Inner ********************/

#inner {
	width: 940px;
	margin: 20px 0;
	padding: 0;
}
	
/***** Breadcrumb ********************/

.breadcrumb {
	margin: 0 0 30px 0;
  padding: 5px 0;
  font-size: .9em;
}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	float: left;
}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
}

/***** Content ********************/

#content {
	width: 470px;
	margin: 0;
	padding: 0;
	float: left;
}
#content, #content input, #content textarea {
	color:#444;
	font-size:16px;
	line-height:24px;
}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}

.sidebar-content #content, .content-sidebar #content {
	width: 640px;
}
	
.full-width-content #content {
	width: 940px;
}

#content img, #content p img {
	max-width: 100%;
}

#content blockquote {
	background: #f7f7f7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #e6e6e6;
}

#content .post {
	margin: 0 0 1em 0;
	padding: 0;
}

#slider-gallery {
	margin:0 0 -5px;
	height: 285px;
}
		
#slider-gallery img {
	margin-top: -87px;
}

/*/////begin custom content styles////////*/
#content .entry-content img.shadowy{
	margin:15px 20px 20px 0;
	padding:8px;
	border:1px solid #999;
	   -moz-box-shadow: 3px 5px 5px #996;
		-webkit-box-shadow: 3px 5px 5px #966 ;
        box-shadow: 3px 5px 5px #966;

}

#content .entry-content img.logo{
	margin:20px 20px 20px 0;
	padding:0;
	float:left;
}

#content .entry-content .feature-assoc{
border-top:1px dotted #963;
border-bottom:1px dotted #963;
	padding:20px 0;
	overflow:hidden;
	
}
#content .entry-content span{
	color:#1999cc;
}

				
/*   introduction text    */

.intro-text {font: 18px/27px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#963; padding:10px 20px 20px 0; border-top:1px dotted #963;}


.intro-text-contact {font: 14px/18px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#963; padding:10px 0 0 0; border-top:1px dotted #963;}


/*   association introduction text    */

.assoc-intro-text {font: 18px/27px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#963; padding:10px 20px 20px 0;  margin-left:250px;}

/*Ammoncemnts widget in sidebar*/

/*/////end custom content styles////////*/
	
#content .entry-content h3 {
	font-size: 20px;
	font-weight: bold;
  margin-bottom: -5px;
}

#content .subhead {
font: 22px/32px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#963; margin:20px 0 0 0;padding:20px 0 0 0;
}

#content .entry-content .post-image {
	margin:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  box-shadow: none;
	padding: 4px;
	border:1px solid #fff;
}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
}
.page-template-pageblog-php #content .post p {
  padding: 22px 0 10px;
}

#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
}
	
#content .sticky {
	background: #f7f7f7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
	
#content .post-image {
	margin: 0 1em 1em 0;
	padding: 4px;
}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
}

.clear {
	clear: both;
}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}
	
.post-info p {
	margin: 0;
	padding: 0;
}
	
/***** Post  ********************/
	
.post-meta {
	/*font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 .5em 0;*/
	display:none;
}
	
/***** Author Box ********************/
	
.author-box {
	/*background: #f7f7f7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #e6e6e6;*/
	display:none;
}
	
.author-box p {
	/*margin: 0;
	padding: 0;*/
	display:none;
}
	
.author-box img {
	/*background: #fff;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #e6e6e6;*/
	display:none;
}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #1999CC;
	margin: .5em 0;
	line-height: 1.5em;
	font-weight: bold;
}

#content h1 {
	font-size: 24px;
	font-weight: normal;
}
/*********************Lori I worked in this section*******************************************/

/****added by linda for the home featured posts*******/
#features .widget .category-events {position:relative; overflow:visible;}
#features .widget h4.widgettitle{ font-size: 21px; padding-bottom:40px; }
#features .widget  h2 {margin-left:160px;}
#features .widget  p {margin-left:160px;}

#content h2.entry-title { /* Clear post image float */
	clear: left;
}

#features .widget img{
	position:absolute; top:-20px; left:0;
}
		
.home #content #features .post {
	padding-bottom:60px;
}


/*down to here, Lori********************************************************/	
#content h2 {
	font-size: 20px;
	font-weight: normal;
}
	
#content h2 a:hover {
	text-decoration: none;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}
	
#content h4 {
	font-size: 14px;
}
	
#content h5 {
	font-size: 12px;
}
	
#content h6 {
	font-size: 10px;
}

/***** Home Page and Archive Styles ********************/

.home #content h1.entry-title {
  display: none;
}

.home #content h2 {
	clear: both;
	font-weight: bold;
	color: #00AEEF;
}

.home #content h2.entry-title,
.archive #content h2.entry-title {
	margin-left: 164px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.2em;
}

.home #content .post .entry-content,
.archive #content .post .entry-content{
	overflow: visible;
	padding-bottom: 2em;
}

.home #content .post .entry-content .post-image,
.archive #content .post .entry-content .post-image 
{
	margin: -83px 1.25em 0.25em 0;
}

.home #content .post-info,
.home #content .post-meta,
.archive #content .post-info,
.archive #content .post-meta {
	display: none;
}

/*.home #content .entry-content p
.archive #content .entry-content p {
	margin-top: 30px;
}*/

	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
}
	
.post-comments {
	background: #fff url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
}
	
.categories {
	margin: 0;
	padding: 0;
}
	
.tags {
	background: #fff url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #e6e6e6;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: auto;
}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navigation li {
	display: inline;
}

.navigation li a {
	color: #2255aa;
	padding: 5px 8px 5px 8px;
	border: 1px solid #e6e6e6;
}

.navigation li a:hover {
	background: #f7f7f7;
	color: #2255aa;
	border: 1px solid #e6e6e6;
	text-decoration: none;
}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #e6e6e6;
}

.navigation li.active a {
	background: #f7f7f7;
	color: #2255aa;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 270px;
	float: right;
}
	
#sidebar-alt {
  width: 150px;
	float: left;
}

#sidebar,
#sidebar-alt {
  margin: 0;
	padding: 0;
  display: inline;
}

#sidebar, #sidebar-alt, #sidebar .widget, #sidebar-alt .widget {
  background: #f1f1da;
}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 15px 0;
	padding: 0 20px 10px;
}
	
#sidebar .widgettitle, #sidebar-alt .widgettitle {
	color: #222;
	font-weight: bold;
}
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	margin: 0;
	padding: 0;
}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #2255aa;
	text-decoration: none;
}

#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 10px 0 10px;
}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: square;
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
}

#sidebar li, #sidebar-alt li {
	margin: 0;
	padding: 0;
}
  
/***** #sidebar Weather Widget and Today's Date ********************/

#sidebar .today, #wpweather-3 h4.widgettitle {
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}

#sidebar .today {
  background: #efeed3;
  padding: 20px;
}

#wpweather-3 h4.widgettitle {
  font-weight: 100;
}
#wpweather-3 .weather_info p {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
#wpweather-3 .weather_info p a {
  color: #24acdc;
}
#wpweather-3 .weather_info p img {
  position: absolute;
  top: 0;
  left: 15px;
}
#wpweather-3 .weather_info p i, #wpweather-3 .weather_info p em, #wpweather-3 .weather_info p strong {
  margin-left: 75px;
}
#wpweather-3 .weather_info p:first-child {
  margin-left: 75px;
}
#wpweather-3 .weather_info p:first-child i, #wpweather-3 .weather_info p:first-child em, #wpweather-3 .weather_info p:first-child strong {
  margin-left: 0;
}
#wpweather-3 .weather_info p:first-child a {
  font-size: 1.1em;
}
#wpweather-3 .weather_info p:first-child img {
  margin-left: -90px;
  width: 62px;
  height: 62px;
}
#wpweather-3 .weather_info p:first-child strong {
  font-size: 1.75em;
  display: block;
  margin-bottom: -15px;
  margin-top: 5px;
}
#wpweather-3 .weather_info p:first-child strong + br + br + strong {
  font-size: 1em;
}
#wpweather-3 .weather_info p.weather_info {
  margin: 0 20px 0 75px; 
  width: 125px;
  font-size: .85em;
  line-height: 1.1em;
  font-weight: normal;
}
#wpweather-3 .weather_info p.weather_info a {
  color: #c60;
}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #f7f7f7;
	color: #333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #e6e6e6;
}
	
#sidebar #cat {
	width: 278px;
}
	
#sidebar-alt #cat {
	width: 128px;
}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	margin: 30px 20px 15px 20px;
	padding: 0;
	clear: both;
}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #e6e6e6;
}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #f7f7f7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
}
	
#sidebar .searchform {
	padding: 5px 10px 0 10px;
}
	
#nav .searchform {
	float: right;
	padding: 0;
}
	
.s {
	/*margin-left: 25px;
	margin-right:8px;*/
	border: 2px solid #39bae5;
	color: #333;
	background: #dfedfa;
	/*font-style: italic;*/
	font-weight: bold;
	font-size: 9px;
	height: 18px;
	width: 195px;
	padding-left:8px;
	/*background: #f7f7f7 !important;
	color: #333;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #e6e6e6;*/
}
	
#header .s, #nav .s, #sidebar .s {
	width: 195px;
}
	
#sidebar-alt .s {
	width: 80px;
}

.searchsubmit {
	/*background: #333;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666;*/
	background: #39bae5 url(images/buttonbg.png) left top no-repeat;
	font: normal 10px Lucida Grande, arial, helvetica, sans-serif;
	color: #fff;
	border: none;
	width: 84px;
	height: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

/*.searchsubmit:hover {
	background: #000;
	border: 1px solid #000;
}*/
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
}
	
#sidebar .enews p {
	margin: 0;
	padding: 10px 10px 0 10px;
}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	
#sidebar .enews #subscribe {
	padding: 0 0 0 10px;
}
	
.enews #subbox {
	background: #f7f7f7 !important;
	width: 230px;
	color: #333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
}
	
.enews #subbutton {
	background: #333;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333;
}
	
.enews #subbutton:hover {
	background: #000;
	border: 1px solid #000;
}

/***** Latest Tweets Widget********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
}

/***** Google Calendar ********************/
.gce-page-grid {
	margin-bottom:75px;
}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
}

#wp-calendar caption {
	color: #333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar th {
	color: #333;
}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #f7f7f7 !important;
	color: #f7f7f7 !important;
}

#wp-calendar td {
	background: #f7f7f7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #333;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
  margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #333;
}
	
.gform_footer .button:hover {
	background: #000;
	border: 1px solid #000;
}
	
.gform_footer input.button {
	color: #fff !important;
}
	
.gform_wrapper .gform_footer {
	border: none!important;
}
	
/***** Footer Widgeted ********************/
	
#footer-widgeted {
	width: 940px;
	margin: 0 auto 0;
	padding: 0 0 10px 0;
	clear: both;
	overflow: auto;
  background: #f1f1da;
  position:relative;
}
	
#address-search	{
	background: #e5e1C8;
	margin: 0 20px 20px 20px;
	padding: 20px;
	text-align: center;
	border:1px solid #1999cc;
	border-top:44px solid #1999cc;
	font: 16px Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	color:#963;
}

#address-search input#address-field {
	margin-left: 25px;
	margin-right:8px;
	border: 2px solid #39bae5;
	color: #333;
	background: #dfedfa;
	/*font-style: italic;*/
	font-weight: bold;
	font-size: 9px;
	height: 18px;
	width: 375px;
	padding-left:8px;
}

#footer-widgeted .footer-container{
	margin:0 auto;
	overflow:hidden;
	padding:0 0 20px 0;

}

#footer-widgeted .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#footer-widgeted h4 {
	font: 18px/27px Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	color:#963;
	margin: 0 0 8px 0;
	padding: 20px 0 8px 0;
	border-bottom:1px dotted #666;
	
	
	
}
#footer-widgeted .address-header {
	width:880px;
	margin:0 0 0 40px;
	font: 22px Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	color:#1999cc;
	color:#fff;
	padding: 8px 0 0 0;
	position:relative;
	top:34px;
	left:20px;
}
	
#footer-widgeted p {
	margin: 0;
	padding: 0 0 10px 0;
}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#footer-widgeted ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.footer-widgeted-1 {
	width: 400px;
	float: left;
	margin-left: 40px;
	padding: 0 5px 0 0;
}
	
.footer-widgeted-2 {
	width: 300px;
	float: left;
	margin-left: 150px;
	margin-right: 10px;
	padding: 0 5px 0 0;
}
	

/***** Footer ********************/

#footer {
	clear: both; 
	overflow: auto;
	width: 940px;
	margin: 0;
	padding: 5px 0 5px 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}
  
#footer .footer-content {
  padding: 0 0 0 10px;
}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
}

#author, #email, #url {
	background: #f7f7f7 !important;
	width: 250px;
	color: #333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #e6e6e6;
}
	
#comment {
	background: #f7f7f7 !important;
	width: 98%;
	height: 150px;
	color: #333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #e6e6e6;
}
	
#submit {
	background: #333;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333;
}
	
#submit:hover {
	background: #000;
	border: 1px solid #000;
}
	
.comment-list {
	margin: 0;
	padding: 0;
}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
}

.comment-list li .avatar { 
	background: #f7f7f7;
	float: right;
	border: 1px solid #e6e6e6;
	margin: 0 5px 0 10px;
	padding: 4px;
}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
.alt {
	margin: 0;
	padding: 10px;
}
	
.children { 
	margin: 0;
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
	
.reply a, .reply a:visited {
	background: #333;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333;
}
	
.reply a:hover {
	background: #000;
	text-decoration: none;
	border: 1px solid #000;
}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
}

.thread-alt, .thread-even {
	background: #f7f7f7;
	margin: 0;
	padding: 0;
}

.depth-1 {
	border: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
}

.even, .alt {
	border: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
}

/***** Association Addresses ********************/
.assoc-address h1.entry-title {
	font-weight: bold !important;
	margin-bottom: .75em !important;
}

.assoc-address p {
	margin-left: 1em;
}

.assoc-address .address-meta {
	font-weight: bold;
	margin-left: .5em;
	color: #000;
}

.assoc-address ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.assoc-address ul li {
	border-bottom: 1px solid #e6e6e6;
}

.assoc-address ul li a {
	display: block;
	padding: .5em;
}

.assoc-address ul li a:hover {
	text-decoration: none;
	background: #e6e6e6;
}
/***** Interior Page Headers ********************/

#interior-header {
	margin-top: -23px;
}

/***** Home Page Slideshow ********************/

.home #rotator,
.home #main-menu,
.home #inner,
.home #footer-widgeted,
.home #footer {
  position: relative;
  top: -51px;
}

/***** Sidebar Contact Info ********************/
#sidebar #text-9 .widget  {
	margin:0;
	padding:0;
}

#sidebar #text-9 #contact-info {
	margin: 4em 0 3em 0;
	padding: 0;
}

#sidebar #text-9 #contact-info hr {
	background-color:#CDCDC3;
	height:1px;
}

#sidebar #text-9 #contact-info p.address {
	font-size:16px;
	line-height:24px;
	margin-top: 1.5em;
}

#sidebar #text-9 #contact-info .phone-numbers {
	text-align: right;
	color: #00AEEF; /* 24ACDC */
	font: 18px/1.15em arial, helvetica, sans-serif;
	margin-bottom: 1.3em;
}

#sidebar #text-9 #contact-info .phone-numbers p {
	margin: .25em 0;
}

#sidebar #text-9 #contact-info .phone-numbers p strong {
	margin-right: .5em;
}

/***** Miscellaneous ********************/

.submit-button-img, .more-link {
	background: #39bae5 url(images/buttonbg.png) left top no-repeat;
	font: normal 10px Lucida Grande, arial, helvetica, sans-serif;
	color: #fff;
	border: none;
	width: 84px;
	height: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

a.more-link {
	display: block;
	width: 76px;
	height: 18px;
	color: #fff;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 8px;
	float: right;
	margin-top: 1.25em;
}
/***************** Simple Section Sidebar Navigation ***********************/

#simple-section-nav-3 h4.widgettitle {
	font:14px/22px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	margin-bottom:10px;
	padding-bottom:5px;
	
	}

#simple-section-nav-3 ul li{
	 list-style:none;
	 margin:0;
	 margin-left:-24px;
	 padding:0 0 10px 0;
	 font-size:16px;
	 color:#996;

	}
	#simple-section-nav-3 ul li.current_page_item a{
	color: #1ca8d3;
	font-style:italic;

	}
	
	
	#simple-section-nav-3 ul li li{
		 list-style:square;
		 margin:0;
		 padding:3px 0 0 0;
		 font-size:14px;
			}
	
	
		#simple-section-nav-3 ul li li li{
			 list-style:square;
			 margin:0;
			 padding: 3px 0;
			 font: 14px Georgia, "Times New Roman", Times, serif;
			 font-style:italic;
				}
				
				#simple-section-nav-3 ul li li li li{
			display:none;
				}
				

a.linkbutton {
		margin-left:60px; /*center button*/
		margin-top:10px; /*center button*/
		font-size:18px;
		line-spacing:24px;
		letter-spacing:.2;
		color:#cc6600;
		text-decoration:none;
		display:block;
		width:450px;
		padding:30px;
		border:1px solid #39bae5;
		text-align:center;

		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
		
		background:#FFFFFF;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE));
		background:-moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);
		
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;

	}
	a.linkbutton:hover, a.linkbutton:active  {
		color:#cc6600;
		border-color:#f6bc1d;
		
		background:#FFFFFF;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#Fff), to(#e5e1c8));
		background:-moz-linear-gradient(0% 90% 90deg, #e5e1c8, #Fff);
	}
	/*a.linkbutton:active {
	background:#4195DD;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
	background:-moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);
}*/


/*magazine archives*/

.magazines {
	padding-top:20px;
	margin-left:275px;
	
	}
	/*   FORM CSS FRO FINAL INSPECTION   */
	
#content .gform_body ul #gform_fields_1 .gform_fields {margin:0;}

#content #gform_wrapper_1 form input,#content #gform_wrapper_1 form textarea {margin:5px 0 20px;}
	
#content #gform_wrapper_1 ul { list-style-type:none;}
#content  #gform_wrapper_1 form .button {
	margin-left:270px;
	background: #39bae5 url(images/buttonbg.png) left top no-repeat;
	font: normal 10px Lucida Grande, arial, helvetica, sans-serif;
	color: #fff;
	border: none;
	width: 84px;
	height: 24px;
	text-transform: uppercase;
	cursor: pointer;
	}
	
		#content  #gform_wrapper_1 #input_1_3 {height:100px;}
		
	#content .blocky {color:#963;background:#fff url(images/bkgrnd-gradient.jpg) repeat-x 90% 90%;border:1px dotted #ccc;padding:0 20px;margin:5px 10px 5px 0;width:260px;float:left;height:310px; border-top:3px solid #1ca8d3;}
	
	#content .blocky h4 {font: 18px/27px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#963; padding:10px 0;}
		#content .blocky ul li {list-style-type:square;}
		
			
		/*Styling for Table Data*/
#box-table-b, #box-table-c, #box-table-d, #box-table-e{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
width: 600px;
text-align: left;
border-collapse: collapse;
border-top: 7px solid #9baff1;
border-bottom: 7px solid #9baff1;
margin: 20px 0;

}

#box-table-b td a, #box-table-c td a, #box-table-d td a, #box-table-e td a {}

#box-table-b .lef-pos, #box-table-c .lef-pos, #box-table-d .lef-pos, #box-table-e .lef-pos  {text-align:right;font-style:italic; width:10em;}

#box-table-b th[scope=col], #box-table-c th[scope=col], #box-table-d th[scope=col], #box-table-e th[scope=col]  {
font-size: 16px;
font-weight: normal;
background-color:#e5e1c8;
border-right: 1px solid #9baff1;
border-left: 1px solid #9baff1;
color: #003399;
padding: 8px;

}
#box-table-b tr, #box-table-c tr, #box-table-d tr, #box-table-e tr {
border-bottom: 1px solid #fff;

}
#box-table-b td, #box-table-c td, #box-table-d td, #box-table-e td  {
background-color: #e8edff;
background-color:#dfedfa;
border-right: 1px solid #aabcfe;
border-left: 1px solid #aabcfe;
color: #666699;
padding: 8px;
}

/*contact list*/
#content .contact-list a {}

/*Styling for Community links for Christina to play with*/

#content .community h4 {}

#content .community ul li {}

#content .community li a {}

#content .community li a:hover {}
