@charset "utf-8";
/* CSS Document */

/* ---------------------------------- Primary Styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: url(../img/bg.png);
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #0077cb;
	text-decoration: none;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

a:hover {
	color: #000000;
	background: #fffacd;
}

a:active {
	color: #000000;
	background: #fff388;
}

a img, #homeHeader img {
	border: none;
	float: left;
}

/* ---------------------------------- Layout */

#header, #homeHeader, #nav, #wrapper, #content, #sideContent, #description, #footer {
	float: left;
	display: inline;
}

#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 480px;
	margin: 20px 240px 0px 240px;
	padding: 10px 0px;
	text-align: center;
}

#homeHeader {
	margin: 0px 10px;
	width: 940px;
}

#nav {
	width: 940px;
	margin: 0px 10px;
	padding: 10px 0px;
	border-top: 1px solid #000000;
	border-bottom: 3px solid #cccccc;
	text-align: center;
	background: #333333;
	border-top-left-radius: 0.6em;
	-moz-border-top-left-radius: 0.6em;
	-webkit-border-top-left-radius: 0.6em;
	border-top-right-radius: 0.6em;
	-moz-border-top-right-radius: 0.6em;
	-webkit-border-top-right-radius: 0.6em;
}

#wrapper {
	width: 940px;
	margin: 2px 10px;
	padding-top: 20px;
}

#content {
	width: 380px;
	padding: 0px 50px;
}

#sideContent {
	width: 220px;
	padding-right: 10px;
}

#description {
	width: 220px;
	padding-left: 10px;
}

#footer {
	width: 930px;
	margin: 10px 10px;
	padding-top: 20px;
	border-top: 2px solid #ffffff;
}

#footer p {
	font-size: 12px;
	text-align: center;
	color: #666666;
}

/* ---------------------------------- Header Styles */

#header h1 {
	font-size: 18px;
	line-height: 28px;
	font-variant: small-caps;
	letter-spacing: 0.25em;
}

#header h2 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 7px;
	font-variant: small-caps;
	letter-spacing: 0.25em;
}


/* ---------------------------------- Navigation Styles */

#nav a {
	color: #fff8bb;
	padding: 0.5em 0.5em;
	text-decoration: none;
}

#nav a:hover {
	color: #ffffff;
	background: #666666;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}

#nav p {
	padding: 0px 0.5em;
	display: inline;
	color: #999999;
	text-shadow: #000 2px 2px 0px;
}

#nav p.selected {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: #ffffff;
	border-bottom: 1px solid #999999;
}


/* ---------------------------------- sideContent (left) */

#sideContent h1 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 9px;
	text-shadow: #cccccc 2px 2px 2px;
}

#sideContent h2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 22px;
	font-weight: normal;
	padding: 1em;
	background: #666666;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	box-shadow: 3px 3px 3px #cccccc;
	-moz-box-shadow: 3px 3px 3px #cccccc;
	-webkit-box-shadow: 3px 3px 3px #cccccc;
}

#sideContent h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 11px;
	letter-spacing: 0.15em;
	text-transform: lowercase;
	font-variant: small-caps;
}

ul#menu {
	padding: 10px;
	background: rgba(80, 169, 0, 0.3);
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}

ul#menu, ul#menu ul {
	list-style-type:none;
}

ul#menu a {
	display: block;
	text-decoration: none;	
}

ul#menu li {
	margin-top: 1px;
}

ul#menu li a {
	background: #fff8bb;
	color: #0077cb;	
	padding: 0.5em;
}

ul#menu li a:hover {
	color: #000000;
	background: #fff388;
}

ul#menu li ul li {
	background: rgba(80, 169, 0, 0.2);
	padding: 10px;
	border-bottom: 1px solid #999999;
}

ul#menu li ul li a:hover {
	background: #aaa;
	border-left: 5px #000 solid;
	padding-left: 15px;
}

#menu p {
	color: #666666;
	margin-bottom: 5px;
}


/* ---------------------------------- Content */

#content h1 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 9px;
}

#content h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}


/* ---------------------------------- Description (right) */

#description h1 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 9px;
	font-weight: normal;
}

#description h2 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 11px;
	letter-spacing: 0.15em;
	text-transform: lowercase;
	font-variant: small-caps;
}

#description ul {
	margin-bottom: 20px;
}

#description li {
	font-size: 14px;
	line-height: 20px;
}


/* ---------------------------------- Tabs */

.tabberlive .tabbertabhide {
	display:none;
}

ul.tabbernav
{
	float: left;
	width: 380px;
	margin-bottom: 18px;
	border-bottom: 1px solid #cccccc;
}

ul.tabbernav li
{
	list-style: none;
	display: inline;
}

ul.tabbernav li a
{
	float: left;
	padding: 0px 1em;
	border: 1px solid #cccccc;
	background: #fff8bb;
	text-decoration: none;
	position: relative;
	top: 1px;
}

ul.tabbernav li a:hover
{
	color: #000000;
	background: #fff388;
}

ul.tabbernav li.tabberactive a
{
	color: #ffffff;
	background: #666666;
	border-color: #333333;
	border-bottom: 1px solid #000000;
	cursor: default;
}

ul.tabbernav li.tabberactive a:hover
{
	background: #666666;
}
