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

body, h1, h2, h3, h4, h5, h6, p, ul, li {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, form {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	text-align: left;
	font-size: 16px;
	padding: 5px 0 5px 2px;
}
h2 {
	text-align:left;
	font-size:14px;
	padding: 12px 0 6px 0;
}

p {
	text-align:left;
	font-size: 12px;
	padding: 10px 0 5px 0;
}

body {
	background-color: #93B2CF;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}

form {
	font-size:12px;
}

#container {
	width: 760px;
	margin: 6px auto;
	position: relative;
	background-color: #FFF;
	border-bottom: 8px solid #FFF;
}

#navhead {
	position:absolute;
	top: 0;
	left: 0;
	margin: 8px 0 0 8px;
}

#nav {
	background-image:url(../images/nav_bg.png);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#FFF;
	width: 173px;
	height: 225px;
	float: left;
	text-align: left;
	margin: 113px 0 0 8px;
}

#nav a {
	color: #000;
	text-decoration:none;
	border-left: 5px solid #888;
	padding: 0 0 0 5px;
}

#nav a:hover {
	background-color: #FF0;
	border-left: 5px solid #000;
	display:block;
}

#nav ul {
	list-style:none;
}

#nav li {
	padding: 0 0 2px 0;
}

#header {
	background-image:url(../images/header.png);
	background-position:right top;
	background-repeat: no-repeat;
	position: absolute;
	height: 75px;
	width: 570px;
	margin: 0 0 0 150px;
	right: 9px;
	top: 8px;
}

#content {
	width:567px;
	margin: 0 0 0 175px;
	position: absolute;
	right: 9px;
	top: 87px;
	height: 370px;
}

#info {
	position:absolute;
	left: 61px;
	top: 17px;
	width: 234px;
}
#textsection-1 ul {
	padding: 0 0 0 35px;
	list-style:url(../images/listarrow.png);
	text-align:left;
	font-size: 12px;
}
#textsection-1 li {
	padding: 5px 0 0 0;
}


#sidebar {
	position: absolute;
	left: 533px;
	top: 107px;
	width: 214px;
	height: 295px;
}
#sidebar ul {
	cursor:pointer;
}

#roll {
	height:160px;
}
#roll ul {
	margin:6px 0 0 25px;
	padding: 0;
	list-style:url(../images/listarrow.png);
	text-align: left;
	color:#FFF;
	letter-spacing: 1px;
}
#roll li {
	padding: 0 0 7px 0;
	font-size:14px;
	line-height: 18px;
}
#myAnchor {
	margin: 0px 10px 0 10px;
}
#myAnchor p {
	padding: 0;
}
#footer {
	background-image: url(../images/nav-btm.png);
	background-position:center top;
	background-repeat:no-repeat;
	height: 120px;
	width: 173px;
	clear: left;
	margin: 0 0 0 8px;
	background-color: #93B2CF;
}

.slidercontent {
	position:absolute;
	top: -3px;
	left: 2px;
	width: 232px;
	height: 252px;
}
.section {padding:10px}
.link {cursor:pointer; color:#666}
.slider {position:relative; overflow:hidden; height:275px; margin-bottom:20px; width: 234px; margin-top: 20px;}

#wrapper {width:234px; margin:0 auto}
.link:hover {color:#000}
