/*
Company:	Henry McMaster
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg-fade.jpg) repeat-x 0 0 #fff;
	background-attachment: fixed;
}
body {
	font-family: georgia, times, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 975px;
	background: url(../images/hd-bkg.jpg) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;	
}

/* Body */
div#bd {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}
div#ft p {
	text-align: right;
	color: #6e80a2;
}
div#ft p.ft-links {
	font-size: 93%;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 0 0 0;
}
div#ft p.ft-links span.paid-for {
	font-size: 93%;
	border: 1px solid #6e80a2;
	padding: 2px 4px;
	margin-left: 7px;
}
div#ft p.ft-links a:link, div#ft p.ft-links a:visited {
	color: #6e80a2;
	text-decoration: underline;
}
div#ft p.ft-links a:hover {
	text-decoration: none;
}
div#ft p.address {
	color: #6280a2;
	font-size: 85%;
	font-family: arial, helvetica, sans-serif;
}
/* @end */

/* @group Modules */
/* Util Bar */
div.util-bar-wrap {
	width: 975px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
}
div.util-bar {
	width: 975px;
	height: 37px;
	background: url(../images/util-bar-bkg.gif) no-repeat 0 0;
	position: fixed;
	z-index: 100;
}

/* Social Util Bar */
div.socialbar-util {
	width: 260px;
	padding: 7px 8px 0 0;
	float: right;
	display: inline;
}
div.socialbar-util ul {
	margin: 0;
	padding: 0;
}
div.socialbar-util li {
	list-style: none;
	float: left;
	display: inline;
}
div.socialbar-util a {
	display: block;
	height: 21px;
	background: url(../images/socialbar-util.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.socialbar-util li.facebook a {
	width: 78px;
	background-position: 0 0;
}
div.socialbar-util li.youtube a {
	width: 58px;
	background-position: -78px 0;
}
div.socialbar-util li.flickr a {
	width: 50px;
	background-position: -136px 0;
}
div.socialbar-util li.twitter a {
	width: 73px;
	background-position: -186px 0;
}
div.socialbar-util li.facebook a:hover {
	background-position: 0 -21px;
}
div.socialbar-util li.youtube a:hover {
	background-position: -78px -21px;
}
div.socialbar-util li.flickr a:hover {
	background-position: -136px -21px;
}
div.socialbar-util li.twitter a:hover {
	background-position: -186px -21px;
}

/* Email Signup */
div.email {
	width: 400px;
	float: left;
	display: inline;
}
div.email label {
	color: #283f65;
	font-size: 116%;
	font-variant: small-caps;
	background: url(../images/icon-email.gif) no-repeat 0 50%;
	display: block;
	line-height: 33px;
	padding: 0 10px 0 33px;
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}
div.email input.txt {
	border: 1px solid #6083b9;
	padding: 2px;
	margin: 6px 0 0 0;
	width: 120px;
	font-size: 93%;
	vertical-align: top;
}
div.email input.btn {
	margin: 7px 0 0 0;
	vertical-align: top;
}

/* Logo */
div#logo {
	width: 250px;
	height: 97px;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Home Feature */
div.home-feature {
	width: 975px;
	height: 326px;
	background: url(../images/home-feature-bkg.jpg) no-repeat 0 0;
}

/* Quicklinks */
div.quicklinks {
	margin: 20px 0 0 775px;
	position: absolute;
	width: 190px;
}
div.quicklinks ul {
	margin: 0;
	padding: 0;
}
div.quicklinks ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.quicklinks ul a {
	font-size: 123.1%;
	font-variant: small-caps;
	background: url(../images/quicklinks-arrow.gif) no-repeat 0 50%;
	display: block;
	padding: 2px 0 2px 10px;
	width: 179px;
}
div.quicklinks ul a:link, div.quicklinks ul a:visited {
	color: #35302b;
	text-decoration: none;
}
div.quicklinks ul a:hover {
	text-decoration: underline;
}

/* Home Feature Text */
div.home-feature-text {
	position: absolute;
	margin: 40px 0 0 238px;
	width: 490px;
}
div.home-feature-text-pad {
	padding-left: 15px;
}
div.home-feature-text-pad a {
	text-decoration: none;
}

#hp_link2{
	text-decoration: none;
}
#hp_link2:hover{
	text-decoration: underline;
}

div.home-feature-text h1 {
	color: #423d3b;
	font-size: 170%;
	margin: 0 0 5px 0;
	font-weight: bold;
	background: url(../images/double-arrows.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}
div.home-feature-text h1 a:link, div.home-feature-text h1 a:visited {
	text-decoration: none;
}
div.home-feature-text h1 a:hover {
	text-decoration: underline;
}
div.home-feature-text p {
	color: #423d3b;
	font-size: 100%;
	line-height: 120%;
}
div.home-feature-text p a:link, div.home-feature-text p a:visited {
	text-decoration: underline;
	color: #423d38;
}
div.home-feature-text p a:hover {
	text-decoration: none;
}


/* Why Henry */
div.why-callout {
	position: absolute;
	margin: 210px 0 0 300px;
	width: 605px;
}
div.why-callout h2 {
	color: #fac428;
	font-size: 215%;
	margin: 0;
	font-weight: normal;
	font-variant: small-caps;
	width: 250px;
	line-height: 100px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div.why-callout h2 span {
	font-size: 161.6%;
}
div.why-callout div.why-content {
	width: 335px;
	padding: 10px 0 0 0;
	float: right;
	display: inline;
}
div.why-callout p {
	color: #ffffff;
	font-size: 100%;
	margin: 0;
	line-height: 120%;
}
div.why-callout a:link, div.why-callout a:visited {
	text-decoration: underline;
	color: #ffffff;
}
div.why-callout a:hover {
	text-decoration: none;
}

/* News Boxes */
div.news-boxes {
	width: 975px;
	background: url(../images/callouts-bkg.gif) no-repeat 0 0 #cecdcc;
	padding: 15px 0;
}
div.news-boxes-cols {
	background: url(../images/callouts-div.gif) repeat-y 314px 0;
}
div.news-boxes h3 {
	color: #28221d;
	font-size: 182%;
	margin: 0 0 5px 0;
	text-indent: -9000px;
}
div.news-boxes div.news-blog {
	margin: 0 0 0 22px;
	width: 278px;
	float: left;
	display: inline;
}
div.news-boxes h4 {
	margin: 0 0 3px 0;
	font-weight: normal;
	font-size: 123.1%;
	font-variant: small-caps;
}
div.news-boxes div.news-blog h3 {
	height: 31px;
	background: url(../images/hd-blog.png) no-repeat 0 0;
}

div.news-boxes div.news-latest {
	margin: 0 0 0 32px;
	width: 270px;
	float: left;
	display: inline;
}
div.news-boxes div.news-latest h3 {
	height: 31px;
	background: url(../images/hd-news.png) no-repeat 0 0;
	margin-top: 0;
	padding-top: 5px;
}

div.news-boxes div.news-twitter {
	margin: 0 0 0 32px;
	width: 318px;
	float: left;
	display: inline;
}
div.news-boxes div.news-twitter h3 {
	height: 33px;
	background: url(../images/hd-twitter.png) no-repeat 0 0;
}

div.news-boxes p {
	color: #423d2b;
	font-size: 100%;
}
div.news-boxes a:link, div.news-boxes a:visited {
	color: #423d2b;
	text-decoration: underline;
}
div.news-boxes a:hover {
	text-decoration: none;
}

div.news-boxes p.twitter-link {
	margin: 0;
	font-size: 93%;
}
div.news-boxes p.twitter-link a:link, div.news-boxes p.twitter-link a:visited {
	color: #423D2B;
	text-decoration: underline;
}
div.news-boxes p.twitter-link a:hover {
	text-decoration: none;
}


/* Social Footer Bar */
div.socialbar-ft {
	width: 375px;
	padding: 10px 0 0 0;
	float: left;
	display: inline;
}
div.socialbar-ft ul {
	margin: 0;
	padding: 0;
}
div.socialbar-ft li {
	list-style: none;
	float: left;
	display: inline;
}
div.socialbar-ft a {
	display: block;
	height: 30px;
	background: url(../images/socialbar-ft.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.socialbar-ft li.facebook a {
	width: 110px;
	background-position: 0 0;
}
div.socialbar-ft li.youtube a {
	width: 86px;
	background-position: -110px 0;
}
div.socialbar-ft li.flickr a {
	width: 74px;
	background-position: -196px 0;
}
div.socialbar-ft li.twitter a {
	width: 104px;
	background-position: -270px 0;
}
div.socialbar-ft li.facebook a:hover {
	background-position: 0 -30px;
}
div.socialbar-ft li.youtube a:hover {
	background-position: -110px -30px;
}
div.socialbar-ft li.flickr a:hover {
	background-position: -196px -30px;
}
div.socialbar-ft li.twitter a:hover {
	background-position: -270px -30px;
}

/* Backgrounds of Inside Content */
div.bkg-sidebar {
	width: 975px;
	background: url(../images/side-bkg.gif) repeat-y 0 0 #fff;
	border-bottom: 20px solid #8eafd4;
		border-left: 2px solid #8eafd4;
	border-right: 2px solid #8eafd4;
}

div.bkg-sidebar2 {
	width: 975px;
	border-bottom: 20px solid #8eafd4;
	border-left: 2px solid #8eafd4;
	border-right: 2px solid #8eafd4;
}

div.bkg-main {
	width: 975px;
	background:  url(../images/main-bkg-fade.gif) no-repeat 1px 0;
	padding: 20px 0;
}

div.bkg-main2 {
	width: 975px;
	background: #feffff url(../images/main-bkg-fade2.gif) no-repeat 1px 0;
	padding: 20px 0;
}


/* Main */
div.main {
	width: 590px;
	margin: 0 0 0 26px;
	float: left;
	display: inline;
}
div.main-pad {
	padding: 0 0 0 15px;
}

/* Side */
div.side {
	width: 296px;
	padding: 5px 0;
	margin: 0 7px 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #181818;
}
div.main p {
	line-height: 140%;
}
/* @end */


/* Main No Sidebar */
div.main2 {
	width: 945px;
	margin: 0 0 0 26px;
	float: left;
	display: inline;
	color: #181818;
}

div.main2 p {
	line-height: 140%;
}
/* @end */

/* @group Post Headings */

div.mainpost h1 {
	color: #0b284a;
	font-size: 130%;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-variant: small-caps;
	background: url(../images/double-arrows.gif) no-repeat 0 50%;
}

div.mainpost {
	width: 590px;
	margin: 0 0 0 26px;
	float: left;
	display: inline;
}
div.mainpost-pad {
	padding: 0 0 0 15px;
}

div.page-title-news {
	background: url(../images/page-title-bar.gif) no-repeat 15px 100%;
	margin: 0 0 15px 0;
}

div.mainpost div.page-title h1 {
	margin: 0;
}
div.mainpost h3 {
	font-variant: small-caps;
	margin: 0 0 5px 0;
	text-decoration:none;
}

div.mainpost {
	color: #181818;
}
div.mainpost p {
	line-height: 140%;
}


/* @end */

/* @group Default Headings */
div.main h1 {
	color: #0b284a;
	font-size: 231%;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-variant: small-caps;
	background: url(../images/double-arrows.gif) no-repeat 0 50%;
}

div.main2 h1 {
	color: #0b284a;
	font-size: 231%;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-variant: small-caps;
	background: url(../images/double-arrows.gif) no-repeat 0 50%;
}

div.page-title {
	background: url(../images/page-title-bar.gif) no-repeat 15px 100%;
	margin: 0 0 15px 0;
}

div.main div.page-title h1 {
	margin: 0;
}

div.main2 div.page-title h1 {
	margin: 0;
}

div.main h3 {
	font-variant: small-caps;
	margin: 0 0 5px 0;
	text-decoration:none;
}

div.main2 h3 {
	font-variant: small-caps;
	margin: 0 0 5px 0;
	text-decoration:none;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	width: 975px;
	height: 43px;
	background: url(../images/nav-bkg.gif) repeat-x 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 0 50%;
	padding: 0 0 0 2px;
	float: left;
	display: inline;
}
div#nav ul li:first-child {
	background: none;
}
div#nav ul li a {
	display: block;
	line-height: 43px;
	font-size: 93%;
	text-transform: uppercase;
	padding: 0 16px 0 20px;
}

/* ORIGINAL PADDING ON ABOVE STYLE: 0 12px 0 10px */

div#nav ul a:link, div#nav ul a:visited {
	color: #fefefe;
	text-decoration: none;
}
div#nav ul a:hover, div#nav ul a.active {
	text-decoration: none;
	background: url(../images/nav-hover.gif) repeat-x 0 0;
}
div#nav ul li.donate {
	background: url(../images/donate-btn.png) no-repeat 0 0;
	width: 223px;
	height: 63px;
	margin: -2px -25px 0 0;
	float: right;
	display: inline;
}
div#nav ul li.donate a {
	font-size: 138.5%;
	text-align: center;
	padding: 0 10px 0 0;
}
div#nav li.donate a:link, div#nav li.donate a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#nav li.donate a:hover {
	text-decoration: underline;
	background: none!important;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #0B284A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

input.volform1 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:180px;
}

input.volform4 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:40px;
}

.issuename {
	color:#0B284A;
	font-family:georgia, times, sans-serif;
	font-size:20px;
	text-align:left;
	text-transform:uppercase;
	width: auto;
	padding-bottom:2px;
}

.scstoriestitle {
	font-family: Georgia, Arial, serif;
	color: #0B284A;
	font-size: 14px;
}

a:link.newsreadmore {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; font-variant:small-caps;text-decoration: underline}
a:active.newsreadmore {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; font-variant:small-caps;text-decoration: underline}
a:visited.newsreadmore {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; font-variant:small-caps;text-decoration: underline}
a:hover.newsreadmore {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; font-variant:small-caps;text-decoration: none}

a:link.newstitlereadmore {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 15px; font-variant:small-caps;text-decoration: none}
a:active.newstitlereadmore {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 15px; font-variant:small-caps;text-decoration: none}
a:visited.newstitlereadmore {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 15px; font-variant:small-caps;text-decoration: none}
a:hover.newstitlereadmore {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 15px; font-variant:small-caps;text-decoration: underline}

/*SIDEBAR STYLES*/

input.sidebar1 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:180px;
}


.sidetitle {
	color:#0B284A;
	font-family:georgia, times, sans-serif;
	font-size:28px;
	border-bottom: 2px solid #ACC2E1;
	padding-bottom: 1px;
	text-align:center;
	font-variant:small-caps;
	width: auto;
}


.twittersidetext {
	font-size:13px;
	color:#0B284A;
}

.timelinetable {
	background-color:#d3dcec;
	width:286px;
}

.timelineright {
	background-color:#d3dcec;
	padding:0 0 0 0;
	width:86px;
	vertical-align:top;
}

.timelinerightdate {
	background-color:#afc2e1;
	width: 200px;
	text-align: right;
	padding:0 5px 5px 0;
	font-family:Georgia, Arial, serif;
	font-size:21px;
	color:#17406d;	
}

.timelineleft {
	background-color:#d3dcec;
	padding:0 0 0 0;
	width:86px;
	vertical-align:top;
}

.timelineleftdate {
	background-color:#afc2e1;
	width: 200px;
	text-align: left;
	padding:0 0 5px 5px;
	font-family:Georgia, Arial, serif;
	font-size:21px;
	color:#17406d;	
}

.timelinecontent {
	padding:5px 10px 10px 10px;
	font-family:Georgia, Arial, serif;
	font-size:11px;
	color:#000;
	width:200px;
}

.timelinetitle {
	font-family:Georgia, Arial, serif;
	font-size:14px;
	color:#17406d;
	font-weight:bold;
	padding:5px 0 2px 0;
}

.sidebartitle {
	font-family:Georgia, Arial, serif;
	font-size:14px;
	color:#17406d;
	font-weight:bold;
	padding:5px 0 2px 0;
}

.sidebardate {
	font-family:Georgia, Arial, serif;
	font-size:12px;
	color:#17406d;
	font-weight: normal;
	padding:0 0 2px 0;	
}
	
.sidebargeneraltop {
	padding: 0 0 1px 5px;
	font-family: Georgia, Arial, serif;
	font-size:16px;
	color:#FFF;
	background-color:#6281b7;
	height:32px;
	width:286px;
	border-left:#6281b7 thin solid;
	text-transform:uppercase;
	text-align:left;
}

.sidebargeneralcontent {
	border-left: #6281b7 thin solid;
	border-right: #6281b7 thin solid;
	border-bottom: #6281b7 thin solid;
	font-family:Georgia, Arial, serif;
	font-size:11px;
	color:#000;
	width:286px;
	vertical-align:top;
	background-color:#FFF;
	padding:10px;
	text-align:left;
}

.sidebargeneralbottom {
	border-bottom: #6281b7 thin solid;
	border-left: #6281b7 thin solid;
	border-right: #6281b7 thin solid;
	padding:0 0 0 0;
	background-image: url(/images/sidebar_general_bottom.jpg);
	height:34px;
	text-align:left;
}

.scstoriestitle {
	color:#0B284A;
	font-family:georgia, times, sans-serif;
	font-size:20px;
	text-align:center;
	font-variant:small-caps;
	width: auto;
	padding-bottom:2px;
}

.scstories {
	font-family: Georgia, Arial, serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: 286px;
	border: thin solid #6281b7;
	background-color: #ebd9a5;
	padding:0 0 0 0;
}

.scstoriescontent {
	font-family: Georgia, Arial, serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 265px;
}

a:link.scstoriesbottom {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; font-variant:small-caps;text-decoration: underline}
a:active.scstoriesbottom {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; font-variant:small-caps;text-decoration: underline}
a:visited.scstoriesbottom {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; font-variant:small-caps;text-decoration: underline}
a:hover.scstoriesbottom {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; font-variant:small-caps;text-decoration: none}

.scstoriesbottom {
	text-align:center;
	font-family: Georgia, Arial, serif;
	font-size: 14px;
	color: #0B284A;
	font-variant:small-caps;
	padding:3px 0 0 0;
}

#flickrside img {
	margin: 0 7px 7px 0;
}

.flickrsidetitle {
	color:#0B284A;
	font-family:georgia, times, sans-serif;
	font-size:20px;
	text-align:center;
	font-variant:small-caps;
	width: auto;
	padding-bottom:2px;
	padding-right:4px;
}

/* Twitter */

a:link.gototwitter {font-family: Georgia, Arial, serif; color: #423D2B; font-size: 12px; font-variant:small-caps;text-decoration: underline}
a:active.gototwitter {font-family: Georgia, Arial, serif; color: #423D2B; font-size: 12px; font-variant:small-caps;text-decoration: underline}
a:visited.gototwitter {font-family: Georgia, Arial, serif; color: #423D2B; font-size: 12px; font-variant:small-caps;text-decoration: underline}
a:hover.gototwitter {font-family: Georgia, Arial, serif; color: #423D2B; font-size: 12px; font-variant:small-caps;text-decoration: none}

a:link.twitter-link {font-family: Georgia, Arial, serif; color: #423D2B; font-size: 11px; font-variant:small-caps;text-decoration: underline}
a:active.twitter-link {font-family: Georgia, Arial, serif; color: #423D2B; font-size: 11px; font-variant:small-caps;text-decoration: underline}
a:visited.twitter-link {font-family: Georgia, Arial, serif; color: #423D2B; font-size: 11px; font-variant:small-caps;text-decoration: underline}
a:hover.twitter-link {font-family: Georgia, Arial, serif; color: #423D2B; font-size: 11px; font-variant:small-caps;text-decoration: none}


.twittertitle {
	color:#0B284A;
	font-family:georgia, times, sans-serif;
	font-size:16px;
	text-align:left;
	font-variant:small-caps;
	width: auto;
	padding-bottom:2px;
}

.twittertext {
	color:#423D2B;
	font-family:georgia, times, sans-serif;
	font-size:14px;
	text-align:left;
	font-variant:small-caps;
	width: auto;
}

/* End Twitter */

.eventsarchivetitle {
color:#0B284A;
font-family:Georgia,Arial,serif;
font-size:15px;
font-variant:small-caps;
font-weight:bold;
padding: 0 0 0 0;
line-height:normal;
}

.eventsarchivedate {
color:#0B284A;
font-family:Georgia,Arial,serif;
font-size:13px;
padding: 0 0 10px 0;
line-height:normal;
border-bottom: thin solid #6281b7;
margin-bottom:10px;
}

a:link.socnettext {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; text-transform:uppercase; text-decoration: none}
a:active.socnettext {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; text-transform:uppercase; text-decoration: none}
a:visited.socnettext {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; text-transform:uppercase; text-decoration: none}
a:hover.socnettext {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 14px; text-transform:uppercase; text-decoration: underline}

.newsHeadline {
	font-family: Georgia, Times, sans-serif;
	color:#0B284A;
	font-variant:small-caps;
	font-size: 16px;
	font-weight:bold;
	padding-left:0px;
}

.newsSubHeadline {
	font-family: Georgia, Times, sans-serif;
	color:#0B284A;
	font-variant:small-caps;
	font-size: 14px;
	font-style:italic;
}

.newsarchivetitle {
color:#0B284A;
font-family:georgia,times,sans-serif;
font-size:20px;
padding-bottom:15px;
text-align:left;
text-transform:uppercase;
width:auto;
}

.emailfriendstitle {
color:#0B284A;
font-family:georgia,times,sans-serif;
font-size:20px;
text-align:left;
text-transform:uppercase;
width:auto;
}

a:link.getrss {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 20px; text-transform:uppercase; text-decoration: underline}
a:active.getrss {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 20px; text-transform:uppercase; text-decoration: underline}
a:visited.getrss {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 20px; text-transform:uppercase; text-decoration: underline}
a:hover.getrss {font-family: Georgia, Arial, serif; color: #0B284A; font-size: 20px; text-transform:uppercase; text-decoration: none}

/* SOCIALBLE */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0 5px 0 0;
}

/* END SOCIABLE */