/************************ Slider */
#slider {
	width: 779px;
	margin: 0;
	position: relative;
}

.scroll {
	height: 300px;
	width: 779px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 0px;
	height: 300px;
	width: 779px;
}

/************************ Nav */
#wrapper_nav{
	height: 28px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul.navigation li {
	padding: 0;
	margin: 0;
	}

ul.navigation a {
	display: block;
	float: left;
	width: 154px;
	height: 28px;
	color: #000000;
	text-decoration: none;
	background: url(../images/bg_topnav_button.gif) no-repeat;
	font-size: 14px;
	line-height: 28px;
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	padding: 0px 1px 0px 0px;
	text-align: center;
	font-weight: 800;
}

ul.navigation a:hover {
	background-position: 0px -28px;
	color: #2548aa;
	text-decoration: underline;
}

ul.navigation a.selected {
    background-position: 0px -56px;
	color: #F2EBE3;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
	z-index: 99;
}

.scrollButtons.left {
    left: 0px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}
/************************ Panels */

.panel_text {
	margin: 16px 0px 0px 28px;
	height: 280px;
	width: 740px;
	padding: 0px;
}
.panel_text a:link {
	color: #B1EB4E;
	text-decoration: none;
	}
.panel_text a:hover {
	color: #93C83C;
	text-decoration: underline;
}
.panel_text a:active {
	color: #0F2C12;
	text-decoration: underline;
}
.panel_text a:visited {
	color: #B1EB4E;
	text-decoration: none;
}
.panel_text p{
	font-size: .9em;
	color: #FFFFFF;
	margin: 0px 0.5em 0.7em 0px;
	line-height: 1.5em;
	padding: 0px;
}
.panel_text h1{
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	letter-spacing: -.05em;
	line-height: 1em;
}
.panel_text h2{
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	margin: 0px 0px .5em;
	padding: 0px;
	letter-spacing: -0.03em;
	line-height: 1em;
}
.panel_text ul{
	margin: 0px 0px .7em;
	padding: 0px;
}
.panel_text li{
	font-size: .9em;
	color: #FFFFFF;
	line-height: 1.5em;
	list-style: url(../images/li_bullet.gif) none inside;
	margin: 0px;
	padding: 0px;
	text-indent: 1.5em;
}
.panel_text a{
	color: #FFFFFF;
}
.panel_welcome {
	width: 400px;
}

#welcome {
	background: url(../images/bg_panel_welcome.jpg) no-repeat;
}

#educational {
	background: url(../images/bg_panel_blue.jpg) no-repeat;
}

#government {
	background: url(../images/bg_panel_green.jpg) no-repeat;
}

#business {
	background: url(../images/bg_panel_blue.jpg) no-repeat;
}
#corporate {
	background: url(../images/bg_panel_green.jpg) no-repeat;
}
