/* Main definitions */
p {

	margin: 0px;

}
html, body {

	background-color: #b8966f;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

H1 { 
	color: #AC2114;
	font: 14pt arial;
	font-weight: normal;
	text-decoration: none;
}


H2 { 
	color: #003366;
	font: 14pt arial;
	font-weight: normal;
	text-decoration: none;
}

H3 { 
	color: #6496c8;
	font: 14pt arial;
	font-weight: normal;
	text-decoration: none;
}

div#main {

	position: absolute;
	left: 50%;
	top: 50%;

	width: 821px;
	height: 589px;
	
	margin-left: -410px;
	margin-top: -294px;
	
	background-color: white;
	
	text-align: left;

}
div#main_margin {

	position: absolute;
	left: 11px;
	top: 10px;
	
	max-width: 800px;
	max-height: 569px;
	overflow: visible;

}

div#header {

	width: 800px;
	height: 128px; 
	
	background-color: #003333;

	vertical-align: top;

	float: left;

}

#header_logo {

	display: inline;
	
	position: absolute;
	left: 37px;
	top: 40px;
	
}

#header_nav {

	display: inline;

	position: absolute;
	left: 280px;
	top: 0px;
	

}

/* Navigation */

a#header_nav {

	width: 102px;
	height: 105px;
	
	background-image: url(../images/mainnav_04_n.gif);
	background-repeat: no-repeat;
	
	float: left;
	
}
a#header_nav:hover {
	background-image: url(../images/mainnav_04_h.gif);
}

/* Clickpad */
div#header_clickpath {

	position: relative;
	left: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	
	clear: left;

}

/* Header img */
div#header_image {

	clear: left;
	float: left;
	
	width: 800px;
	height: 63px;
	
	background-image: url(../images/headerimage.gif);
	background-repeat: no-repeat;	

	position: relative;
	top: 1px;

}


/* Subnav */
div#subnav {

	position: relative;
	left: 20px;
	top: 6px;
	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Subnav color */
div#subnav_color {

	float: left;
	clear: left;
	
	width: 800px;
	height: 28px;
	
	background-repeat: no-repeat;	

}
div#subnav_color { background-image: url(../images/header_color_04.gif); }

/* Links */
a.subnav {

	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	text-decoration: none;

}
a.subnav:hover {
	text-decoration: underline;
}

a.subnav_active {

	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	text-decoration: none;
}

a.navlink {

	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	text-decoration: none;

}
a.navlink:hover {
	text-decoration: underline;
}

/* Subsubnav */
a.subsubnav, a.subsubnav_active  {

	margin-top: 1px;

	float: left;
	clear: left;

	width: 143px;
	height: 19px;

	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-decoration: none;

	padding-left: 20px;
	padding-top: 4px;

}
a.subsubnav {
	
	background-color: #dea172;
	
}
a.subsubnav:hover, a.subsubnav_active {

	background-color: #cc6600;
	font-weight: bold;

}
/* Content */

div.content {

	position: absolute;
	left: 192px;
	top: 231px;
	
	width: 608px;
	height: 300px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;

	float: left;
	overflow-y : auto;
	overflow-x : hidden;
}

/* Footer */
div#footer {

	position: absolute;
	left: 0px;
	top: 544px;
	
	width: 800px;
	height: 25px;
	
	background-color: #003333;
	
}

div#footer_contact {

	position: absolute;
	left: 40px;
	top: 4px;
	
	font-family: Arial Narrow, Arial;
	font-size: 11px;
	color: #ffffff;

}

div#footer_copyright {

	float: right;
	
	position: absolute;
	left: 469px;
	top: 4px;
	
	font-family: Arial Narrow, Arial;
	font-size: 11px;
	color: #ffffff;

}

a.botnav {

	color: #ffffff;
	font-family: Arial Narrow, Arial;
	font-size: 11px;

	text-decoration: none;

}
a.botnav:hover {
	text-decoration: underline;
}
