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

div#navigation {
	float: left;
	width: 180px;
}

div#navigation ul {
	list-style: none;
	list-style-position: outside;
}

div#navigation ul ul { 
	display: none;
}

div#navigation ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dcdcdc;
}

div#navigation ul li li {
	border-top: 1px solid #dcdcdc;
	border-bottom: none;
	padding-left: 12px;
}

div#navigation ul li a {
	color: #717074;
	display: block; 
	background: none;
}

div#navigation ul li a:hover, div#navigation ul li a.highlight {
	color: #004A6E;
	background: transparent url(../images/nav-pointer.gif) no-repeat right center;
}

div#navigation ul li a.active {
	color: #004A6E;
}


div#bodyContent {
	margin-left: 194px;
}

div#bodyContent div#wrapper {
	height: 1%;
}

div#bodyContent > div#wrapper {
	height: auto;
}

div#bodyContent ul, div#bodyContent ol {
	margin-left: 30px;
}


div#pageHeader {
	background-color: #004A6E;
	height: 120px;
	margin-bottom: 18px;
}

div#pageHeader img {
	float: right;
}

div#pageHeader p {
	margin-bottom: 0;
}

div#pageHeader h1 { 
	padding-left: 20px;
	padding-top: 50px;
}

div#pageHeader h1.twoline { 
	padding-top: 30px;
	line-height: 1.2em;
}

div.bio {
	margin-bottom: 12px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 18px;
}

div.bio img {
	float: left;
}

div.bio div.content {
	margin-left: 145px;
}

div#contactform {
	float: right;
	width: 356px;
	padding-left: 6px;
	margin-left: 12px;
	border-left: 1px solid #dcdcdc;
}

div#contactform div.formField {
	clear: left;
	margin-bottom: 4px;
}

div#contactform div.formField span.label {
	float: left;
	display: block;
	width: 96px;
}


div#contactform div.formField input, div#contactform div.formField textarea {
	padding: 3px;
	width: 240px;
}
div#contactform div.formField textarea {
	padding: 3px;
	width: 242px;
	height: 100px;
}
div#contactform div.formField input#submit {
	width: auto;
}

div.location {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #dcdcdc;
	height: 214px;
	clear: right;
}
div.location img {
	float: right;
}
div.location p.nomargin {
	margin-bottom: 0 !important;
}
div#action {
	text-align: left;
	font-size: 18px;
}
div#action a {
	color: #B1BB36;
	font-weight: bold;
}
div#action h3, div#action h2 {
	margin-bottom: 18px;
}
div#disclaimer {
	border: 1px solid #dcdcdc;
	clear: both;
	width: 712px;
	margin-top: 18px;
}
p#tagline {
	margin-top: 18px;
	text-align: left;
}

fieldset {
	border: none;
}

div.fieldrow {
	height: 28px;
	border-bottom: 1px solid #ccc;
	padding-top: 6px;
}
div.doublerow {
	height: 48px;
}
div.fieldrow label {
	display: block;
	float: left;
	width: 200px;
	
}
div.alt label {
	width: 20px;
	
}
fieldset h3 {
margin-top: 18px;
	border-bottom: 1px solid #333333;
}

p.box {
	border: 1px solid #717074;
	padding: 4px;
}

.label {

	font-size: 12px;
	font-weight: normal;
	color: #004A6E;
}
