/***********************************************************************
	0 - GENERIC
************************************************************************/

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:13px;
}

a { 
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

/***********************************************************************
	1 - LAYOUT
************************************************************************/

div#wrapper {
	width:978px;
	margin:auto;
	border:1px solid #726f3f;
	border-top:0px;
	background:url(../i/footer.jpg) center bottom no-repeat;
}

div#header {
	background:url(../i/header_backing.jpg) center top;
	width:978px;
	height:175px;
}

div#navtext {
	text-align:left;
	padding-top:142px;
	padding-left:15px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

div#navtext a { 
	text-decoration:none;
	color:#FFFFFF;
}

div#navtext a:hover {
	text-decoration:underline;
}

div#main-right {
	float:right;
	width:342px; /* -10px */
	margin-top:-2px;
	padding:0px 10px 10px 10px;
}

div#main-main {
	text-align:center;
	width:566px; /* -10px */
	padding:0px 10px 25px 10px;
}

div#footer {
	text-align:right;
	font-size:11px;
	height:79px;
	margin:0xp 25px;
	color:#ffffff;
}

div#footer a {
	color:#ffffff;
}

div#footer a:hover {
	text-decoration:underline;
	color:#ffffff;
}

div#logos {
	float:left;
	padding-bottom:11px;
}

/***********************************************************************
	5 - CONTENT
************************************************************************/

h1 {
	font-weight:bold;
	font-size:14px;
}

h2 {
	font-weight:bold;
	font-style:oblique;
	font-size:12px;
}

h3 {
	font-weight:normal;
}

.textarea {
	padding:0px 20px;
}

span.float-l {
	float:left;
}

span.float-r {
	float:right;
}

/***********************************************************************
	6 - FORMS
************************************************************************/

fieldset div input, fieldset div textarea  {
	float:right;
	color:#000;
	border:1px solid #726f3f;
	margin:2px 30px 2px 2px;
	width:220px;
}

fieldset div.send input {
	background-color:#CCCCCC;
	font-weight:bold;
}

label {
	float:left;
	font-weight:bold;
}

fieldset {
	border:none;
}

fieldset div {
	width:362px;
}

form fieldset div {
	clear: both;
}

div.req label { font-weight: bold }
div.multi label { height: 22px }
p.notice { color: #d22 }

div.req label:before, div.req p:before {
	content: "* ";
	color:#666ee6;
}

input:focus, textarea:focus {
	background: #fff;
	color: #000;
}

form {
	padding:none;
}