/** home page styles **/

#schock-slides {
	width: 881px;
	height: 280px;
	overflow: hidden;
	position: relative !important;
	float: right;
	margin: 0 auto;
	border: 1px solid #fff;
}

#schock-slides div {
	width: 708px;
	height: 280px;
	position: absolute;
}

#schock-slides div a {
	display: block;
	float: left;
	text-align: center;
	width: 47px;
	height: 280px;
	margin: 0 0 0 0;
	border-left: 1px solid #fff;
	overflow: hidden;
	position: relative;
}
#schock-slides div a span {
	display:none;
}

#schock-slides div p {
	position: absolute;
	width: 661px;
	top: 0;
	display: block;
	margin: 0;
	color: #fff;
	font: bold 15px "Arial Narrow",Arial,sans-serif;
}

#slide_1 { background: #011111 url('../images/home/slide_1_bg.jpg') no-repeat 0 0; }
#slide_2 { background: #35230e url('../images/home/slide_2_bg.jpg') no-repeat 0 0; }
#slide_3 { background: #79868a url('../images/home/slide_3_bg.jpg') no-repeat 0 0; }
#slide_4 { background: #427495 url('../images/home/slide_4_bg.jpg') no-repeat 0 0; }
#slide_5 { background: #0f445e url('../images/home/slide_5_bg.jpg') no-repeat 0 0; }
#slide_6 { background: #011111 url('../images/home/slide_6_bg.jpg') no-repeat 0 0; }

#slide_1 a { border-left: 0 !important; background: transparent; }
#slide_2 a { background: #79868a url('../images/home/slide_2_title.gif') no-repeat 0 0; }
#slide_3 a { background: #427495 url('../images/home/slide_3_title.gif') no-repeat 0 0; }
#slide_4 a { background: #2f6184 url('../images/home/slide_4_title.gif') no-repeat 0 0; }
#slide_5 a { background: #0f445e url('../images/home/slide_5_title.gif') no-repeat 0 0; }
#slide_6 a { background: #0a2c3d url('../images/home/slide_6_title.gif') no-repeat 0 0; }



#hp-nav {
	position: relative;
	background: url('../images/shared/gradient_nav_bg.jpg') no-repeat 0 0;
	margin: 0px auto 0;
	padding: 0 5px;
	width: 871px;
	height: 100px;
	border: 1px solid #fff;
	border-width: 0 1px 1px;
	text-align: center;
}
ul#hp-nav {
	list-style: none;
}
ul#hp-nav li {
	position:relative;
	margin: 8px 1px 0 60px;
	padding: 0;
	float: left;
	width: 40%;
}
ul#hp-nav li a {
	display: block;
	margin: 0 5px;
	padding: 31px 15px 31px 33px !important;
	text-decoration: none;
	font: normal 17px Arial, sans-serif;
	color: #001319;
	background: url('../images/shared/lower_nav_bullet.gif') no-repeat 10px 34px;
	text-align: left;
	cursor: pointer;
}
ul#hp-nav li a:hover {
	/*font-weight: bold;*/
}
