@charset "UTF-8";
/* CSS Document */

html {
	overflow-y:scroll;
}

body {
	background-color:#ecb631;
	margin:0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:18px;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:20px;
	margin-top:0px;
}

h1 {
	font-size:14px;
	text-transform:uppercase;
	color:#eba804;
	margin-bottom:8px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:9px;
	line-height:12px;
}

/*NAV*/
#menu {
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-left: #fed05e 1px solid;
}
#menu li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;
	border-right:#fed05e 1px solid;
}
#menu a:hover {
	background: #eba804 url("images/hover.gif") bottom center no-repeat;
	padding-bottom: 8px;
	border-right:#fed05e 1px solid;
}

#menu #current {
	background: #eba804 url("images/hover.gif") bottom center no-repeat;
	padding-bottom: 8px;
	border-right:#fed05e 1px solid;
}

/*IDs*/

#header {
	background-color:#000;
	background-image:url(images/header_image.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:180px;
}

#nav {
	width:930px;
	margin-left:auto;
	margin-right:auto;
}

#middle {
	background-color:#FFF;
	padding-bottom:30px;
	clear:left;
	float:left;
	width:100%;
	padding-top:25px;
	min-height:500px;
	margin-bottom: 0;
}

#wrapper {
	width:930px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	background-color:#000;
	margin:0;
	clear:both;
}

#footer a {
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#fed05e;
}

#footer p {
	color:#FFF;
	font-size:10px;
	padding:10px;
}

#rSider {
	width: 260px;
	float: right;
	padding-top:8px;
}

#keywords {
	margin-top:50px;
	clear:both;
}

#keywords p {
	color:#999;
	margin-bottom:0;
	margin-top:0;
}

#k1 {
	width:216px;
	float:left;
	margin-right:15px;
}

#k2 {
	width:216px;
	float:left;
	margin-right:15px;
}

#k3 {
	width:216px;
	float:left;
	margin-right:15px;
}

#k4 {
	width:216px;
	float:left;
}

/*CLASSES*/

.logo {
	margin-left:auto;
	margin-right:auto;
	width:930px;
}

.copyright {
	clear:both;
}

.copyright p {
	font-size:9px;
}

.copyright a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.copyright a:hover {
	color:#FFF;
}

.mainNav {
	color:#FFF;
	font-weight:bold;
}

.mainNav a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.mainNav a:hover {
	color:#fed05e;
}

.rside_text {
	font-size:10px;
	line-height:14px;
	color:#999;
}

.rside_text a {
	font-size:10px;
	line-height:14px;
	color:#000;
}

.rside_text a:hover {
	color:#eba804;
}

.rside_list {
	font-size:10px;
	line-height:14px;
	color:#999;
}

.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/*ROUNDED CORNERS*/

.roundcont {
	width: 650px;
	background-color: #eaeaea;
	margin-top:15px;
}

.roundcont p {
	margin-top:0;
	margin-bottom:10px;
	margin-left:17px;
	margin-right:17px;
}

.roundcont a {
	color:#000;
}

.roundcont a:hover {
	color:#666;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 12px;
   height: 12px;
   border: none;
   display: block !important;
}

.roundcont h2 {
	font-size:13px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:17px;
	margin-right:17px;
	text-transform:uppercase;
}

.roundcont h3 {
	font-size:11px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	margin-bottom:0;
	margin-left:17px;
	text-transform:uppercase;
}

.roundcont h4 {
	font-size:12px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
	margin-right:17px;
	text-transform:uppercase;
}

