* { margin: 0; padding: 0 }

body {
	line-height: 1.8em;
	background-color: #F5F0EC;
	font-family:Verdana,Helvetica,Arial,sans-serif;/*font-family: Arial, Helvetica, Verdana, sans-serif;*/
	font-size: 62.5%;
}
table {
	font-size: 1.2em;
	margin: 15px 0;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DFCFC0;
	background-color: #FFF;
}
#header {
	position: relative;
	background: url(images/header.jpg);
	height: 128px;

}

#header a {
	position: absolute;
	top: 31px;
	left: 15px;
	background: url(images/nova-logo.jpg);
	width: 308px;
	height: 47px;
	display: block;
}
#header h1 {
	position:absolute;
	top:93px;
	right: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #265A00;
}	

.hide {
	display: none;
}

#topnav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DFCFC0;
	padding-top: 10px;
}
#topnav li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	/*  border-right: 1px solid #265A00;  */
}

#topnav a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #4E721A;
}
#topnav a:hover {
	text-decoration: underline;
}
#hours {
	float: right;
	width: 271px;
	padding-bottom: 25px;
	padding-left: 18px;
	padding-top: 15px;
	padding-right: 17px;
	background-color: #D7DECB;
	margin-bottom: 0px;
}
#hours h1 {
	color: #4E721A;
	display: block;
	text-align: left;
	font-size: 1.5em;
	text-transform: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D7AB0C;
	line-height: 1em;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}

#hours  table  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	width: 271px;

}

#hours   table  th {
	background-color: #96AB77;
	padding: 3px;
	color: #FFF;
	text-align: left;
	font-weight: 400;
}

#hours  table  td {
	font-size: 1em;
	padding: 3px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96AB77;
}
#hours p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

#content {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 25px;
	width: 424px;
}


#content h1 {
	font-size: 1.6em;
	margin-bottom: 1.1em;
}
#content h2 {
	font-size: 1.5em;
	margin-bottom: 0.8em;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96AB77;
	padding-bottom: 0.4em;
	color: #333;
}
#content p {
	font-size: 1.2em;
	color: #333;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#content ul {
	margin-bottom: 1.5em;
}
#content li {
	font-size: 1.2em;
	margin-left: 1.2em;
	margin-bottom: .4em;
}

#content a:link, #footer a:link, #hours a:link {
	color: #0552ae;
}
#content a:hover, #footer a:hover, #hours a:hover {
	color: #064794
}
#content table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}
#content table th {
	background-color: #96AB77;
	padding: 3px;
	color: #265A00;
}
#content table td {
	font-size: 1em;
	padding: 3px;
	background-color: #D7DECB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#footer {
	color: #265A00;
	clear: both;
	font-size: 1.1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D6AE11;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
}
#photo {
	float: right;
	margin-top: 30px;
	border: 5px solid #D7DECB;
	margin-right: 20px;
}

