@charset "utf-8";
/* CSS Document */


html { height:100%; padding:0; margin:0; background: url(images/bg_hello.jpg) #ffffff; }
body { background: url(images/bg_hello.jpg) #ffffff; font-family:Arial, Helvetica, sans-serif; font-size:0.75em; padding:0; margin:0; color:#000000 }

#container { width:800px; height:100%; margin:auto; background-image:url(images/bg.jpg); background-repeat:repeat-y;}
#top {width:800px; height:251px; background-image:url(images/top.jpg); background-repeat:no-repeat; position:relative;}


#footer { width:800px; margin:auto; }
#lower { width:800px; background: #ffffff;  margin: 10px 0 10px 0; text-align:center; padding:0; color:#000000 ; font-weight:bold;}
#lower a{ color:#000000; text-decoration:none;}
#lower a:hover{text-decoration: underline;}


#nav{
	position:absolute;
	left:4px;
	top:93px;
	width:160px;
	height:151px;
	z-index:1;
}
#top_fla {
	position:absolute;
	left:190px;
	top:97px;
	width:586px;
	height:140px;
	z-index:1;
}

#page_footer { width:800px; margin:auto; background: #ffffff; height:10px; clear:both; }

#nav4 {
width: 180px;}

#nav4 ul {list-style: none; padding: 0; margin: 0}
#nav4 li {padding:1px 0 0 0 ;}

#nav4 a {width: 160px; display:block; padding:4px 10px 4px 5px;   color: #ffffff; text-decoration: none; font-weight: bold; background:#cc0000; text-align:right; }
html>body #nav4 a {width: 160px;}
#nav4 a:hover {background: #000 ; color: #ffffff}

a { color:#000000; font-weight:bold; text-decoration:underline;}
a.hoover { color:#CC0000; font-weight:bold; text-decoration:none;}

#content_left { padding:0px 0 0 3px ;  color:#000000;  }
#content_right { padding:0px 0 0 10px; color:#0000000;  } 

.title { color:#cc0000; font-size:1.5em; font-weight:bold;}
.greeting { color:#000000; font-size:1.2em; font-weight:bold;}

#content_text { width:570px;}

#content_left a{ color:#000000; text-decoration:none;}
#content_left a:hover{ text-decoration: underline}

/*Floats*/

#floatright { float:right;}
#floatleft { float:left;}

#featured {
	margin-right: 8px;
	margin-bottom: 30px;
	float: right;
	width:200px;
	height:232px;
	position: relative;
	margin-left: 10px;
	background-image: url(images/featured.gif);
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: 1px;
	border: thin solid #333333;
}
#inlineFourth {
	height: auto;
	width: 200px;
	left: 10px;
	top: 0px;
	margin-top: 30px;
}
.tel {font-size:1.15em;}
