@charset "UTF-8";
body {
	background-color: #424043;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-y;
	background-position: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, Tahoma, serif;
	font-size: .9em;
	line-height: 1.25;
}
#index_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
}
#index_left {
	position: absolute;
	left: 0px;
	width: 470px;
	text-align: right;
	float: left;
}
#index_right {
	margin-left: 470px;
	text-align: left;
}
img {
	border: none;
}
.index {
	text-align: center;
}
.index_box {
	margin: 0;
	border-collapse: collapse;
}
.index_box p {
	margin: 0 10px 10px 10px;
	text-indent: 15px;
	line-height: 1.25;
	overflow: auto;
}
#index_quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .75em;
	line-height: 1.5;
	width: 500px;
}
#index_quote a:link, #index_quote a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border: none;
}
#index_quote a:hover {
	color: #FFFFFF;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: .75em;
	line-height: 1.5;
}
a:link {
	color: #d82a20;
}
a:hover {
	color: #333333;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-indent: 50px;
	background: url(images/nav_bar_blend.png) no-repeat left bottom;
	height: 24px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	padding: 6px 10px 6px 10px;
	color: #ffffff;
	text-decoration: none;
	border: none;
}
#navigation a:hover {
	background-color: #4a484b;
}
#header {
	background-image: url(images/herway_header.png);
	background-repeat: no-repeat;
	height: 180px;
	margin-left: 40px;
}
#nav_main {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-indent: 40px;
	text-align: left;
	background: url(images/nav_bar_blend.png) no-repeat left bottom;
	position: absolute;
	top: 155px;
	left: 410px;
	height: 25px;
	width: 530px;
}
#nav_main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
}
#nav_main li {
	display: inline;
}
#nav_main a:link, #nav_main a:visited {
	padding: 6px 10px 7px 10px;
	color: #ffffff;
	text-decoration: none;
	border: none;
}
#nav_main a:hover {
	background-color: #4a484b;
}
#container {
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	height: 1500px;
	top: 180px;
	left: 0;
}
#right_col {
	position:absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	text-align: left;
	border-left: #d82a20 2px dotted;
	padding-left: 10px;
}
#left_col {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 250px;
	text-align:left;
}
h1 {
	color: #d82a20;
	font-family: Georgia, Tahoma, serif;
	font-size: 1.5em;
}
.img_right {
	float: right;
	padding-left: 10px;
}
h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
.cursor {
	cursor: pointer;
}
h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
