html {
	height: 100%;
}

/* Remove padding and margin */
* {
  	margin: 0;
  	padding: 0;
}

body {
	text-align: center;
	background: #f9f9e3 url(../img/bg.gif) repeat-y 50% 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 852px;
	text-align: left;
	
}

#header {
	min-height: 150px;
}
#content {
padding-bottom: 40px;
}

#contentleft {
	width: 590px;
	float: left;
	margin-top: 20px;
	padding-bottom: 100px;
}

#contentleft p, #contentleft ul, #contentleft h1, #contentleft h2, #contentleft h3 {
	margin-left: 20px;
}

#contentright {
	float: right;
	width: 234px;
	padding-right: 10px;
	margin-top: 20px;
	padding-bottom: 50px;
}




body {
  font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: small;
  line-height: 1.75em;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
}



p.right {
	text-align: right;
	float: none;
}


p.center {
	text-align: center;
	float: none;
}
h1 {
	font-size: 125%;
	color: #000000;
	border-top: 3px solid #CADA3B;
	padding-top: 40px;
	
}

h2 {
	font-size: 125%;
	color: #9dc8bf;
	border-bottom: 1px solid #9dc8bf;
}



h1.logo {
	float: right;
	background: url(../img/web_banner.jpg) no-repeat top left;
	height: 120px;
	width: 852px;
	padding-top: 10px;
	margin: 0;
}

h2.definition {
	text-indent: -5000px;
	background: url(../img/banner2.gif) no-repeat top left;
	width: 852px;
	height: 44px;
	margin: 0;
	border: none;
}

h3 {
	font-size: 125%;
	color: #000000;
	padding-top: 20px;
	font-weight: bold;
}






#nav  {
	float: left;
	height: 140px;
	list-style: none;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
	padding-top: 10px;
}

#nav li {
	display: inline;
	list-style: none;
}

#nav a {
	float: left;
	padding: 140px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 80px; /* for IE5/Win only */
	text-decoration: none;
	display: block;
}

#nav a:hover {
	background-position: 0 -70px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -120px;
}

#home a {
	width: 110px;
	background: url(../img/nav/orighome.gif) top left no-repeat;
}


#aboutus a {
	width: 110px;
	background: url(../img/nav/origaboutus.gif) top left no-repeat;
}

#forms a {
	width: 110px;
	background: url(../img/nav/origforms.gif) top left no-repeat;
}

#faq a {
	width: 110px;
	background: url(../img/nav/origfaq.gif) top left no-repeat;
}

#links a {
	width: 110px;
	background: url(../img/nav/origlinks.gif) top left no-repeat;
}





#contentleft ul {
	list-style-type: none;
	list-style-position: outside;	
}

#contentleft li {
	padding: 5px 0 5px 20px;
	background: url(../img/asterisk.gif) no-repeat left 0.9em;
}

#contentleft p img.left {
	padding: 5px;
	border: 1px solid #d8f0eb;
	margin: 0 10px 2px 0;	
}

ul li p {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}





#hours {
	background-color: #67C2DD;
	padding: 10px;
	margin-top: 5px;
	color: #000000;
	font-weight: bold;
}


#hourtitle {
	background-color: #9ACC8C;
	padding: 10px;
	margin-top: 5px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}


#hourtitle a {
	font-size: 125%;
}



a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #2E8B57;
	color: #2E8B57;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px dotted #20B2AA;
	color: #20B2AA;
}

#header a {
	border: none;
}

