@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFF0;
	font-family: Verdana;
	font-size: 62.5%;
	color: #FAFAF8;
	
}

#wrapper {
	position: relative;
	width: 985px;
	margin: 0 auto;
	background: #000000;
	background-image: url(../images/new_bg_home.jpg);
	background-repeat: no-repeat;

}

#content {
	position: relative;
	min-height: 500px;
}

#logo {
	padding: 28px 0 0 31px;
	width: 300px;
	height: 55px;
}

#logo a#home {
	 display: block;
	 float: left;
	 margin-left: 20px;
	 height: 95px;
	 width: 300px;
 }

#navsecondary {
	position: absolute;
	top: 39px;
	right: 10px;
}

#navprimary {
	width: 790px;
	height: 45px;
	padding: 10px 0 0 20px;
	background: url(../images/navbar.gif) no-repeat;
}

#side {
	float:left;
	width:305px;
	padding:0 0 0 50px;
}

	#welcome {
		padding: 20px 0 0 0;
	}
	#bodytext {
		padding: 15px 0 10px 12px;
	}
	#quote {
		padding: 15px 0 5px 5px;
	}
	
#footer {
	clear: both;
	bottom:0;
	height:46px;
	background:url(../images/bg_footer.gif) no-repeat bottom;
}

.footertxt {
	padding: 15px 0 0 65px;
	font-size: 9px;
}

#navsecondary ul {
	padding: 10px;
}

#navsecondary ul li {
	padding: 2px 10px;
	border-left: 1px solid #2D4159;
	font-weight: normal;
	font-size: 10px;
	color: #FCFCFC;
	float: left;
}

#navsecondary ul li.first {
	border-left: 0px;
}

#navsecondary ul li a {
	display: block;
}

#navprimary ul li {
	padding: 2px 15px;
	border-left: 1px solid #ffffff;
	font-weight: normal;
	font-size: 14px;
	color: #FCFCFC;
	float: left;
}

#navprimary ul li.first {
	border-left: 0px;
}

#navprimary ul li a {
	display: block;
}

h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #FAFAF8;
}

p {
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 10px;
	color: #FAFAF8;
}

a {
	text-decoration: none;
	color: #FAFAF8;
}

a:visited {
	color: #999;
}
a:active {
	color: #009ED4;
}
a:hover {
	color: #009ED4;
}