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

body{
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: 0;
}

a:link, a:visited{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active{
	color: #ec2426;
	font-weight: bold;
	text-decoration: none;
}

#top {
	width: 100%;
	height: 50px;
	background: url(../images/bg-top.jpg) repeat-x;
}

#top-container {
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	color: #666666;
}

#top-left {
	width: 45%;
	float: left;
	margin-left: 10px;
}

#top-right {
	width: 100%;
	text-align: right;
}


#container{
	width: 810px;
	margin: -10px auto 0 auto;
	background: #000000;
	padding: 2px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#inside{
	background: #FFFFFF;
	padding: 0 5px 0 5px;
}

.top-menu {
	width: 100%;
	font-size: 10px;
	color: #666666;
}

.top-menu a:link {
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
.top-menu a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
.top-menu a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ec2426;
}
.top-menu a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #ec2426;
}

.navigation{
	width:760px;
	height:35px;
	padding-right:30px;
	background-image: url(../images/nav_bar.jpg);
	background-repeat:no-repeat;
	border-left: #999999 4px solid;
	border-right: #999999 5px solid;
}


.navigation_button{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.navigation_button-dis{
	height: 25px;
	background-image: url(../images/bg_nav_dis.jpg);
	background-repeat: repeat-x;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.separator{
	width: 1px;
	height: 15px;
	float: left;
	border-left-color: #999999;
	border-left-style: inset;
	border-left-width: thin;
	margin-top: 10px;
}

.navigation_button a:link{
	color:#FFFFFF; 
	text-decoration:none;
}

.navigation_button a:visited{
	text-decoration:none; 
	color:#FFFFFF;
}

.navigation_button a:hover{
	color:#CCCCCC; 
	text-decoration:underline;
}

.navigation_button a:active{
	text-decoration:none; 
	color:#FFFFFF;
}

#layout{
	width: 800px;
}

#left-menu{
	color: #666666;
	width: 150px;
	float:left;
	margin: 20px 0 20px 10px;
}

#left-menu ul{
	list-style: square; color: #ec2426;
	padding-left: 10px;
	margin-left: 5px;
}

#left-menu li{
	margin-bottom: 5px;
}

#content{
	width: 600px;
	float: left;
	margin: 20px 0 20px 20px;
}

#content-wide{
	width: 795px;
	margin: 20px 0 20px 5px;

}

.img-right{
	float: right;
	margin-left: 15px;
}

#content_header{
	border-bottom-color:#ec2426;
	border-bottom-style:solid;
	border-bottom-width:medium;
	text-align:left;
	font-size:22px;
	padding-bottom: 5px;
}

.content_text{
	font-size:12px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.g16{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.rn{
	color: #ec2426;
}

.rb{
	color: #ec2426;
	font-weight: bold;
}

#othersites {
	width: 800px;
	background: #ededed;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #ec2426;
	
}
#othersites a:link {
	color: #333333;
	text-decoration: underline;
}
#othersites a:visited {
	color: #333333;
	text-decoration: underline;
}
#othersites a:hover {
	color: #000000;
	text-decoration: none;
}
#othersites a:active {
	color: #000000;
	text-decoration: none;
}

a:link.maplink, a:visited.maplink {
	text-decoration: none;
	color: #666666;
}
a:hover.maplink, a:active.maplink {
	text-decoration: none;
	color: #ec2426;
}

