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

Body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

img {
	border:0px;
}

a {
	color:#0033CC;
	text-decoration:underline;
}

#bg-div{
	float:left;
	width:1240px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

#Main-cont{
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
}

/*  Navigation Start      */

#Nav-div{
	width: 1004px;
	height:60px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
}

#nav1 a {
	float:left;
	margin-left:20px;
	height:53px;
	width: 80px;

}

#nav1 a:hover {
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: -20px top;
}

#nav2 a {
	float:left;
	margin:0 5px;
	height:53px;
	width: 121px;

}

#nav2 a:hover {
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: -105px top;
}

#nav3 a {
	float:left;
	margin:0 5px;
	height:53px;
	width: 60px;

}

#nav3 a:hover {
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: -236px top;
}

#nav4 a {
	float:left;
	margin:0 5px;
	height:53px;
	width: 96px;

}

#nav4 a:hover {
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: -306px top;
}

#nav5 a {
	float:left;
	margin:0 5px;
	height:53px;
	width: 113px;

}

#nav5 a:hover {
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: -412px top;
}

#nav6 a {
	float:left;
	margin:0 5px;
	height:53px;
	width: 166px;

}

#nav6 a:hover {
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: -535px top;
}

#nav7 a {
	float:left;
	margin:0 5px;
	height:53px;
	width: 159px;

}

#nav7 a:hover {
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: -711px top;
}

#nav8 a {
	float:left;
	margin:0 5px;
	height:53px;
	width: 98px;

}

#nav8 a:hover {
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: -879px top;
}

/*  Navigation End      */

#header{
	float:left;
	width:1004px;
	height:159px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#banner{
	float:left;
	width:1004px;
	height:264px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
}


#main {
	float:left;
	width:1004px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}


#sub-main {
	float:left;
	width:944px;
	padding:15px 30px;
	background-image: url(../images/main_top_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

h1{
	font-family:tahoma;
	font-weight:normal;
	font-size:20px;
	color:#000000;
	margin:0px;
	padding:0px;
	
}



INPUT{
	width:140px;
	height:14px;
	border:1px solid #666666;
	
	
}

#field-text{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	float:left;
	margin-bottom:10px;
	width:210px;
	
}

#login-btn{
	float:left;
	width:47px;
	height:19px;
	
}


h2 {
	font-family:arial;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	margin:0px;
	padding:0px;
}


#footer{
	margin-left:auto;
	margin-right:auto;
	float:left;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:1240px;
	height:158px;	
}

#footer-copy{
	margin: 115px 0px 0px 845px;
	margin-right:auto;
	float:left;
	width:395px;
	height:50px;
	color:#FFFFFF;
}

#column1 {
float:left;
width:450px;
padding-top:10px;

}

#column2 {
float:left;
width:450px;
padding-left:15px;

}

#column3 {
float:left;
width:800px;

}

ul {
	margin:10px 0 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0PX;
}

li {
	margin: 0 0 0 40px;
	list-style-image: url(../images/bullit.gif);
	padding:0px 0px 15px 0px;
	

}

.footer {
color:#FFFFFF;
text-decoration:underline;
}

.footer a{
color:#FFFFFF;
text-decoration:underline;
}