@charset "utf-8";

/* Reset CSS styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#page_wrapper {
	margin:0 auto;
	width:886px;
	border:0px solid #FFFFE8;
	background-image:url(../decoration/background_base.gif);
	background-repeat:repeat-y;
	border-style:solid;
}
*html #page_wrapper {
	width:886px;
	margin:auto auto auto auto;
	border:0px solid #FFFFE8;
	background-image:url(../decoration/background_base.gif);
	background-repeat:repeat-y;
}
*:first-child+html #page_wrapper {
	width:886px;
	margin:0px auto;
	text-align:left;
	border:0px solid #FFFFE8;
	background-image:url(../decoration/background_base.gif);
	background-repeat:repeat-y;
}
#container {
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	width:847px;
}

/* header */

#header {
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:130px;
}
#logo {
	float:left;
	margin-left:20px;
	margin-top:-5px;
}
#search_engine {
	float:right;
	margin-top:0px;
	margin-right:10px;
}
#search_engine th, #search_engine td { vertical-align:top; margin-top:0px; padding-top:0px;}
#search_box {
	width:170px;
	border:solid 1px #09A6AB;
	padding-left:3px;
	color:#09A6AB;
	font:14px Calibri, "Trebuchet MS", sans-serif;
}
.search_button {
	width:100px;
	height:20px;
	margin:0px;
	padding:0px;
	background:none;
	background-image:url(../graphic/menu_bg.gif);
	border:solid 1px #09A6AB;
	color:#003366;
	font-size:12px;	
}
*:first-child+html .search_button { margin-top:1px;}
#tel_numb {
	float:left;
	margin-top:7px;
	margin-left:245px; 
}

/* navigation */

.menu, .menu ul {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	display:block;
	font-size:14px;
}
.menu li {
	margin:0;
	padding:0;
	border:0;
	display:block;
	float:left;
	position:relative;
	z-index:5;
}
.menu li:hover {
	z-index:10000;
	white-space:normal;
}
.menu li li {
	float:none;
}
.menu ul {
	visibility:hidden;
	position:absolute;
	z-index:0;
	left:-1px;
	top:0;
}
.menu li:hover>ul {
	visibility: visible;
	top:100%;
}
.menu li li:hover>ul {
	top:0;
	left:100%;
}
.menu:after, .menu ul:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
.menu, .menu ul {
	min-height:0;
}
.menu ul {
	background-image:url(../decoration/empty.gif);
	padding:10px 30px 30px 30px;
	margin:-10px 0 0 -30px;
	/*background: #f00;*/
}
.menu ul ul {
	padding:30px 30px 30px 10px;
	margin:-30px 0 0 -10px;
}
/*******************************************/
/****** navigation - attached style ********/
/*******************************************/
.menu, .menu ul li {
	font-size:15px;
	color:#FFFFFF;
}
.menu ul {
	width:80px;
}
.menu {
	float:left;
	padding-left:13px;
	height:20px;
	width:835px;
	/*border:solid 1px #333333;*/
}
.menu .top_nav_menu { 
	background-image:url(../graphic/menu_bg.gif); 
	border:solid 1.5px #09A6AB; 
	margin-left:2px; 
	font-size:15px; 
	height:20px;
	color:#003366;
}
.menu .top_nav_menu a { padding:0px 1em;}
.menu a {
	text-decoration:none;
	padding:0.4em 1em;
	display:block;
	position:relative;
	color:#003366;
}
.menu a:hover {
	text-decoration:underline;
}
.menu a:hover, .menu li:hover>a {
}
.menu li {
	min-width:133px;
	min-height:20px;
	text-align:center;
	background-color:#51BFC3;
	/*border-left:solid 1px #333333;*/
}
.menu li li {
	border:solid 1px #0CA7AC;
}
.menu li li:hover>ul {
	top:5px;
	left:90%;
}
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
}
#last1 {
	/*border-right:solid 1px #333333;*/
}
.menu ul li {
	margin-top:1px;
	width:120px;
	border-top:none;
}
*:first-child+html .menu ul {
	margin-top:-5px;
}
*:first-child+html .menu ul li {
	margin-top:-4px;
}

/* main container */

#main_container {
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:100%;
}

/* footer */

#footer {
	float:left;
	margin-top:0px;
	margin-left:10px;
	width:867px;
	height:61px;
	background-image:url(../decoration/footer_base.gif);
	background-repeat:repeat-x;
	border-top:solid 1px #EEEEEE;
	font-size:11.5px;
}
*:first-child+html #footer, *html #footer { font-size:12px;}
#footer a {
	color:#000000;
}
#footer_links {
	float:left;
	margin-top:3px;
	margin-left:230px;
	list-style-type:none;
	display:block;
}
#footer_links li {
	float:left;
	margin-left:10px;
	display:block;
	position:relative;
}
#footer_caseman {
	float:left;
	margin-top:2px;
	margin-left:370px;
}
*:first-child+html #footer, *html #footer { margin-top:4px;}
#footer_address {
	float:left;
	margin-top:1px;
	margin-left:112px;
	width:750px;
}
.first_letter {
	font-weight:bold;
	font-size:15px;
}