/* CSS Document */

/* --------------------------------------Text */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
	padding: 10px 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}

h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0;
	color: #666666;
}

p {
	padding: 0;
}

li {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
}

/* --------------------------------------Links */
a {
	color: #1F3BFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* --------------------------------------Div's */
body {
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#everything {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#header {
	height: 101px;
	background-image: url(images/nav/img_01.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#topspacer {
	background-image: url(images/nav/img_03.jpg);
	background-repeat: no-repeat;
	height: 11px;
	position: relative;
}

#rightside {
	float: right;
	width: 215px;
	height: 712px;
	margin: 10px 0 0 0;
	text-align: left;
	border: 1px solid #666666;
	padding: 0;
}

#rightside p {
	padding: 0 10px 0px 10px;
	color: #333333;
}

#rightside h3 {
	padding: 10px 10px 0px 10px;
	color: #333333;
	
}

#container {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 470px;
	margin: 10px 0 0 0;
	position: relative;
	height: 500px;
	padding: 0;
}

#gray-box {
	width: 450px;
	border: 1px solid #000000;
	background-color:#CCCCCC;
	margin: 10px 0 0 0;
	position: relative;
	height: 180px;
	padding: 10px;
}

#graphic {
	padding: 0px;
	margin: 0px;
}

/* --------------------------------------Bottom */
#footer {
	height: 73px;
	background-image: url(images/nav/img_07.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#siteby {
	text-align: center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 35px;
	position: relative;
}

#siteby a {
	color: #999999;
	text-decoration: none;
}


/* --------------------------------------Areas */
#areas_nav{
	width: 200px;
	padding: 5px 10px 10px 10px;
	position: relative;
}
#areas_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}
#areas_nav li{
	margin: 0;
	list-style: none;
}
#areas_nav li a {
	display: block;
	padding: 8px 0px 4px 0px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	width: 100%;
	font-size: 14px;
	font-weight: lighter;
}

html>body #areas_nav li a {
	width: auto;
}

#areas_nav li a:hover {
	color: #1F3BFF;
	text-decoration: underline;

}