@charset "utf-8";
body {
	background-color: #E4EAEF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#container{
	width:100%;
	min-height:500px;
	background-color: #FFFFFF;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 60px;

}
#maincont{
	margin: auto;
	width: 780px;
	display: block;
	min-height:400px;

}

#head {
	padding-top: 15px;
	height: 49px;


}


.Hrdotten{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom:1px dashed #666666;
	border-style:none none dashed;
	text-decoration:none;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 2px;


}

#menu{
	width: 188px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	position: relative;
	margin-top: 15px;
	margin-left: 0px;
	float: left;
	padding-right: 10px;
}
#menu ul {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	width: 164px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: capitalize;
}

#menu ul li a {
	line-height: 20px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}


#secMenu ul {
	float: right;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;

}

#secMenu ul li  {
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: none;
	display: block;
	background-color: #FFFFFF;
	color: #CCCCCC;
}
#secMenu ul li a {
	width:100%;
	padding-top: 3px;
	padding-bottom: 5px;
	display: block;
	background-color: #E4EAEF;	
}	
#secMenu ul li a:hover {
	display: block;
	background-color: #FF0000;
	color:#FFFFFF;
}


#footer{
	width: 690px;
	padding-left: 60px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul{
	width:20%;
	height:80px;
	float: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #333333;
	display: block;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 3.5%;
	margin: 0px;
	list-style-type: none;
	line-height: 20px;
}
#footer ul li {
	margin: 0px;

}

#footer ul li a, #footer ul li {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
#footer ul li a:hover{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#footInfo {
	width:780px;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	padding-top: 25px;
	clear: both;
	color: #666666;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footInfo a {
	color: #666666;
	text-decoration: underline;
}

#main {
	width: 490px;
	height:auto;
	min-height:350px;
	margin-left: 265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	margin-top: 20px;
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}


#main h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	text-transform: none ;
}

