/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
	background-color:#002446;
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #fff;
}
p{padding:0 0 10px 10px;text-align:justify;}

		
a { /* default link styles*/
	color:#fff;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1000px;
	margin:0 auto;
	background:url(/images/bg.jpg) no-repeat top #002446;
}

.header { 
	height: 399px;
	z-index: 1000;
	position: relative;
}

.logo{	position:absolute;	top:15px;	left:15px;}
.jumper{	position:absolute;	top:15px;	left:323px;}
.handsup{	position:absolute;	top:0;	left:668px;}
.facebook{	position:absolute;	top:0;	right:0;}

h1 { 
	background-repeat: no-repeat;
	width: 600px;
	height: 100px; 
	display: block;
	text-indent:-999px;
}

h3{font-size:14px;color:#F6D700;}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #fff;
	margin: 10px 0 0 10px;
}

.content {
	position: relative;
	z-index: 100;
}

.col-1 { 
		width: 340px;
		float: left;
}

.col-2 { 
		width: 620px;
		float: right;
}

.col-3 { 
		width: 640px;
		float: left;
}

.col-4 {
		width: 980px;
		float: left;
}
	
.footer { /* Format as you need. */
	width: 1000px;
	background:url(/images/footer.gif) no-repeat top #014b71;
	font-size:10px;
	padding:120px 0 20px 0;
}

.footer .section{padding:0 20px;}

.footer p{padding-left:0;}

	.footer a {
		color: #fff;
		text-decoration: none;
		font-weight:bold;
	}
	
	.footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
		ul.footer-nav { /* Use this for your footer nav to make it easier on spacing! */
		list-style-type:none; 
		margin:0;
		padding:0;	
		text-align:center;
		margin:0 auto 5px;
	}
	
		ul.footer-nav li { 
			position:relative;
			display: inline;
			border-left: 1px solid #ffffff !important;
			padding:0 2px;
		}
	
.quicklinks{padding:0 0 20px 0;}
input{margin:3px 3px 3px 0;font-size:10px;}

.modal {
	background-color:#1178b0;
}
