/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* Common tags */

h1 { color: #01369b; font-size: 1.4em; }
h2 { color: #01369b; font-size: 1.2em; }
h3 { color: #01369b; font-size: 1.1em; }
h4,h5 { color: #01369b; font-size: 1em; }

p, div, li, th, td { font-size: inherit; }

a:link {  color: #2588d4; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:hover { color: #7dbc56; text-decoration: underline; }
a:active { color: #aceb85; text-decoration: underline; }

input, textarea {
	margin:0;
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #5ea7df;
}

label {
	display:block;
	margin-right: 10px;
	float: left;
	width: 170px;
	text-align: right;
}

.image-right {
	float: right;
	margin-left: 10px;
}

/* Table with border  */

.table-with-border {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #5ea7df;
	border-left: 1px solid #5ea7df; 
}

.table-with-border th {
	padding: 3px;
	font-weight: bold;
	color: #ffffaa;
	background-color: #5ea7df;
	border-right: 1px solid #5ea7df;
	border-bottom: 1px solid #5ea7df; 
}

.table-with-border td {
	padding: 3px;
	border-right: 1px solid #5ea7df;
	border-bottom: 1px solid #5ea7df; 
}



/* Common layout */

#container {
	margin: 0 auto;
	padding: 0% 0 0 0;
	width: 684px;
}

/* Logo & address */

#logo {
	margin: 0;
	padding: 4em 0 0.5em 230px;
	min-height: 60px;
	font: 0.7em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #569bcf;
	background: transparent url(img/logo.gif) no-repeat 20px bottom;
}


#logo #hours {
	float: left;
	width: 280px;
}

#logo #address {
	margin-left: 280px;
}

/* Menu */

#menu {
	clear: both;
	margin: 0;
	padding: 0.5em 0;
	background-color: #5ea7df;
	text-align: center;
}

#menu ul {
	margin: 0 0 0 17px;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	text-align: center;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.76em;
	color: #ffffaa;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Drop down menu */

#menu #nav li {
	position: relative;
}

#menu ul li ul {
	margin: 0;
	padding: 12px 0 0 0;
	position: absolute;
	left: 10px;
	top: 7px;
	display: none;
	list-style: none;
}

#menu ul li ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

#menu ul li ul li a {
	display: block;
	padding: 5px 3px;
	width: 160px;
	background-color: #5ea7df;
	border-top: 1px solid #fff;
	text-decoration: none;
	font-size: 0.7em;
	text-align: left;
}

#menu ul li ul li a:hover { text-decoration: underline; }

#menu ul li:hover ul { display: block; }
#menu ul li.over ul { display: block; }

#menu a.none:hover {
	text-decoration: none;
}

/* Top image */

#top {
	padding: 5px 0;
	height: 196px;
	overflow: hidden;
}

/* Page header */

#header {
	background-color: #cbffaa;
}

#header h1 {
	margin: 0;
	padding: 0.4em 0.3em 0.4em 1em;
	color: #2576b4;
	font: bold 1.2em/normal Arial, Helvetica, sans-serif;
}


/* Content area */

#content {
	min-height:300px;
	font: 0.8em/1.4em Verdana, Arial, Helvetica, sans-serif;
}

* html #content {
	height:300px;
}

#content img {
	margin: 3px;
	border: 2px solid #5ea7df;
}

/* Footer */

#footer {
	padding: 0.5em 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0e5e9c;
	background-color: #aaccfe;
}

#footer a:link,
#footer a:visited { color: #0206c8; text-decoration: underline; }
#footer a:hover,
#footer a:active { color: #333; text-decoration: underline; }

#footer-left {
	width: 49%;
	float: left;
}

#footer-right {
	padding-left: 50%;
	text-align: right;
}
