@charset "UTF-8";
/* CSS Document */

#floatFix {
	clear:both;
}

body {
	margin:0;
	padding:0;
	text-align:centre;
	background:url(../images/bg.jpg) repeat-x;
	
	font-family: Arial, Helvetica;
	font-size: 1.0em;
	color:#555;
	
}

#container {
	position:absolute;
	top: 0px;
	width:900px;
	*margin: auto;
	left: 50%;
	margin-left:-450px;
	padding: 0;
	
	text-align:right;
}

#header {
	width:900px;
	margin: 0px;
	padding: 0px;
	
	text-align:left;
}

#menubg {width:900px; background:url(../images/bodybg.png) repeat-y;}

#menu {
	width:880px;
	height: 30px;
	margin: 0px 10px;
	padding: 0px;
	
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	
	text-align:left;
	font-size: 0.85em;
	line-height: 30px;
	background:url(../images/menubg.jpg) repeat-x;
}


#menu a{
	display:block;
	float: left;
	padding: 0px 20px;
	margin: 0px;
	border-right:#ccc 1px solid;
	
	text-decoration: none;
	color:#CCC;
	
	}

#menu a:hover{	
	
	color:#f6921e;
}


#main {
	width:880px;
	margin: 0px;
	padding: 0px 10px;
	
	text-align:left;
	background:url(../images/bodybg.png) repeat-y;
}

#col1 {
	float: left;
	width:265px;
	margin: 20px 0px 0px 20px;
	padding: 0;
	
	text-align:left;
}

#col2 {

	float: left;
	width:265px;
	margin: 20px 20px;
	padding: 0;
	
	text-align:left;
}

#col2-3 {

	float: left;
	width:550px;
	min-height:200px;
	margin: 20px 20px;
	padding: 0;
	
	text-align:left;
}


#col3 {
	float: right;
	width:265px;
	margin: 20px 20px 0px 0px;
	padding: 0;
	
	text-align:left;
}

#col3_form {
	float: right;
	width:245px;
	margin: 20px 20px 10px 0px;
	padding: 0px 10px 10px 10px;
	background:#efefef;
	
	text-align:left;
	color: #555;
}

#footer {
	position:relative;
	width:900px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align:right;
	
	background:url(../images/footerbg.png) no-repeat;
	background-position: top;
	
	font: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.5em;
	color: #555;
	
}

#footerL {
	float: left;
	width:400px;
	margin-top: 25px;
	margin-left: 25px;
	padding: 0;
	
	text-align:left;
	font-size: 0.8em;
}

#footerR {
	float: right;
	width:400px;
	margin-top: 25px;
	margin-right: 25px;
	padding: 0;
	
	text-align:right;
	font-size: 0.8em;
}

table {
	font: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.5em;
	
}

td { vertical-align:top;}

input {
	width: 100%;
	padding:0.2em;
	border:1px solid #f6921e;
	background:#ccc;
	
	font-family: Arial, Helvetica;
	text-decoration: none;
	color: #555;
}

input:focus {
	
	border:1px solid #ffc10e;
	background:#fff;
	color: #000;
	
}

textarea {
	width: 98.5%;
	padding:0.5em;
	border:1px solid #f6921e;
	background:#ccc;
	
	font-family: Arial, Helvetica;
	font-size:1.0em;
	text-decoration: none;
	color: #555;
}

textarea:focus {
	
	border:1px solid #ffc10e;
	background:#fff;
	
}


p {
	font: Arial, Helvetica;
	font-size: 0.75em;
	line-height:1.5em;
	
}

li {font-size: 0.75em;	line-height:1.25em;}

small {font-size: 10px;}


h1 {font-size: 2.0em; line-height:1.0em; font-weight:lighter;}
h2 {font-size: 1.2em; line-height:1.2em; font-weight:lighter;}
h3 {font-size: 1.0em; line-height:1.2em; font-weight:lighter; color:#f6921e; }

a {text-decoration: none; color: #aaa;}
a:hover {text-decoration: none;	color: #f6921e;}


#encyMark {color: #d68847;}
#encyMark a {color: #d68847;}
#encyMark a:hover {color: #fff; text-decoration:underline;}
