/* -- RESET STYLES -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
/*	font-family: inherit; */
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html {
	height: 100%;
}

body {
	background-color: #ffff99;
	color: #663300;
	font-size: .63em;
	line-height: 1;
	height: 100%;
}

input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

a,
a:link,
a:visited {
	color: #663300;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #663300;
	text-decoration: underline;
}

hr {
	background-color: #663300;
	border: 0 none;
	color: #663300;
	font-size: 0;
	height: 1px;
	margin: 5px 0;
}

/* -- CLEARING -- */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hidden {
	display: none;
}


#header {
	background-color: #ed8e10;
	border-bottom: 5px solid #044800;
	text-align: center;
	padding: 10px 0;
}

#wrapper {
	background: url(../images/bg_home_wrapper.png) left top no-repeat;
	height: 512px;
	margin: 40px auto 0 auto;
	padding: 29px;
	width: 602px;
}

#wrapper ul {
	margin: 15px auto;
	width: 400px;
}

#wrapper ul li {
	background: url(../images/button_home.png) left top no-repeat;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	height: 45px;
	line-height: 40px;
	margin: 0 30px;
	text-align: center;
	text-transform: uppercase;
	width: 140px;
}

#wrapper ul a,
#wrapper ul a:link,
#wrapper ul a:visited {
	display: block;
}

#wrapper ul a:hover,
#wrapper ul a:focus,
#wrapper ul a:active {
	color: #044800;
	text-decoration: none;
}


ul.seolinks {
	font-size: 1.1em;
	line-height: 1.7em;
	text-align: center;
	margin: 0 auto 5px auto;
	width: 650px;
}

ul.seolinks li {
	border-right: 1px solid #663300;
	display: inline;
	margin-right: 3px;
	padding-right: 5px;
}

ul.seolinks li.last {
	border-right: 0 none;
	margin: 0;
	padding: 0;
}

h1 {
	color: #044800;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: .75em;
}

p a, p a:link, p a:visited {
	text-decoration: underline;
}

p a:hover, p a:focus, p a:active {
	color: #044800;
	text-decoration: underline;
}