/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5f5f5f;
}
img {
	border: none;
}
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5f5f5f;
	border:1px solid #5f5f5f;
}
textarea {
	overflow:auto;
}
hr {
	color:#5f5f5f;
	height:1px;
}
a:link {
	color:#628296;
	text-decoration:underline;
}
a:visited {
	color:#628296;
	text-decoration:underline;
}
a:hover {
	color:#99bdd4;
	text-decoration:underline;
}
a:active {
	color:#628296;
	text-decoration:underline;
}
a.breadcrumb:link {
	color:#78a0b9;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.breadcrumb:visited {
	color:#78a0b9;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.breadcrumb:hover {
	color:#c9af07;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a.breadcrumb:active {
	color:#c9af07;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.breadcrumb_sep {
	color:#c9af07;
	font-size:12px;
	font-weight:bold;
}
#container {
	position: relative;
	width:775px;
}
#top_left {
	width: 324px;
	height: 164px;
	float:left;
}
#main_menu {
	width: 126px;
	height: 164px;
	float:left;
}
#top_right {
	width: 325px;
	height: 164px;
	float:left;
}
#yellow_bar {
	width: 324px;
	height: 32px;
	float:left;
	clear:both;
}
#home_left {
	width: 324px;
	float:left;
	clear:both;
}
#sub_menu {
	width: 451px;
	height: 32px;
	float:left;
	overflow:hidden;
}
#content {
	width: 715px;
	clear:both;
	float:left;
	padding: 20px 0px 20px 30px;
}
#home_content {
	clear:right;
	float:right;
	width:452px;
}

#footer {
	width: 775px;
	clear:both;
	float:left;
}
#footer_address {
	clear:both;
	background-color:black; 
	width:775px; 
	height:85px; 
	color:white;
}

.title_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#78a0b9;
}
