@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/helios_background.gif);
	background-repeat: repeat-y;
	background-position: 50.05%;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
}

h5 {
}

a {
	color: #436697;
	text-decoration: none;
}

a:hover {
	color: #8997AA;
	text-decoration: underline;
}

#main {
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#header {
	background-image: url(images/helios_header.jpg);
	background-repeat: no-repeat;
	width: 828px;
	height: 146px;
	padding-top: 10px;
}

#headerServices {
	background-image: url(images/helios_services-header.jpg);
	background-repeat: no-repeat;
	width: 828px;
	height: 146px;
	padding-top: 10px;
}

#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #4B73AB;
	text-align: right;
	margin-right: 10px;
}

#tagBar {
	background-color: #333333;
	width: 818px;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-transform: uppercase;
}

#content {
	background-color: #FFFFFF;
	width: 603px;
	clear: both;
	padding-top: 20px;
	padding-right: 200px;
	padding-bottom: 30px;
	padding-left: 25px;
}

#mainNav {
	background-color: #8997AA;
	width: 823px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}


.indentmenu{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.indentmenu ul{
	background-color: #8997AA;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A3D6EF;
}

.navStart {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A3D6EF;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 70px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background-color: #4B73AB;
}

