body {
	font-family: Georgia, times New Roman, times, serif;
	font-size: 11pt;
	line-height: 1.5em;
}
input, select, textarea {
	font-family: Georgia, times New Roman, times, serif;
	font-size: 11pt;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #e84570;
	line-height: 1.5em;
	margin-top: 0;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #e84570;
	line-height: 1.5em;
	margin-top: 0;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #2C976D;
	line-height: 1.5em;
	margin-top: 0;
}
a {
	color: #2C976D;
}
a:hover {
	color: #e84570;
}
img {
	border: solid 3px #e84570;
}
ul li {
	padding: 0.2em 0;
}
#menu {
	height: 59px;
	background: url(/images/site/menu_bg.gif) repeat-x;
}
#menu ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 990px;
}
#menu ul li {
	display: inline;
	float: left:
}
#menu ul li.selected a {
	background: url(/images/site/menu_highlight.gif) repeat-x;
}
#menu ul li a:hover {
	background: url(/images/site/menu_highlight.gif) repeat-x;
}
#menu ul li a {
	display: inline-block;
	line-height: 59px;
	height: 59px;
	padding: 0 8px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#page {
	background: #66d7ac url(/images/site/main_bg.gif) repeat-x;
	text-align: center;
}
#header {
	width: 990px;
	height: 180px;
	background: white url(/images/site/banner.jpg) repeat-x;
	margin: 0 auto;
	padding: 0;
}
#header .title {
	font-size: 2.8em;
	font-weight: normal;
	color: #e84570;
	margin-left: -9000px;
}
#content_bg {
	width: 990px;
	background: white url(/images/site/content_bg.jpg) fixed top center;
	margin: 0 auto;
}
#main_content {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 930px;
}
#footer
{
	padding-top: 20px;
	padding-bottom: 50px;
}
.callout 
{
	color: #e84570;
	font-size: 1.2em;
}
.callout2
{
	color: #2C976D;
	font-size: 1.2em;
}
.highlight {
	color: #e84570;
}
.spring {
	color: #4a9316;
}
.spring img {
	border: solid 3px #4a9316; 
}
.summer 
{
	color: #ff844c;
}
.summer img {
	border: solid 3px #ff844c; 
}
.autumn 
{
	color: #a64519;
}
.autumn img {
	border: solid 3px #a64519; 
}
.winter 
{
	color: #971639;
}
.winter img {
	border: solid 3px #971639; 
}



#registerform p {
	margin-bottom:3px;
	display: inline-block;
	width: 450px;
}

#registerform {
	padding:0 10px;
}
#loginform .button_alt, #registerform .button_alt {
	float:right;
}
#loginbox {
	background:none repeat scroll 0 0 #F5F5F5;
	border-bottom:3px solid #4BA0B3;
	float:right;
	height:230px;
	width:340px;
}
#loginbox h2 {
	background:none repeat scroll 0 0 #4BA0B3;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	height:1.4em;
	margin:0 0 10px;
	padding:5px;
}
#loginbox .content {
	margin:10px;
}
#loginbox table, #prefs {
	background:none repeat scroll 0 0 #F04A45;
	color:white;
	height:200px;
	padding:13px 0;
}
#loginbox input.text, #registerform input.text, #profile input.text, #profile select.text, #registerform select.text {
	color:#898989;
	display:inline-block;
	margin-bottom:4px;
	padding:5px 2px;
	width:285px;
}
#loginbox input.longtext, #registerform input.longtext, #profile input.longtext {
	color:#898989;
	height:30px;
	margin-bottom:4px;
	width:364px;
}
#loginbox a {
	float:left;
}
#profile {
	background:none repeat scroll 0 0 #F5F5F5;
	border-bottom:3px solid #F85C51;
	float:left;
	width:600px;
}
#profile h2 {
	background:none repeat scroll 0 0 #E84570;
	clear:both;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	height:1.4em;
	margin:0 0 10px;
	padding:5px;
}
.validation_status {
	display:inline-block;
	margin-left:10px;
	padding:5px;
	text-align:center;
	width:110px;
}
.validation_status span {
	float:left;
}
.button{
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
}
a.button{
	padding: 6px 11px 7px;
}
a.button:hover{
	color: white;
}

a.pass {
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #C3C3C3;
	color:#585858;
	display:block;
	float:left;
	margin:10px;
	padding:5px;
	text-align:center;
	width:200px;
	text-decoration: none;
}
a.pass_hover {
	border:2px solid #C3C3C3;
}
a.pass .title {
	color:#2C976D;
	font-size:1.2em;
	font-weight:bold;
}
a.pass .level1 {
	color: #e84570;
}
a.pass span {
	display:block;
	margin:5px 0;
}
.clear {
	clear: both;
}
.userlinks {
	float: right;
	padding-right: 10px;
	width: 160px;
}
.userlinks ul li {
	text-align: left;
	list-style: none;
	background: white;
	padding: 2px 8px;
}
.userlinks ul li a {
	text-decoration: none;
}
.ui-icon {
	display: inline-block !important;
}

img.noborder {
	border: none !important;
}
.cosmos_include {
	clear: both;
}
a.lightboximage {
	font-size: 1em;
	float: left;
	margin: 0 10px 10px 0;
}
#profiles p {
	clear: both;
}

