  /* CSS layout */
body {
	background-position: top;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
	font-family: Tahoma;
	font-size: 13px;
	color: #00394F;
	background-image: url('bg_gradient.gif');
	background-repeat: repeat-x;
}
#search {
	width: 200px;
	position: relative;
	float: left;
	left: 400px;
	top: 20px;
}
#body_border {
	border: 1px solid #000000;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 10px;
}
#masthead {
	background-position: 3px;
	height: 80px;
	background-image: url('main_logo.gif');
	background-repeat: no-repeat;
	background-color: #e0e0e0;
	position: relative;
	text-align: right;
	letter-spacing: 1px;
	color: #000000;
}
#top_nav {
	background-color: #000000;
	height: 2px;
	position: relative;
}
#top_nav_2 {
	background-color: #000000;
	height: 2px;
	position: relative;
}
#container {
	min-width: 760px;
	background-color: #FFFFFF;
	background-image: url('background.gif');
	float: left;
	width: 850px;
}
#left_col {
	padding: 0px 0px 0px 5px;
	width: 193px;
	float: left;
	height: 550px;
	position: relative;
	z-index: 2;
	clear: right;
}
#page_content {
	padding: 0px 20px 0px 0px;
	margin: 0px;
	position: relative;
	z-index: 1;
	float: left;
	top: 5px;
	right: -10px;
	height: auto;
	width: 630px;
}
#footer {
	background-color: #000000;
	height: 16px;
	bottom: 0px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
}
#phone {
	position: relative;
	width: 180px;
	height: auto;
	top: 16px;
	padding-right: 4px;
	float: right;
}
#image_nav {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 50px;
	width: 850px;
}
a:hover {
	color: #000000;
}
a {
	text-decoration: none;
}
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll; //-y stands for the vertical scrollbar
}
.phone_bold {
	font-weight: bold;
}

