/* CSS Document */

body,
html {
    margin:0;
    padding:0;
    background:#ffffff;
    color:#000000;
    }
	
body {
	font-family:Arial, Helvetica, sans-serif;
    }
	
a { color:#0a5f90; }
a:visited { color:#0a5f90; }
a:hover { color:#666666; }
		
#wraper {
    background:#ffffff;
    margin:0 auto;
    width:900px;
	overflow:hidden;
}
	
.headline {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#003366;
	margin-top:25px;
	width:740px;
	height:52px;
	float:left;
	text-align:center;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
}

.hrDiv {
	height: 2px;
	width:740px;
	background: #003366;
	line-height: 1px;
	font-size: 1px;
	clear:both;
}

#mainImage {
	text-align:left;
	padding-top:15px;
	padding-bottom:10px;
}
	
#nav {
	height: 20px;
	width:114px;
	float:left;
	font-size: .85em;
	color:#000000;
	text-align:right;
	padding-top: 10px;
	padding-left: 5px;
}
#nav img {
	vertical-align:middle;
	border:none;
}

#nav p {
	font-size: .85em;
}
	
#footer {
    background:#ffffff;
    /*clear:both;*/
	font-size: 11px;
	text-align: center;
	margin-top:10px;
	height: 30px;
	width:740px;
}

/* the foloowing is for the contact us slide */

.contactHeadline{
	width:740px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom:10px;
}
.contentWraper {
	height:465px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-top: 25px;
}

.contactButtons {
	float:left;
	padding-left: 60px;
	margin-top: 45px;
}

.contactLinks {
	float:left;
	padding-left: 200px;
	margin-top: 20px;
}

.standOut {
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
}


