/* main styles */



body {
	margin:0;
  	color:#707070;
	font:12px arial,helvetica,sans-serif;
	background:#fff url(../images/bg-body.gif) repeat-x top;
	min-width:805px;
	}
form {
	margin:0;
	padding:0
	}
img {border:none;}
a {
	text-decoration:none;
	color:#000;
	}
a:hover {
	text-decoration:underline;
	}

/* imaged text */
.logo,
#header .text,
.search label,
#nav a,
a.click,
.top-text {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	}
	
input.text,
input,
textarea,
select {font:100% arial,sans-serif;vertical-align:middle;}
fieldset {
	margin:0;
	padding:0;
	border:0;
	}
	h2 {
		color: #ff9900;
	}
h1,h2,h3 {margin:0;}
p {margin:0 0 1em 0;}
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
ol {
	margin:0;
	padding:0;
	}
	
/* main center container */
.main {
	width:805px;
	margin:0 auto;
	position:relative;
	}
/* header */
#header {
	height:227px;
	}
/* logo */
.logo {
	width:320px;
	height:227px;
	background:url(../images/header-left.gif);
	position:absolute;
	top:0;
	left:-100px;
	}
/* header text */
#header .text {
	width:580px;
	height:227px;
	background:url(../images/randomHeaders/random.php);
	position:absolute;
	top:0;
	left:220px;
	}
/* header navigation */
.nav {
	position:absolute;
	top:13px;
	right:22px;
	z-index:99;
	}
.nav li {display:inline;margin:0 0 0 9px;}
.nav a {color:#f4a42d;}

/* middle container */
#middle {width:100%;}
#middle .main {
	overflow:hidden;
	background:url(../images/bg-middle.gif) repeat-y left;
	}
	
/* sidebar */
.sidebar {
	float:left;
	width:199px;
	}
/* content */
.content {
	float:right;
	width:580px;
	padding:19px 5px;
	}
	
	
#contentPane ul {
	list-style: disc;
	margin-left: 30px;
}
#contentPane ol {
	margin-left: 30px;
}
	
/* search */
.search {
	background:#e94730;
	padding:9px 0 10px 17px;
	border-top:1px solid #fff;
	}
.search label {
	width:58px;
	height:16px;
	background:url(../images/site-search.gif);
	}
.search .text {
	padding:0 0 0 4px;
	width:121px;
	border:0;
	}
	
/* navigation */
#nav {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #fff;
	}
#nav li {
	width:100%;
	border-top:1px solid #fff;
	}
#nav a {
	width:199px;
	height:30px;
	background:url(../images/bg-nav.gif) no-repeat;
	}
#nav .home a:hover {background-position:-199px 0;}
#nav .member-services a {background-position:0 -31px;}
#nav .member-services a:hover {background-position:-199px -31px;}
#nav .public-policy a {background-position:0 -62px;}
#nav .public-policy a:hover {background-position:-199px -62px;}
#nav .statewide a {background-position:0 -93px;}
#nav .statewide a:hover {background-position:-199px -93px;}
#nav .about-uwt a {background-position:0 -124px;}
#nav .about-uwt a:hover {background-position:-199px -124px;}
#nav .contact-us a {background-position:0 -155px;}
#nav .contact-us a:hover {background-position:-199px -155px;}
#nav .resources a {background-position:0 -186px;}
#nav .resources a:hover {background-position:-199px -186px;}
#nav .press a {background-position:0 -217px;}
#nav .press a:hover {background-position:-199px -217px;}
#nav .uwt-capitol-blog a {background-position:0 -248px;}
#nav .uwt-capitol-blog a:hover {background-position:-199px -248px;}
#nav .active ul {display:block;}
#nav ul {
	display:none;
	padding:10px 17px 4px 17px;
	background:#f9d196;
	border-top:1px solid #fff;
	}
#nav ul li {border:0;padding:0 0 6px 0;}
#nav ul a {
	display:inline;
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	color:#2e4394;
	}
	
/* ads */
.ad {
	width:100%;
	padding:7px 0;
	border-bottom:1px solid #fff;
	text-align:center;
	background:#f9d196;
	}
.ad img {margin:0 0 2px 0;}
a.click {
	width:91px;
	height:13px;
	background:url(../images/click-here.gif);
	}
.ad a.click {margin:0 auto;}

.blocks {
	width:601px;
	margin:19px -15px 16px -5px;
	overflow:hidden;
	}
.blocks a {float:left;margin:0 10px 0 0;}

/* content top text */
.top-text {
	width:565px;
	height:13px;
	background:url(../images/starwide.gif);
	}
	
/* text styles */
h1 {
	font-size:18px;
	font-weight:normal;
	color:#ff9600;
	line-height:24px;
	}
.content p {
	line-height:20px;
	}
	
/* footer navigation */
#footer-nav {
	background:#e94730;
	padding:9px 0;
	}
#footer-nav ul {
	width:755px;
	padding:0 25px;
	margin:0 auto;
	text-align:right;
	}
#footer-nav ul li {
	display:inline;
	margin:0 0 0 11px;
	}
#footer-nav a {color:#fff;}

/* copyright */
.copyright {
	width:755px;
	padding:10px 25px 40px 25px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
	color:#2e4394;
	}
.copyright span {margin:0 14px;}

.copyright > a, a:link, a:visited, a:hover, a:active { color: #294395;}


/*CMS*/

#errorBox {
	background-color: #FFF;
	border: 1px solid #F00;
	color: #F00;
	text-align: center;
	width:	145px;
	padding: 3px;
	margin-bottom: 3px;
}
#editPane {
	margin-left: 0px;
	display: none;
}

#blogTitle {
	display: none;
}

#newPageForm {
	display: none;
}

#pageForm {
border: 1px solid #999;
	padding-left: 3px;
	display: none;
	vertical-align: top;

}



a.form, a.form:link, a.form:visited, a.form:hover, a.form:active { color: #FFF; padding-top: 3px;}
a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { text-decoration: underline; color: #F00; font-size: 9px; }
#nav ul a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { text-decoration: underline; color: #F00; font-size: 9px; }

#footer a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { color: #F00; font-size: 9px; }

.pageList ul {
	padding-left: 15px;
}

.pageList {
font: 125% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
padding-left: 50px;
}

.sorter {
	border: 1px dotted #999;
}

.sorter > li {
	border: 1px dotted #999;
	padding-left: 20px;
}
