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

p {
	padding-top: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#headerbg {
	position:absolute;
	height:319px;
	width:100%;
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	top: 0px;
}
#header {
	position:absolute;
	background-image: url(images/header.jpg);
	/*background-position: center;*/
	height: 319px;
	width: 970px;
	left: 50%;
    margin-left:-485px;
	top: 0px;
}

#wrapper {
position:absolute;
width: 970px;
height: 1189px;
top: 319px;
left: 50%;
margin-left:-485px;
}

#bg {
	position:absolute;
	top: 0px;
	height: 1000px;
	width:970px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	/*background-position: center;*/
}

#footerbg {
	position:absolute;
	width: 970px;
	background-image: url(../html/images/footerbottom.jpg);
	background-repeat: repeat-x;
	bottom:0px;
	height: 189px;
}
#footer {
	position:absolute;
	background-image: url(images/footer.jpg);
	background-position: center;
	height: 189px;
	width: 970px;
	bottom: 0px;
}

#content-wrapper {
position:absolute;
width: 820px;
height: 1000px;
top: 0px;
left: 50%;
margin-left:-410px;
}

#top-nav {
	position:absolute;
	top: 0px;
	width: 100%;
	height:30px;
	background:url(images/bkgd-top-nav.jpg) repeat-x;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px
}

#sidebar {
	position:absolute;
	height: 950px;
	width: 180px;
	left:0px;
	top: 50px;
	border-right: #CCC 1px solid;
}

#side-content {
	position:absolute;
	height: 730px;
	width: 170px;
	left:0px;
	top: 0px;
}

#content {
	position:absolute;
	height: 110px;
	width: 620px;
	top:40px;
	right: 0px;
}

#featured1-wrapper {
	position:absolute;
	/*width: 820px;*/
	width: 620px;
	height: 160px;
	right: 0px;
	top:160px;
	padding:0px;
}

#featured1 {
	position:absolute;
	/*width: 820px;*/
	width: 620px;
	height: 145px;
	background-color: #ECE5B6;
	top:30px;
	padding:0px;
}

#featured1-banner {
	position:absolute;
	width: 125px;
	height: 125px;
	top: 10px;
	left: 10px;
}

#featured1-content {
	position:absolute;
	width: 465px;
	height: 125px;
	top: 10px;
	left: 150px;
}

#featured2 {
	position:absolute;
	/*width: 820px;*/
	width: 620px;
	height: 155px;
	right: 0px;
	top:360px;
}

#featured3 {
	position:absolute;
	/*width: 820px;*/
	width: 620px;
	height: 155px;
	right:0px;
	top:540px;
}

#featured-banner {
	position:absolute;
	width: 125px;
	height: 125px;
	top: 30px;
	left: 0px;
}

#featured-content {
	position:absolute;
	width: 455px;
	height: 125px;
	top: 30px;
	left: 145px;
}

#content-se {
	position:absolute;
	width: 620px;
	height: 260px;
	top: 700px;
	right: 0px;
}

#content-se-inner {
	position:absolute;
	height: 960px;
	width: 620px;
	top:0px;
	right: 0px;
}
