/*-----------------
		Reset
------------------*/
/* v1.0 | 20080212 */

/*
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,
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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------
		Tags
------------------*/
body {
	background-color: #140b03;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}
a, a:visited {
	color: #285cbb;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	border: 0;
}
h1 {
	font-size: 2em;
	padding-top: 15px;
}
h2 {
	font-size: 20px;
	padding-top: 5px;
}
h3 {
	font-size: 1.2em;
	color: #65983f;
}
h4 {
	font-size: 1.2em;
}
table {
	width: 100%;
	text-align: left;
	border: none;
}
th {
	width: 125px;
	font-size: 1.5em;
	color: #76218b;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
td {
	padding: 3px 5px 3px 5px;
	font-size: 1.5em;
}
td .detail {
	font-size: .6em;
	padding-left: 25px;
}
input {
	font-size: 1em;
}
textarea {
	width: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .5em;
}
.checkRequiredError {
	background-color: #65983f;
	color: #FFFFFF;
}
/*-----------------
		Layout
------------------*/
#wrapper {
	width: 979px;
	margin: 0 auto;
	background: #9fddf7 url(../../images/bg-white-trans.png) no-repeat 0 0;
	overflow:hidden;
	height:100%;
}
#header {
	background:#140b03  url(../../images/header.jpg) no-repeat 0 10px;
	height:81px;
	position:relative;/*-- to postiion children absolultely -- */
	margin-bottom:200px; /*--- push main content away form the headers absolutely placed children --*/
}
#logo {
	position: absolute;
	z-index: 1;
	top: 28px;
	left: 60px;
}
#navMain {
	position: absolute;
	float: right;
	z-index: 1;
	top: 50px;
	right: 60px;
}
#navMain ul li {
	float:left;
}
#navLower {
	position: absolute;
	float: right;
	z-index: 1;
	top: 125px;
	right: 60px;
	width:490px;
	}
#navSmall {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 0;
	background-color: #c4f5a6;
	padding: 5px;
	border:2px dotted #65983f;
	font-size: 1.2em;
	font-weight: bold;
}
#navSmall a {
	color: #000000;
}
#left {
	position: relative;
	clear: both;
	float: left;
	z-index: 1;
	width: 650px;
	top: -75px;
	padding: 0px 5px 0px 50px;
}
#left ul{
	margin:20px ;
}
#left ul li{
	list-style-type:disc;
	padding:.1em 0;
	margin-left:2em;
}
#left h2,#lower h2 {
	margin:20px 0;
}
#right {
	position: relative;
	float: right;
	z-index: 1;
	width: 250px;
	top: -75px;
	padding: 0px 5px 0px 10px;
}
#cow {
	clear: both;
	position: relative;
	float: left;
	left: 60px;
	width: 387px;
	margin-bottom:-100px;
	_margin-bottom:-100px;
}
#lower {
	position: relative;
	float: right;
	right: 60px;
	width: 470px;
}
#lower img {
	margin:5px;
}
#footer {
	clear:both;
	position: relative;
	bottom: -6px;
}
#footerText {
	font-size: .8em;
}
