body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}
a, a:link, a:active, a:visited {
	color: #b02a28;
	text-decoration: underline;
}
a:hover {
	color: #b02a28;
	text-decoration: none;
}
#containor {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	background-color: #FFFFFF;
}
#topnav {
	background-image: url(/images/bg-bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	width: 950px;
	float: left;
}
#topnav ul {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#topnav ul li {
	display: inline;
	
}
#topnav ul li a {
	color: #666666;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	border-left: 1px solid #666;
}
#topnav ul li a:hover {
	text-decoration: underline;
}


#topnav ul li a.first {
	color: #666666;
	padding-right: 11px;
	padding-left: 11px;
	border-left-style: none;
}

#logobanner {
	height: 73px;
	width: 950px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	float: left;
}
#sidenav {
	width: 190px;
	float: left;
	margin-bottom: 6px;
}
#sidenav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidenav  ul li {
	background-color: #e7e3e7;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	color: #666666;
}
#sidenav  li a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-left: 12px;
	height: 18px;
}
#sidenav li a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #ED292E;
	color: #FFFFFF;
}
#sidenav  ul li.current {
	font-weight: bold;
	text-decoration: none;
	background-color: #ce0000;
	color: #FFFFFF;
}

#sidenav li a.current {
	font-weight: bold;
	text-decoration: none;
	background-color: #ce0000;
	color: #FFFFFF;
}
#sidenav li a.employees {
	font-weight: bold;
	text-decoration: none;
	color: #CE0000;
}
#sidenav li a.employees:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#sidenav_sub {
	margin: 0px;
	padding: 0px;
	width: 190px;
}
#sidenav_sub ul li {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
#sidenav_sub ul li.last {
	background-color: #FFFFFF;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	border-bottom-style: none;
}
#sidenav_sub li a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 32px;
	height: 18px;
}

#sidenav_sub li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/bullet.gif);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-color: #ED292E;
}
#sidenav_sub  li  a.current  {
	text-decoration: none;
	background-color: #ce0000;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

#promo {
	height: 309px;
	width: 558px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
#login {
	float: left;
	height: 309px;
	width: 190px;
	margin-bottom: 6px;
}
#loginbox {
	background-image: url(/images/bg-login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 190px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.textinput {
	height: 14px;
	width: 102px;
	font-size: 10px;
	color: #666666;
	margin-bottom: 3px;
}
.button {
	margin-left: 17px;
}
#contest {
	height: 280px;
	width: 190px;
	float: left;
	clear: left;
}
#mainnav {
	float: left;
	height: 280px;
	width: 371px;
	margin-left: 6px;
	margin-right: 6px;
}
#locations {
	float: left;
	height: 280px;
	width: 181px;
	margin-right: 6px;
	background-image: url(/images/locations.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	text-align: right;
}
#locations ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#locations ul li {
	padding-bottom: 5px;
}
#locations li a {
	text-decoration: underline;
}
#locations li a:hover {
	text-decoration: none;
}


#news {
	float: left;
	height: 280px;
	width: 190px;
	background-image: url(/images/bg-news.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: auto;
}
#newsbox {
	font-size: 10px;
	text-align: left;
	padding-right: 17px;
	padding-left: 17px;
	margin: 0px;
	padding-top: 15px;
}
#newsbox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#newsbox ul li {
	padding-bottom: 10px;
}
#newsbox li a {
	color: #333333;
	text-decoration: none;
}
#newsbox li a:hover {
	color: #333333;
	text-decoration: underline;
}


#footer {
	background-image: url(/images/bg-bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	width: 950px;
	float: left;
	margin-top: 28px;
	margin-bottom: 10px;
	clear: both;
}
#footer ul {
	list-style-type: none;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	height: 10px;
	padding: 0px;
	
}
#footer li {
	display: inline;
	
}
#footer li a {
	color: #666666;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	border-left: 1px solid #666;
	font-size: 11px;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer ul li a.first {
	color: #666666;
	padding-right: 11px;
	padding-left: 11px;
	border-left-style: none;
}
#bottomtext {
	font-size: 11px;
	color: #999999;
	text-align: center;
	width: 950px;
	float: left;
	clear: both;
}
