/*stylesheet for discoversoutheasternil.com*/

body {
	width: 100%;	
	min-height: 100%;
	height: 100%;
	margin: 0 0 0 0;
	background-color: #FFFFCC;
	font: 76%, Times, Times New Roman, serif;
}

#header {
	width: 100%;
	height: 120px;
	border-top: 5px solid brown;
	background-color: navy;
	/*color controled in header.txt*/
	text-align: center;
}

#tagLine {
	width: 100%;	
	height: 18px;	
	color: navy;
	background-color: tan;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 2px brown;
}

#wrapper {
	display: block;	
	width: 100%;
	background-color: #FFFFCC;
	overflow: visible;
}

#navBox {
	position: absolute;
	top: 142px; /*was 115 before IE8*/
	right: 0px;
	/*position: relative;
	display: inline;*/
	width: 175px;
	height: 9990px;
	background-image: url(/images/navBoxGradient.png);
	font-size: 1.1em;
}

#content {
	position: absolute;
	top: 145px; /*was 128 before IE8*/
	left: 0px;
	/*position: relative;
	display: inline;*/
	width: 80%;
	margin-left: 1%;
	margin-right: 225px;
	background-color: #FFFFCC;
	font-size: 1.1em;
}

#content img {
	width: 32%;
	Float: right;
	margin-left: 3px;
	border: solid 3px tan;
}

#gallery {
	text-align: center;
}

#homeImg {
	width: 32%;
}


#navLinks {
	width: 175px;
	float: right;
	/*background-image: url(/images/navBoxGradient.png);*/
}

#navLinks ul {
	margin-left: 5px;
	padding-left: 5px;
	color: navy;
	font-weight: bold;
}

#navLinks ul li {
	list-style: none;
	line-height: 1.75;
	border-bottom: solid thin tan;
}

#submenu {
	margin-left: 5px;
	padding-left: 5px;
	color: red;
	text-align: center;
}

#submenu li {
	display: inline;
	list-style: none;
	font-weight: bold;
	text-align: center;
}

#sponsors {	
	width: 175px;
	float: left;
	margin-right: 10px;
	padding-left: 5px;
	height: 9990px;
	text-align: left;
	font-weight: bold;
	border-right: solid 3px tan;
	/*background-image: url(/images/navBoxGradientLeft.png);*/
}

#sponsors img {
	width:170px;
	margin-left: -5px;
	float: none;
	border: solid thin tan;
}

/*#bywayLogo {
	position: absolute;
	top: 0;
	right: 0;
	height: 85px;
}*/

#admin {
	width: 70%;
	margin: auto;
	text-align: center;
	background-color: #FFFFCC;
	border: solid medium tan;
}

#admin table {
	width: 70%;
	margin: auto;
	text-align: left;
		font-size: 1.1em;
}

#admin hr {
	height: 3px;
	width: 40%;
	color: tan;
	background-color: tan;
}

h1, h2, h3, h4 {
	color: navy;
}


a {
	text-decoration: none;
	color: navy;
}

a:hover {
	color: blue;
}

/*.box {
	background-color: tan;
	color: navy;
	font-weight: bold;
}*/
