@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
}

body, td, pre, input, textarea, select {
	font-family:"Arial";
	font-size: 12px;
	line-height: 28px;
	color:#333333;
}

ul {
	list-style-type:disc;
}

a {
	color:#333300;
	text-deocration: underline;
}

#father {
	margin:0px auto;
	width: 770px;
	display:block;

}

#nav {

}

/* -----------------------Banner---------------------*/

#overall_banner {
	margin: 0px auto;
}
#sub {
	width: 202px;
	height: 202px;
	background-image:url(images/left_side.jpg);
	float:left;


}

#sub_options {
	display:block;
	position:relative;
	left: 25px;
	top: 40px;
	
}

#banner {
	float:left;
}	

/* -----------------------Content---------------------*/

#content {
	margin: 13px 0 0 0;
}

#content_left {
	float:left;
	display:block;
	width: 500px;
	margin: 0px 13px 0px 20px;
}

#content_right {
	width: 216px;
	padding: 0px;
	float:left;
	border-left: 1px solid #CCCCCC;
}

.contact_display li{
	display:block;
	list-style-type:none;
	padding: 0 0 0 38px;
	font-size:14px;
	color:#663300;
}

.address{
	background-image:url(images/icon_mail.GIF);
	background-repeat:no-repeat;
}
.email{
	background-image:url(images/icon_email.GIF);
	background-repeat:no-repeat;
}
.phone{
	background-image:url(images/icon_phone.GIF);
	background-repeat:no-repeat;
}





/* -----------------------Footer---------------------*/

#footer {
	clear:both;
	font-size:9px;
	color:#333333;
}



/* -----------------------Text---------------------*/

.bolder {
	font-size: 13px;
	color:#663300;
	font-weight: bold;
}

.header {
	font-size:14px;
	font-weight:bold;
	color:#336600;
}

#title {
	font-size:22px;
	letter-spacing: 2px;
	color:#003300;
	margin: 0px 0px 0px 14px;
}

.header a {
	color:#003366;
}

.sub_sitemap a {
	margin: 0px 0px 0px 11px;
}

.date {
	color:#333333;
	margin: 0 0 0 14px;
}

.date_header {
	color:#660000;
	size: 16px;
	font-weight:bold;
}

.black {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight:100;
}


.blue {
	color:#0066CC;
	font-size: 13px;
	font-weight: bold;
}