@CHARSET "ISO-8859-1";

body {
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
}

#social {
	width: 80px;
	height: 90px;
	position: absolute;
	left: 10px;
	top: 23px;
}

#navigation {
	width: 457px;
	height: 132px;
	background-image: url("../images/background_box.png");
	position: absolute;
	top: 0px;
	left: 109px;
}

#navigation2 {
	height: 194px;
	background-image: url("../images/background_box.png");
	position: absolute;
	top: 133px;
	left: 566px;
}

#logo {
	width: 434px;
	height: 132px;
	position: absolute;
	top: 0px;
	left: 566px;
}

#images {
	width: 566px;
	height: 194px;
	position: absolute;
	top: 133px;
	left: 0px;
}

#content {
	padding-top: 20px;
	width: 891px;
	position: absolute;
	top: 327px;
	left: 109px;
}

ul.nav {
	list-style-type: none;
	margin-top: 30px;
	float: left;
	width: 110px;
}

ul.nav a {
	color: white;
	font-size: 9pt;
	letter-spacing: 1px;
	text-decoration: none;
	background: none;
}

ul.nav a:hover {
	font-weight: bold;
}

ul.nav li {
	margin-bottom: 15px;
}

li.section {
	position: relative;
	font-weight: bold;
}

div.button {
	position: absolute;
	top: 0px;
	left: -20px;
	width: 13px;
	height: 13px;
	background-color: #ea7625;
}

ul.subnav {
	list-style-type: none;
	margin-top: 14px;
	float: left;
	width: 130px;
}

ul.subnav a {
	color: white;
	font-size: 9pt;
	letter-spacing: 1px;
	text-decoration: none;
	background: none;
}

ul.subnav a:hover {
	font-weight: bold;
}

ul.subnav li {
	margin-bottom: 13px;
}

div.subsubnav {
	color:
}

div.subsubnav h4 a.link {
	color: #ea7625;
	text-decoration: none;
	font-weight: bold;
}

div.subsubnav h4 a.active {
	color: #ef8c5c;
	text-decoration: none;
	font-weight: bold;
}
