/* Tags */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background-color: #060606;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

body {
	background-image: url(img/bg_body.png);
	background-repeat: repeat-x;
}

.container {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
}
.header {
	height: 160px;
	border-bottom: solid #FFF 1px;
	text-align: center;
	margin-bottom: 4px;
}
.header .logo  {
	margin-top: 20px;
}
/*.mainnav ul {
	list-style-type: none;
}

.mainnav ul li {
	float: left;
	border-right: solid #FFF 1px;
}
.mainnav ul li a {
	display: block;
	line-height: 20px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainnav ul li a:hover {
	color: #90CC36;
}
*/

.content {
	height: 515px;
	font-size: 14px;
	min-height: 515px;
	max-height: 515px;
	overflow: auto;
}

.textbox {
	float: left;
	width: 300px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	margin-top: 20px;
	padding: 20px 30px 20px 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.textbox h1 {
	margin-bottom: 5px;
}
.textbox .news {
	margin-bottom: 15px;
}
.textbox .news h2 {
	font-size: 14px;
	font-weight: bold;
}
.textbox2 {
	margin-top: 0px;
	padding-top: 40px;
	/*
	float: left;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	padding: 20px 30px 20px 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	*/
}
.textbox2 a {
	color: #90CC36;
}

.textbox2 h1 {
	font-size: 16px;
	margin-bottom: 5px;
}
.textbox2 h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

.textbox2 ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
.textbox2 li {

}

.textbox2 p {
	margin-bottom: 10px;
}

.people {
	float: right;
	margin-top: 0px;
}
.PicRight {
	float: right;
	margin-left: 10px;
}
.PicRightBorder {
	float: right;
	margin-left: 20px;
	padding: 3px;
	border: solid #CCC 1px;
	margin-bottom: 15px;
}


.footer {
	height: 250px;
	border-top: solid #A8A8A7 4px;
	background-image: url(img/bg_footer.png);
	background-repeat: repeat-x;
	background-color: #060606;
	font-size: 12px;
}
.footer .container {
	padding-top: 20px;
}

.footer ul {
	float: left;
	list-style: none;
	border-left: solid #AAA 1px;
	padding-left: 10px;
	margin-right: 20px;
}
.footer .login {
	float: right;
	width: 160px;
	text-align: right;
	visibility: hidden;
}
.footer .login input {
	background-color: #494949;
	height: 16px;
	margin-bottom: 4px;
	width: 131px;
	margin-right: 0px;
	border: 0;
}
.footer .login .button {
	color: #000;
	width: 64px;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	background-color: #666;
}

.footer .login p {
	text-align: right;
	margin-bottom: 3px;
}
.footer .FooterNav {
	float: left;
	width: 780px;
}



.footer li a {
	color: #CCC;
	text-decoration: none;
	line-height: 18px;
	margin-left: 5px;
}
.footer li a:hover {
	text-decoration: none;
	color: #FFF;
}
.footer .FooterBottom {
	color: #CCC;
	border-top: solid #CCC 1px;
	margin-top: 20px;
	padding-top: 5px;
}
.footer .FooterBottom a {
	color: #CCC;
	text-decoration: none;
}

.footer .FooterBottom .RightCol {
	float: right;
}
.footer .FooterBottom .LeftCol {
	float: left;
}

.mainnav {
	height: 20px;
	font-variant: normal;
	letter-spacing: 1px;
}

.clear {
	clear: both;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 12em;
	color: #FFF;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 12em;
	text-align: center;
	border-right: solid #FFF 1px;
	line-height: 20px;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	border-bottom: solid #FFF 1px;
}


#nav li:hover ul {
	left: auto;
	background-color: #113241;
	background: none repeat scroll 0 0 rgba(17, 50, 65, 0.8);
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li a:hover {
	color: #90CC36;
}
