@charset "utf-8";
/* CSS Document */
body,td,th{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
h2 {font-size:18px;
color:#003366;
}
h3 {font-size:18px;
color:#FFF;
}
#container {
margin: 0 auto;
width:900px;
border-left:10px #E8E8E8 solid;
border-right:10px #E8E8E8 solid;
}
#nav_surround {
background-color:#E1E1E1;
height:50px;
}
#nav {
background-image:url(css/images/nav_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
height:66px;
padding:10px;
}
#nav_the {
font-size:12px;
display:inline;
padding-left:5px;
padding-right:5px;
}
#logo {
padding-left:25px;
vertical-align:top;
padding-top:15px;
width:420px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:40px;
color:#003366;
}
#welcome_header {
height:248px;
background-color:#D2B797;
border-bottom: #FFFFFF 1px solid;
}
#banner_main {
background-image:url(css/images/banner_middle_bg.jpg);
height:175px;
background-repeat:no-repeat;
}
#banner_white {
padding:20px;
line-height:175%;
text-align:justify;
}
#tabs {
	text-align: right;
	float:right;
	padding-right:10px;
	margin-bottom:-40px;
	vertical-align:bottom;
}

#tabs ul {
	margin: 10px 10px 10px 10px;
	padding: 0px;
	float: right;
	border-right:#003366 1px solid;

}

#tabs li {
	display: inline;

}

#tabs a {
	display: block;
	float: left;
	padding-top: 5px;
	margin: 0 0 0 2px;
	text-align: center;
	border-right:#666666 1px solid;
	width: 80px;
	height: 19px;
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}

#tabs a:hover {
	display: block;
	float: left;
	padding-top: 5px;
	margin: 0 0 0 2px;
	text-align: center;
	width: 80px;
	height: 19px;
	text-decoration: underline;
	color: #006699;
	border-right:#003366 1px solid;
	font-weight:bold;
}
#section_text {
padding:20px;
margin-top:10px;
width:395px;
float:right;
height:187px;

line-height:170%;
border-left:dashed #FFFFFF 1px;

}
#section_image{
float:left;
padding:20px;
}
#offer_one {
	width:234px;
	height:160px;
	background-image:url(css_images/home_offer_bg1.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:10px;
	padding-left:25px;
	

}
#offer_two {
	width:234px;
	height:160px;
	background-image:url(css_images/home_offer_bg2.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:10px;
	

}
#offer_three {
	width:234px;
	height:160px;
	background-image:url(css_images/home_offer_bg1.jpg);
	background-repeat:no-repeat;
	float:right;
	padding:10px;
	padding-right:25px;
	

}
#footer {
background-image:url(css/images/footer_bg.jpg);
background-repeat:repeat-x;
background-position:bottom;
height:50px;
color:#E9E9E9;
padding:10px;
}


a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #003366;
}
