/*	reset
*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #eee;
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

hr {
	display: none;
}

/*	typography
*************************************************/
body {
	color: #666;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #669900;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.3333em;
	line-height: 1.125;
	margin-bottom: 1.125em;
}

h2 {
	font-size: 1.1667em;
	line-height: 1.2857;
	margin-bottom: 1.2857em;
}

h3 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

p {
	margin: 0 0 1.5em;
}

a {
	border-bottom: 1px dotted #669900;
	color: #669900;
	text-decoration: none;
}

a:focus, a:hover {
	border-bottom: 1px solid #669900;
}

/*	layout
*************************************************/
#container {
	margin: 50px auto;
	text-align: left;
	width: 1010px;
}

#header {
	background: url(../images/header.png) no-repeat;
	padding: 0 35px;
}

#main {
	background: url(../images/main.png) repeat-y;
	padding: 25px 50px;
}

#content_small {
	float: left;
	width: 670px;
}

#content_large {
	float: left;
	width: 910px;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	font-size: .8333em;
	height: 40px;
	line-height: 1.8;
	padding: 10px 35px 25px 35px;
}

/*	2 column layout
*************************************************/
#content_small .col1 {
	float: left;
	margin-right: 20px;
	width: 325px;
}

#content_small .col2 {
	float: left;
	width: 325px;
}

#content_large .col1 {
	float: left;
	margin-right: 20px;
	width: 445px;
}

#content_large .col2 {
	float: left;
	width: 445px;
}

/*	logo
*************************************************/
h1#logo {
	border: none;
	float: left;
	margin: 70px 0 0 0;
}

h1#logo a {
	background: url(../images/logo.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 80px;
	overflow: hidden;
	text-indent: -999em;
	width: 373px;
}

/*	menu
*************************************************/
#menu {
	clear: left;
	float: left;
	line-height: 50px;
	margin-top: 30px;
	padding: 0 15px;
	width: 910px;
}

#menu li {
	display: inline;
	margin-right: 15px;
}

#menu li a {
	border: none;
	color: #fff;
	text-decoration: none;
}

#menu li a:focus, #menu li a:hover {
	/*background: url(../images/focus.png) 0 5px no-repeat;*/
	border-bottom: 2px dotted #fff;
}

#menu li.current {
	/*background: url(../images/focus.png) 0 5px no-repeat;*/
	border-bottom: 2px dotted #fff;
	color: #fff;
}

/*	submenu
*************************************************/
#submenu {
	float: left;
	line-height: 2.0833;
	margin-right: 20px;
	padding-bottom: 10px;
	width: 220px;
}

#submenu li a {
	border: none;
	color: #666;
	display: block;
	height: 25px;
	padding-left: 10px;
	width: 210px;
}

#submenu li a:focus, #submenu li a:hover {
	background: #f8f8ec;
	color: #669900;
}

#submenu li.current {
	background: #f8f8ec;
	color: #669900;
	display: block;
	height: 25px;
	padding-left: 10px;
	width: 210px;
}

/*	content elements
*************************************************/
#content_small ul, #content_large ul {
	margin-bottom: 1.5em;
}

#content_small ul ul, #content_large ul ul {
	margin-bottom: 0;
}

#content_small ul li, #content_large ul li {
	background: url(../images/square.gif) 0 6px no-repeat;
	padding-left: 15px;
}

/*	forms
*************************************************/
input, textarea {
	border: 1px solid #ccc;
}

input.text {
	padding: 5px;
	width: 338px;
}

.captcha {
	margin-left: 95px;
}

.input img {
	margin: 0 0 10px 95px;
}

input.submit {
	float: right;
}

textarea {
	height: 150px;
	padding: 5px;
	width: 338px;
}

.opt label, .req label {
	display: block;
	float: left;
	margin-right: 20px;
	text-align: right;
	width: 75px;
}

.required {
	color: #990000;
}

.input {
	line-height: 30px;
	margin-bottom: 10px;
}

div.error {
	color: #990000;
	text-align: center;
}

div.error ul {
	list-style: none;
}

div.error ul li {
	background-image: none!important;
	padding-left: 0;
}

/*	guestbook
*************************************************/
.date_time {
	color: #666;
	float: right;
	font-size: .8333em;
	line-height: 1.8;
}

/*	info
*************************************************/
#info {
	float: right;
}

#info li {
	display: inline;
	margin-left: 10px;
}

#info li.current {
	color: #669900;
	border-bottom: 1px solid #669900;
}

/*	clearing without extra markup
*************************************************/
.clear, #container, #header, #main, #footer,  {
	display: inline-block;
}

.clear:after, #container:after, #header:after, #main:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clear, * html #container, * html #header, * html #main, * html #footer {
	height: 1%;
}

.clear, #container, #header, #main, #footer {
	display: block;
}