@charset "UTF-8";
/* CSS Document */

 body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0 auto;
	padding:0;
	background-color:#003366;
	background-image:url(../img/home/backlines.gif); background-repeat:repeat-x;
}
img {
	border: none;
}
a {
	color: #006699;
	text-decoration:none;
}
a:HOVER {
	color: #D34A00;
}
p {margin:0; padding:0;}

/*---------- Mast ----------*/


#Page {
	padding:0 0 0 74px;
	margin:0 auto;
	width:900px;
	background-image:url(../img/home/hm_back.jpg); background-repeat:no-repeat;
	height:700px;
}


/*---------- Global Nav ----------*/

#nav {
padding-top:68px;
}




/*---------- HOME ----------*/

#HomeHero {
	padding:0;
	margin:0 auto;
}


#homeCopy { padding:1px 0 0 404px;}


/*---------- FOOTER _____________________*/


#footer {
	text-align:center;
	margin-top:230px;
	padding-right:120px;
}

#FooterCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
#FooterCopy a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}


#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
#footer ul li {
	color:#fff;
	display:inline;
	list-style:none;
	padding:4px;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#footer ul li a:HOVER {
	color:#fff;
}
/*----------- Utility Styles -------------*/
.clear {
	float: none !important;		/* Remove any inherited floats */
	display: block !important;	/* Make sure our element is a block-level element */
	clear: both !important;		/* Make sure it clears on both sides */
	margin: 0 !important;		/* Remove all margins that would make it visible */
	border: 0 !important;		/* Remove all borders that would make it visible */
	padding: 0 !important;		/* Remove all padding that would make it visible */
	height: 0.1px !important;	/* Mozilla/Firefox require the clearer height to not be 0, but rounding makes it 0 */
	line-height: 0 !important;	/* Set the line-height to 0 so it isn't visible */
	font-size: 0 !important;	/* Set the font-size to 0 so it isn't visible */
}

