/* remember to define focus styles! */
:focus {
	outline: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			235px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			36px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			235px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			235px; /* match ul width */
	top:			0;
}

/** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			12px;
	height:			16px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('gfx/arrows.png') no-repeat 0px 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 0px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0px 0px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0px 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0px 0; /* arrow hovers for modern browsers*/
}

/* Begin Main CSS
--------------------------------------------------------------------------------------------------- */
body{
	margin:0;
	padding:0;
	background: url(gfx/body-bg.jpg) #f3f3f3 repeat-x;	
	font: 13px/1.4em Arial,Helvetica,sans-serif;
}
#logo-bar{
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 50px;
    width: 920px;
}
#logo{
	float:left;	
	width: 439px;
	height: 45px;
    margin: 10px 0;	
}
#logo a {background: url(gfx/logo.jpg) no-repeat;}
#bannerWrapper{
    border: 7px solid white;
    left: 50%;
    margin: 0 auto 0 -787px;
    position: relative;
    width: 1561px;
}
#bannerWrapper img{
	display:block;	
}
ol, ul {
    list-style: none outside none;
}
#utilitynav ul {
    color: #FFFFFF;
    float: right;
    font: 12px/1em Arial,Helvetica,sans-serif;
    padding: 0;
	width:185px;
    margin: 14px 0;	
}
#utilitynav ul li{
	float:left;	
}
#utilitynav ul li a {
    border-bottom: medium none;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 21px;
    margin-left: 15px;
    margin-top: 15px;
    width: 31px;
}
#utility-nav-ul-whats-happening a{
	background: url(gfx/news-icon.jpg) no-repeat;	
	width:18px !important;
}
#utility-nav-ul-photo-gallery a{
	background: url(gfx/gallery-icon.jpg) no-repeat;
	width:25px !important;
}
#utility-nav-ul-contact-info a{
	background: url(gfx/contact-icon.jpg) no-repeat;	
	width:24px !important;
}
#utility-nav-ul-about-clarke-action a{
	background: url(gfx/about-icon.jpg) no-repeat;	
	width:21px !important;
}
#utility-nav-ul-site-map a{
	background: url(gfx/siteMap-icon.jpg) no-repeat;
	width:18px !important;
}
.replTransparent a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -999999px;
    width: 100%;
}
/* Nav
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#navWrapper {
    background: url("gfx/content-top-bg.jpg") no-repeat scroll left bottom #424242;
    margin: 20px auto 0;
    padding-bottom: 26px;
    position: relative;
    width: 960px;
    z-index: 10;
}
.home-navWrapper{
    background: url("gfx/home-content-top-bg.jpg") no-repeat scroll left bottom #424242 !important;	
}
#navInner {
	width: 960px;
	margin: 0 auto;
    position: relative;
	}
#nav {
    font: normal 19px/1em Arial, Helvetica, sans-serif;
	list-style: none;
	color: #ffffff;
}
#nav a {
    color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#nav li {float: left; border-right:1px solid #FFFFFF;}
#nav li a {
  display: block;
  padding: 4px 25px !important;
  border-right: 1px solid #fff;
}
#nav li li a {border-right: none;}
#nav li#nav-home a {
    width: 54px;
	background: url(gfx/home-icon.jpg) no-repeat center center;
	text-indent: -99999px;
	padding:2px 15px;
}
#nav li li {margin: 0;}
#nav li ul {text-align: left; background: url(gfx/dropdownBg.png) repeat-x 0 0 #424242; border:1px solid #424242; color:#fff;}
#nav li ul ul {background-image: none !important;background-color:#424242 !important;}
#nav li ul ul li{
	background:none;	
}
#nav li ul ul li a{
	background:none;	
}
#nav li ul li a,#nav li ul li ul li a{
    background-image: url("gfx/green-arrow.png");
    background-position: 10px 8px;
    background-repeat: no-repeat;
    padding-left: 45px !important;
}
#nav li ul li a:hover, #nav li ul li.parent-here a, #nav li ul li.here a, #nav li ul li li a:hover, #nav li ul li.parent-here li a:hover, #nav li ul li.parent-here li.here a {
	background-color: #424242;
	color:white;	
    background-image: url("gfx/white-arrow.png");
    background-position: 20px 12px;
    background-repeat: no-repeat;
    padding-left: 45px !important;
}
#nav ul li {display: block; float: none;}
#nav ul li a {padding: 10px 19px; color: #fff;}
#nav li li {
    font-size: 14px;
	line-height: 1.2em;
}
#nav .sf-sub-indicator {display: none; visibility: hidden;}
#nav ul .sf-sub-indicator {display: block; visibility: visible;}

/* Content
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#primary a{
	color:#333;	
	text-decoration:1px dotted #333;
	border-bottom:none;
}
#primary a:hover{
	color:#666 !important;	
	text-decoration:1px solid #666 !important;
	border-bottom:none !important;
}
#content {
	width: 932px;
	margin: 0 auto;
	position:relative;
	background: url(gfx/content-bg.jpg) repeat-y 0 0;
	padding:0 14px;
	background-color:#fff;
}
.home-content{
	background: url(gfx/home-content-bg.jpg) repeat-y 0 0 !important;	
}
#primary h2{
	margin-top:0;
	padding-top:12px;
	padding-bottom:12px;
    text-align: center;
    border-bottom: 1px solid #D0D0D0;
    width: 614px;
    margin-left: -20px;	
}

/* Column1
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#column1{
    float: left;
    padding-left: 30px;
    padding-right: 30px;	
    width: 242px;
}

/* Column2
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#column2{
    float: left;
    height: 20px;
    margin-left: 18px;
    padding-left: 30px;
    padding-right: 20px;
    width: 258px;	
}

/* Primary
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#primary {
	width: /*614px;*/574px;
	float: right;
	margin: 0;
	padding:0;
    padding: 0 20px;	
}
/* Column3
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
.column3{
    float: right;
    padding-left: 30px !important;
    width: 242px !important;
    padding-right: 30px !important;	
}
.column3 .right{
	font: 16px/1.2em Arial,Helvetica,sans-serif;
	text-align:right;
	margin-top:0px;
}
#column2 .right{
	text-align:right;
    font: 16px/1.2em Arial,Helvetica,sans-serif;
	margin-top:0;
    padding-right: 25px;	
}
.column3 .right a{
	text-decoration:none;
	border-bottom:none;
	color:#333;
}
#column2 .right a{
	text-decoration:none;	
	border-bottom:none;
	color:#333;
}
.column3 .right a:hover{
	text-decoration:none !important;	
	border-bottom:none !important;
}
#column2 .right a:hover{
	text-decoration:none;	
	border-bottom:none;
}
#primary h2, #column1 h2, #column2 h2, #secondary h2 {
	font: normal 21px/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: .65em;
	color: #333;
}
#column1 h2, #column2 h2, .column3 h2, #secondary h2 {
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 10px;	
	width:262px;
}
#secondary p, #column1 p{
	padding-left:20px;
}
#column1 h2,
#column2 h2,
.column3 h2,
#secondary h2{
    margin-left: -30px;
    margin-top: 10px;
    padding-left: 40px;
}
#column2 h2{
	width:253px;
}
#column1 h2 a,
#column2 h2 a,
.column3 h2 a,
#secondary h2 a
{
    display: block;
    height: 29px;
    margin-left: -20px;
    padding-left: 40px;
}
#column1 h2 a:hover,
#column2 h2 a:hover,
.column3 h2 a:hover,
#secondary h2 a:hover
{
	text-decoration:none !important;	
	border-bottom:none !important;
}
#column1 h2 a,
#secondary #side-news h2 a{
    background: url("gfx/dark-news-icon.jpg") no-repeat scroll 0 0 transparent;
}
#column2 h2 a,
#secondary #side-gallery h2 a{
    background: url("gfx/dark-gallery-icon.jpg") no-repeat scroll 0px 0px transparent;	
}
.column3 #about h2{
	margin-bottom:20px;	
	text-align:left;
    margin-left: -30px;
    padding-bottom: 10px;	
    width: 263px;	
}
.column3 #about h2 a{
    background: url("gfx/dark-about-icon.jpg") no-repeat scroll 0px 0px transparent;	
}
.column3 #contact h2{
    margin-left: -30px;
    padding-bottom: 10px;	
    width: 263px;	
}
.column3 #contact h2, #secondary #contact h2{
	border-bottom:none !important;
    border-top: 1px solid #D0D0D0;	
	text-align:left;
}
.column3 #contact h2 a, #secondary #contact h2 a{
    background: url("gfx/dark-contact-icon.jpg") no-repeat scroll 0 13px transparent;
    border-bottom: medium none !important;
    padding-left: 45px;
    padding-top: 20px;
}
#column1 a.readMore, #secondary a.readMore{
	text-decoration:none;
	color:#333;
	display:block;
	margin-top:-20px;
	text-align:right;
}
#column1 a.readMore:hover, #secondary a.readMore:hover{
	text-decoration:none;	
	border-bottom:none;
}
/*  Side Photo galleries */
#sidePhoto{
    padding: 10px 0 0 4px;
}

#sidePhoto a:hover{
	text-decoration:none !important;
	border-bottom:none !important;
}
#sidePhoto a img{
	border:none;
    margin-right: 20px;
	margin-bottom:20px;
}
#primary h3, #column1 h3, #column2 h3, #secondary h3 {
	font: normal 21px/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: .65em;
	color: #333;
    margin-bottom: -7px;	
}
#primary h4, #column1 h4, #column2 h4 {
	font: normal 19px/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: .65em;
	color: #424242;
}
#primary h2 a, #primary h2 a:link, #primary h2 a:visited, #primary h3 a, #primary h3 a:visited, #primary h3 a:link, #primary h4 a, #primary h4 a:link, #primary h4 a:visited,
#column1 h2 a, #column1 h2 a:link, #column1 h2 a:visited, #column1 h3 a, #column1 h3 a:visited, #column1 h3 a:link, #column1 h4 a, #column1 h4 a:link, #column1 h4 a:visited,
#column2 h2 a, #column2 h2 a:link, #column2 h2 a:visited, #column2 h3 a, #column2 h3 a:visited, #column2 h3 a:link, #column2 h4 a, #column2 h4 a:link, #column2 h4 a:visited {
	text-decoration: none;
	font-weight: inherit;
	border-bottom: none;
	color: inherit;
}
#primary a, #primary a:link, #primary a:visited,
#column1 a, #column1 a:link, #column1 a:visited,
#column2 a, #column2 a:link, #column2 a:visited,{
	color: #424242 !important;
	border-bottom: none; 
	font-weight: normal;
}
#primary a:hover,
#column1 a:hover,
#column2 a:hover{color: #666666; border-bottom: 1px solid #424242;}

#primary div.newsListing h3, #primary div#child-summary h3 {margin-bottom: 10px;}

#primary div.newsListing p.date, #primary div#child-summary p.date {font-style: italic; margin-bottom: .6em;}

#primary div.newsListing p.more, #primary div#child-summary p.more {text-align: right;}

#primary div.newsListing, #primary div#child-summary {margin: 20px 0;border-bottom: 1px solid #C6C6C6;}

#primary #child-summary h3 a, #primary .newsListing h3 a{color:#333 !important;}
#primary #child-summary h3 a:hover, #primary .newsListing h3 a:hover{color:#666 !important;}

/* album */
div.albumWrapper {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    width: 178px;
}
.albumWrapper a {
    border-bottom: medium none !important;
}
div.albumWrapper a, div.albumWrapper a:link, div.albumWrapper a:visited, div.albumWrapper a:hover {
    border: medium none;
}
div.albumWrapper img {
    border: 1px solid #CED5E0;
    margin: 10px 10px 0;
}
div.albumWrapper h4 {
    margin-bottom: 0;
	text-align:center;
	margin-top:0;
}
.albumWrapper h4 a {
    border-bottom: none !important;
    color: #333 !important;
    font: 13px/1.2em Arial,Helvetica,sans-serif;		
}
p.summary-more{
    color: #333 !important;
    font: 16px/1.2em Arial,Helvetica,sans-serif;
	margin-top:40px;
}
p.summary-more a{
    color: #333 !important;
	text-decoration:none;
}
p.summary-more a:hover{
    color: #666 !important;
	text-decoration:1px dotted #666;
}

/* Summary
------------------------------------------------------------------------------- */

div.summaryOdd, div.summaryEven {
	border: 1px solid #89B0CC;
	padding: 10px;
	margin-top: -1px;
}

p.summaryMore {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	right: -10px;
	position: relative;
}

#primary p.summaryMore a, #primary p.summaryMore a:link, #primary p.summaryMore a:visited {
    padding: 2px 7px 4px 7px;
	border: 1px solid #89B0CC;
	text-decoration: none;
	font-weight: normal;
	}

/* Standard Styles most sites edit as needed
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
em, i {font-style: italic;}
strong, b {font-weight: bold;}

#primary ul {
  padding: 0 10px 1em 40px;
  list-style: outside disc;
}
#primary ul ul {padding-bottom: 0;}
#primary ul {
	padding: 0 10px 1em 40px;
    list-style: outside disc;
}	
#primary ol {
	padding: 0 10px 1em 40px;
	list-style: outside decimal;
}
hr {
	width: 100%;
	color: #666666;
	display: block;
}
blockquote {
	width: 90%;
	padding: 0px 20px 0 20px;
	border: 1px solid #254D61;
	border-left: 4px solid #254D61;
	background-color: #e6e6d8;
	margin-bottom: 20px;
	clear: both;
}
blockquote p {
	margin-bottom: 0;
	padding: 10px 0;
	font-weight: bold;
}
ul#sitemap li{
    list-style: disc outside none;
    margin-top: 20px;
}
#primary #sitemap ul {list-style-type: disc;}
#primary #sitemap ul ul {list-style-type: square;}
form {
    margin-bottom: 50px;
    padding: 20px 0;
}
/* Secondary
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#secondary {
	float: left;
	width: 302px;	
	color: #333;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	x-moz-border-radius-topleft: 0px;
	x-moz-border-radius-topright: 0px;
	x-moz-border-radius-bottomright: 10px;
	x-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-radius: 0px 0px 10px 10px;
	behavior: url(/css/pie/PIE.php);
	zoom: 1;
	margin: 0;
	padding: 0px;
    padding-left: 30px;
    padding-right: 30px;	
    width: 242px;	
}
#secondary h3 a {
    border-bottom: none;
	padding-right: 20px;	
	color:#333;
}
#secondary h4 {
    font: bold 15px/1.2em Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: .66em;
	padding-left: 22px;
}
#secondary a {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}
#secondary #side-gallery{
	width:250px;	
}
#secondary #side-gallery h2{
    border-top: 1px solid #D0D0D0;	
	padding-top:15px;
}
#secondary a:hover, #column1 a:hover, #column2 a:hover{
	color:#666 !important;
}
#gallery{
	padding:0 !important;	
}
.ad-thumb-list a{
	text-decoration:none !important;
}
.ad-thumb-list a:hover{
	text-decoration:none !important;
	border-bottom: none !important;
}
#gallery ul li{
	list-style:none !important;
}
/* Footer
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#footerWrapper {background-color: #f3f3f3;}
#footer {
	padding: 30px 0px;
	width: 960px;
	margin: 0 auto;
	color: #333;
    background: url("gfx/content-bottom-bg.jpg") no-repeat scroll;	
}
.home-footer{
    background: url("gfx/home-content-bottom-bg.jpg") no-repeat scroll !important;		
}
#footer a {color: #333;}
#footer p {
    text-align: center;
	font: normal 14px/1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
