/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-image: url(../img/main_bg.jpg);
	background-repeat:repeat-x;
}

/* general styling rules */
a { text-decoration: none; color: #000; font-family: arial; font-size:12px; font-weight:bold; color:#ff9900;  }
a:hover { text-decoration: none; color: #505050; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #a9a8a8; font-family: Calibri, Arial, sans-serif;}
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }

input.normal{ border: 1px solid #a9a8a8; font-family: Calibri, Arial, sans-serif; height:18px;}
textarea.normal{ border: 1px solid #a9a8a8; font-family: Calibri, Arial, sans-serif;}


h1 {
	color:#ff9900;
	font-size:14px;
}

/* mainframe */

#mainframe {
	position: relative;
	background: #fff;
	left: 50%;
	width: 800px; /* old 804 */
	margin-left: -402px;
	overflow-x: hidden;
}

#header {
	width:775px;
	height: 224px;	
	background: url(../img/header.jpg) no-repeat;
	padding-left: 25px;
	padding-top: 37px;
}
#navigation{
	position: absolute;
	left: 25px;
	width:750px;
	height: 17px;	
	background: #505050;
	padding-top: 6px;
}

#back_nav {

 
height: 23px;
background-image: url(../img/nav_bg.jpg);

}
#maincontent {
	width:680px;
	min-height:220px;
	height: 100%;	
	background-image: url(../img/repeat_body.jpg);
}

#footer{
	width:720px;
	height: 55px;	
	background: url(../img/footer.jpg) no-repeat;
	font-size: 11px;
	padding-top: 20px;
	padding-left: 80px;
	font-family:arial;
}
