@charset "UTF-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 900px;
}
#header {
	height: 750px;
	width: 800px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#mininav {
	position: absolute;
	top: 15px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
	display: block;
	margin: 0;
	padding: 0;
	width: 700px;
	z-index: 2;
	}
#mininav li {
	margin: 0;
	padding: 0 20px 0 0;
	float: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	}
#mininav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	}
#mininav a:hover {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	}
#mininav li.current a {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
}
#nav {
	list-style-type: none;
	float: left; /* Contain floated list items */
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: normal;
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* IE whitespace bug */
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	width: 200px;
	font-size: 16px;
	font-weight: normal;
}
#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #CCCCCC;
	text-decoration: none;
	line-height: 2.5em;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699FF;
	font-size: 16px;
	font-weight: normal;
}
#nav li.current a {
	color: #999999;
	font-weight: bold;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 180px;
}
#flash-holder {
	position: absolute;
	top: 236px;
	padding-left: 79px;
}
#content {
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: lighter;
	color: #FFFFFF;
	position: absolute;
	text-align: left;
	display: block;
	top: 190px;
	z-index: 3;
	padding-left: 380px;
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: 505px;
	width: 165px;
	font-size: 12px;
	line-height: 25px;
	font-weight: lighter;
	padding-left: 90px;
	z-index: 100;
}
#services {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: 500px;
	width: 220px;
	font-size: 12px;
	line-height: 25px;
	font-weight: lighter;
	padding-left: 70px;
	z-index: 110;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: 505px;
	width: 380px;
	font-size: 12px;
	line-height: 25px;
	font-weight: lighter;
	padding-left: 380px;
	z-index: 4;
}
#bottom-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	z-index: 6;
	height: 35px;
	width: 800px;
	top: 750px;
	text-align: center;
	display: block;
}
