body {
	width: 100%;
}

#bg-top {
	z-index: -999;
	position: absolute;
	background: url(../img/bg-top.png) no-repeat #00accd;
	height: 133px;
	width: 100%;
	top: 32px;
}

#container {
	width: 1000px;
	padding-left: 50px;
	font-family: Arial, Verdana;
}

#topmenu {
	height: 166px;
}

#topmenu ul {
	list-style-type: none;
	margin-top: 14px;
}

#topmenu ul li {
	float: left;
	color: #999999;
	font-size: 10px;
	margin-right: 4px;
}

#topmenu ul li a {
	color: #999999;
	text-decoration: none;
	cursor: pointer;
}

#topmenu ul li a:hover {
	text-decoration: underline;
}

#topmenu ul .select a  {
	color: #666666;
}

#menu {
	height: 42px;
	border-bottom: dashed  1px #39b54a;
	margin-bottom: 40px;
}

#menu ul {
	list-style-type: none;
	line-height: 42px;
	font-size: 16px;
}

#menu ul li {
	float: left;
	padding: 0px 10px;
	color: #39b54a;
	font-weight: bold;
}

#menu ul li a {
	color: #39b54a;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul .select a{
	color:#63451F;
}

#left {
	width: 211px;
	float: left;
	margin-right: 20px;
}

#left ul {
	border-top: dashed 1px #cccccc;
	font-size: 12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
}

#left ul li {
	border-bottom: dashed 1px #cccccc;
}

#left ul li a {
	text-decoration: none;
	color: #805926;
	display: block;
	margin: 1px 0px;
	padding: 4px 0px 4px 10px;
}

#left ul li a:hover {
	background: #d7cfc4;
}

#left ul .select a{
	background: #d7cfc4;
}

#left .social {
	border: 1px solid #00accd;	
}

#left .social h2 {
	background: #00accd;
	display: block;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 5px;
	border-bottom: 2px solid #0086a1;
	text-transform: uppercase;
}

#left .social .inside {
	margin: 10px;
}

#left .social .inside p {
	color: #0b5365;
	font-size: 10px;
	line-height: 14px;
}

#left .social .inside p a {
	font-style: italic;
	color: #0b5365;
	text-decoration: none;
	font-weight: bold;
}

#left .social .inside p a:hover {
	text-decoration: underline;
}

#left .social .twitter {
	color: #00accd;
	font-size: 10px;
	line-height: 14px;
}

#left .social .twitter a {
	color: #00accd;
	text-decoration: none;
}

#left .social .twitter a:hover {
	color: #00accd;
	text-decoration: underline;
}

#left .social .twitter span {
	font-weight: bold;
}

#left .contact p {
	color: #0b5365;
	font-size: 10px;
	line-height: 14px;
}

#left .contact p a {
	color: #0b5365;
	text-decoration: none;
	font-weight: bold;
}

#content {
	width: 411px;
	float: left;
	color: #805926;
	font-size: 13px;
}

#content a {
	color:#39B54A;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content ul, ol {
	margin-left: 20px;
	padding-bottom: 20px;
}

#content h1 {
	color: #63451f;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#content h2 {
	color: #805926;
	font-size: 14px;
	font-weight:lighter;
	line-height: 20px;
}

#content p {
	padding-bottom: 20px;
	line-height: 15px;
}

#content .form label {
	width: 120px;
	float: left;
}

#content .form label span {
	color: #cc0000;
}

#content .form .input {
	width: 260px;
	padding: 2px 4px;
	border: 1px solid #63451f;
	float: left;
}

#content .form .submit {
	padding: 5px 10px;
	background: #00accd;
	color: #ffffff;
	border: 0;
	margin-left: 120px;
}

#content .error_warnings {
	color: #ff0000;
}

#content .error_warnings ul {
	padding-left: 12px;
}

#content .error_warnings ul li {
	line-height: 20px;
}

#right {
	margin-left: 20px;
	width: 338px;
	float: left;
}

#right ul {
	border-top: dashed 1px #cccccc;
	font-size: 12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
}

#right ul li {
	border-bottom: dashed 1px #cccccc;
	padding: 10px 0px;
	float: left;
}

#right ul li img {
	float: left;
}

#right ul li p {
	float: right;
	width: 228px;
	font-size: 11px;
	color: #00accd;
	line-height: 11.5px;
	padding-left: 10px;
}

#right ul li b {
	color: #0086a1;
}

#right ul li p a {
	color: #00accd;
	text-decoration: none;
	font-style: italic;
}

#right ul li p a:hover {
	text-decoration: underline;
}
.space {
	clear: both;
	height: 22px;
}

.space-10 {
	clear: both;
	height: 10px;
}

.space-20 {
	clear: both;
	height: 20px;
}

.clear {
	clear: both;
}
