/* CSS Document */

body{
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#d5dde1;
	margin:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main{
	border:1px #0083c4 solid;
	width:778px;
	margin-top: 5px;
	overflow:auto;
}

#banner{
	background-image:url(../images/bannder.gif);
	background-repeat:no-repeat;
	width:667px;
	height:134px;
	float:left;
}

#home{
	background-image:url(../images/home.gif);
	background-repeat:no-repeat;
	width:111px;
	height:37px;
	float:right;
	clear:right;
}

#contactus{
	background-image:url(../images/template_06.gif);
	background-repeat:no-repeat;
	width:111px;
	height:97px;
	float:right;
	clear:right;
}

#topbar{
	background-image:url(../images/header_bar.gif);
	background-repeat:no-repeat;
	width:778px;
	height:52px;
	clear:both;
}

#navigation{
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
	width:203px;
	height:157px;
	float:left;
	clear:left;
}


#bodybg{
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	width:778px;
	float:left;
}

#content{
	background-color:#FFFFFF;
	width:500px;
	float:left;
	overflow:auto;
	clear:none;
	border: 1px solid #CCCCCC;
	padding:5px;
	text-align:left;
}

#footer{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:47px;
	width:778px;
	clear:both;
	float:none;
	text-align:center;
	vertical-align:bottom;
}

#login{
	padding-top:10px;
	font-size:9px;
	color:#666666;
}

#login a{
	font-size:9px;
	color:#666666;
}

#login p{
	margin:1px;
}

#buttons{

}

#buttons ul{
	list-style:none;
	padding:0px;
	margin-left:-15px;
	margin-top:0px;
}

#buttons li{
	margin-left:0px;
	font-size:12px;
	padding-bottom:4px;
	margin-bottom:4px;
	color:white;
	width:153px;
	border-bottom: 1px solid white;
}

#buttons li a {
	color: #FFFFFF;
	text-decoration:none;
}

#buttons li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.copy{
	font-size:9px;
	color:#666666;
}