
/* 2-col float layout with header & site footer */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
em {
	font-weight: bold;
	font-style: italic;
}
blockquote {
	width: 200px;
	margin: 10px 20px;
	padding: 4px 8px;
	border: 1px dotted #666;
}
#page-wrapper {
	width: 770px;
	text-align: left;
	background-color: #fff;
}
/* header for logo & nav1 */
#header {
	height: 45px;
	background-color: #fff;
}
/* subheader1 for picture + welcome text */
#subheader1 {
	height: 130px;
	background-color: #599DB5;
	color: #fff;
}
#subheader1 p {
	font-size:12px;
}
/* subheader2 for horizontal color */
#subheader2 {
	height: 22px;
	background-color: #591178;
	color: #fff;
}
#content-wrapper {
	width: 860px;
	text-align: left;
	background-color: #fff;
}
#col-1	{
	float: left;
	width: 270px;
	background-color: #fff;
}
#col-2 {
	float: left;
	width: 500px;
	padding: 0;
	background-color: #fff;
}
#col-2-padding {
}
#col-footer {
	clear: both;
	padding-top: 1em;
	text-align: left;
	background-color: #fff;
}
#site-footer {
	clear: both;
	text-align: center;
	color: #ddd;
	background-color: #fff;
}
/* nav1 for utility links */
#nav1listwrap {
	position: absolute;
	top: -8px;
	left: 220px;
	width: 320px;
	padding: 26px 0 0 240px;
}
#nav1list li {
	display: inline;
	list-style-type: none;
	padding: 0 12px;
	border-right: 1px solid gray;
}
#nav1list li a {
	color: blue;
}
#nav1list li a:hover {
	color: #66f;
}
/* nav2 for horizontal tabs */
#nav2listwrap {
	width: 860px;
	height: 34px;
	padding-left: 270px;
	color: white;
	background-color: #9267A5;	
	font-weight: bold;
}
#nav2list li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
	line-height: 34px;
}
#nav2list li a {
	display: block;
	float: left;
	border-left: 1px solid white;
	text-decoration: none;
	color: white;
	padding: 0 8px;
}

/* nav3 for left-vertical links  */
.nav3listwrap {
	margin: 0 0 1em 0; 
	padding: 0;
	background-color: #fff;
	color: white;
	font-weight: bold;
}
.nav3list li {
	list-style-type: none;
	padding-right: 5px;
	color: #591178;
}
.nav3list li a {
	color: #591178;
	text-decoration: none;
}
.nav3list li a:hover {
	color: #528FA5;
	text-decoration: underline;
}
.nav3list li a#active {
	text-decoration: none;
	color: #528FA5;
}
/* heading sizes */
h1 {
	font-size: 1.45em;
	line-height: 1.33em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
}
h4,h5 {
	font-size: 1em;
}
#subheader1 h1 {
	margin: 1em 0 0 1em;
}
#subheader1 h2 {
	margin: 1em 0 0 .6em;
	font-size: 24px;
	line-height: 26px;
	color: #B4CFD8;
}
#subheader1 p {
	margin: 0 0 0 16px;
}
#col-1 h4 {
	margin: 0; 
	padding-top: 12px; 
	padding-bottom: 8px;
	font-size: 1.1em;
}
#col-2 h1 {
	margin-bottom: 1em;
}
#col-2 h2 {
	margin: 0 0 .5em 0;
}
#col-2 h4 {
	margin: .75em 0;
	font-size: 1.1em;
}
#col-2 h5 {
	margin: .75em 0;
	font-size: 1em;
}
#col-2 h6 {
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
/* heading links for left column */
#col-1 h4 a {
	text-decoration: none;
	XXcolor: #591178;
	text-transform: uppercase;
}
#col-1 h4 a:hover {
	color: #528FA5;
	text-decoration: underline;
	text-transform: uppercase;
}
#col-1 h4.outside {
	width: 85%; 
	margin-top: 1em;
	padding: 4px; 
	background-color: #9267A5; 
	color: white;
}
#col-1 h4.outside a {
	text-decoration: underline;
	color: #fff;
	text-transform: lowercase;
}
#col-1 h4.outside a:hover {
	color: #fff;
	text-transform: lowercase;
}

/* splits for short side-by-side columns */
/* split top - 1 column first or top */
div.split-top {
	padding: 20px 0 0 8px; 
	border-left: 1px solid purple;
}
div.split-top ul {
	margin-left: 20px;
	padding-left: 0;
	margin-top: .5em;
	margin-bottom: 1.5em;
	list-style: none;
}
div.split-top ul li {
	padding-left: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#col-2 div.split-top h2 {
	margin-top: 0;
	margin-bottom: .75em;
}
#col-2 div.split-top p {
	margin-top: .75em;
}

/* split - just 1 column */
div.split {
	float: left;
	width: 490px;
	margin: 25px 0 0 0; 
	padding-left: 8px; 
	border-left: 1px solid purple;
}
div.split ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
div.split ul li {
	padding-left: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
div.split ol {
	margin-left: 0;
	padding-left: 40px;
}
#col-2 div.split h2 {
	margin-top: 0;
	margin-bottom: .75em;
}
#col-2 div.split h2 a {
	margin-bottom: .75em;
	text-decoration: none;
	color: #528FA5;
}
#col-2 div.split h2 a:hover {
	color: #528FA5;
	text-decoration: underline;
}
#col-2 div.split h3 {
	margin-top: 0;
	margin-bottom: .75em;
}
#col-2 div.split p {
	margin-top: .75em;
}
#col-2 div.split p a {
	color: #599DB5;
}
#col-2 div.split p a:hover {
	color: #591178;
}

/* split 2 columns across */
div.split2 {
	float: left; 
	width: 220px; 
	margin-top: 25px; 
	padding: 0 12px 0 8px; 
	border-left: 1px solid purple;
}
div.split2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
div.split2 ul li {
	padding-left: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#col-2 div.split2 h2 a {
	margin-bottom: .75em;
	text-decoration: none;
	color: #528FA5;
}
#col-2 div.split2 h2 a:hover {
	color: #528FA5;
	text-decoration: underline;
}
#col-2 div.split2 h3 a {
	margin-bottom: .75em;
	color: #D79528;
	text-decoration: none;
}
#col-2 div.split2 h3 a:hover {
	color: #FCAF2F;
}
#col-2 div.split2 p {
	margin-top: .75em;
}
#col-2 div.split2 p a {
	color: #D79528;
}
#col-2 div.split2 p a:hover {
	color: #FCAF2F;
}

/* split 3 columns across */
div.split3 {
	float: left; 
	width: 140px; 
	margin-top: 25px; 
	padding: 0 0 0 8px; 
	border-left: 1px solid navy;
}
#col-2 div.split3 h2 {
	margin-top: 0;
	margin-bottom: .75em;
}
#col-2 div.split3 p a {
	color: #D79528;
}
#col-2 div.split3 p a:hover {
	color: #FCAF2F;
}

#col-2 div.split3 {
	margin-top: .75em;
}

/* other misc. */
div.break {
	clear: both;
}
div.benefits {
	margin-left: 20px;
}
div.benefits p {
	margin: .75em 0 0 0;
}
p#paging {
	margin: 1em 0 0 1em;
	color: #D79528;
	font-size: 12px;
}
p#paging a {
	text-decoration: none;
}