/* CSS Document */

/* Page Structure */

html, body {
	height:100%;
}

body {
	color: #FFFFFF;
	background-color: #0F182A;
	background-image: url(images/bg-borders.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 13px; 
	line-height: 15px;
	font-family:  "Verdana", Arial, Helvetica, sans-serif; 
  	margin: 0 auto; 
	padding: 0px;
	text-align: center;
}

#spacer { 
	float: left;
	width:1px;
	height:50%;
	margin-bottom:-32em; /* half of container's height */
}

#container {
	position: relative;
	clear: both;
	top: 0px;
	width: 715px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 21px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000000;
}

#header {
	position: relative;
	height: 10px;
	width: 715px;
	padding: 0px;
	text-align: center;
}

#content-main {
	position: relative;
	clear: left;
	width: 715px;
	text-align: center;
}

#content-sub {
	position: relative;
	clear: left;
	width: 715px;
	text-align: left;
}

#col-left {
	position: relative;
	float: left;
	width: 180px;
	padding: 10px;
}

#col-right {
	position: relative;
	padding: 10px;
}

#leftnav {
	position: absolute;
	left: 100px;
	top: 372px;
	text-align: center;
}

#rightnav {
	position: absolute;
	right: 120px;
	top: 372px;
	text-align: center;
}

#nav {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 800px;
	height: 15px;
	text-align: left;
}

#logo-small {
	float: left;
}

#background-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	background-image: url(images/bg-gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#subpage-nav-top {
	position: relative;
	top: 10px;
	left: 10px;
	width: 350px;
	text-align: center;
}

#subpage-nav-mid {
	position: absolute;
	top: 210px;
	right: 10px;
	width: 350px;
	text-align: center;
}

#subpage-nav-bottom {
	position: relative;
	top: 110px;
	left: 10px;
	width: 350px;
	text-align: center;
}

#footer {
	position: relative;
	clear: both;
	top: 20px;
	width: 715px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 15px;
}

#footer-padded {
	position: relative;
	clear: both;
	top: 120px;
	width: 715px;
	text-align: center;
	color: #FFFFFF;
}

#contact-info li {
	list-style-type: none;
	padding-left: 65px;
}

.sitemap li {
	list-style-type: square;
	padding-left: 0px;
}

.sitemap ul {
	list-style-type: square;
	padding-left: 1em;
}


/* Font styles */

font.head {
	color: #FFFFFF;
	font-size: 14px;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #F0DFCF;
}
