/* CSS Document */
body {
	font-size:12pt;
	margin:0px;
	text-align: center;
	height: 100%;
}

h1 {
	color:#660000;
}

a:link {
	color:#ff0000;
}

a:hover {
	color:#990000;
}

a:visited {
	color:#660000;
}

a:active {
	color:#330000;
}


#head {
	position:absolute;
	width:80%;
	height:150px;
	padding: 0px;
	margin:0px;
	z-index:2;
	left: 10%;
	right: 10%;
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: 50%;
}

#catchline {
	top: 40px;
	right: 30px;
	position: absolute;
	font-size: 18pt;
}

#navi {
	position:absolute;
	width:15%;
	z-index:1;
	padding:2px;
	left: 10%;
	background-color: #000000;
	height: 100%;
}

#navi ul {
	display: block;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navi ul li a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: #fff;
	background-color: #CE0000;
	border: 2px groove #000;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	line-height: 24px;
}

#navi ul li a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #fff;
	background-color: #ff0000;
	border: 2px groove #990000;
	font-weight: bolder;
}

#content {
	position:absolute;
	z-index:3;
	top: 200px;
	right: 11%;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	left: 27%;
}

.error{ 
	background-color: #900; 
	border: solid #f00; 
	color: #fff; 
	font-weight: bolder; 
}

.dropcontent{
width: 300px;
height: auto;
border: 1px solid black;
background-color: #FFF;
display:block;
}

.serv_text {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
}

#s_navi {
	position:absolute;
	z-index:4;
	left: 10%;
	top: 150px;
	background-color: #000000;
	right: 10%;
	color: fff;
	padding: 3px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-bottom-width: medium;
	border-bottom-style: solid;
}
#s_navi a {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#s_navi a:hover {
	background-color: #000000;
	color: #FF0000;
	text-decoration: none;
}
#catchline { right: 30px; top: 40px; position: absolute; visibility: visible; }
