@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #04588c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
}

a:link,a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fdb814;
	text-decoration: underline;
}

#wrapper {

	margin-left: auto;
	margin-right: auto;
	width: 910px;
	background:#0782c5 url('../images/bg_with_logo.jpg') no-repeat center top;
	overflow: hidden;


/*
	border-left: 1px solid black;
    border-right: 1px solid black;
*/
}

#logo {
	width: 206px;
	height: 124px;
	position: relative;
	left: 595px;
	top: 45px;
	background-image:url('../images/hornblowerLogo.png');
}

#intro {
	width: 520px;
	height: 80px;
	position: relative;
	left: 335px;
	top: 100px;
	font-size: 1em;
	line-height: 125%;
}

#exploreArrow {
	width: 459px;
	height: 107px;
	position: relative;
	left: 335px;
	top: 85px;
	background-image:url('../images/exploreArrow.png');
}

#leftCol {
	float: left;
	width: 285px;
}

#rightCol {
	float: right;
	clear: right;
	width: 595px;
	margin-top: 100px;
	margin-right: 15px;
}

#bigList {
	padding-top: 25px;
	padding-left: 35px;
}

#bigList li {
	line-height: 225%;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url('../images/orange_bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: .6em;
}

#enter2win {
	width: 233px;
	height: 109px;
	background-image:url('../images/enter2win.png');
	background-repeat: no-repeat;
	position: relative;
	top: 30px;
	left: 35px;
	
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100px;
width:408px;
background:#FFFFFF;
color: #000;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
color: #000;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}



.leftBox {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

.rightBox {
	float: right;
	clear: right;
	margin-bottom: 20px;
}

#smallList {
	margin-top: 25px;
	text-align: center;
	font-size: .6em;
}

#smallList li {
	display: inline;
}
	


