/* 
	Theme Name: Chrome WordPress Theme
	Theme URL: http://www.studiopress.com/themes/chrome
	Description: Chrome is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 2.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 1/24/09
		Second Release of Chrome, to ensure compatibility with WordPress 2.7
*/

body.mceContentBody {
	background: #ffffff;
	width: 559px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	}

body {
	background: #5D7B6F;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
	}
	
#wrap {
	background: #DAEEF5 url('images/wrap-bg.jpg') repeat-x top left;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
	}
	
#page-wrap {
	background: transparent url('images/page-wrap-bg.jpg') no-repeat top center;
	margin: 0px;
	padding: 0px;
	}
	
#page {
	background: transparent url('images/page-bg.jpg') repeat-y top left;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	}
	
#page-inner {
	background: transparent url('images/page-inner-bg.jpg') no-repeat top left;
}
	
/*	
#home-footer ul li.widget_sp_image {
	margin: 20px 0 0 0 !important;
}
	
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	height: 69px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #333333;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #333333;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #333333;
	text-decoration: none;
	}

.headerleft {
	width: 343px;
	height: 187px;
	float: left;
	margin: 0 10px 0 45px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	}

.headerleft p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.headerright {
	background: transparent url('images/header-links.jpg') no-repeat top left;
	width: 376px;
	height: 23px;
	float: right;
	margin: 0px;
	padding: 4px 60px 42px 30px;
	text-align: right;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px 50px 0px 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 960px;
	height: 33px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 22px auto 0;
	padding: 0px;
	overflow: hidden;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	width: 530px;
	float: right;
	text-align: right;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	background: #E2B051;
	color: #ffffff;
	display: block;
	font-weight: bold;
    margin: 0px 7px 0px 0px;
	padding: 10px 20px 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
	}

#nav li a:hover, #nav li a:active {
	background: #f5c76f;
	color: #ffffff;
	}
	
/* Blog Link */
	
#nav li.page-item-20 a, #nav li.page-item-20 a:link {
	background: #F78F1E;
	color: #ffffff;
	}
	
#nav li.page-item-20 a:hover, #nav li.page-item-20 a:active {
	background: #ffa23e;
	color: #ffffff;
	}
	
/* About Link */
	
#nav li.page-item-2 a, #nav li.page-item-2 a:link {
	background: #B38225;
	color: #ffffff;
	}
	
#nav li.page-item-2 a:hover, #nav li.page-item-2 a:active {
	background: #d5a03b;
	color: #ffffff;
	}
	
/* Resources Link */
	
#nav li.page-item-22 a, #nav li.page-item-22 a:link {
	background: #E2B051;
	color: #ffffff;
	}
	
#nav li.page-item-22 a:hover, #nav li.page-item-22 a:active {
	background: #f5c76f;
	color: #ffffff;
	}
	
/* Teams Link */
	
#nav li.page-item-26 a, #nav li.page-item-26 a:link {
	background: #7AC1B9;
	color: #ffffff;
	}
	
#nav li.page-item-26 a:hover, #nav li.page-item-26 a:active {
	background: #90d8d0;
	color: #ffffff;
	}
	
/* Contact Link */
	
#nav li.page-item-24 a, #nav li.page-item-24 a:link {
	background: #609E85;
	color: #ffffff;
	}
	
#nav li.page-item-24 a:hover, #nav li.page-item-24 a:active {
	background: #74b39a;
	color: #ffffff;
	}
	
#nav li li.page_item a, #nav li li.page_item a:link, #nav li li.page_item a:visited {
	background: #FFFFFF;
	width: 170px;
	color: #666666;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav li li.page_item a:hover, #nav li li.page_item a:active {
	background: #8CD2C7;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 690px;
	margin: 0px 0px 15px 0px;
	padding: 20px 19px 0px 0px;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	}
	
#homepage a, #homepage a:visited  {
	color: #609E87;
	text-decoration: none;
	}
	
#homepage a:hover {
	color: #609E87;
	text-decoration: none;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage h1 {
	color: #222222;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#homepage h1 a  {
	color: #222222;
	text-decoration: none;
	border: none;
	}

#homepage h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#homepage h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	}
	
#homepage h3 {
	background: #F5F5F5;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

#homepage h4 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}

#homepage embed, #homepage object {
	width: 250px; 
	height: 205px;
	margin: 10px 0px 5px 0px; 
	padding: 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	background: url(images/arrow.gif) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.homepageleft {
	float: left;
	width: 396px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

.homepageright {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}
	
.homebox {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	}
	
	
#fcg {
	background: #F5F5F5;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

.home .postarea {
	width: 367px;
	height: 265px;
	overflow: hidden;
	float: left;
	margin: 60px 10px 0 0;
}

.home-slideshow {
	width: 488px;
	float: left;
}

#content {
	width: 865px;
	margin: 0px auto 0px;
	padding: 10px 35px 10px 60px;
	line-height: 20px;
	}
	
#content-footer {
	width: 775px;
	height: 62px;
	margin: 0px auto 0px;
	padding: 11px 35px 0 150px;
	background: transparent url('images/footer-logos.jpg') no-repeat top left;
	}
	
#contentleft {
	float: left;
	width: 559px;
	margin: 60px 0px 15px 0px;
	padding: 0px 9px 20px 0px;
	}

#contentwide {
	float: left;
	width: 865px;
	margin: 60px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.home #contentwide {
	margin: 0px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #609E87;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #609E87;
	text-decoration: none;
	}

h1 {
	color: #5F9F85;
	font-size: 30px;
	font-family: Trebuchet MS, Arial, Tahoma;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
.home #contentwide h1 {
	color: #A26F42;
	font-size: 22px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 20px;
	}
	
h1 a  {
	color: #5F9F85;
	text-decoration: none;
	border: none;
	}

h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
h2 {
	color: #609E87;
	font-size: 24px;
	font-family: Trebuchet MS, Arial, Tahoma;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
h2 a {
	color: #609E87;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #2e5043;
	text-decoration: none;
	}
	
h3 {
	color: #F78F1E;
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
h4 {
	color: #F78F1E;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
h5 {
	color: #CA9837;
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
h6 {
	color: #CA9837;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
a, .postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #609E87;
	text-decoration: underline;
	}
	
a:hover, .postarea a:hover, .postcomments a:hover {
	color: #609E87;
	text-decoration: none;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
background-color:#DBF0F5;
float:right;
font-size:12px;
font-style:italic;
margin:0 0 10px 10px;
padding:0 10px;
width:267px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F5F5F5;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #BBBBBB;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
#page .archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 287px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 10px;
	line-height: 18px;
	background: #ffffff;
	}
	
#home-footer {
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0 35px 0 60px;
	background: transparent url('images/home-footer-bg.jpg') no-repeat top left;
	}
	
	
#home-footer #sidebar {
	float: none;
	width: 865px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	background: #ffffff;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #609E87;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #609E87;
	text-decoration: none;
	}

#sidebar h2 {
	background: #609E87 url('images/sidebar-headline-bg.jpg') no-repeat bottom right;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	padding: 5px 30px 10px 20px;
	float: left;
	}	
	
#sidebar hr {
	border: 0px;
	height: 0px;
	background: #DAEFF4;
	clear: both;
	padding: 0px;
	margin: 0px;
}

#home-footer #sidebar .widget, #sidebar #text-4 {
	width: 287px;
	float: left;
	margin: 20px 18px 10px 0;
	}
	
#home-footer #sidebar .widget_recent_entries {
	margin-right: 0;
}
	
#home-footer #sidebar #recent-posts-3 {
	background: #F0F8FB;
	padding: 0 0 20px 0;
	}
	
#home-footer #sidebar #text-4 {
	padding: 0 0 50px 0;
	}
	
#home-footer #sidebar #recent-posts-3 li {
	margin:0 0 15px 0;
	}
	
#home-footer #sidebar #recent-posts-3 a {
	color: #395547;
	}
	
#home-footer #sidebar #recent-posts-3 a:hover {
	color: #395547;
	text-decoration: underline;
	}
	
#home-footer #sidebar #text-5 {
	width: 251px;
	float: left;
	margin: 0 20px 0 0;
	background: none;
	padding: 0;
	}
	
#home-footer #sidebar #text-5 .textwidget {
	margin: 0;
	padding: 0;
	}

#sidebar #text-3 h2, #sidebar #text-4 h2 {
	background: transparent url('images/stay-connected.jpg') no-repeat top left;
	text-indent: -99999em;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 45px;
	}
	
#sidebar #gform_widget-3 h2, #sidebar #gform_widget-4 h2 {
	background: transparent url('images/stay-connected.jpg') no-repeat top left;
	text-indent: -99999em;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 45px;
	}
	
#sidebar #recent-posts-3 h2 {
	background: transparent url('images/latest-blog-title.jpg') no-repeat top left;
	text-indent: -99999em;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 68px;
	}
	
#sidebar #text-3 p, #sidebar #text-4 p  {
	padding: 0 10px 15px 10px;
}

#sidebar #text-3 label, #sidebar #text-4 label  {
	font-weight: bold;
	padding: 0 0 0 10px;
}

#sidebar #text-3 input, #sidebar #text-4 input {
	padding: 2px;
	border: solid 1px #743802;
	margin: 0px 10px;
	width: 170px;
}

#sidebar #text-3 #reg-button, #sidebar #text-4 #reg-button {
	text-align: center;
}

#sidebar #text-3 input.submit, #sidebar #text-4 input.submit {
	padding: 5px 30px 5px 30px;
	border: solid 2px #ffffff;
	margin: 20px 0px 10px 0px;
	width: auto;
	background: #F78F1E url('images/submit-arrow.jpg') no-repeat center right;
	color: #ffffff;
	font-weight: bold;
	box-shadow: 0px 0px 10px #78a59b;
	-moz-box-shadow: 0px 0px 10px #78a59b;
	-webkit-box-shadow: 0px 0px 10px #78a59b;

}

#sidebar #text-3 input:hover.submit, #sidebar #text-4 input:hover.submit {
	background: #da7f1b url('images/submit-arrow.png') no-repeat center right;
	cursor: pointer;
	box-shadow: 0px 0px 10px #608e84;
	-moz-box-shadow: 0px 0px 10px #608e84;
	-webkit-box-shadow: 0px 0px 10px #608e84;
}

#sidebar #gform_widget-3 input.button, #sidebar #gform_widget-4 input.button {
	padding: 5px 30px 5px 30px;
	border: solid 2px #ffffff;
	margin: 20px 0px 10px 0px;
	width: auto;
	background: #F78F1E url('images/submit-arrow.jpg') no-repeat center right;
	color: #ffffff;
	font-weight: bold;
	box-shadow: 0px 0px 10px #78a59b;
	-moz-box-shadow: 0px 0px 10px #78a59b;
	-webkit-box-shadow: 0px 0px 10px #78a59b;

}

#sidebar #gform_widget-3 input:hover.button, #sidebar #gform_widget-4 input:hover.button {
	background: #da7f1b url('images/submit-arrow.png') no-repeat center right;
	cursor: pointer;
	box-shadow: 0px 0px 10px #608e84;
	-moz-box-shadow: 0px 0px 10px #608e84;
	-webkit-box-shadow: 0px 0px 10px #608e84;
}

#sidebar .gform_heading {
	margin: 0 0 20px 20px;
}

#sidebar .gform_fields li {
font-weight:bold;
padding:0;
background:none;
margin: 0 5px 0 10px;
font-weight:bold;
}


#sidebar .gform_fields input {
border:1px solid #743802;
margin:0px;
padding:2px;
width:165px;
}

#sidebar .gform_wrapper .left_label .gfield_label {
float:left;
font-weight:bold;
margin:2px 5px 0 0;
width:29%;
}

#sidebar .gform_wrapper .gform_footer.left_label {
padding:0 0 0 31%;
}
	
#sidebar h3 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	background: #DAEFF4;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#sidebar  .widget_sp_image {
	line-height: 0px;
	padding: 0px;
}

#home-footer #sidebar .widget_sp_image {
	width: 251px !important;
}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #609E87;
	font-weight: bold;
	text-decoration: none;
	border: none;
	}
	
#sidebar ul ul li a:hover {
	color: #47826c;
	text-decoration: none;
	border: none;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow.png) no-repeat center left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow.png) no-repeat center left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#sidebar ul li ul li.cat-item {
	background: url(images/arrow.png) no-repeat center left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	float: left;
	width: 120px;
	overflow: hidden;
	}
	
#sidebar ul li ul li.cat-item-7 {
	background: url(images/arrow.png) no-repeat center left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	float:none;
	clear: both;
	width: 120px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #5d7b6f url(images/footer-bg.jpg) repeat-x top left;
	height: 33px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 80px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	margin: 0px;	
	padding: 0px;
	}

.footertop {
	font-size: 12px;
	color: #222222;
    font-weight: normal;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	}
	
.footertop  a {
	color: #222222;
	text-decoration: none;
	}

.footertop  a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
.footerbottom {
	font-size: 11px;
	color: #666666;
    font-weight: normal;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}
	
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}

.footerbottom a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 10px;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 5px 0px 0px 10px;
	}
	
#searchformheader {
	margin: 15px 0px 0px 0px;
	}
	
#searchbox {
	background: #F5F5F5 !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 210px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #F5F5F5;
	}
	
#searchbutton {
	background: #555555;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #555555;
	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #54AE8B;
	color: #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	border: 0px;
	}
	
#submit:hover {
	background: #438c70;
	cursor: pointer;
	}
	
#author, #email, #url {
	background: #F7F7F7;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
#comment {
	background: #F7F7F7;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #54AE8B;
	color: #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	}
	
.reply a:hover {
	background: #438c70;
	color: #FFFFFF;
	text-decoration: none;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
	
.category-events #page #tec-content {
	width: auto;
}

.category-events #page #tec-content .tec-calendar-buttons a {
	color: #ffffff;
}

.category-events #page #tec-content .tec-calendar-buttons a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.category-events #contentwide h2 {
	margin: 0 10px 29px 0;
}

.category-events #contentwide h5 {
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0 10px;
}

#searchform .screen-reader-text {
	display: none;
}

#searchform input {
	background: #fff;
}

#searchform input#searchsubmit:hover {
	background: #DDDDDD;
	cursor: pointer;
}


#sidebar #gforms_confirmation_message {
background: none;
border: none;
color:#252525;
font-size:14px;
margin-bottom:10px;
margin-top:10px;
padding:60px 10px;
text-align:center;
font-style: italic;
}
