/* CSS Document */

body {
	background-color: #024062;
	margin: auto;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;

}

#container {
	width: 1024px;
	height: auto;
	margin: auto;
	padding: 0;
}

#hometext {
	width: 750px;
	height: 35px;
	margin-top: 20px;
	margin-left: 100px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#hometext a{
		color: #fff;
		text-decoration: underline;
}

#hometext a:hover{

	color: #FF6600;
}

#logo {
	width: 780px;
	background-image: url(../images/h_logo.gif);
	margin-top: 0px;
	margin-left: 0;
	height: 101px;
}

#homelink
{
	height: 101px;
	width: 780px;
	margin-left: 0;
	margin-top: 39px;
	
}

#navigation {
	height: 46px;
	width: 906px;
	margin-top: 2px;
	margin-left: 152px;
}

#navigation ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;

}

#navigation ul li {
    margin:0;
    padding:0;
	display: inline;
	float:left;
	width: auto;
	text-align: center;
	margin-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #fff;
	height: 33px;
	line-height: 33px;
	

}

#navigation ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}


#main {
	width: 697px;
	background-color: #fff;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 99px;
	padding-right: 40px;
	padding-left: 50px;
	padding-top: 45px;
	min-height: 300px;
	line-height: 16px;
	padding-bottom: 100px;
	border: 1px solid #fff;
}

#main a {
	color: #666;
}

#main a:hover {
	color: #535C95;
}

#main img {
	border: 1px solid #535C95;
	
}



#footer {
	height: 23px;
	width: 206px;
	text-align: center;
	clear: both;
	padding-top: 15px;
	margin-left: 760px;
	color: #fff;
}



h1 {
	display: none;
}

h2 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 18px;
	color: #333333;
	margin-right: 40px;
}

.highlight {
	color: #535C95;
	font-size: 14px;
	line-height: 22px !important;
}



.noborder {
	border: none !important;
}

h3 {
	font-size: 15px;
		margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

#pic {
	margin-top: 6px;
	width: 789px;
	height: 231px;
	margin-left: 99px;
}


#pic1, #pic2, #pic3, #pic4, #pic5, #pic6 {
	position: absolute;
	margin-top: 0px;
	width: 789px;
	height: 231px;
	background-image: url(../images/h_pic1.jpg);
	margin-left: 0px;
}

#pic2 {
	
	background-image: url(../images/h_pic2.jpg) !important;
}

#pic3 {
		background-image: url(../images/h_pic3.jpg) !important;
}

#pic4 {
	background-image: url(../images/h_pic4.jpg) !important;
}

#pic5 {
	background-image: url(../images/h_pic5.jpg) !important;
}

#pic6 {
	background-image: url(../images/h_pic6.jpg) !important;
}






