@charset "utf-8";
/* Haven for Heroes by Frank Dwyer */

body {
	background-color:FFF;	
}

.headerWrapper {
	width: 95%;
	height: 210px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 2px;
	text-align: center;
	
}

.nav {
	width: 95%;
	background-image:url(bgBlue.jpg);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFF;
	vertical-align: middle;
}

.table {
	display: table;
	margin: 0 auto;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

li {
    float: left;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
    display: block;
	padding-left: 15px;
	padding-right: 10px;
	color:#000;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.mainSectionL {
	width: 70%;
	height: 600px;
	float: left;
	margin-left: 2.5%;
	border: solid thin;
	border-color: #999;
	background-color: #FFF;

}

.mainSectionR {
	width: 23%;
	height: 600px;
	float: right;
	margin-right: 2.5%;
	margin-left: auto;
	border: solid thin;
	border-color: #999;
	background-color: #FFF;
}

.mainHeader {
	background-color: #3b5999;
	width: auto;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding-left: 7px;
}

.mainSectionL2 {
	width: 65%;
	height: 600px;
	float: left;
	margin-left: 2.5%;
	border: solid thin;
	border-color: #999;
	background-color: #FFF;

}

.topRightSection {
	width: 29%;
	height: 150px;
	float: right;
	margin-right: 2.5%;
	margin-left: auto;
	border: solid thin;
	border-color: #666;
	background-color: #FFF;
}

.bottomRightSection {
	width: 29%;
	height: 300px;
	float: right;
	margin-right: 2.5%;
	margin-left: auto;
	margin-top: 10px;
	border: solid thin;
	border-color: #666;
	background-color: #FFF;
}

.topRightLocation {
	width: 29%;
	height: 300px;
	float: right;
	margin-right: 2.5%;
	margin-left: auto;
	border: solid thin;
	border-color: #666;
	background-color: #FFF;
}

.map {
	float:right;
}

#ebaybox {
	width: 118px;
	height: 100px;
	margin-left: 27.5%;
	background-color:#900;
}
