@charset "utf-8";
/* CSS Document for Compass Element Styling*/
/* Adam Moore */

/*----Test----*/


/*------ Main ------*/
body{
	padding: 0;
	margin: 0;
	background: url(img/mainBG.jpg) top center repeat-y #ececec;
}

.inner-container ul{list-style:inside disc!important;}

.inner-container ol{list-style:inside decimal!important;}
.announcement-text a.announcement-link {
font-size: 1em !important;
font-style:normal;
font-weight: bold;
text-decoration:underline!important;
color:#00694E!important;
}
.announcement-text{font-size:0.75em;font-style:italic;font-weight: normal; margin-bottom:25px;}
a.WS_Element_CustomLink:Link, a.WS_Element_CustomLink:visited {
	font-family: Arial;
	font-size: 12px;
	color: #006f53;
	text-decoration: none;
	margin-top: 10px;
}
a.WS_Element_CustomLink:hover {
	font-family: Arial;
	font-size: 12px;
	color: #62594E;
	text-decoration: none;
	margin-top: 10px;
}
#container {
	width: 940px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	background: #ffffff;
}
#inside-container {
	width: 940px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	background: #ffffff;
}
#ouws_content{
	padding: 0 !important;
	}
.inner_container{
	padding: .4em;
	margin: 0;
}
.left-em-pad {
	padding: 0;
	padding-left: 1em;
}
#header{
	width: 100%;
}
img.logo{
	padding: 0;
}
.CS_LinkBar_Separator{color:#FFF; font-weight:normal}
.mini-top-nav{
	text-align: right;
	background: #027A5F;
	color: #ffffff;
	font-weight: bold;
	padding:0 50px 0 3px;
	margin: 0;
	
}
.mini-top-nav a:link, .mini-top-nav a:visited{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
#mini-top-nav{
	text-align: right;
	background: #027A5F;
	color: #ffffff;
	font-weight: bold;
	padding:0 10px 0 3px;
	margin: 0;
}
#mini-top-nav a:link, #mini-top-nav a:visited{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
.mini-top-nav p{
	color: #ffffff;
}
.flt-rt{
	float: right;
}
.flt-lft{
	float: left;
}
.fl-rt{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 25px;
}

hr {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	height: 3px;
	border: 0;
	background: #d1d1d1;
	color: #d1d1d1;
}
hr.thin {
	margin: 0;
	margin-top: 2px;
	padding: 0;
	height: 1px;
	border: 0;
	background: #d1d1d1;
	color: #d1d1d1;
}
hr.thick {
	margin: 0;
	margin-top: 1px;
	padding: 0;
	height: 2px;
	border: 0;
	background: #d1d1d1;
	color: #d1d1d1;
}
a { 
	outline-color: #888;	
}
/*------ Navigation ------*/
.nav{
	width: 100%;
	height: 31px;
	color: #ffffff;
	background: #027A5F url(/compass/images/navBG.jpg) repeat-x top left;
	padding: 0 auto;
	margin: 1px 0 0 0;
}
.nav-ul{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.nav-li{
	float: left;
	margin:0 3px;
	padding: 5px 15px;
}
a.nav-li:link, a.nav-li:visited{
	font-size: 14px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
}
a.nav-li:hover, .CS_LinkBar_HighlightedItem{
	margin:0 3px;
	padding: 5px 15px;
	float: left !important;
	font-size: 14px;
	color: #c6c6c6 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.5em !important;
}
:focus{
	
}
#nav{
	width: 100%;
	height: 31px;
	color: #ffffff;
	background: #027A5F url(img/navBG.jpg) repeat-x top left;
	padding: 0 auto;
}
#nav ul{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	margin-left: 35px;
}
#nav ul li{
	float: left;
	padding: 5px 20px;
}
#nav ul li a:link, #nav ul li a:visited{
	font-size: 14px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
}
#nav ul li a:hover{
	font-size: 14px;
	color: #c6c6c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
}


/*------ Sidebar 4 Compass ------*/
.sidebar {
	height: 100%;
	width: 300px;
	float: left;
	background: #ffffff;
	padding: 0 5px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9d9d;
	font-weight:bold;
}
.sidebar h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #02744a;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 2px;
	padding-bottom: 0;
	padding-left: 12px;
	float: left;
}
.medias{
	float: right;	
	margin: 18px 2px 4px 2px;
	padding: 0 2px;
}
.sidebar h2 a:link, .sidebar h2 a:visited{
	text-decoration: none;
	color: #02744a;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.sidebar h2 a:hover {
	text-decoration: underline;
}
.sidebar h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #02744a;
}
.sidebar .headline a:link, .sidebar .headline a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #02744a;
	text-decoration: none;
	padding-left: 5px;
	font-weight: normal;
}
.sidebar .headline{
	height: 30px;
	width: 97%;
	background: #f3f3f3;
	border-bottom: solid 3px #959595;
	padding: 5px;
	padding-bottom: 0;
	margin-top: 0;
	clear: both;
}
.sidebar .headline div{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	padding-left: 8px;
}
.dir-nav {
	height: 34px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 15px;
	overflow: hidden;
	width: 245px !important;
	display: block;
	position: absolute;
}
.dir-nav table tr td table tbody tr:first-child td div a{
	font-size: 20px !important;
	font-family: Garamond, Georgia;
	background: #f3f3f3 url(/compass/images/nav-menu-btn.jpg) right bottom no-repeat !important;
	border: 0 none !important;
	border-bottom: solid 3px #959595 !important;
	padding: 1px 1px 1px 16px !important;
	margin: 0 0 !important;
	width: 227px;
	
}
.dir-nav table tr td table tbody tr {
	width: 225px !important;
	
}
.dir-nav table tr td table tbody tr:hover {
	background: #f3f3f3;
}
.dir-nav:hover {
	height: 238px;
	margin-top: 0;
	margin-bottom: 15px;
	overflow: hidden;
}
.dir-nav table tbody tr td table tbody tr td div img {
	display: none;
}
.dir-nav a:link, .dir-nav a:visited{
	background: #ffffff;
	border: solid 3px #959595;
	border-top: 0 none;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #02744a;
	text-decoration: none;
	padding: 0 0 0 15px;
	margin: 0 0;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	width: 224px;
}
.dir-nav a:hover {
	background: #f3f3f3;
}
.sidebar .clear-div{
	clear: both;
}
.sidebar .clear{
	clear: both;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	height: 1px;
	border: 0;
	color: #e2e2e2;
	width: 99%; 
}
.sidebar .media-story-img-div{
	background: #ffffff url(../images/media-pic-bg.jpg) top left no-repeat;
	float: left;
	margin: 5px;
}
.sidebar .media-story-img-div img {
	padding: 7px;
	padding-top: 9px;
}
.sidebar .media-story{
	float: left;
	width: 145px;
	margin: 5px;
	margin-top: 10px;
}
.sidebar a.media-story-link:link, .sidebar a.media-story-link:visited{
	color: #02744a;
	text-decoration: none;
}
.sidebar .media-story p{
	margin-top: 3px;
	font-size: 10px;
	color: #02744a;
	font-weight: normal;
}
.sidebar .curr-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
.side-indent {
	color: #02744a;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.side-indent a:link, .side-indent a:visited{
	color: #02744a;
	text-decoration: none;
	font-weight: normal;
}
.light-grey, a.light-grey:link, a.light-grey:visited {
	color: #9D9D9D;
}
a.light-grey:hover {
	color: #333333;
}
p.story-footer {
	padding: 2px;
	margin: 0 !important;
	padding-bottom: 0;
	font-size: 12px !important;
	text-align: center !important;
}
p.story-footer a{
	font-size: 1em !important;
}
.sidebar .big-dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	clear: none;
	float: left;
	padding: 0;
	margin: 0 4px 10px 12px;
	color: #555555;
}
.sidebar table{
	float: left;
	width: 300px;
}
.sidebar .cal-date {
	width: 50px;
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.sidebar .cal-desc {
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
	padding-left: 8px;
}
.sidebar a.side-story:link, .sidebar a.side-story:visited {
	font-family: Arial;
	font-size: 12px;
	color: #006f53;
	text-decoration: none;
	margin-top: 10px;
}
.sidebar .accolade {color:#62594E; margin:8px 5px 5px 15px;}
.sidebar .accolade p{
	color: #959595;
	font-weight: normal;
}
/*------ Sidebar ------*/
#sidebar {
	height: 100%;
	width: 300px;
	float: left;
	background: #ffffff;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9d9d;
	font-weight:bold;
}
#sidebar h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #02744a;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 2px;
	padding-bottom: 0;
	padding-left: 12px;
}
#sidebar h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #02744a;
}
#sidebar .headline a:link, #sidebar .headline a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #02744a;
	text-decoration: none;
	padding-left: 5px;
	font-weight: normal;
}
#sidebar .headline{
	height: 30px;
	width: 97%;
	background: #f3f3f3;
	border-bottom: solid 3px #959595;
	padding: 5px;
	padding-bottom: 0;
	margin-top: 0;
	clear: both;
}
#sidebar .clear-div{
	clear: both;
}
#sidebar .clear{
	clear: both;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	height: 1px;
	border: 0;
	color: #e2e2e2;
	width: 90%; 
}
#sidebar .media-story-img-div{
	background: #ffffff url(../images/media-pic-bg.jpg) top left no-repeat;
	float: left;
	margin: 5px;
}
#sidebar .media-story-img-div img {
	padding: 7px;
	padding-top: 9px;
}
#sidebar .media-story{
	float: left;
	width: 145px;
	margin: 5px;
	margin-top: 10px;
}
#sidebar a.media-story-link:link, #sidebar a.media-story-link:visited{
	color: #02744a;
	text-decoration: none;
}
#sidebar .media-story p{
	margin-top: 3px;
	font-size: 10px;
	color: #02744a;
	font-weight: normal;
}
#sidebar .curr-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
#sidebar table {
	float: left;
	position: relative;
	left: -10px;
}
#sidebar .big-dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	clear: none;
	float: left;
	padding: 0;
	margin: 0 4px 10px 12px;
	color: #555555;
}
#sidebar .cal-date {
	width: 50px;
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#sidebar .cal-desc {
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
}
#sidebar a.side-story:link, #sidebar a.side-story:visited {
	font-family: Arial;
	font-size: 12px;
	color: #006f53;
	text-decoration: none;
	margin-top: 10px;
}
/* - This is the subsite-search, I couldn't name it - */
.subsite-search {
	background: #ffffff url(/compass/images/search-bg.jpg) top left no-repeat;
	height: 60px;
	border-bottom: solid white 15px;
	
}
#compass-search {
	background: url(img/search-bg.jpg) top left no-repeat;
	height: 38px;
	padding-top: 15px;
	color: #9d9d9d;
	overflow: hidden;
	margin-top: 10px;
}
.subsite-search input[type="text"] {
	margin-left: 10px;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background: #ffffff;
	border: solid 1px #bababa;
	color: #b9b9b9;
	padding: 3px 3px;
	border-right: none;	
}
#search-box {
	margin-left: 10px;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background: #ffffff;
	border: solid 1px #bababa;
	color: #b9b9b9;
	padding: 3px 3px;
	border-right: none;	
}
#search-btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 29px;
	height: 24px;	
	background: #959595 url(/compass/images/search-arrow.jpg) center center no-repeat;
	border: solid 1px #bababa;
	border-left: none;
	margin-bottom: 4px;	
	padding: 1px 0 3px 0;
	cursor: pointer;
}


.search {
	margin-left: 42px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.side-story-div{
	padding: 10px;
	height: auto;
	width: 94%;
}
a.side-story:link, a.side-story:visited {
	font-family: Arial;
	font-size: 12px;
	color: #006f53;
	text-decoration: none;
	margin-top: 10px;
}
a.side-story:hover {
	font-family: Arial;
	font-size: 12px;
	color: #62594E;
	text-decoration: none;
	margin-top: 10px;
}
.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.georgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	clear: none;
}

a.archives-link:link, a.archives-link:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #02744a;
	text-decoration: none;
	padding: 0;
	margin: 5px 5px 0 167px;
	font-weight: normal;
}
/*----- ACCOLADES ------*/
#CS_Element_container1651879 {font-size: 12px;}
#CS_Element_container1651879 h3{color: #02744A !important; font-size: 17px; margin: 2px 0 0 5px;}
#CS_Element_container1651879 h5{color: #666666 !important; font-size: 14px; margin: 0 0 5px 0}
#CS_Element_container1651879 p{color: #666666 !important; font-size: 12px;}


#cs_control_1678704 {padding: 10px 0px 25px 0px;}

/*----- Active Data Calendar Feed -----*/
#f03ab1f9513f49f6a5e9dc071e6cd675 p{
	font-size:11px;
	padding:10px;
}

#f03ab1f9513f49f6a5e9dc071e6cd675 p a{
	text-decoration:none;
}

/*----- CONTENT ------*/
.content{
	width: 595px;
	float: left;
	background: #ffffff;
	padding: 0 0 0 5px;
}

.accolades_content{
width: 595px;
float: left;
background: #ffffff;
padding: 0 0 0 5px;
}

.headline-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9d9d;
	font-weight:bold;
	padding: 3px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 15px;
}
.author-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9d9d;
	font-weight:bold;
	margin: 0;
	margin-top: 4px;
}

/*------ STORY ------*/
.content .story .headline a:link, .content .story .headline a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #02744a;
	text-decoration: none;
}
.content .story .headline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;	
	color: #02744a !important;	
	height: 30px;
	width: auto;
	background: #f3f3f3;
	border-bottom: solid 3px #959595;
	padding: 8px;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 10px;
}
.content .story .story-img{
	float: left;
	padding: 15px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 15px;
}
.content .story a.headline-title:link, .content .story a.headline-title:visited{
	font-family: Arial, sans;
	font-size: 14px;
	color: #02744a;
	float: left;
	text-decoration: none;
	padding: 3px;
	margin-right: 5px;
	margin-top: 0;
	margin-left: 10px;
}
.content .story a.story-title:link, .content .story a.story-title:visited{
	font-family: Arial, sans;
	font-size: 15px;
	color: #02744a;
	float: left;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 7px;
}
.content .story .summary {
	font-size: 11px;
	color: #000000;
}
.content .story-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.content .story-body {
	width: 250px;
	float: left;
}
.featured-stories{
	color: #aaaaaa;
}
.featured-stories a:link, .featured-stories a:visited{
	color: #02744A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.featured-stories a:hover{
	color: #aaaaaa;
	text-decoration: none;
}
.read-more {
	font-family: Arial, sans;
	font-size: 11px;
	color: #02744a;
	text-decoration: none;
}
.archive-block{
	margin: 12px 10px 10px 5px;
	padding: 5px;
	width: 275px;
	float: left;
}
.double-border{
	margin: 3px 0;
	border-top: double #d1d1d1;
	padding: 5px;
	width: 275px;
	float: left;
}
.archive-block-wide{
	margin: 0px 10px 0 5px;
	padding: 1px;
	width: 510px !important;
	text-align: left;
}
.double-border-wide{
	margin: 5px 0;
	border-top: double #d1d1d1;
	padding: 5px;
	width: 275px;
}
.double-border-bottom{
	margin: 5px 0 5px 60px;
	border-top: double #d1d1d1;
	padding: 10px;
}
.double-border-bottom a:link, .double-border-bottom a:visited{
	margin-top: 10px;
	color: #006f53;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.double-border-bottom a:hover, .double-border-bottom a:active{
	margin-top: 10px;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


.archive-date-wide{
	float: left;
	padding: 6px 0 4px 0;
	margin: 5px 0 0 0;
	background: #ffffff url(img/archive-date.jpg);
	width: 41px;
	height: 31px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.archive-block h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 5px 0 0;
	color: #666666;
}
.pg-index table tbody tr td table {
	width: auto;
	float: left;
	padding: 0 !important;
	margin: 5px !important;
}
/*.pg-index table tbody tr td table tbody tr td {
	width: 25px;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}*/


.archive-date{
	float: left;
	padding: 10%;
	margin: 15% 0 0 0;
	background: #959595;
	width: 25px;
	height: 125%;
	color: #ffffff !important;
	white-space: normal !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}
.archive-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #02744a !important;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.archive-desc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000 !important;
	margin: 2px 0;
	padding: 0;
}
.regular{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000 !important;
	margin: 3px;
	vertical-align: top;
}
.regular-required{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000 !important;
	margin: 3px;
	vertical-align: top;
}
.archive-more{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #02744a !important;
	margin: 0;
	padding: 0;
}
.archive-story-div{
	padding: 0;
	margin: 10px 0 5px 0;
}

/*---------------Archive Navigation Widget ---------------*/
.archive-nav{
background: transparent url(/compass/stories/09-10/5/images/by-date.png) no-repeat scroll 0 0;
float:left;
height:13px;
margin:10px 0;
overflow:hidden;
padding:10px;
position:absolute;
right:29px;
top:217px;
width:225px;
}
.archive-nav:hover{
background: #FFFFFF url(/compass/stories/09-10/5/images/by-date.png) no-repeat scroll 0 0;
float:left;
margin:10px 0;
overflow: visible;
padding:10px;
position:absolute;
right:29px;
top:217px;
height: 300px;
width:225px;
}
.archive-nav h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 5px 0 0;
	color: #666666;
	font-size: 16px;
}
.archive-nav-inner{
	border:2px solid #959595;
	margin:0 -10px;
	width:241px;
}
.archive-nav-inner ul{
	list-style: none;
	float: right;
	padding: 5px;
	padding-right: 20px;
	margin: 10px 5px;
	border-right: solid 1px #959595;
}
.archive-nav-inner ul li{
	width: 100%;
	padding-right: 20px;
	border-bottom: solid 1px #ffffff;
	line-height: .5em;
}
.feat-stor {
	margin-left: 5px;
	padding-left: 5px;
}
.feat-stories {
border-bottom: solid 1px #959595;
margin:10px 0 0 0;
}
.feat-stories div h4{
	font-size: 20px;
	font-family: Garamond;
	font-weight: bold;
	margin-left: 5px;
}
.archive-nav-inner ul li:hover, .archive-nav-inner ul li:active{
	border-bottom: solid 1px #959595;
	line-height: .5em;
}
.archive-nav-inner ul li.activated{
	border-bottom: solid 1px #959595;
	line-height: .5em;
}
.archive-nav-inner ul li.activated a{
	color: #006f53;	
}
.archive-nav a:link, .archive-nav a:visited{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #959595;
}
.archive-nav a:hover, .archive-nav a:active{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006f53;
}
a.nav-green-link:link, a.nav-green-link:visited{
	margin-top: -12px;
	color: #006f53;
	font-size: 14px;
	float: right;
}
a.nav-green-link:hover, a.nav-green-link:active{
	margin-top: -12px;
	color: #666666;
	font-size: 14px;
	float: right;
}


/*------ CONTENT - MORE NEWS TABS ------*/
.content .story .headline .more-top {
	width: 215px;
	height: 16px;
	background: url(../../curve-down.jpg) top no-repeat #f3f3f3;
	float: right;
	padding: 5px;
	padding-right: 0;
	margin-top: 3px;
	vertical-align: bottom;
}
.content .story .headline .more-top a:link, .content .story .headline .more-top a:visited{
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}
.content .story .more {
	width: 200px;
	height: 100%;
	background: #ffffff;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9d9d;
	font-weight:bold;
	padding: 0 0 0 15px;
	
}
.content .story .more a:link, .content .story .more a:visited{
	font-family: Arial;
	font-size: 12px;
	color: #006f53;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 10px;
	display: inline-block;
}
.content .story .more a.top:link, .content .story .more a.top:visited{
	font-family: Arial;
	font-size: 12px;
	color: #006f53;
	text-decoration: none;
	padding: 0;
}

/*********************************************************************************************** - OLD CSS CHECK
/*----- CONTENT ------*/
#content{background:none repeat scroll 0 0 #FFFFFF;float:left;padding:10px 0  10px 10px;width:612px;}
p.headline-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9d9d;
	font-weight:bold;
	padding: 5px 3px 7px;
	margin-top: 0;
	margin-left: 15px;
}
p.author-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9d9d;
	font-weight:bold;
	margin: 0;
}

/*------ STORY ------*/
#content .story .headline a:link, #content .story .headline a:visited{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #02744a;
	text-decoration: none;
}
#content .story .headline a:hover {
	text-decoration: underline;
}
#content .story .headline{background:none  repeat scroll 0 0 #F3F3F3;border-bottom:3px solid #959595;height:30px;padding:8px 0 0  8px;}
#content .story .story-img{
	float: left;
	overflow: hidden;
	margin: 15px;
}
#content .story a.headline-title:link, #content .story a.headline-title:visited{
	font-family: Arial, sans;
	font-size: 14px;
	color: #02744a;
	float: left;
	text-decoration: none;
	padding: 2px;
	margin-right: 5px;
	margin-top: 0;
	margin-left: 10px;
}
#content .story a.story-title:link, #content .story a.story-title:visited{
	font-family: Arial, sans;
	font-size: 15px;
	color: #02744a;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 7px;
}
#content .story p.summary {
	font-size: 11px;
	color: #000000;
}
#content .story-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
#content .story-body {
	width: 250px;
	float: left;
	margin:10px 0 0 0;
}
.photo-space{display: block; margin: 50px 0 0 0;}
.read-more {
	font-family: Arial, sans;
	font-size: 11px;
	color: #02744a;
	text-decoration: none;
}
.announce-detail{}
.announce-detail p{font-size: .8em; color: #333;}
.announce-detail h3{font-size: 1.25em; line-height: 1em; color: #02744A !important;}
.announce-detail p a:link, .announce-detail p a:visited{color: #02744A; text-decoration: none;}
.announce-detail p a:hover{text-decoration: underline;}
/*.archive-block{
	margin: 12px 10px 10px 5px;
	padding: 5px;
	width: 275px;
	float: left;
}*/
.double-border{
	margin: 3px 0;
	border-top: double #d1d1d1;
	padding: 5px;
	width: 275px;
	float: left;
}
/*.archive-block-wide{
	margin: 5px 10px 10px 5px;
	padding: 5px;
	width: 515px;
}*/
.double-border-wide{
	margin: 5px 0;
	border-top: double #d1d1d1;
	padding: 5px;
	width: 275px;
}
.double-border-bottom{
	margin: 5px 0 5px 60px;
	border-top: double #d1d1d1;
	padding: 10px;
}
.double-border-bottom a:link, .double-border-bottom a:visited{
	margin-top: 10px;
	color: #006f53;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.double-border-bottom a:hover, .double-border-bottom a:active{
	margin-top: 10px;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
/*.archive-date-wide{
	float: left;
	padding: 6px 0 4px 0;
	margin: 5px 0 0 10px;
	background: #ffffff url(img/archive-date.jpg);
	width: 41px;
	height: 31px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}*/
.archive-block h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 5px 0 0;
	color: #666666;
}
/*.archive-date{
	float: left;
	padding: 6px 0 4px 0;
	margin: 35px 0 0 10px;
	background: #ffffff url(img/archive-date.jpg);
	width: 41px;
	height: 31px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}*/
.archive-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #02744a;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.archive-desc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 2px 0;
	padding: 0;
}
.archive-more{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #02744a;
	margin: 0;
	padding: 0;
}
.archive-story-div{
	padding: 0;
	margin: 10px 0 5px 0;
}

/*------ LISTED ITEMS (li) ---------*/
.centerStorysection li {font-family:Arial; font-size:14px; font-weight:normal; list-style-type:disc; color:#000;}
.centerStorysection ul {padding-left:15px;}


/*------ CONTENT - MORE NEWS TABS ------*/
#content .story .headline .more-top {float:right;height:22px;margin-top:8px;width:215px;}
#content .story .headline .more-top a:link, #content .story .headline .more-top a:visited{display:block;height:22px;width:215px;}
#content .story .more {background:none repeat scroll 0 0 #FFFFFF;color:#9D9D9D;float:right;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;font-weight:bold;padding:0 0 0 15px;width:215px;}

#content .story .more a:link, #content .story .more a:visited{
	font-family: Arial;
	font-size: 12px;
	color: #006f53;
	text-decoration: none;
	display: inline;
}
#content .story .more a.top:link, #content .story .more a.top:visited{color:#006F53;font-family:Arial;font-size:12px;margin:0 0 15px;padding:0;text-decoration:none;}
/*************************************************************************************** - OLD CSS DONE



/*----------- SLIDESHOW ---------------*/

.top_stories {
	background: #EEE;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
.top_stories .clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.top_stories {
	width: 940px;
	height: 415px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.top_stories_left{
	float:left;
}

.top_stories {
	list-style: none;
	padding: 0;
	margin: 0;
}
.story_detail {
	display: inline;
	z-index: 2;
	width: 325px;
	background-color:#ededed;
}
#ouws_pi_description {
	height: 65px;
	width: 180px;
	padding: 10px;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial;
	border-bottom:#989898 1px solid;
}
.story_detail_li:last-child {
	border-bottom:none;
}
#ouws_pi_image {
	padding: 5px;
	border: none;
	float: left;
	margin: 0 10px 0 0;
}
#ouws_pi_title {
	float: left;
	
}
#ouws_pi_title h4 a:link {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 5px;
	height: 84px;
	outline: none;
}
 #ouws_pi_title h4 a:hover {
	text-decoration: underline;
}
 #ouws_pi_title h4 a.current {
	background: #d3d3d3;
	color: #000;
}
 #ouws_pi_title h4 a.current:hover {
	text-decoration: none;
	cursor: default;
}
.story_photo {
	right: 0;
	top: 0;
	width: 100%;
	height: 355px;
	position: relative;
	float:left;
}
.story_photo div img {
	width: 615px;
	height: 415px;
}
.story_photo div a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #008067;
	-moz-border-radius: 5px;
	z-index: 2;
}
.story_photo div a:hover {
	background: #989898;
}
#ouws_pi_image .indexImg {
	width:105px;
	height: 70px;
}
.top_stories_full {
}
.top_stories_header{padding:0; margin:0;}

.contact .contact-table td{width: 43%; padding: 5px;}
.contact .contact-table h3{margin-top: 10px;}
.contact {width: 90%; font-size: 12px;}
.contact h4{padding: 0; margin: 10px 0 0 5px; font-size:14px !important;}
.contact .contact-table td h3{padding: 0; margin-bottom: 0; font-size:11px !important; font-weight: bold;}
.contact p{margin: 0 0 5px 5px;}
.contact {margin-top: 15px;}
.contact .storyHeadlines p{margin: 0 0 5px 5px; padding: 0;}
.contact .storyHeadlines h4{margin-bottom: 0 !important; padding-bottom: 0 !important;}
.contact .storyHeadlines{background:#f3f3f3; color:#000000; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px; margin: 0;}
.storyHeadlines{background:#f3f3f3; color:#000000; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px; margin: 10px 0;}

/* Display Template */
.storyPhoto{}
.photoCaption{color:#000000; margin-left: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.photoCredit{color:#000000; font-style:italic; margin-left: 5px; margin-bottom: 8px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.leftPhotoSection {float:left  !important;font-size:0.75em;width:245px !important;}
.leftPhotoSection div span div img{width:100%;}
.leftPhotoSection .search { margin-left: 10px !important;}
.leftPhotoSection hr.clear{ height: 1px !important;}
.leftPhotoSection a.archives-link:link, .leftPhotosection a.archives-link:visited{ margin-left: 128px !important;}

/* .leftPhotosection div span div img{width:100%;} */
.leftPhotosection .search { margin-left: 10px !important;}
.leftPhotosection hr.clear{ height: 1px !important;}
.leftPhotosection a.archives-link:link, .leftPhotosection a.archives-link:visited{ margin-left: 128px !important;}
.leftPhotosection {float:left  !important;font-size:0.75em;width:245px !important;}

.centerStorysection{float:left; width:440px; margin: 0 10px; padding: 0 10px;}

.storyTitle{color:#085D3A !important;font-size:24px  !important;line-height:1em; font-family: Garamond; font-weight: bold;}
.storySubtitle{color:#3E3E3E !important; line-height:1em;margin:8px 0;font-family:Garamond;
font-size:18px !important;
font-weight:bold;}
.storyDate{color:#000000; font-style:italic; font-size: 12px;}
.storyAuthor{color:#000000; font-size:12px;font-style:italic;}
.storyBody{color:#000000;}
.centerStorysection p{margin:5px 0 15px 0; color:#000000; font-family:Arial; font-size:14px; font-weight:normal;}


.rightAdditionalsection{float:left; width:200px; font-size:.75em;}
.rightAdditionalsection .storyHeadlines{background:#f3f3f3; color:#000000; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 0 !important; margin: 2px !important;}
.rightAdditionalsection .storyHeadlines p{margin: 10px !important; font-family:Arial; font-size:12px; padding:2px 5px 15px 5px;}
.rightAdditionalsection .storyHeadlines h4{font-family: Arial; font-size:1.25em!important; color:#4f4f4f; margin: 5px !important; padding: 5px 5px 0px 8px}
.rightAdditionalsection .storyHeadlines h3{margin: 5px !important;}
.storyRelated{color:#000000; padding: 0; margin: 10px 0 20px 0;background: url(/compass/images/related_2.jpg) top left no-repeat;}
.storyRelated h4{display: none;}
.storyRelated a:link {display:inline-block;margin:0 0 0 7px;}
.storyRelated span {display:block}
.first-related a{margin:25px 0px 0px 7px!important; display:inline-block;}
.storyAdditional{background: url(/compass/images/additional_2.jpg) top left no-repeat;margin-top:2em;}
.storyAdditional h4{display: none}
.add-info-p{display:inline-block;padding:25px 0 0 7px;}

/* - ---------Weather Widget------------ - */
.logo-weather {	width: 100%; background: #ffffff;}
.weather-container {}
#weather { float:left;margin:5px 0 5px 5px;width:275px;}
#weather .big-day{ font-size: 42px; font-weight: bold; color: #e4e4e6; margin: 3px; padding: 2px; float: left;}
#weather .info{float: left; margin: 0; padding: 0;max-width:210px;}
#weather .top-date{font-family: Georgia, Times, serif; font-size: 11px; margin-bottom: 2px; margin-top: 15px;}
#weather .weather-img{width: 24px; height: 16px; margin: 1px; padding: 0; float: left; margin-left: 0px;}
#weather .weather-details{float:left;font-family: Georgia, Times, serif; font-size: 11px; color: #a29292; margin: 0; padding: 0; margin-left: 5px;max-width:160px;float: left;clear:none;}



/* - -----------------Old Slideshow CSS-------------------------- - */
#top_stories {
	background: #EEE;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
#top_stories .clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
div#top_stories {
	width: 940px;
	height: 415px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
div#top_stories_left{float:left;}
div#top_stories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#story_detail {
	left: 0;
	z-index: 2;
	width: 325px;
	background-color:#ededed;
}
ul#story_detail li {
	font-size: 12px;
	font-family: Arial;
	border-bottom:#989898 1px solid;
}
ul#story_detail li:last-child {
	border-bottom:none;
}
ul#story_detail li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 0 10px 0 0;
}
ul#story_detail li a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 5px;
	height: 84px;
	outline: none;
}
ul#story_detail li a:hover {
	text-decoration: underline;
}
ul#story_detail li a.current {
	background: #d3d3d3;
	color: #000;
}
ul#story_detail li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#story_photo {
	right: 0;
	top: 0;
	width: 615px;
	height: 415px;
	position: relative;
	float:left;
}
ul#story_photo li {
	position: absolute;
	width: 615px;
	height: 415px;
}
/*ul#story_photo li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #008067;
	-moz-border-radius: 5px;
}*/
ul#story_photo li a.full {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(/compass/images/full-story-bg.png);
	-moz-border-radius: 5px;
}
ul#story_photo li a:hover {
	background: #666666;
}
.top_stories_thumb {
	width:105px;
	height: 70px
}
.top_stories_full {
}
.top_stories_header{padding:0; margin:0;}
.top-archives {margin: 5px 5px 15px 15px;}
.top-archives img {width: 375px;}
.side-story-div p span.light-grey{font-size: 11px ;}
.sidebar .curr-date p{font-size: 11px;}
.accolade p{font-size: 11px;}
.contact p{font-size: 12px;}
.contact .storyHeadlines p{font-size: 12px;}
.contact .storyHeadlines h4{font-size: 1.5em;}
.contact .storyHeadlines h3{font-size: 1.75em;}
.storyHeadlines h4{font-size: 1.5em;}
.storyHeadlines p{font-size: 11px;}
.add-info-p{font-size: 12px;}
ul.ws_custom_multilink {padding-left: 1em;}
.ws_custom_multilink a{color: #00694e !important;text-decoration: none;}

div.essayElement{padding-top:1em;}
div.essayElement img{max-width:27.1875em;padding-bottom:.75em;}
div.centerStorysection div.ytlb img, div.centerStorysection img{max-width:27.0625em;}
div.leftPhotosection div.ytlb img{max-width:20.5em;}
div.rightAdditionalsection div.ytlb img{max-width:15.25em}
div.ytlb span.ytcap, .topImgCap{color:#000;display:block}
span.ytcred{color:#000; font-style:italic;font-size:.75em;}
div.centerStorysection div.ytlb span.ytcap, span.topImgCap{font-size:.75em;}
div.leftPhotosection div.ytlb span.ytcap, div.rightAdditionalsection div.ytlb span.ytcap{font-size:.95em;}
div.leftPhotosection span.ytcred, div.rightAdditionalsection span.ytcred{font-size:.95em;}
div.ytlb{margin-bottom:1em;}



/* Compass Header Twitter Styles */
@font-face
{
font-family: "Bergamo Pro";
font-style: normal;
font-weight: normal;
src: local("?"), url("/common/css/type/BergamoPro-Regular-webfont.woff") format("woff"), url("/common/css/type/BergamoPro-Regular-webfont.ttf") format("truetype"), url("/common/css/type/BergamoPro-Regular-webfont.svg") format("svg");
}

div.twitter_header {margin-top:-1em; float:right; margin-top:-2em; margin-right:1em;}
div.twitter_header table {display:inline;}
div.twitter_header div.twitter_header_text {display:inline;}
div.twitter_header div.twitter_header_text img.twitter_header_img {float:right; width:27px; height:27px;}
div.twitter_header div.twitter_header_text span.twitter_header_text p {float:right; font-family: 'Bergamo Pro',"Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 12pt!important; color:grey;}

/* Compass Stories - right sidebar and content footer */
/*div.right_hand_share {height:20px;}*/
div.right_hand_share p.story-footer > a > img {float:left;}
div.right_hand_share p.story-footer > img {display:none;} 
div.right_hand_share p.story-footer em {display:none;}
div.right_hand_share  hr {display:none;}
div.right_hand_share p.story-footer ~ p.story-footer {display:none;}
div.footer_share p.story-footer:first-child a {display:none;}
div.printer_friendly_right {padding-left:40%; margin-bottom:4em;}
div.storyRelated {margin-top:3em;}
div.Compass_Story_Like {margin-bottom:1em;}
div.right_hand_share p.story-footer {padding:0!important;}
div.Compass_Story_Like iframe {width:200px!important; height:50px!important;}
