@charset "UTF-8";
/* CSS Document */

a img {
	border:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	
}
div#nav {
	background-color:#EEEEEE;
}
ul#nav2 {
	clear:both;
	padding:0px;
	margin:0px;
	background-color:#ccc;
}
#nav2 li {
	display:inline-block;
	padding:0px;
	margin:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #067B52;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #067B52;
}
#nav2 li a {
	padding-left:8px;
	padding-right:8px;
	text-decoration: none;
	
	color:#333;
}
#nav2 li a:hover {
	text-decoration:underline;
	color:#067B52;
}
div#content {

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #067B52;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear:both;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #067B52;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
h2 a {
	text-decoration:none;
	color:#067B52;
}
h2 a:hover {
	text-decoration:underline;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
}
ul, ol {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 30px;
}
ul li {
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 6px;
}
ol li {
	margin-top: 2px;
	margin-bottom: 6px;
}
ul.MenuBarHorizontal
{
	margin: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	display:inline-block;
	margin: 0px;
	padding: 0px;
	overflow:visible;
}
ul.MenuBarHorizontal li a {
	padding-right:10px;
	padding-left:10px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0px;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	background-color:#EEE;
	position: absolute;
	left: -1000em;
	padding: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	min-width:90px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: -5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 5px;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #067B52;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #067B52;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../icns/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../icns/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../icns/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../icns/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
#footer img {
	float: left;
	margin-right: 10px;
	margin-top: -8px;
}
div#footer {
	padding: 8px;
	margin-top: 12px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}
.summaries h2, .article h2, .faq h2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
	padding-top: 12px;
}
.news_read_more {
	color: #666666;
}
.news_read_more a {
	text-decoration: none;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 4px;
	color: #333333;
	background-image: url(../icns/SpryMenuBarRight.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.news_read_more a:hover {
	color: #FFFFFF;
	background-color: #067B52;
}
#logo {
	float: right;
}
#footer p {
	padding-top: 8px;
}
table.directory_listing_table {
	border: 1px solid #666666;
	border-collapse:collapse;
	padding:0px;
}
.directory_listing_table td, .directory_listing_table th {
	margin:0px;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:8px;
}
.directory_listing_table th {
	text-align:left;
	background-color:#666666;
	color:#FFFFFF;	
}
.directory_listing_table tr.odd {
	background-color:#eeeeee;
}
.directory_listing_table tr.even {
	background-color:#dddddd;
}
p.uplink {
	background-image: url(../icns/up.gif);
	background-repeat: no-repeat;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #067B52;
	padding:0px;
	padding-left:12px;
	margin-top:12px;
	margin-bottom:4px;
	background-position: 4px 2px;
}
blockquote {
	background-color:#eeeeee;
	padding:6px;
	margin-top:8px;
	margin-bottom:26px;
	border: 2px solid #666666;
}
div#connection_links {
	float:right;
	margin-left:10px;
}
#connection_links span {
	display:block;
	background-color:#FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	
}
div#connection_links a {
	display:block;
	color:#ffffff;
	background-color:#177B51;
	text-decoration:none;
	margin-bottom:2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#connection_links a:hover {
    
	background-color: #EB1413;
}
.admin table, table.admin {
	background-color: #EEE;
	margin:0px;
	border:2px solid #217A52;
	padding-top:10px;
	border-collapse:collapse;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	margin-right:10px;
}
.admin td, .admin th {
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
}
.admin th {
	text-align:left;
}
.admin td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	vertical-align:top;
}
.admin tr.even {
	background-color:#D6E2DE;
}
form.login, form.register {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
label {
	font-size:12px;
}
form.mystuff, form.login, form.inline, form.group, form.tabbedmember, form.register {
	background-color: #EEE;
	margin:0px;
	border:2px solid #217A52;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	width:400px;
	margin-bottom:10px;
}
form.mystuff label, form.login label, form.inline label, form.group label, form.tabbedmember label, form.register label {
	font-weight:bold;
	color: #333;
	text-align: left;
	vertical-align:top;
	font-size:14px;
}
.form-row, .form-row-select, .form-row-footer, .form-row-checkbox, .form-row-textarea {
	margin:5px;
	clear:left;
	border-bottom:1px solid #dddddd;
	overflow:auto;
	padding-bottom:4px;
}
form.mystuff div.form-row-checkbox label {
	font-weight:normal;
	font-size:12px;
}
.form-row-footer {
	border-bottom:none;
}
.form-row-checkbox input[type=checkbox] {
	float:left;	
}
.form-row-select label, .form-row-textarea label, .form-row label, form.inline label {
	width:120px;
	display:block;
	float:left;
	margin-right:10px;
}
form.inline input[type=submit] {
	clear:left;
}
.form-row-textarea textarea, .form-row input[type=text], .form-row input[type=password], form.inline input[type=text] {
	width:250px;
}
.form-row-checkbox label {
	margin-left:25px;
	display:block;
}
.form-row label, form.inline label {
	padding-top:3px;
}
form div.help {
	margin-top:0px;
	margin-bottom:5px;
}
.
#members_list a:hover {
	background-color:#900;
}
form th, .admin th {
	font-weight:bold;
	color: #333;
	text-align: right;
	max-width:200px;
	vertical-align:top;
	padding-top:8px;
}
.editor label {
	font-weight:bold;
	color: #333;
	text-align: left;
	vertical-align:top;
	padding-top:8px;
	display:block;
	font-size:14px;
}
div.editor {
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#eee;
	border: 2px solid #CCC;
}
.admin th {
	padding-right:10px;
	background-color:#217A52;
	color:#FFF;
}
form input[type=text], form input[type=password], form textarea {
	border: 1px solid #333;
	padding:2px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	height:60px;
}
form.blogs textarea {
	width:100%;
	height:200px;
}
form.blogs input[type=text] {
	width:100%;
}
form.blogs th {
	width:120px;
}
form input[type=submit] {
	margin-top: 12px;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
span.formerror {
	background-color:#900;
	color:#FFF;
	padding-left:6px;
	padding-right:6px;
	margin-left:2px;
	margin-top:1px;
	padding-top: 2px;
	padding-bottom: 2px;
	position:absolute;
}
.tabtops li, .static-tabtops li {
	display:inline-block;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-bottom-width:1px;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-color:#000;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	cursor:pointer;
	color:#333;
	margin-bottom:-1px;
	background-color:#eee;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
}
ul.tabtops, ul.static-tabtops {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	z-index:10;
	margin-bottom:10px;
}
.tabtops li.tabshowing, .static-tabtops li.tabshowing {
	background-color:#ffffff;
	color:#000;
	color: #067B52;
	border-bottom-color:#ffffff;
	font-weight:bold;
	font-size:20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.static-tabtops a {
	text-decoration:none;
	color:#333;
}
div.help {
	color:#666;
	margin-top:8px;
	margin-bottom:8px;
}
div#user-tools {
	font-size:12px;
}
div#user-tools a {
	display:inline;
	background-color:#eee;
	color:#333;
}
div#user-tools a:hover {
	color:#fff;
}
a.big-a {
	font-size:14px;
	height:18px;
}
a.small-a {
	font-size:10px;
	height:18px;
	margin-bottom:1px;
}
div.markup_preview {
	background-color:#FFF;
	padding:10px;
	border: 1px dashed #333;
}
input[type=submit], .admin-button-row a {
	background-color:#FFF;
	color:#333;
	border: 2px solid #067B52;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	text-decoration:none;
}
.admin-button-row a {
	border: 1px solid #333;
	margin-right:8px;
}
input[type=submit]:hover, .admin-button-row a:hover {
	background-color:#067B52;
	color:#FFFFFF;
}
tr.even {
	background-color:#eee;
}
div.admin-button-row {
	margin-top:10px;
	margin-bottom:10px;
}
.admin a {
	margin-right: 6px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	background-color: #CCC;
}
.admin a:hover {
	color: #FFF;
	background-color: #F33;	
}
div.captcha img {
	position:absolute;
}
div.captcha input[type=text] {
	margin-top:45px;
}