﻿#wrapper	{
	margin: 0 auto;
	width: 760px;
}

#header	{
	background: #2F006F;
	color: #fff;
	font-weight: bolder;
	padding: 5px 10px 5px 0;
	text-align: right;
}

#header-contact		{
	float: left;
	padding: 0 0 0 10px;
	text-align: left !important;
}

.box	{
	background: #F7F5F9;
	border: 1px solid #fff;
	color: #000;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
}

.selectedBox
{
    background: #B49AD6;
    color: #F7F5F9;
}

.spacing	{
	word-spacing: 5px;
}

.small	{
	font-size: 12px;
}

.medium	{
	font-size: 14px;
}

.large	{
	font-size: 18px;
}

h1.small	{
	font-size: 1.7em;
}

h1.medium	{
	font-size: 1.7em;		
}

h1.large	{
	font-size: 1.7em;	
}

h2.small	{
	font-size: 1.4em;
}

h2.medium	{
	font-size: 1.4em;		
}

h2.large	{
	font-size: 1.4em;	
}

#inner_wrapper	{
	width: 760px;	
}

#left_col	{
	background: #2F006F url(images/logo.jpg) top left no-repeat;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding: 0 0 0 0;
	width: 230px;
}

#left_col *{
	clear: both;
}

#dnn_nav	{
	background: #FFF;
	border: none !important;
}

#left_features	{
	background: #2F006F;
	overflow: hidden;
}

#left_features input[type="radio"], #left_features label
{
	display: none;
}

#left_features input[type="text"]
{
	margin: 5px 0 5px 10px;
}

#dnn_dnnSearch_cmdSearch
{
	background: url("./images/purplegradient.png");
	border: none !important;
	color: #FFF;
	display: inline;
	padding: 2px 2px;
	text-align: center;
	width: 20px;
}

*:first-child + html #dnn_dnnSearch_cmdSearch	{
	position: relative;
	top: -6px;
}

.searchLabel
{
	color: #FFF;
	padding: 0 0 10px 10px;
}

*:first-child + html .searchLabel
{
	position:relative;
	top: -6px;
}

#dnn_newsletter	{
		border: none !important;
}

#right_col	{
	display: inline-block;
	float: left;
	width: 515px;
}

#right_col *{
	clear: both;
}

#header_image	{
	height: 268px;
	margin: 10px 0 0 14px;
}

#breadcrumb	
{
	color: #1E6816;
	height: 20px;
	margin: 0 0 0 14px;
	width: 516px;
}

#breadcrumb a, a:link, a:visited, *:first-child + html #breadcrumb a, a:link, a:visited
{
	color: #1E6816;
	padding: 0 5px 0 5px;
}

#breadcrumb a:active, *:first-child + html #breadcrumb a:active
{
	color: #2F006F;
}

#welcome_bar{
	background: #2F006F;
	color: #fff;
	height: 15px;
	margin: 0 0 0 14px;
	padding: 2px 0 2px 10px;
	width: 506px;
}

#dnn_ContentPane	{
	background: url(images/flowers.jpg) right bottom no-repeat;
	border: none !important;
	margin: 0 0 0 14px;
	width: 516px;
}

hr	{
	border: 2px solid #EFE6FA;
	margin: 5px 0 0 0;
	width: 516px;
}
	
#footer	{
	background: #2F006F;
	color: #fff;
	display: inline-block;
	display: -moz-inline-block;
	height: 20px;
	padding: 10px 0 10px 0;
	text-align: center;
	vertical-align: bottom;
	width: 760px;
}

#memberships	{
	background: #F7F5F9;
	border: none;
	color: #7B7B7B;
	display: inline-block;
	display: -moz-inline-block;
	text-align: center;
	width: 760px;
}

#memberships td	{
	padding: 0 10px 0 10px;
}

.login
{
	display: inline-block;
	display: -moz-inline-block;
	height: 40px;
	margin: 0 0 0 14px;
	text-align: right;
}

.noBorder
{
	border: none;
}

#leaveSite
{
	position:relative;
	top: -26px;
	left: 384px;
}

*:first-child + html #leaveSite	{
	position:relative;
	top: -31px;
	left: 384px;
}

.services a:link, .services a:visited	{
	color: #2F006F;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

.services a:hover	{
	color: #8A58CD;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

.emphasis	{
	background: #EFE6F9;
	border: 1px dashed #2F006F;
	font-weight: bold;	
	padding: 3px;
}

#box	{
	background: #e2c2ff;
	color: #000;
	float: right;
	margin: 10px;	
	padding: 20px;
}

#dnn_dnnLogin_cmdLogin	{
	color: #fff;
}