@charset "utf-8";
/* CSS Document */
/*----------------------------------------- Admin Logged In Box */
#admin_logged {
	background-color:#FF9;
	border: 2px solid #FF0;
	width: 500px;
	margin: auto auto;
	margin-top:10px;
	clear:both;
}
.adlog_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
}
.adlog_link	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
/*--------------------------------------------------- Container */
body {
	text-align:center;
}
#container {
	width: 1000px;
	margin: auto auto;
}
/*------------------------------------------------- Page Layout */
#topL {
	background:url(../des_img/Sub_TopL.png);
	width: 193px;
	height: 178px;
	float:left;
}
#topC {
	background:url(../des_img/Sub_TopC.png);
	margin-top:1px;
	width: 625px;
	height: 178px;	
	float:left;	
}
#topR {
	background:url(../des_img/Sub_TopR.png);
	/*margin-top:1px;*/
	width: 182px;
	height: 767px;
	float:left;	
}
#centerL{
	background:url(../des_img/Sub_CentL.png);
	width: 193px;
	height: 590px;
	float:left;
	margin-top:-590px;
	
}
#centerC {
	background:url(../des_img/Sub_CentC.png);
	width: 625px;
	height: 548px;
	float:left;
	margin-top:-590px;
	margin-left:193px;
}
/*----------------------------------------------- Image Links */
/*home*/
#topL-link {
	width: 140px;
	height: 140px;
	margin-top: 30px;
	margin-left: 45px;
	cursor: pointer;
}
#image1 {
	height: 84px;
	width: 110px;
	margin-top:53px;
	margin-left:33px;
	cursor: pointer;
	background:url(../des_img/home1.png);
}
#image2 {
	height: 84px;
	width: 110px;
	background:url(../des_img/home2.png);
	margin-top:58px;
	margin-left:33px;
	cursor: pointer;
}
#image3 {
	height: 84px;
	width: 110px;
	background:url(../des_img/home3.png);
	margin-top:58px;
	margin-left:33px;
	cursor: pointer;
}
#image4 {
	height: 84px;
	width: 110px;
	background:url(../des_img/home4.png);
	margin-top:58px;
	margin-left:33px;
	cursor: pointer;
}
#image5 {
	height: 84px;
	width: 110px;
	background-color:#FFF;
	margin-top:57px;
	margin-left:33px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:7pt;
	font-weight:bold;
}
a.email {
	text-decoration:none;	
	color:#000;
}
a.email:hover {
	text-decoration:underline;	
}
/*------------------------------------------------ Navigation */
#navigation {
	text-align:center;
	margin-left:-12px;
	margin-top:18px;
}
a.nav_link {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:10pt;
	line-height:34px;
}
a.nav_link:hover {
	text-decoration: underline;	
}

/*------------------------------------------------- Copyright */
#copyright {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	float:left;
	margin-left: 100px;
	padding-bottom: 10px;
}
p.copyright1{
	color:#OOO;
}
a.copyright2{
	text-decoration: none;
	color:#CCC;
}
a.copyright2:hover{
	text-decoration: underline;
}
hr.copyright_line{
	color:#F00;	
	height: 2px;
	width: 800px;
}
