/* CSS Document */

body {
	background: #f7f7f7 url(img/bg.gif) center top repeat-y;
	margin: 0;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 9pt;
}

img {
	border:0;
}
	
a:link {
	color: #5e5e5e;
	text-decoration: none;
}
a:visited {
	color: #5e5e5e;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

#topbar {
	background: #820705;
	width: 100%;
	height: 5px;
	overflow:hidden;
}

#center{
	width: 800px;
	margin: 0 auto;
}

#banner {
	width: 100%;
}

#splash {
	width:772px;
	height:235px;
	margin: 7px auto 10px;
	border: 1px solid #acacac;
}

#gmap {
	width:772px;
	height:260px;
	margin: 7px auto 10px;
	border: 1px solid #acacac;
}
#navbar {
	width: 178px;
	float: left;
	margin: 2px 0 0 12px;
	font-size:12pt;
}

#navbar .why {
	height: 70px;
	font-size:16pt;
}

#navbar .why a {
	line-height:70px;
	padding-left: 15px;
	background: url(img/nav_3.png) left center no-repeat;
	display:block;
}

#navbar .why a:hover {
	background: url(img/nav_4.png) left center no-repeat;
}



#navbar .why-select{
	height: 70px;
	font-size:16pt;
}

#navbar .why-select a {	
	color:#333333;
	font-weight:bold;
	line-height:70px;
	padding-left: 15px;
	background: url(img/nav_4.png) left center no-repeat;
	display:block;
}
#navbar .why-select a:hover {
	background: url(img/nav_4.png) left center no-repeat;
}

#navbar .nav {
	height:36px;
}


#navbar .nav a {
	line-height: 36px;
	padding-left:17px;
	background: url(img/nav_1.png) left center no-repeat;
	display:block;
}




#navbar .nav a:hover {
	background: url(img/nav_2.png) left center no-repeat;
}




#navbar .nav-select {
	height:36px;
}

#navbar .nav-select a{
	color:#333333;
	font-weight:bold;
	line-height: 36px;
	padding-left:17px;
	background: url(img/nav_2.png) left center no-repeat;
	display:block;
}

#navbar .nav-select a:hover{
	background: url(img/nav_2.png) left center no-repeat;
}

#content {
	margin: 2px 12px 80px 0;
	width: 586px;
	float:right;

}

#content .content-t {
	width:100%;
	height: 10px;
	float:right;
	background: url(img/bg3.png) right top no-repeat;
}
#content .content-m {
	width:100%;
	float:right;
	background: url(img/bg4.png) right center repeat-y;
}

#content .content-m h2 {
	width:90%;
	margin:20px 0 0 15px;
	float:left;
	font-size:12pt;
	color: #D90000;
	font-weight:normal;
	clear:both;

}
#content .content-m h3 {
	width:auto;
	margin:20px 0 0 15px;
	padding:0;
	float:left;
	font-size:20pt;
	color: #5e5e5e;
	clear:both;
	border-bottom:#5e5e5e 1px solid;
}
#content .content-m p {
	width:90%;
	float:left;
	margin: 3px 0 0 15px ;
	padding-left:17px;
	color:#5e5e5e;
	font-size:10.5pt;
	line-height:1.2em;
	letter-spacing: 1px;
	clear:both;
	text-align:justify;
}


#content .content-b {
	width:100%;
	height: 10px;
	float:right;
	background: url(img/bg5.png) right bottom no-repeat;
}


#foot {
	width:100%;
	background:url(img/foot.png) no-repeat bottom;
	border-top:1px solid #d9d9d9;
	font-size: 9pt;
	color: #4d4d4d;
	text-align: center;
	padding: 25px 0 20px;
	clear:both;
}

#GoogleAdsense {
	width:750px;
	margin: 10px auto 0;
	text-align:center;
}

#table{
	float:left;
 	margin:10px 0 0 25px;
 	color:#5e5e5e;
	font-size:10.5pt;
	line-height:1.2em;
}
table{
border-collapse:collapse;
}
td{
border:#5e5e5e solid 1px;
height:30px;
}

.red{ color:#d90000}
