/*
Theme Name: Go Green
Theme URI: http://themesphere.com/go-green-free-wordpress-theme.html
Description: Go Green Free Theme brought to you by Theme Sphere.
Version: 1.0.0
Author: Theme Sphere
Author URI: http://themesphere.com
Tags: green, two-columns, fixed-width, theme-options
*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
	background: #f0efe0 url('imgs/bg_body2.jpg') repeat-x;
	font-family:  "Lucida Grande", "Lucida Sans", sans-serif; 
	font-size: 12px;
	margin: 0 auto;
	line-height: 1.4em;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 960px;
  position:relative;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padding-right {
	padding-right: 10px;
}

.padding-left {
	padding-left: 10px;
}

.clear {
  clear: both;
  font-size: 0px;
  height: 0;
}

a {
  color: #3b6e8f;
}

a:hover {
  color: #00274d;
  text-decoration: underline;
}

a:active {
  outline: none;
}

/* Header */

#header-asides {
  background: url('imgs/bg_toplinks.png')repeat-x;
  height: 32px;
  width: 960px;
}

#header-asides a {
	color: #fff;
	text-decoration: none;
}

#header-asides a:hover {
	text-decoration: underline;
}

#header-asides form {
  margin-top: 0px;
  line-height: 30px;
}

#header-asides form p {
  position: relative;
}

#header-asides form input.text {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #6e6e6e; border-right: 1px solid #6e6e6e;
  color: #000;
  font-size: 11px;
  height: 20px;
  padding: 0px 4px;
  width: 140px;
}

#header-asides form input.search {
height: 20px;
}


/* Header */

#header {
  padding: 0px;
  position: relative;
  width: 960px;
  height: 80px;
  padding-top: 10px;
  background: transparent url('imgs/peace-logo-top.png') no-repeat top left;
}

#header h1 {
  float: left;
}

#header h1 a {
  color: #78AF00;
  display: inline;
  font-size: 12px; font-weight: bold;
  text-decoration: none;
}

#header img {
	margin-left: 70px;
}

#searchform input {
	padding: 0;
	margin: 0;
}

#searchform input#search-mag {
	margin: -7px;
}

/* -------- Navigation Menu ----------- */

.nav-menu {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 12px;
	overflow: hidden;
}

.nav-menu li{
	display: inline;
	float: right;
	background:#95a9cb url(imgs/bg_main-nav.png) repeat-x bottom; 
}

.nav-menu li a{
	float: left;
	height: 22px;
	color: white;
	padding: 8px 20px 0px 20px;
	text-decoration: none;
}

.nav-menu li a:visited{
color: white;
}

.nav-menu li a:hover, .nav-menu li .current {
	color: white;
	background: #8a1f03 url(imgs/bg_main-nav-red.png) repeat-x bottom;
}

.nav-menu a:hover, .nav-menu a:active,  
li.current_page_parent a,  
li.current_page_parent a:visited,  
.nav-menu li.current_page_item a,  
.nav-menu li.current_page_item a:visited,
li.current_page_item a {  
	background: #8a1f03 url(imgs/bg_main-nav-red.png) repeat-x bottom;
}  

.subnav-menu {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 11px;
	overflow: hidden;
	width: 960px;
	height: 28px;
	background: #8a1f03 url(imgs/bg_subnav-red.jpg) repeat-x;
}


.subnav-menu li{
	display: inline;
	float: left;
}

.subnav-menu li a{
	float: left;
	height: 28px;
	color: white;
	padding: 6px 20px 0px 20px;
	text-decoration: none;
}

.subnav-menu li a:visited{
	color: white;
}

.subnav-menu li a:hover, .subnav-menu li .current{
	color: white;
	background:#8a1f03 url(imgs/bg_main-nav-red.png)repeat-x bottom;
	text-decoration: underline;
}

.subnav-menu a:hover, .subnav-menu a:active,   
.subnav-menu li.current_page_item a,  
.subnav-menu li.current_page_item a:visited {  
   background:#8a1f03;
}  

.subnav-menu ul li .current {
	color: #fff;
    text-decoration:underline; 
    padding: 6px 11px; 
	
}


/* -------- Top Links --------- */

.top-spacer {
	background: #80a1b6;
	height: 20px;
	width: 100%;
}

.toplinks {
	width: 500px;
	float: left;
	line-height: 32px;
	color: #fff;
	font-size: 11px;
}

/* ---------- Sidebar Tab Content --------- */

.w-time {
	color: #00274d;
}

.w-event {
	color: #8a1f03;
}

.w-details {
	color: #3b6e8f;
}

ul.tabber-widget-tabs li a {
}

/* --------- Sidebar Styling -------- */


.sidebar-div {
	padding: 20px;
  	margin: -15px -10px -10px -10px;
	background: #638aa7;
	color: #fff;
}

.sidebar-div a {
	color: #00274d;
	text-decoration: none;
}


/* ------ Verse of the Day ------- */

.vod {
	margin-top: -20px;
	padding: 10px 0px;
}
.vod b {
	display: none;
}

.new-to-peace {
  background:  #ffe19b url('imgs/bg_new.png') repeat-x bottom;
  color: #8a1f03;
}

.new-to-peace img {
	margin: 0 auto;
	margin: 10px 0px;
}

.new-to-peace h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}



/* ---------- Lists -------- */

.h-list li {
	display: inline;
	padding: 0px 0px 0px 10px;
}

/* Wrapper */

#wrapper {
  background: #fff;
  border: 0px solid #d1d0c5;
  color: #2a2a2a;
  overflow: hidden;
  width: 960px;
  position: relative;
}


/* JQTabs */

ul.maintabs {
	width: 180px;
	float: left;
	margin: 0; 
	padding: 0;
	margin-top: 0px;


}
ul.maintabs li {
	list-style:none;
	background: transparent;
	text-align: left;
}
ul.maintabs li a {
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	font-family: Tahoma, Arial, Helvetica, "Lucida sans", "Lucida", "Lucida Sans", serif;
	border-left:1px solid #3b6e8f;
	border-right:1px solid #3b6e8f;
	background: #80a1b6 url(imgs/bg_subnav_arrow.png) no-repeat;
	background-position: 95% 50%;
	display: block;
	border-bottom: 1px solid #3b6e8f;
	cursor: pointer;
	height: 24px;
	letter-spacing: 1px;
}

ul.maintabs li a:hover {
	background: #5a84a2 url(imgs/bg_subnav_arrow.png) no-repeat;
	background-position: 95% 50%;
}


.tab {
		padding: 10px 0 10px 10px;

}

ul.maintabs li a.active {
	background: #004a61 url(imgs/bg_subnav_arrow.png) no-repeat;
	background-position: 95% 50%;
	color:#fff;
	border-left:1px solid #1a1a1a; 
}
.maintabcontent {
	background: #0088cc url(images/bg-nav.png)repeat top;
	font-family: Tahoma, Arial, Helvetica, "Lucida Grande",  sans-serif;
	height: 315px;
	width: 492px;
	padding: 0px;
	overflow: hidden;
}

.maintabcontent li {
	font:12px normal Tahoma, helvetica, arial, "Lucida Grande", "Lucida", "Lucida Sans", serif;
	text-transform: uppercase;
	padding: 10px;
}

#maintabcontent_2, #maintabcontent_3, #maintabcontent_4, #maintabcontent_5, #maintabcontent_6, #maintabcontent_7 { display:none; }


/* ------ Calendar ------ */

#calendar_wrap {
	margin-bottom: 10px;
}

#CalendarLarge-Header {
	font-size: 21px;
	margin-bottom: 30px;
	background-color: #edf0f5;
	color: #3B6E8F;
}

#EC_current-month {
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

/* ------ Main Column Divs ------- */


#events {
	width: 672px;
}

#col-1 h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #00274d;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
}

.upcoming-events {
	width: 320px;
	float: left;
	padding-left: 10px;
	margin-left: -5px;
	border-right: 1px solid #e6e6e6;	
	margin-bottom: 50px;
}

.upcoming-events h2 {
	margin-left: 5px;
}

.upcoming-events ul {
	margin-left: 20px;
	list-style: none;
}
.upcoming-events ul li {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px;
}

.upcoming-events ul li li {
	font-size: normal;
	font-weight: normal;
}
.announcements {
	/*width: 342px;*/
	width: 652px;
	/*margin-left: 330px;*/
	padding-left: 10px;
	font-size: 14px;
}

.announcements h2 {
	margin-left: 10px;
}

#home-sermon-wrapper {
	float: left;
	width: 672px;
	height: 60px;
	background: transparent url(imgs/bg_recent-sermon.jpg) repeat-x;
	margin-top: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #005581;
	font-size: 12px;
	height: auto;
}

#home-sermon-latest-wrapper {
	width: 120px;
	color: #fff;
	float: left;
	text-align: center;
	position: relative;
}

#home-sermon-latest {
	height: 48px;
	background: #00274D;
	font-variant: small-caps;
	padding-top: 12px;
}

#home-sermon-latest-date {
	height: 26px;
	font-size: 11px;
	background: #2078a1;
	padding-top: 8px;
}

.textwidget a {
	color: #e6e6e6;
}

.textwidget a:hover {
	color: #fff;
	text-decoration: underline;
}
.sermon-widget {
	padding: 5px 0px;
}

ul.sermon-widget {
	list-style-type:none;
	margin-left:120px;
	width: 660px;
}

ul.sermon-widget li {
	list-style-type:none;
	margin:0px;
	padding: 0;
}

ul.sermon-widget li span.sermon-title {
	font-weight:bold;
	padding-left: 20px;
}

.sermon-preacher {
	padding-left: 20px;
}

.event-cal-text {
	font-size: 12px;
	line-height: 18px;
	color: #80a1b6;
	float: right;
	padding-right: 40px;

}

.recent-posts ul {
	list-style: none;
}

.recent-posts li {
	padding: 15px 10px;
}

.recent-posts li:hover {
	background: #edf0f5;
}

.home-sermons {
	width: 672px;
	background: #acc1d1;
	height: 60px;
	position: absolute;
	bottom: 0;
}

.entrybody img {
	padding: 10px;
}

.entrybody ul {
	padding-left: 20px;
}

.wp-caption-text {
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: -8px;
	padding-right: 10px;
	text-align: center;
	background: #f2f2f2;
	border: 1px solid #ccc;
}

/*************************************
 +Sermon Browser
 *************************************/

.sermons {
	background: #F2F5F8;
	border: 1px solid #8ea9c2;
	padding: 10px 10px;
	margin: 5px 0px;
}

.sermons:hover {
	background: #d0dce6;
	border: 1px solid #8ea9c2;
}

.preacher-divider {
	border-bottom: 1px solid #CFCF9B;
}

.sermon-description {

}

.sermon-description .small {
	font-size: 10px;
	font-style: italic;
}

.sermon-title {
	font-weight: bold;
}

.sermons .sermon-title a {
	text-transform: none;
}

div.sermon-browser table.sermons td.files {
	padding: 0px;
}

.files img {
	border-style: none;
}

.files {
	float: right;
}

span.preacher {
	padding: 12px 0px;
}



/* ----- Big Calendar --- */

#calendar-content {
	padding: 20px;
}

/* ----- StaticPage Content ------ */

#static-content {
padding: 10px;
}


#static-content li {
	margin: 15px 0px;
}

.posted-on {
	color: #bf311a;
}

.posted-date {
	text-transform: uppercase;
	font-weight: bold;
}


#static-content .contact-page-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Col 1 */

#col-1 {
  float: left;
  width: 672px;
}

#col-1 h3 {
  color: #000;
  font-size: 18px; font-weight: bold;
  margin-bottom: 30px;
}

#col-1 h2.pagetitle {
  margin-bottom: 30px;
}

#col-1 .post {
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

#col-1 .post img  {
  background: #fff;
  border: 1px solid #80a1b6;
  padding: 5px;
}

#col-1 .post img.alignright {
  margin-left: 15px;
}

#col-1 .post img.alignleft {
  margin-right: 15px;
}

#col-1 .post .postmetadata {
  color: #909090;
  overflow: hidden;
  width: 586px;
}

#col-1 .post .read-more-box {
  margin-top: 20px;
}

#col-1 .sticky .read-more-box {
  margin-bottom: 0;
}

#col-1 .post .postmetadata small {
  font-size: 11px;
}

#col-1 .post .postmetadata .read-more a {
  background: #689800;
  color: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
}

#col-1 .post .postmetadata .read-more a:hover {
  background: #5a8300;
  color: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
}

#col-1 .post .comments, #col-1 .post .comments a {
  color: #000000;
  font-style: italic;
  text-decoration: none;
}

#col-1 .post .comments a:hover {
  text-decoration: underline;
}

#col-1 .post h2, #col-1 .post h2 a {
  color: #3B6E8F;
  font-size: 18px; font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none;
}

#col-1 .post h2 a:hover {
  color: #80a1b6;
  text-decoration: underline;
}

#col-1 .post .content h1, #col-1 .post .content h1 a {
  color: #676661;
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h2, #col-1 .post .content h2 a {
  color: #676661;
  font-size: 18px; font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h3, #col-1 .post .content h3 a {
  color: #676661;
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h4, #col-1 .post .content h4 a {
  color: #676661;
  font-size: 14px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h5, #col-1 .post .content h5 a {
  color: #676661;
  font-size: 12px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content h6, #col-1 .post .content h6 a {
  color: #676661;
  font-size: 11px; font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;  
}

#col-1 .post .content ol, #col-1 .post .content ul {
  margin-left: 50px;
  margin-bottom: 10px;
}

#col-1 .post .content li {
  margin-bottom: 10px;
}

#col-1 .post .content blockquote {
  background: #F0EFE0;
  border: 1px solid #D1D0C5;
  font-style: italic;
  padding-left: 20px; padding-right: 50px;
  margin: 10px 0px;
}

#col-1 .post .title {
  overflow: hidden;
  width: 586px;
}

#col-1 .post .content {
  overflow: hidden;
  width: 100%;
}

#col-1 .sticky .content {
  overflow: hidden;
  width: 100%;
}

#col-1 .post .content p {
  display: block;
  line-height: 20px;
  padding: 10px 0;
}

#col-1 .post .postmetadata p {
  margin-bottom: 5px;
}

#col-1 .sticky {
  background: #f1f1f1;
  border: 1px solid #cccccc; border-top: 3px solid #cccccc;
  padding: 10px 15px;
}

#col-1 .sticky .postmetadata {
  width: 556px;
}

#col-1 .sticky .postmetadata .featured {
  border: 1px solid #cdcdcd;
  color: #6e6e6e;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif; font-size: 16px;
  padding: 0;
}

#col-1 .sticky .postmetadata .featured span {
  display: block;
  border: 1px solid #fff;
  padding: 3px 10px;
}

#col-1 .wp-pagenavi {
  margin-bottom: 50px;
}

#col-1 .wp-pagenavi span.pages, #col-1 .wp-pagenavi a {
  background: #5A8300;
  border: 0;
  color: #fff;
  padding: 5px;
}

#col-1 .wp-pagenavi span, #col-1 .wp-pagenavi a {
  display: inline;
  padding: 5px;
  text-decoration: none;
}

#col-1 .wp-pagenavi span.on, #col-1 .wp-pagenavi span.current {
  background: #364F00;
  border: 0;
  color: #fff;
}

#col-1 ol.comments {
  float: left;
  display: inline;
  padding-bottom: 10px;
}

#col-1 ol.comments, #col-1 ol.comments ul {
  list-style: none;
}

#col-1 ol.comments li .comment-container {
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  display: inline;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px 15px;
  width: 554px;
}

#col-1 ol.comments li.depth-2 .comment-container {
  margin-left: 20px;
  width: 534px;
}

#col-1 ol.comments li.depth-2 .comment-container .comment,
#col-1 ol.comments li.depth-2 .comment-container .comment .commentmetadata
{
  width: 405px;
}

#col-1 ol.comments li.depth-3 .comment-container {
  margin-left: 40px;
  width: 514px;
}

#col-1 ol.comments li.depth-3 .comment-container .comment,
#col-1 ol.comments li.depth-3 .comment-container .comment .commentmetadata
{
  width: 385px;
}

#col-1 ol.comments li.depth-4 .comment-container {
  margin-left: 60px;
  width: 494px;
}

#col-1 ol.comments li.depth-4 .comment-container .comment,
#col-1 ol.comments li.depth-4 .comment-container .comment .commentmetadata
{
  width: 365px;
}

#col-1 ol.comments li.depth-5 .comment-container {
  margin-left: 80px;
  width: 474px;
}

#col-1 ol.comments li.depth-5 .comment-container .comment,
#col-1 ol.comments li.depth-5 .comment-container .comment .commentmetadata
{
  width: 345px;
}

#col-1 ol.comments li.depth-6 .comment-container {
  margin-left: 100px;
  width: 454px;
}

#col-1 ol.comments li.depth-6 .comment-container .comment,
#col-1 ol.comments li.depth-6 .comment-container .comment .commentmetadata
{
  width: 325px;
}

#col-1 ol.comments li.depth-7 .comment-container {
  margin-left: 120px;
  width: 434px;
}

#col-1 ol.comments li.depth-7 .comment-container .comment,
#col-1 ol.comments li.depth-7 .comment-container .comment .commentmetadata
{
  width: 305px;
}

#col-1 ol.comments li .comment-container .avatar {
  background: #fff;
  border: 1px solid #d7d7d7;
  float: left;
  margin-right: 25px;
  padding: 6px;
}

#col-1 ol.comments li .comment-container .comment {
  float: left;
  width: 425px;
}

#col-1 ol.comments li .comment-container .noavatar,
#col-1 ol.comments li.depth-2 .comment-container .noavatar,
#col-1 ol.comments li.depth-3 .comment-container .noavatar,
#col-1 ol.comments li.depth-4 .comment-container .noavatar,
#col-1 ol.comments li.depth-5 .comment-container .noavatar,
#col-1 ol.comments li.depth-6 .comment-container .noavatar,
#col-1 ol.comments li.depth-7 .comment-container .noavatar {
  width: 100%;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata {
  background: transparent url('imgs/commentmetadata_bg.jpg') repeat-x bottom left;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 15px;
  width: 425px;
}

#col-1 ol.comments li .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-2 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-3 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-4 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-5 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-6 .comment-container .noavatar .commentmetadata,
#col-1 ol.comments li.depth-7 .comment-container .noavatar .commentmetadata {
  width: 100%;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata cite {
  color: #000000;
  font-style: normal; font-size: 18px;
}

#col-1 ol.comments li .comment-container .comment .commentmetadata .date {
  color: #6f6f6f;
  font-style: italic;
}

#col-1 ol.comments li .comment-container .comment .comment-text {
  color: #2a2a2a;
  line-height: 20px;
  margin-bottom: 10px;
}

#col-1 ol.comments li .comment-container .comment .comment-text p {
  padding: 10px 0px;
}

#col-1 ol.comments li .comment-container .reply {
  float: right;
}

#col-1 ol.comments li .comment-container .reply a {
  background: #689800;
  color: #fff;
  float: right;
  padding: 5px 10px;
  text-decoration: none;
}

#col-1 #respond {
  background: #f1f1f1 url('imgs/respond_bg.jpg') repeat-x top left;
  border: 1px solid #d7d7d7;
  padding: 15px 15px;
  overflow: hidden;
  width: 554px;
}

#col-1 #respond button {
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
  color: #6e6e6e;
  font-size: 14px;
  padding: 5px 30px;
}

#col-1 #respond p {
  margin-bottom: 10px;
}

#col-1 #respond h3 {
  background: transparent url('imgs/comment.jpg') no-repeat top left;
  height: 30px;
  padding-left: 40px;
}

#col-1 #respond label {
  color: #535353;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

#col-1 #respond label span {
  color: #8b8a8a;
  font-size: 12px;
}

#col-1 #respond input {
  border-top: 1px solid #adadad; border-left: 1px solid #adadad;
  border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;
  font-size: 12px;
  height: 15px;
  padding: 5px;
  width: 544px;
}

#col-1 #respond textarea {
  border-top: 1px solid #adadad; border-left: 1px solid #adadad;
  border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;  
  padding: 5px;
  width: 544px;
  height: 190px;
}

/* Col 2 */

#col-2 {
  list-style: none;
  float: right;
  width: 288px;
}

#col-2 ul {
  list-style: none;
}

/*
#col-2 li {
  margin-bottom: 25px;
}
*/

#col-2 h3 {
  background: transparent url('imgs/bg_h3.png') repeat-x;
  color: #fff;
  height: 35px;
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
  text-transform: uppercase;
}


.textwidget {
	padding: 10px;
}

/* Footer */

#footer-top {
	background: #3b6e8f;
	height: 20px;
	border-top: 1px solid #00274d;
	border-bottom: 1px solid #00274d;
}

#footer {
  background: #7c9cb7 url(imgs/bg_footer.png) repeat;
  color: #fff;
  margin-bottom: 2px;
  padding: 10px;
}

.footer-links {
	width: 652px;
	float: left;
	margin-bottom: 20px;
}

.lutheranrose a {
	color: #fff;
	text-decoration: none;
}

.lutheranrose a:hover {
	text-decoration: underline;
}

.footer-col {
}

.footer-col ul{
   list-style-type: none;
   float: left;
}

#footer li.current_page_item a, #footer li.current_page_parent a {
	background: none;
}
.footer-col li{
	color: #00274d;
	padding: 5px 0px 2px 0px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 150px;
}

.footer-col li a {
   color:#00274d;
   text-decoration:none;
}

.footer-col li a:hover{
   color:#00274d;
   text-decoration: underline;
}

.footer-col li li {
   padding: 0px;

}
.footer-col li li a {
   color:#fff;
   text-transform: none;
   font-weight: normal;
}

.footer-col li li a:hover{
   color:#fff;
}

.contact-links {
	width: 200px;
	float: right;
}

#footer ul {
	list-style: none;
}


.footer-main-link {
	color: #00274d;
	padding: 10px 0px 2px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-contact {
	float: right;
	width: 278px;
}

.footer-contact ul {
	display: inline;
}

.footer-contact img {
	float: left;
	margin-right: 10px;
}

.sitecredits {
	clear: left;
	color: #fff;
	width: 960px;
	font-size: 9px;
	height: 40px;
	line-height: 40px;
}

.sitecredits img {
	padding-right: 10px;
	float: left;
}

.about-bottom {
	float: left;
	width: 662px;
	font-size: 9px;
}

.about-bottom span {
	float: left;
}

.copyright {
	float: left;
	clear: right;
	width: 278px;
	font-size: 10px;
}

.vod iframe.rss_widget_article_date {
color: #ffffff;
}