
/* Forces horizontal scrollbar on in Mozilla */
html
{
	margin-bottom: 1px;
}

html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.8em georgia, serif;
	line-height: 150%;
	background: url(../img/bg/body.jpg) repeat top left;
	color: #666666;
}

.footer
{
	color: #4d4d4d;
	bottom:0;
	font: 9px 0.8em trebuchet ms, verdana;
	text-align: center;
	padding-top: 5px;
}

h1, h2, h3, h4, h5, h6, p, dl
{
	margin: 0;
	padding: 10px 0;
}

h1
{
	clear: both;
	font: 400 1.9em georgia, serif;
	color: #9ecabc;
}

h2
{
	clear: both;
	font: 600 0.9em georgia, serif;
	color: #4d4d4d;
	font-weight: strong;
}

h3
{
	font: 600 1.3em trebuchet ms, georgia, serif;
	color: #4d4d4d;
}

h4
{
	font: 400 0.9em georgia, serif;
	font-style: italic;
	color: #4d4d4d;
}

h5
{
	clear: both;
	font: 600 0.9em georgia, serif;
	color: #4d4d4d;
	font-weight: strong;
	text-align: center;
}

a
{
	text-decoration: none;
	color: #d4bda5;
}


a:visited
{
	background-color: #ffffff;
}

a:hover
{
	color: #d4bda5;
	background-color: #ffffff;
}


ol
{
	margin: 10px 30px;
	padding: 0 30px;
	font-size: 1.4em;
	color: #532406;
	background-color: #FFF;
}

ol span
{
	font-size: 0.7em;
	color: #6D6864;
}

ul
{
	margin: 10px 30px;
	padding: 0 30px 0 5px;
	list-style: none;
}

ul li
{
	padding-left: 25px;
	background: url(../img/bg/bullet.gif) no-repeat;
	background-position: 0 3px;
}

acronym
{
	cursor: help;
	border-bottom: 1px solid #DDD;
}

blockquote
{
	margin: 10px 0;
	background-color: #F1FFE3;
	border-bottom: 1px solid #B8E78B;
}

blockquote p
{
	margin: 0.4em 0.8em;
}

del
{
	color: #AAA;
}

code
{
	margin: 15px 0;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	background: #F4F4F4;
	border-bottom: 1px solid #D3D3D3;
}



/**************************************************************
   Tables
 **************************************************************/

table
{
	width: 100%;
	margin-bottom: 10px;
	font-size: 1em;
	border-collapse: collapse;
}

table caption
{
	margin-top: 10px;
	padding: 0 0 0.5em 3px;
	font: 400 0.8em georgia, sans-serif;
	text-align: left;
}

table th, table td
{
	text-align: left;
	vertical-align: top;
	padding: 4px 7px !important;
	padding: 6px 10px;
}


thead th
{
	background-color: #F1FFE3;
	border-bottom: 1px solid #B8E78B;
}

tbody tr.dark
{
	background-color: #F5F5F5;
}

tbody td
{
	border-bottom: 1px solid #DDD;
}

tbody tr:hover
{
	background-color: #FBFEDF;
}

/**************************************************************
   Form Elements
 **************************************************************/

label
{
	float: left;
	text-align: right;
	width: 9em;
	padding-right: 1em;
}


input, textarea, select
{
	padding: 4px;
	font: 400 1em georgia, sans-serif;
	color: #666;
	background: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #DDD #DDD #888;
}


input:focus, textarea:focus, select:focus
{
	padding: 3px;
	color: #000;
	background: #FCFAEC;
	border-width: 2px;
}

input.button
{
	padding: 1px 10px;
	font: 400 1em georgia, sans-serif;
	cursor: pointer;
	color: #fff;
	background: #508231;
	border-width: 1px;
	border-style: solid;
	border-color: #B8E78B #2D5018 #2D5018 #B8E78B;
}

.required
{
	cursor: help;
	border-bottom: 1px solid #CCC;
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight
{
	margin: 5px 0px 10px 15px;
}

img.floatLeft
{
	margin: 5px 15px 10px 0px;
}

a img
{
	border: 4px solid #D5C9C2;
}

a:hover img
{
	border: 4px solid #BAAAA1;
}

div.img
{
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	border: 1px solid #cccccc;
}
div.img img
{
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
}
div.img a:hover img
{
	border: 1px solid #9dc8bd;
}
div.desc
{
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
}


div.contactForm
{
	width: 675px;
}
div.contactForm input[type="text"], div.contactForm textarea
{
	width: 300px;
}
div.contactForm img
{
	padding-left: 10em;
}
div.contactForm input[type="image"]
{
	margin-left: 10em;
}
span.mailError
{
	color: #ff0000;
}

div.registerForm
{
	width: 675px;
}
div.registerForm input[type="text"], div.registerForm textarea
{
	width: 300px;
}
div.registerForm img
{
	padding-left: 18em;
}
div.registerForm input[type="image"]
{
	margin-left: 10em;
}

div.registerForm label
{
	width: 17em;
}
div.registerForm tbody td
{
	border:0;	
}
div.registerForm table
{
	width:auto;
}
div.registerForm table label
{
	width:auto;
}

