@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Oswald);
/*
Theme Name: News Child Theme
Theme URI: http://www.studiopress.com/themes/news
Description: News is a two or three column child theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 2.0.1

Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white

Template: genesis
Template Version: 1.8

License: GNU General Public License v2.0
License URI: http://www.opensource.org/licenses/gpl-license.php

Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Social Icons
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* News Green
* News Orange
* News Pink
* News Purple
* News Red
* News Teal


Import Fonts
------------------------------------------------------------
Defaults
------------------------------------------------------------*/
BODY, H1, H2, H2 A, H2 A:visited, H3, H4, H5, H6, P, SELECT, TEXTAREA
{
	color: #333;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
INPUT
{
	color: #333;
	font-family: "Droid Sans", sans-serif;
}
INPUT, SELECT, TEXTAREA, .breadcrumb, .sticky, .taxonomy-description
{
	background-color: #F5F5F5;
	border: 0px solid #DDD;
}
LI, OL, UL
{
	margin: 0;
	padding: 0;
}
OL LI
{
	list-style-type: decimal;
}
/*Hyperlinks
------------------------------------------------------------*/
A, A:visited
{
	color: #0094D2;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A IMG
{
	border: none;
}


/*Body
------------------------------------------------------------*/
/*BODY
{
	background: url(images/bg-light.png);
}
*/
/*Wrap
------------------------------------------------------------*/
#wrap
{
	margin: 0 auto;
}
/*Header
------------------------------------------------------------*/
#header
{
	background-color: #FFF;
	border-left: 0px solid #D5D5D5;
	border-right: 0px solid #D5D5D5;
	border-top: 0px solid #D5D5D5;
	min-height: 110px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#title-area
{
	float: left;
	overflow: hidden;
	padding: 18px 0 0 20px;
	width: 440px;
}
#title
{
	font-family: "Droid Sans", sans-serif;
	font-size: 54px;
	font-weight: bold;
	line-height: 54px;
	margin: 0;
	text-shadow: 3px 3px #CCC;
	text-transform: uppercase;
}
#title A, #title A:hover
{
	color: #333;
	text-decoration: none;
}
#description
{
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#header .widget-area
{
	float: right;
	padding: 25px 0 0;
	width: 493px;
}
/*Image Header - Partial Width
------------------------------------------------------------*/
.header-image #title-area, .header-image #title, .header-image #title A
{
	display: block;
	float: left;
	height: 110px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 465px;
}
.header-image #description
{
	display: block;
	overflow: hidden;
}
/*Image Header - Full Width
------------------------------------------------------------*/
.header-full-width #title-area, .header-full-width #title, .header-full-width #title A
{
	width: 960px;
}
/*Navigation Constants
------------------------------------------------------------*/
LI:hover UL UL, LI.sfHover UL UL
{
	left: -9999px;
}
LI:hover, LI.sfHover
{
	position: static;
}
LI A .sf-sub-indicator
{
	position: absolute;
	text-indent: -9999px;
}
/*Header Right Navigation
------------------------------------------------------------*/
#header UL.menu
{
	float: right;
}
#header UL.menu UL
{
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header UL.menu LI
{
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
#header UL.menu LI A
{
	color: #999;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}
#header UL.menu LI A:hover, #header UL.menu LI A:active, #header UL.menu .current_page_item A, #header UL.menu .current-cat A, #header UL.menu .current-menu-item A
{
	color: #0094D2;
}
#header UL.menu LI LI A, #header UL.menu LI LI A:link, #header UL.menu LI LI A:visited
{
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}
#header UL.menu LI LI A:hover, #header UL.menu LI LI A:active
{
	color: #0094D2;
}
#header UL.menu LI UL
{
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}
#header UL.menu LI UL A
{
	width: 130px;
}
#header UL.menu LI UL UL
{
	margin: -33px 0 0 149px;
}
#header UL.menu LI:hover > UL, #header UL.menu LI.sfHover UL
{
	left: auto;
}
/*Primary Navigation
------------------------------------------------------------*/
#nav
{
	background: url(images/bg-dark.png);
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	clear: both;
	color: #FFF;
	font-family: Oswald, arial, serif;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}
#nav UL
{
	float: left;
	width: 100%;
}
#nav LI
{
	float: left;
	list-style-type: none;
}
#nav LI A
{
	color: #FFF;
	display: block;
	font-size: 14px;
	padding: 9px 15px;
	position: relative;
	text-decoration: none;
}
#nav LI A:hover, #nav LI A:active, #nav .current_page_item A, #nav .current-cat A, #nav .current-menu-item A
{
	color: #0094D2;
}
#nav LI LI A, #nav LI LI A:link, #nav LI LI A:visited
{
	background: url(images/bg-dark.png);
	border: 1px solid #444;
	border-top-width: 0;
	color: #FFF;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}
#nav LI LI A:hover, #nav LI LI A:active
{
	color: #0094D2;
}
#nav LI UL
{
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}
#nav LI UL A
{
	width: 120px;
}
#nav LI UL UL
{
	margin: -33px 0 0 139px;
}
#nav LI:hover > UL, #nav LI.sfHover UL
{
	left: auto;
}
/*Primary Navigation Extras
------------------------------------------------------------*/
#nav LI.right
{
	float: right;
	font-size: 14px;
	padding: 9px 15px;
}
#nav LI.right A
{
	background: none;
	border: none;
	color: #FFF;
	display: inline;
	text-decoration: none;
}
#nav LI.right A:hover
{
	color: #0094D2;
	text-decoration: none;
}
#nav LI.search
{
	padding: 0 10px;
}
#nav LI.rss A
{
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 7px 0 5px 18px;
}
#nav LI.twitter A
{
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}
/*Secondary Navigation
------------------------------------------------------------*/
#subnav
{
	clear: both;
	font-family: Oswald, arial, serif;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#subnav UL
{
	float: left;
	width: 100%;
}
#subnav LI
{
	float: left;
	list-style-type: none;
}
#subnav LI A
{
	color: #333;
	display: block;
	font-size: 12px;
	padding: 12px 15px 10px;
	position: relative;
	text-decoration: none;
}
#subnav LI A:hover, #subnav LI A:active, #subnav .current_page_item A, #subnav .current-cat A, #subnav .current-menu-item A
{
	color: #0094D2;
}
#subnav LI LI A, #subnav LI LI A:link, #subnav LI LI A:visited
{
	background: url(images/bg-light.png);
	border: 1px solid #CCC;
	border-top-width: 0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}
#subnav LI LI A:hover, #subnav LI LI A:active
{
	color: #0094D2;
}
#subnav LI UL
{
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}
#subnav LI UL A
{
	width: 120px;
}
#subnav LI UL UL
{
	margin: -33px 0 0 139px;
}
#subnav LI:hover > UL, #subnav LI.sfHover UL
{
	left: auto;
}
/*Social Icons
------------------------------------------------------------*/
#subnav LI.social-facebook, #subnav LI.social-rss, #subnav LI.social-twitter
{
	float: right;
}
#subnav LI.social-facebook A, #subnav LI.social-facebook A:hover, #subnav LI.social-rss A, #subnav LI.social-rss A:hover, #subnav LI.social-twitter A, #subnav LI.social-twitter A:hover
{
	display: block;
	height: 23px;
	padding: 0;
	text-indent: -9999px;
	width: 23px;
}
#subnav LI.social-facebook A, #subnav LI.social-facebook A:hover, #subnav LI.social-rss A, #subnav LI.social-rss A:hover, #subnav LI.social-twitter A, #subnav LI.social-twitter A:hover
{
	background: url(images/social-icons.png);
	margin: 10px 10px 0 0;
}
#subnav LI.social-rss A, #subnav LI.social-rss A:hover
{
	margin: 10px 15px 0 0;
}
#subnav LI.social-facebook A
{
	background-position: 0 0;
}
#subnav LI.social-facebook A:hover
{
	background-position: 0 -23px;
}
#subnav LI.social-rss A
{
	background-position: -46px 0;
}
#subnav LI.social-rss A:hover
{
	background-position: -46px -23px;
}
#subnav LI.social-twitter A
{
	background-position: -23px 0;
}
#subnav LI.social-twitter A:hover
{
	background-position: -23px -23px;
}
/*Inner
------------------------------------------------------------*/
#inner
{
	background-color: #FFF;
	border-left: 0px solid #D5D5D5;
	border-right: 0px solid #D5D5D5;
	border-bottom: 0px solid #D5D5D5;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}
#inner:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.content-sidebar #inner
{
	background: url(images/inner-cs.png);
}
.sidebar-content #inner
{
	background: url(images/inner-sc.png);
}
.content-sidebar-sidebar #inner
{
	background: url(images/inner-css.png);
}
.sidebar-sidebar-content #inner
{
	background: url(images/inner-ssc.png);
}
.sidebar-content-sidebar #inner
{
	background: url(images/inner-scs.png);
}
.full-width-content #inner
{
	background: #FFF;
}
/*Home Top
------------------------------------------------------------*/
#home-top
{
	border-bottom: 1px solid #D5D5D5;
	overflow: hidden;
}
#home-top .border
{
	/*[disabled]border-bottom:4px solid #EEE;*/
	overflow: hidden;
}
#home-top .wrap
{
	overflow: hidden;
	padding: 20px 25px 15px;
}
#home-top .ui-tabs UL.ui-tabs-nav
{
	border-bottom: 0px dotted #DDD;
	margin: 10px 0;
	padding: 0 0 13px;
}
#home-top .ui-tabs UL.ui-tabs-nav LI A
{
	background-color: #F5F5F5;
	font-weight: bold;
}
#home-top .ui-tabs UL.ui-tabs-nav LI A:hover, #home-top .ui-tabs UL.ui-tabs-nav LI.ui-tabs-selected A
{
	background-color: #00A7ED;
	color: #FFF;
}
#home-top .ui-tabs .post
{
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
/*Home Middle
------------------------------------------------------------*/
#home-middle
{
	border-bottom: 1px solid #D5D5D5;
	overflow: hidden;
}
#home-middle .border
{
	border-bottom: 4px solid #EEE;
	overflow: hidden;
}
#home-middle .wrap
{
	overflow: hidden;
	padding: 25px 25px 15px;
}
.home-middle-left
{
	float: left;
	width: 290px;
}
.home-middle-right
{
	float: right;
	width: 285px;
}
/*Home Bottom
------------------------------------------------------------*/
#home-bottom
{
	overflow: hidden;
}
#home-bottom .wrap
{
	overflow: hidden;
	padding: 20px 25px 15px;
}
/*Breadcrumb
------------------------------------------------------------*/
.breadcrumb
{
	border: none;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}
/*Taxonomy Description
------------------------------------------------------------*/
.taxonomy-description
{
	border: none;
	margin: 0 0 30px;
	padding: 10px;
}
/*Content-Sidebar Wrap
------------------------------------------------------------*/
#content-sidebar-wrap
{
	float: left;
	width: 810px;
}
.content-sidebar-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap
{
	width: 805px;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap
{
	width: 960px;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap
{
	float: right;
}
/*Content
------------------------------------------------------------*/
#content
{
	float: left;
	padding: 25px 35px;
	width: 430px;
}
.content-sidebar #content, .sidebar-content #content
{
	width: 580px;
}
.content-sidebar-sidebar #content
{
	width: 425px;
}
.sidebar-content #content, .sidebar-sidebar-content #content
{
	float: right;
}
.home.news.content-sidebar #content
{
	padding: 0;
	width: 650px;
}
.full-width-content #content
{
	width: 910px;
}
BLOCKQUOTE
{
	background-color: #F5F5F5;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}
BLOCKQUOTE P
{
	color: #666;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}
.post
{
	margin: 0 0 40px;
}
.single .post
{
	margin: 0 0 10px;
}
.entry-content
{
	overflow: hidden;
}
.entry-content P
{
	padding: 0 0 15px;
}
P.subscribe-to-comments
{
	padding: 20px 0 10px;
}
.after-post-ad
{
	background-color: #F5F5F5;
	margin: 5px 0 10px;
	padding: 10px;
	overflow: hidden;
}
.after-content-ad
{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: center;
	width: 960px;
}
.more-from-category
{
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	padding: 0 0 0 15px;
}
.clear
{
	clear: both;
}
.clear-line
{
	border-bottom: 1px dotted #DDD;
	clear: both;
	margin: 0 0 15px;
}
/*Column Classes
------------------------------------------------------------*/
.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds
{
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths
{
	width: 48%;
}
.one-third, .two-sixths
{
	width: 31%;
}
.four-sixths, .two-thirds
{
	width: 65%;
}
.one-fourth
{
	width: 22.5%;
}
.three-fourths
{
	width: 73.5%;
}
.one-fifth
{
	width: 17.4%;
}
.two-fifths
{
	width: 37.8%;
}
.three-fifths
{
	width: 58.2%;
}
.four-fifths
{
	width: 78.6%;
}
.one-sixth
{
	width: 14%;
}
.five-sixths
{
	width: 82%;
}
.first
{
	clear: both;
	padding-left: 0;
}
/*Featured Post Grid
------------------------------------------------------------*/
.genesis-grid-even
{
	float: right;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-odd
{
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-even, .genesis-grid-odd
{
	margin: 0 0 20px;
}
/*Headlines
------------------------------------------------------------*/
H1, H2, H3, H4, H5, H6
{
	font-family: Oswald, arial, serif;
	margin: 0 0 10px;
}
H1, H2, H2 A, H2 A:visited
{
	font-family: Oswald, arial, serif;
	font-size: 24px;
	line-height: 30px;
}
.featuredpost H2, .featuredpost H2 A
{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}
#home-bottom H2, #home-top H2
{
	margin: 5px 0;
}
.home-middle-right .featuredpost H2, .home-middle-right H2 A, .sidebar .featuredpost H2, .sidebar .featuredpost H2 A
{
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 0;
}
.taxonomy-description H1, .widget-area H2, .widget-area H2 A
{
	font-size: 18px;
	line-height: 24px;
}
H2 A:hover
{
	color: #0094D2;
	text-decoration: none;
}
H3
{
	font-size: 24px;
}
H4
{
	font-size: 16px;
}
.widget H4, .widget-area H4
{
	text-transform: uppercase;
}
.widget-area H4
{
	font-size: 14px;
}
.widget-area H4 A
{
	color: #333;
	text-decoration: none;
}
#footer-widgets H4
{
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}
H5
{
	font-size: 18px;
}
H6
{
	font-size: 16px;
}
/*Ordered / Unordered Lists
------------------------------------------------------------*/
.entry-content OL, .entry-content UL
{
	margin: 0;
	padding: 0 0 15px;
}
.entry-content OL
{
	margin: 0;
}
.archive-page UL LI, .entry-content UL LI
{
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}
.entry-content OL LI
{
	margin: 0 0 0 35px;
}
.archive-page UL UL, .entry-content OL OL, .entry-content UL UL
{
	padding: 0;
}
/*Post Info
------------------------------------------------------------*/
.post-info
{
	font-size: 11px;
	margin: 0 0 15px;
}
.featuredpost .post-info, .ui-tabs .post-info
{
	color: #666;
	margin: 0;
}
.ui-tabs .post-info
{
	margin: 0 0 5px;
}
/*Post Meta
------------------------------------------------------------*/
.post-meta
{
	background-color: #F5F5F5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
}
/*Author Box
------------------------------------------------------------*/
.author-box
{
	background-color: #F5F5F5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}
.author-box P
{
	font-size: 13px;
	line-height: 20px;
}
/*Sticky Posts
------------------------------------------------------------*/
.sticky
{
	margin: 0 0 40px;
	padding: 20px;
}
/*Archive Page
------------------------------------------------------------*/
.archive-page
{
	float: left;
	padding: 20px 0;
	width: 45%;
}
/*Post Icons
------------------------------------------------------------*/
.categories
{
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 3px 0 3px 22px;
}
.post-comments
{
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}
.tags
{
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 20px;
}
.time
{
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}
.featuredpost .post-comments, .featuredpost .time
{
	background: none;
	margin: 0;
	padding: 0;
}
/*Images
------------------------------------------------------------*/
.content-sidebar .entry-content IMG, .sidebar-content .entry-content IMG
{
	max-width: 570px;
}
.content-sidebar-sidebar .entry-content IMG, .sidebar-content-sidebar .entry-content IMG, .sidebar-sidebar-content .entry-content IMG
{
	max-width: 410px;
}
.avatar, .entry-content IMG, .featuredpage IMG, .featuredpost IMG, .post-image, .ui-tabs IMG
{
	background-color: #FFF;
	/*[disabled]border:4px solid #EEE;*/
	padding: 1px;
}
.featuredpost IMG
{
	margin: 0 0 10px;
}
IMG.ad-left
{
	float: left;
	margin: 5px 10px 5px 0;
}
IMG.ad-right
{
	float: left;
	margin: 5px 0;
}
.author-box .avatar
{
	background-color: #FFF;
	border: 4px solid #DDD;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	width: 72px;
}
.post-image
{
	margin: 0 10px 10px 0;
}
.comment-list LI .avatar
{
	background-color: #FFF;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	width: 30px;
}
IMG.centered, .aligncenter
{
	display: block;
	margin: 0 auto 10px;
}
IMG.alignnone
{
	display: inline;
	margin: 0 0 15px;
}
IMG.alignleft
{
	display: inline;
	margin: 0 15px 10px 0;
}
IMG.alignright
{
	display: inline;
	margin: 0 0 10px 15px;
}
.alignleft
{
	float: left;
	margin: 0 10px 0 0;
}
#home-top .alignleft
{
	margin: 0 15px 0 0;
}
.alignright
{
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption
{
	background-color: #F5F5F5;
	padding: 10px;
	text-align: center;
}
P.wp-caption-text
{
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}
.wp-smiley, .wp-wink
{
	border: none;
	float: none;
}
.gallery-caption
{
}
/*Post Navigation
------------------------------------------------------------*/
.navigation
{
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation LI
{
	display: inline;
}
.navigation LI A, .navigation LI.disabled, .navigation LI A:hover, .navigation LI.active A
{
	background-color: #333;
	border: 1px solid #333;
	color: #FFF;
	padding: 5px 8px;
	text-decoration: none;
}
.navigation LI A:hover, .navigation LI.active A
{
	background-color: #0094D2;
	border: 1px solid #0094D2;
}
/*Primary / Secondary Sidebars
------------------------------------------------------------*/
.sidebar
{
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 305px;
}
.sidebar P
{
	font-size: 13px;
	line-height: 20px;
}
#sidebar-alt
{
	float: left;
	width: 150px;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar
{
	float: left;
}
.content-sidebar-sidebar #sidebar-alt
{
	float: right;
}
#sidebar .widget, #sidebar-alt .widget
{
	/*[disabled]border-bottom:1px solid #D5D5D5;*/
}
.sidebar .widget-wrap
{
	/*[disabled]border-bottom:4px solid #EEE;*/
	overflow: hidden;
	padding: 15px 10px 20px 0px;
	margin: 0 0 0 -33px;
}
.sidebar .widget UL
{
	margin: 5px 0 -5px;
}
.sidebar .widget UL LI, .sidebar .widget-area UL LI
{
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px solid #EEE;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 15px;
	word-wrap: break-word;
}
/*Dropdowns
------------------------------------------------------------*/
#cat, .widget_archive SELECT
{
	display: inline;
	font-family: "Droid Sans", sans-serif;
	font-size: 12px;
	width: 100%;
}
/*Featured Page / Post
------------------------------------------------------------*/
.featuredpage, .featuredpost
{
	clear: both;
	overflow: hidden;
}
.featuredpage .page, .featuredpost .post
{
	/*[disabled]border-bottom:1px dotted #DDD;*/
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 0 15px;
}
.home.content-sidebar .home-middle-right .featuredpost .post, .home.content-sidebar #home-bottom .featuredpost .post
{
	padding: 0;
}
/*User Profile
------------------------------------------------------------*/
.user-profile
{
	overflow: hidden;
}
/*Buttons
------------------------------------------------------------*/
INPUT[type="button"], INPUT[type="submit"]
{
	background-color: #00A7ED;
	border: 1px solid #0094D2;
	color: #FFF;
	cursor: pointer;
	font-family: "Droid Sans", sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}
INPUT:hover[type="button"], INPUT:hover[type="submit"]
{
	background-color: #0094D2;
	border: 1px solid #0094D2;
	color: #FFF;
	text-decoration: none;
}
/*Search Form
------------------------------------------------------------*/
#header .searchform
{
	float: right;
	padding: 25px 20px 0 0;
}
#nav .searchform
{
	float: right;
	padding: 2px 0 0;
}
.s
{
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	margin: 5px -6px 0 0;
	padding: 5px;
	width: 180px;
}
/*eNews and Update Widget
------------------------------------------------------------*/
.enews
{
	background: url(images/enews.png) no-repeat top right;
}
.enews #subbox
{
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	margin: 10px -2px 0 0;
	padding: 5px;
	width: 175px;
}
/*Calendar Widget
------------------------------------------------------------*/
#wp-calendar
{
	width: 100%;
}
#wp-calendar CAPTION
{
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar THEAD
{
	background-color: #F5F5F5;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar TD
{
	background-color: #F5F5F5;
	padding: 2px;
	text-align: center;
}
/*Footer Widgets
------------------------------------------------------------*/
#footer-widgets
{
	background-color: #FFF;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#footer-widgets .wrap
{
	border: 4px solid #F5F5F5;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 14px 0;
}
#footer-widgets .widget
{
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}
#footer-widgets .textwidget
{
	padding: 0;
}
#footer-widgets .widget_tag_cloud DIV DIV
{
	padding: 0;
}
#footer-widgets P
{
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}
#footer-widgets .widget UL LI, #footer-widgets .widget-area UL LI
{
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px dotted #DDD;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 18px;
	word-wrap: break-word;
}
#footer-widgets #wp-calendar THEAD, #footer-widgets #wp-calendar TD
{
	background: none;
}
.footer-widgets-1
{
	float: left;
	margin: 0 20px 0 0;
	width: 295px;
}
.footer-widgets-2
{
	float: left;
	width: 290px;
}
.footer-widgets-3
{
	float: right;
	width: 295px;
}
/*Footer
------------------------------------------------------------*/
#footer
{
	background: url(images/footer.png) no-repeat top;
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	padding: 30px 0 20px;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}
#footer P
{
	color: #666;
	font-size: 11px;
}
#footer A, #footer A:visited
{
	color: #666;
}
#footer A:hover
{
	color: #0094D2;
	text-decoration: none;
}
#footer .gototop
{
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}
#footer .creds
{
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 735px;
}
/*Comments
------------------------------------------------------------*/
#comments, #respond
{
	margin: 0 0 30px;
	overflow: hidden;
}
#comments
{
	font-size: 13px;
	line-height: 20px;
}
#author, #comment, #email, #url
{
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment
{
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list
{
	margin: 0 0 40px;
}
.comment-list OL, .ping-list OL
{
	margin: 0;
	padding: 10px;
}
.comment-list LI, .ping-list LI
{
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}
.comment-list LI UL LI
{
	list-style-type: none;
}
.comment-list P, .ping-list P
{
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}
.comment-list UL.children
{
	margin-top: 20px;
}
.comment-list UL.children LI.comment
{
	background: #FFF;
}
.comment-list CITE, .ping-list CITE
{
	font-style: normal;
	font-weight: bold;
}
.commentmetadata
{
	font-weight: normal;
}
.comment-author
{
	background: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}
.comment-meta
{
	background: #E5E5E5;
	font-size: 12px;
	padding: 0 10px 8px;
}
.nocomments
{
	text-align: center;
}
#comments .navigation
{
	display: block;
	padding: 0;
}
.bypostauthor
{
}
.thread-alt, .thread-even
{
	background: #F5F5F5;
}
.alt, .depth-1, .even
{
	border: 1px solid #DDD;
}
/*Gravity Forms
------------------------------------------------------------*/
DIV.gform_wrapper INPUT, DIV.gform_wrapper SELECT, DIV.gform_wrapper TEXTAREA
{
	color: #333;
	font-family: "Droid Sans", sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}
DIV.gform_footer INPUT.button
{
	color: #FFF;
}
DIV.gform_wrapper .ginput_complex LABEL
{
	font-size: 12px;
}
DIV.gform_wrapper LI, DIV.gform_wrapper FORM LI
{
	margin: 0 0 10px;
}
DIV.gform_wrapper .gform_footer
{
	border: none;
	margin: 0;
	padding: 0;
}
/*News Green
------------------------------------------------------------*/
.news-green A, .news-green A:visited
{
	color: #1C9B3D;
	text-decoration: none;
}
.news-green A:hover
{
	text-decoration: underline;
}
.news-green #header UL.nav LI LI A, .news-green #header UL.nav LI LI A:link, .news-green #header UL.nav LI LI A:visited, .news-green #header UL.menu LI LI A, .news-green #header UL.menu LI LI A:link, .news-green #header UL.menu LI LI A:visited, .news-green #nav LI LI A, .news-green #nav LI LI A:link, .news-green #nav LI LI A:visited
{
	color: #FFF;
}
.news-green #subnav LI LI A, .news-green #subnav LI LI A:link, .news-green #subnav LI LI A:visited, .news-green H2 A, .news-green H2 A:visited
{
	color: #333;
}
.news-green #header UL.nav LI A:hover, .news-green #header UL.nav LI A:active, .news-green #header UL.nav .current_page_item A, .news-green #header UL.nav .current-cat A, .news-green #header UL.nav .current-menu-item A, .news-green #header UL.menu LI A:hover, .news-green #header UL.menu LI A:active, .news-green #header UL.menu .current_page_item A, .news-green #header UL.menu .current-cat A, .news-green #header UL.menu .current-menu-item A, .news-green #header UL.nav LI LI A:hover, .news-green #header UL.nav LI LI A:active, .news-green #header UL.menu LI LI A:hover, .news-green #header UL.menu LI LI A:active, .news-green #nav LI A:hover, .news-green #nav LI A:active, .news-green #nav .current_page_item A, .news-green #nav .current-cat A, .news-green #nav .current-menu-item A, .news-green #nav LI LI A:hover, .news-green #nav LI LI A:active, .news-green #nav LI.right A:hover, .news-green #subnav LI A:hover, .news-green #subnav LI A:active, .news-green #subnav .current_page_item A, .news-green #subnav .current-cat A, .news-green #subnav .current-menu-item A, .news-green #subnav LI LI A:hover, .news-green #subnav LI LI A:active, .news-green H2 A:hover, .news-green #footer A:hover
{
	color: #1C9B3D;
}
.news-green #home-top .ui-tabs UL.ui-tabs-nav LI A:hover, .news-green #home-top .ui-tabs UL.ui-tabs-nav LI.ui-tabs-selected A, .news-green .navigation LI A:hover, .news-green .navigation LI.active A
{
	background-color: #1C9B3D;
}
.news-green .navigation LI A:hover, .news-green .navigation LI.active A
{
	border: 1px solid #1C9B3D;
}
.news-green H2 A:hover
{
	text-decoration: none;
}
.news-green INPUT[type="button"], .news-green INPUT[type="submit"]
{
	background-color: #27C753;
	border: 1px solid #1C9B3D;
}
.news-green INPUT:hover[type="button"], .news-green INPUT:hover[type="submit"]
{
	background-color: #1C9B3D;
	border: 1px solid #1C9B3D;
}
/*News Orange
------------------------------------------------------------*/
.news-orange A, .news-orange A:visited
{
	color: #E88E05;
	text-decoration: none;
}
.news-orange A:hover
{
	text-decoration: underline;
}
.news-orange #header UL.nav LI LI A, .news-orange #header UL.nav LI LI A:link, .news-orange #header UL.nav LI LI A:visited, .news-orange #header UL.menu LI LI A, .news-orange #header UL.menu LI LI A:link, .news-orange #header UL.menu LI LI A:visited, .news-orange #nav LI LI A, .news-orange #nav LI LI A:link, .news-orange #nav LI LI A:visited
{
	color: #FFF;
}
.news-orange #subnav LI LI A, .news-orange #subnav LI LI A:link, .news-orange #subnav LI LI A:visited, .news-orange H2 A, .news-orange H2 A:visited
{
	color: #333;
}
.news-orange #header UL.nav LI A:hover, .news-orange #header UL.nav LI A:active, .news-orange #header UL.nav .current_page_item A, .news-orange #header UL.nav .current-cat A, .news-orange #header UL.nav .current-menu-item A, .news-orange #header UL.menu LI A:hover, .news-orange #header UL.menu LI A:active, .news-orange #header UL.menu .current_page_item A, .news-orange #header UL.menu .current-cat A, .news-orange #header UL.menu .current-menu-item A, .news-orange #header UL.nav LI LI A:hover, .news-orange #header UL.nav LI LI A:active, .news-orange #header UL.menu LI LI A:hover, .news-orange #header UL.menu LI LI A:active, .news-orange #nav LI A:hover, .news-orange #nav LI A:active, .news-orange #nav .current_page_item A, .news-orange #nav .current-cat A, .news-orange #nav .current-menu-item A, .news-orange #nav LI LI A:hover, .news-orange #nav LI LI A:active, .news-orange #nav LI.right A:hover, .news-orange #subnav LI A:hover, .news-orange #subnav LI A:active, .news-orange #subnav .current_page_item A, .news-orange #subnav .current-cat A, .news-orange #subnav .current-menu-item A, .news-orange #subnav LI LI A:hover, .news-orange #subnav LI LI A:active, .news-orange H2 A:hover, .news-orange #footer A:hover
{
	color: #E88E05;
}
.news-orange #home-top .ui-tabs UL.ui-tabs-nav LI A:hover, .news-orange #home-top .ui-tabs UL.ui-tabs-nav LI.ui-tabs-selected A, .news-orange .navigation LI A:hover, .news-orange .navigation LI.active A
{
	background-color: #E88E05;
}
.news-orange .navigation LI A:hover, .news-orange .navigation LI.active A
{
	border: 1px solid #E88E05;
}
.news-orange H2 A:hover
{
	text-decoration: none;
}
.news-orange INPUT[type="button"], .news-orange INPUT[type="submit"]
{
	background-color: #F5A506;
	border: 1px solid #E88E05;
}
.news-orange INPUT:hover[type="button"], .news-orange INPUT:hover[type="submit"]
{
	background-color: #E88E05;
	border: 1px solid #E88E05;
}
/*News Pink
------------------------------------------------------------*/
.news-pink A, .news-pink A:visited
{
	color: #C62765;
	text-decoration: none;
}
.news-pink A:hover
{
	text-decoration: underline;
}
.news-pink #header UL.nav LI LI A, .news-pink #header UL.nav LI LI A:link, .news-pink #header UL.nav LI LI A:visited, .news-pink #header UL.menu LI LI A, .news-pink #header UL.menu LI LI A:link, .news-pink #header UL.menu LI LI A:visited, .news-pink #nav LI LI A, .news-pink #nav LI LI A:link, .news-pink #nav LI LI A:visited
{
	color: #FFF;
}
.news-pink #subnav LI LI A, .news-pink #subnav LI LI A:link, .news-pink #subnav LI LI A:visited, .news-pink H2 A, .news-pink H2 A:visited
{
	color: #333;
}
.news-pink #header UL.nav LI A:hover, .news-pink #header UL.nav LI A:active, .news-pink #header UL.nav .current_page_item A, .news-pink #header UL.nav .current-cat A, .news-pink #header UL.nav .current-menu-item A, .news-pink #header UL.menu LI A:hover, .news-pink #header UL.menu LI A:active, .news-pink #header UL.menu .current_page_item A, .news-pink #header UL.menu .current-cat A, .news-pink #header UL.menu .current-menu-item A, .news-pink #header UL.nav LI LI A:hover, .news-pink #header UL.nav LI LI A:active, .news-pink #header UL.menu LI LI A:hover, .news-pink #header UL.menu LI LI A:active, .news-pink #nav LI A:hover, .news-pink #nav LI A:active, .news-pink #nav .current_page_item A, .news-pink #nav .current-cat A, .news-pink #nav .current-menu-item A, .news-pink #nav LI LI A:hover, .news-pink #nav LI LI A:active, .news-pink #nav LI.right A:hover, .news-pink #subnav LI A:hover, .news-pink #subnav LI A:active, .news-pink #subnav .current_page_item A, .news-pink #subnav .current-cat A, .news-pink #subnav .current-menu-item A, .news-pink #subnav LI LI A:hover, .news-pink #subnav LI LI A:active, .news-pink H2 A:hover, .news-pink #footer A:hover
{
	color: #C62765;
}
.news-pink #home-top .ui-tabs UL.ui-tabs-nav LI A:hover, .news-pink #home-top .ui-tabs UL.ui-tabs-nav LI.ui-tabs-selected A, .news-pink .navigation LI A:hover, .news-pink .navigation LI.active A
{
	background-color: #C62765;
}
.news-pink .navigation LI A:hover, .news-pink .navigation LI.active A
{
	border: 1px solid #C62765;
}
.news-pink H2 A:hover
{
	text-decoration: none;
}
.news-pink INPUT[type="button"], .news-pink INPUT[type="submit"]
{
	background-color: #E8358A;
	border: 1px solid #C62765;
}
.news-pink INPUT:hover[type="button"], .news-pink INPUT:hover[type="submit"]
{
	background-color: #C62765;
	border: 1px solid #C62765;
}
/*News Purple
------------------------------------------------------------*/
.news-purple A, .news-purple A:visited
{
	color: #8827C7;
	text-decoration: none;
}
.news-purple A:hover
{
	text-decoration: underline;
}
.news-purple #header UL.nav LI LI A, .news-purple #header UL.nav LI LI A:link, .news-purple #header UL.nav LI LI A:visited, .news-purple #header UL.menu LI LI A, .news-purple #header UL.menu LI LI A:link, .news-purple #header UL.menu LI LI A:visited, .news-purple #nav LI LI A, .news-purple #nav LI LI A:link, .news-purple #nav LI LI A:visited
{
	color: #FFF;
}
.news-purple #subnav LI LI A, .news-purple #subnav LI LI A:link, .news-purple #subnav LI LI A:visited, .news-purple H2 A, .news-purple H2 A:visited
{
	color: #333;
}
.news-purple #header UL.nav LI A:hover, .news-purple #header UL.nav LI A:active, .news-purple #header UL.nav .current_page_item A, .news-purple #header UL.nav .current-cat A, .news-purple #header UL.nav .current-menu-item A, .news-purple #header UL.menu LI A:hover, .news-purple #header UL.menu LI A:active, .news-purple #header UL.menu .current_page_item A, .news-purple #header UL.menu .current-cat A, .news-purple #header UL.menu .current-menu-item A, .news-purple #header UL.nav LI LI A:hover, .news-purple #header UL.nav LI LI A:active, .news-purple #header UL.menu LI LI A:hover, .news-purple #header UL.menu LI LI A:active, .news-purple #nav LI A:hover, .news-purple #nav LI A:active, .news-purple #nav .current_page_item A, .news-purple #nav .current-cat A, .news-purple #nav .current-menu-item A, .news-purple #nav LI LI A:hover, .news-purple #nav LI LI A:active, .news-purple #nav LI.right A:hover, .news-purple #subnav LI A:hover, .news-purple #subnav LI A:active, .news-purple #subnav .current_page_item A, .news-purple #subnav .current-cat A, .news-purple #subnav .current-menu-item A, .news-purple #subnav LI LI A:hover, .news-purple #subnav LI LI A:active, .news-purple H2 A:hover, .news-purple #footer A:hover
{
	color: #8827C7;
}
.news-purple #home-top .ui-tabs UL.ui-tabs-nav LI A:hover, .news-purple #home-top .ui-tabs UL.ui-tabs-nav LI.ui-tabs-selected A, .news-purple .navigation LI A:hover, .news-purple .navigation LI.active A
{
	background-color: #8827C7;
}
.news-purple .navigation LI A:hover, .news-purple .navigation LI.active A
{
	border: 1px solid #8827C7;
}
.news-purple H2 A:hover
{
	text-decoration: none;
}
.news-purple INPUT[type="button"], .news-purple INPUT[type="submit"]
{
	background-color: #9F2EDE;
	border: 1px solid #8827C7;
}
.news-purple INPUT:hover[type="button"], .news-purple INPUT:hover[type="submit"]
{
	background-color: #8827C7;
	border: 1px solid #8827C7;
}
/*News Red
------------------------------------------------------------*/
.news-red A, .news-red A:visited
{
	color: #C72730;
	text-decoration: none;
}
.news-red A:hover
{
	text-decoration: underline;
}
.news-red #header UL.nav LI LI A, .news-red #header UL.nav LI LI A:link, .news-red #header UL.nav LI LI A:visited, .news-red #header UL.menu LI LI A, .news-red #header UL.menu LI LI A:link, .news-red #header UL.menu LI LI A:visited, .news-red #nav LI LI A, .news-red #nav LI LI A:link, .news-red #nav LI LI A:visited
{
	color: #FFF;
}
.news-red #subnav LI LI A, .news-red #subnav LI LI A:link, .news-red #subnav LI LI A:visited, .news-red H2 A, .news-red H2 A:visited
{
	color: #333;
}
.news-red #header UL.nav LI A:hover, .news-red #header UL.nav LI A:active, .news-red #header UL.nav .current_page_item A, .news-red #header UL.nav .current-cat A, .news-red #header UL.nav .current-menu-item A, .news-red #header UL.menu LI A:hover, .news-red #header UL.menu LI A:active, .news-red #header UL.menu .current_page_item A, .news-red #header UL.menu .current-cat A, .news-red #header UL.menu .current-menu-item A, .news-red #header UL.nav LI LI A:hover, .news-red #header UL.nav LI LI A:active, .news-red #header UL.menu LI LI A:hover, .news-red #header UL.menu LI LI A:active, .news-red #nav LI A:hover, .news-red #nav LI A:active, .news-red #nav .current_page_item A, .news-red #nav .current-cat A, .news-red #nav .current-menu-item A, .news-red #nav LI LI A:hover, .news-red #nav LI LI A:active, .news-red #nav LI.right A:hover, .news-red #subnav LI A:hover, .news-red #subnav LI A:active, .news-red #subnav .current_page_item A, .news-red #subnav .current-cat A, .news-red #subnav .current-menu-item A, .news-red #subnav LI LI A:hover, .news-red #subnav LI LI A:active, .news-red H2 A:hover, .news-red #footer A:hover
{
	color: #C72730;
}
.news-red #home-top .ui-tabs UL.ui-tabs-nav LI A:hover, .news-red #home-top .ui-tabs UL.ui-tabs-nav LI.ui-tabs-selected A, .news-red .navigation LI A:hover, .news-red .navigation LI.active A
{
	background-color: #C72730;
}
.news-red .navigation LI A:hover, .news-red .navigation LI.active A
{
	border: 1px solid #C72730;
}
.news-red H2 A:hover
{
	text-decoration: none;
}
.news-red INPUT[type="button"], .news-red INPUT[type="submit"]
{
	background-color: #E93542;
	border: 1px solid #C72730;
}
.news-red INPUT:hover[type="button"], .news-red INPUT:hover[type="submit"]
{
	background-color: #C72730;
	border: 1px solid #C72730;
}
/*News Teal
------------------------------------------------------------*/
.news-teal A, .news-teal A:visited
{
	color: #27C3C7;
	text-decoration: none;
}
.news-teal A:hover
{
	text-decoration: underline;
}
.news-teal #header UL.nav LI LI A, .news-teal #header UL.nav LI LI A:link, .news-teal #header UL.nav LI LI A:visited, .news-teal #header UL.menu LI LI A, .news-teal #header UL.menu LI LI A:link, .news-teal #header UL.menu LI LI A:visited, .news-teal #nav LI LI A, .news-teal #nav LI LI A:link, .news-teal #nav LI LI A:visited
{
	color: #FFF;
}
.news-teal #subnav LI LI A, .news-teal #subnav LI LI A:link, .news-teal #subnav LI LI A:visited, .news-teal H2 A, .news-teal H2 A:visited
{
	color: #333;
}
.news-teal #header UL.nav LI A:hover, .news-teal #header UL.nav LI A:active, .news-teal #header UL.nav .current_page_item A, .news-teal #header UL.nav .current-cat A, .news-teal #header UL.nav .current-menu-item A, .news-teal #header UL.menu LI A:hover, .news-teal #header UL.menu LI A:active, .news-teal #header UL.menu .current_page_item A, .news-teal #header UL.menu .current-cat A, .news-teal #header UL.menu .current-menu-item A, .news-teal #header UL.nav LI LI A:hover, .news-teal #header UL.nav LI LI A:active, .news-teal #header UL.menu LI LI A:hover, .news-teal #header UL.menu LI LI A:active, .news-teal #nav LI A:hover, .news-teal #nav LI A:active, .news-teal #nav .current_page_item A, .news-teal #nav .current-cat A, .news-teal #nav .current-menu-item A, .news-teal #nav LI LI A:hover, .news-teal #nav LI LI A:active, .news-teal #nav LI.right A:hover, .news-teal #subnav LI A:hover, .news-teal #subnav LI A:active, .news-teal #subnav .current_page_item A, .news-teal #subnav .current-cat A, .news-teal #subnav .current-menu-item A, .news-teal #subnav LI LI A:hover, .news-teal #subnav LI LI A:active, .news-teal H2 A:hover, .news-teal #footer A:hover
{
	color: #27C3C7;
}
.news-teal #home-top .ui-tabs UL.ui-tabs-nav LI A:hover, .news-teal #home-top .ui-tabs UL.ui-tabs-nav LI.ui-tabs-selected A, .news-teal .navigation LI A:hover, .news-teal .navigation LI.active A
{
	background-color: #27C3C7;
}
.news-teal .navigation LI A:hover, .news-teal .navigation LI.active A
{
	border: 1px solid #27C3C7;
}
.news-teal H2 A:hover
{
	text-decoration: none;
}
.news-teal INPUT[type="button"], .news-teal INPUT[type="submit"]
{
	background-color: #2EDADE;
	border: 1px solid #27C3C7;
}
.news-teal INPUT:hover[type="button"], .news-teal INPUT:hover[type="submit"]
{
	background-color: #27C3C7;
	border: 1px solid #27C3C7;
}