/* Optional Code */
body {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
p  { padding: 1em .5em .5em 1em; margin: 0; font-size: 1em; }
li { font-size: 1em; }
h1 { padding: 1em .5em .5em .5em; margin: 0; font-size: 1.6em; font-weight: normal; }
h2 { padding: 1em .5em .5em 1em; margin: 0; font-size: 1.2em; font-weight: normal; }
ul { padding-right: 1em; text-align: left; margin-bottom: 1em; }

.wrapper { min-width: 800px;
          /* Always good to have on full width liquid CSS layouts, Google "min-width IE" for JS solutions there */
	width: 100%;               /* total width */
	border-top: 10px solid #5BAACF;
}

.outer {
	border-left-width: 200px;  /* left column width */
	border-left-color: #FFFFFF;   /* left column color */

	border-right-width: 200px; /* right column width */
	border-right-color: #E9F1D0;  /* right column color */

	background-color: #FEFEFE; /* center column color */
}

.left {
	width: 200px;              /* left column width */
	margin-left: -200px;       /* _negative_ left column width */
}

.right {
	width: 200px;              /* right column width */
	margin-right: -200px;      /* _negative_ right column width */
	padding-left: 2px;
}

.wide {
	background-color: #FFFFFF;    /* header and footer colors */
}
.wide2 {
	background-color: #424FA3;    /* header and footer colors */
}

/* Main code */

.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: relative; z-index: 12; border-left: 1px solid orange; }

.wide { width: 100%; position: relative; z-index: 13; }
.wide2 { width: 100%; position: relative; z-index: 14; border-top: 15px solid #424FA3; margin: -1px 0 0 0;}

.clear { clear: both; }


/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 1px; }
.center { margin: 0 -3px 0 -2px; min-height: 420px;}



/* CSS document */

.wide form {
	float: left;
	padding: 16px 0 0 30px;
}
.wide .search {
	border: 1px solid #5BAACF;
	color: #5BAACF;
}
.wide img {
	float: left;
	margin: 0;
	padding: 0;
}
.wide .banner {
	float: right;
}




.left h1 {
	font: bold medium Verdana, Arial, sans-serif;
	color: #FFFFFF;
	margin-top: -15px;
	margin-right: 0;
	padding-bottom: 20px;
	background-color: #59972C;
}
.left h2 {
	font: medium Verdana, Arial, sans-serif;
	color: #59972C;
}
.left ul {
	padding: 1px 0 1px 0;
	margin-left: 3em;
	font: x-small Verdana, Arial, sans-serif;
	margin-bottom: 1em;
	margin-top: 1px;
}
.left ul ul {
	margin: 0px;
	margin-left: .5em;
	font: x-small Verdana, Arial, sans-serif;
	padding: 0px;
}
.left ul li {
	list-style: none;
	margin: 6px 3px 6px 3px;
	background: white;
	color: #59972C;
	text-indent: -1em;
}
.left ul ul li {
	list-style: none;
	margin: 1px 0px 0px 15px;
	padding: 0px;
}
.left ul li a {
	display: block;
	text-decoration: none;
	padding: 1px;
}
html>body .left ul li a {
	width: auto;
}
.left ul li a:link {
	color: #46317E;
}
.left ul li a:visited {
	color: #46317E;
}
.left ul li a:link:hover, .left ul li a:visited:hover {
	text-decoration: underline;
	background: white;
}
.left ul li a#selected {
	color: #46317E;
	text-decoration: none;
	background: white;
}
.left img {
	float: left;
}
.left p {
	font: italic x-small Verdana, Arial, sans-serif;
	color: #46317E;
	text-align: left;
	padding-right: 2em;
}


#breadcrumbs {
	width: 100%;
	background-color: #CCCCCC;
}
#breadcrumbs ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
#breadcrumbs ul li {
	display: inline;
	font: x-small Verdana, Arial, sans-serif;
}
#breadcrumbs ul li a:link, #breadcrumbs ul li a:visited {
	padding: .2em;
	text-decoration: none;
	font: x-small Verdana, Arial, sans-serif;
}
#breadcrumbs ul ul li {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
#breadcrumbs ul li a:link {
	color: black;
}
#breadcrumbs ul li a:visited {
	color: black;
}



#breadcrumbs2 {
	width: 100%;
	background-color: #CCCCCC;
}





.center p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 10px;
	margin: 0;
	margin-right: 1em;
}
.center ul, ol, li, dt, dd {
	margin-right: 1em;
}
.center li {
	margin-bottom: .5em;
}
.center h1 {
	font-family: Times, serif;
	font-size: 2em;
	color: #B88927;
	padding: 10px;
	margin: 0;
}
.center h2, dt {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #59972C;
	padding: 10px 10px 0px 10px;
	margin: 0;
	font-size: 1.1em;
}
.center table {
	margin: 10px;
}
.center a:link {
	color: #424FA3;
}
.center a:visited {
	color: #424FA3;
}
.center strong {
	color: #424FA3;
}
.center caption {
	color: #424FA3;
	font-weight: bold;
	text-align: left;
	padding-left: 1em;
}



.right h1 {
	font: small Verdana, Arial, sans-serif;
	text-align: left;
	margin: 0 0 0 10px;
	padding-bottom: 0px;
	color: #424FA3;
}
.right p {
	font: x-small Verdana, Arial, sans-serif;
	text-align: left;
	margin: 0 0 0 10px;
	padding-top: 2px;
}
.right ul {
	padding: 1px 5px 1px 10px;
	margin-left: 0;
	font: x-small Verdana, Arial, sans-serif;
	margin-bottom: 0;
	margin-top: 1px;
}
.right ul li {
	margin: 6px 3px 6px 3px;
	padding: 4px;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #B88927;
}
.right ul .top {
	margin: 6px 3px 6px 3px;
	padding: 4px;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #B88927;
	border-top: 1px solid #B88927;
}
.right ul li a {
	display: block;
	text-decoration: none;
	width: 95%;
	padding: 4px;
}
.right ul li a:link {
	color: #B88927;
}
.right ul li a:visited {
	color: black;
}
.right ul li a:link:hover, .right ul li a:visited:hover {
	text-decoration: underline;
}
.right a:link {
	color: #B88927;
}
.right a:visited {
	color: #B88927;
}
.right p {
	font: italic x-small Verdana, Arial, sans-serif;
	color: #B88927;
	text-align: left;
	padding-right: 2em;
}



#splash {
	float: left;
	background: #59972C;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
	height: 500px;
}
#splash .title {
	float: left;
	font-family: Times, serif;
	color: #FFFFFF;
	font-size: 2.5em;
}

#main {
	margin-top: 30px;
	float: left;
	background: #003366;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
#main .image {
	float: left;
	margin-left: 30px;
	margin-bottom: 100px;
}
#main .quote {
	position: relative;
	top: -15px;
	left: 40px;
	color: white;
	font-family: Times, serif;
	font-size: 1.3em;
	padding-right: 160px;
}


#topnav {
	width: 100%;
	background-color: #59972C;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topnav ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
#topnav ul li {
	display: inline;
	font: x-small Verdana, Arial, sans-serif;
	border-left: 2px solid white;
}
#topnav ul li a:link, #topnav ul li a:visited {
	padding: .2em;
	text-decoration: none;
	font: x-small Verdana, Arial, sans-serif;
	margin-left: 1em;
}
#topnav ul ul li {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
#topnav ul li a:link {
	color: white;
}
#topnav ul li a:visited {
	color: white;
}
#topnav ul li a:link:hover, #topnav ul li a:visited:hover {
	text-decoration: underline;
}






#splashheader {
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	width: 100%;
	color: white;
	height: 3em;
	background-color: #59972C;
	border-bottom: 1em solid #59972C;
}
#splashmiddle {
	background-color: #59972C;
	background-image: url('../images/tax_splashpage.jpg');
	background-repeat: no-repeat;
	background-position: 50% 2px;
	height: 555px;
	color: white;
}
#splashfooter {
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	width: 100%;
	color: white;
	height: 5em;
	background-color: #59972C;
	border-bottom: 1em solid #59972C;
}
#splashmiddle .next {
	float: right;
	font-style: italic;
}
#splashmiddle a:link {
	color: white;
	font-size: small;
	text-align: right;
}
#splashmiddle a:visited {
	color: white;
	font-size: small;
	text-align: right;
}
#splashmiddle a:link:hover, #splashmiddle a:visited:hover {
	text-decoration: underline;
	font-size: small;
	text-align: right;
}



#splashtopnav {
	width: 100%;
	background-color: #59972C;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#splashtopnav ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
#splashtopnav ul li {
	display: inline;
	font: x-small Verdana, Arial, sans-serif;
	border-left: 2px solid white;
}
#splashtopnav ul li a:link, #splashtopnav ul li a:visited {
	padding: .2em;
	text-decoration: none;
	font: x-small Verdana, Arial, sans-serif;
	margin-left: 1em;
}
#splashtopnav ul ul li {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
#splashtopnav ul li a:link {
	color: white;
}
#splashtopnav ul li a:visited {
	color: white;
}
#splashtopnav ul li a:link:hover, #splashtopnav ul li a:visited:hover {
	text-decoration: underline;
}



#rightimages {
	 position: relative;
	 float: right;
	 padding: 0px;
	 margin: 0px;
	 width: 195px;
}

#rightimages img {
	 padding: 0px;
	 margin: 0px;
	 width: 195px;
	 height: 145px;
}

#leftimages {
	 position: relative;
	 bottom: 120px;
	 float: left;
	 left: 0;
	 margin: 0px;
	 padding: 0px;
}


.contactemail {
	visibility: hidden;
}

.tightlist ul {
	 list-style-type: none;
	 text-indent: -0.99em;
	 padding-left: 1.3em;
	 margin-left: 1em;
}

.paddedlist li {
	padding: 1em;
}

.faclistleft {
	width: 45%;
	float: left;
	clear: left;
	padding-left: 1em;
}

.faclistright {
	width: 45%;
	float: right;
	padding-right: 1em;
}

.facbios img {
	margin-right: 1em;
	margin-bottom: .5em;
	margin-top: .5em;
	border: 1px solid black;
	float: left;
}
.facbios dt {
	padding-top: 2em;
}

.facbios dd {
	padding-right: 1em;
}


.colorblock1 {
	background-color: #A7C587; /* medium muted green */
	height: 150px;
	margin-left: 0px;
	margin-right: 0px;
}

.colorblock2 {
	background-color: #9DA1D5; /* medium violet */
	height: 300px;
	margin-left: 0px;
	margin-right: 0px;
}



/* Request info form */

#contactus input {
	display: block;
	width: 275px;
	float: left;
	margin-bottom: 15px;
	color: blue;
	background-color: white;
}
#contactus label {
	font: small Verdana, Arial, sans-serif;
	color: black;
	display: block;
	text-align: right;
	float: left;
	padding-right: 15px;
	width: 140px;
}
#contactus label:after {
	content: ":";
}
#contactus br {
	clear: left;
}
#contactus .button {
	width: 100px;
	margin-left: 1em;
}
#contactus .button2 {
	width: 100px;
	margin-left: 155px;
}
#contactus select {
	font: small Verdana, Arial, sans-serif;
	color: blue;
	margin-bottom: 15px;
}
#contactus textarea {
	font: small Verdana, Arial, sans-serif;
	color: blue;
	margin-bottom: 15px;
	background-color: white;
	margin-left: 1em;
}
#contactus p {
	font: small Verdana, Arial, sans-serif;
}
#contactus label.checkbox {
	font: small Verdana, Arial, sans-serif;
	color: black;
	text-align: left;
	padding-left: 4px;
	width: 200px;
	float: right;
}
#contactus .checkbox {
	display: block;
	float: right;
	height: 14px;
	width: 14px;
	margin-bottom: 26px;
}
#contactus .shorttext {
	font: small Verdana, Arial, sans-serif;
	color: blue;
	margin-bottom: 15px;
	width: 60px;
	background-color: white;
}



.col1 {
	background-color: #C9C9E8; /* light violet */
}
.col2 {
	background-color: #F7EED8; /* light beige */
}
.col3 {
	background-color: #EEDDB8; /* beige */
}
.col4 {
	background-color: #F7EED8; /* light beige */
}


.row1 {
	background-color: #D3E6B0; /* light muted green */
}
.row2 {
	background-color: #F7EED8; /* light beige */
}
.row3 {
	background-color: #EEDDB8; /* beige */
}
.row4 {
	background-color: #F7EED8; /* light beige */
}
.row5 {
	background-color: #EEDDB8; /* beige */
}
.row6 {
	background-color: #F7EED8; /* light beige */
}


dl {
	max-width: 600px;
}





