@charset "utf-8";
* {
	margin:0;
	padding:0;
}

a{
	text-decoration: none;
	color:white;
}

a:hover{
	text-decoration: none;
	color:white;
}

a:active{
	text-decoration: none;
	color:white;
}

ul {
	margin:0;
	padding:0;
list-style-type: square;
}

li {
	font-size:14px;
	color: white;
}

li a{
	text-decoration: none;
	color:#888888;
	font-weight:bold;
}

li a:hover{
	text-decoration: none;
	color:#e24c16;
}

li#current a{
	text-decoration: none;
	color:#e24c16;
}

div#menuli li a{
	text-decoration: none;
	color:#888888;
	font-weight:bold;
}

div#menuli li a:hover{
	text-decoration: none;
	color:#e24c16;
}

div#menuli li#current span{
	text-decoration: none;
	color:#e24c16;
}

body {
	background-color:#4D4948;
	background-image: url(../s_images/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align:left;
	
}

div#content {
    background: url(../s_images/top_bg.jpg) no-repeat;
	background-color:#72706F;
	width:829px;
	margin: 20px auto;
	border-color:white;
	border-style:solid;
	border-width:1px;
}

div#title {
	width:230px;
	padding: 0 0 10px 20px;
}

div#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;

}

div#menu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#333333;
	background-color:#CCCCCC;
	border-color:white;
	border-style:solid;
	border-width:1px;

	}

div#menu ul {
	line-height: 20px;
}

div#menu li {
    background: url(../s_images/dot_small.png) left center no-repeat;
	padding: 0 0 0 13px;
	margin: 0 0 0 18px;
	display: inline;
}

div#maintable {
    background: url(../s_images/table_bg.jpg) left bottom no-repeat;
}

div#inf a {
	background: url(../s_images/inf_1.jpg) no-repeat;
	display:block;
	width:262px;
	height:272px;
	border-color:white;
	border-style:solid;
	border-width:1px;
}

div#inf a:hover {
	background-position:-262px 0px;
}


div#epi a {
	background: url(../s_images/epi_1.jpg) no-repeat;
	display:block;
	background-color:#72706F;
	width:524px;
	height:272px;
	border-color:white;
	border-style:solid;
	border-width:1px;
}

div#epi a:hover {
	background-position:-524px 0px;
}

div#sta a {
	background: url(../s_images/sta_1.jpg) no-repeat;
	display:block;
	width:262px;
	height:145px;
	border-color:white;
	border-style:solid;
	border-width:1px;
}

div#sta a:hover {
	background-position:-262px 0px;
}

div#tel a {
	background: url(../s_images/tel_1.jpg) no-repeat;
	display:block;
	width:524px;
	height:145px;
	border-color:white;
	border-style:solid;
	border-width:1px;
}

div#tel a:hover {
	background-position:-524px 0px;
}