
@charset "utf-8";
body, html { 
	margin: 0; 
	padding: 0; 
	background: #fff; 
}
body {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	min-width: 750px;
}

.alt {
	display: none;
}
#nav a:link { color: #828282; text-decoration: none; }
#nav a:visited { color: #828282; text-decoration: none; }
#nav a:hover { color: #008dc5; text-decoration: underline; }
#nav a:active { color: #ff8b2b; text-decoration: underline; }

a:link { color: #008dc5; text-decoration: none; }
a:visited { color: #008dc5; text-decoration: none; }
a:hover { color: #008dc5; text-decoration: underline; }
a:active { color: #ff8b2b; text-decoration: underline; }

p, div, img, form { margin: 0; padding: 0; }
h1 {
	margin: 0; padding: 0;
	font-size: 22pt;
	line-height: 22pt;
	font-weight: bold;
	color: #004c80; 
}
h2 {
	margin: 0; padding: 0;
	font-size: 18pt;
	line-height: 18pt;
	font-weight: bold;
	color: #004c80; 
}
h3 {
	margin: 0; padding: 0;
	font-size: 16pt;
	line-height: 16pt;
	font-weight: bold;
	color: #004c80; 
}

#wrap {
	margin:20px auto;
	width:750px;
	font-size: 11pt;	color: #333;
}
#header {
}

#header h1 {
	padding: 5px;
}
#slogan { 
	color: #004c80; 
	float: right; 
	font-size: 9pt; 
	font-weight: bold;
}
#nav {
	padding: 20px 0;
	text-align: right;
	font-variant: small-caps;
	font-weight: bold;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a.on:link, #nav a.on:visited, #nav a.on:hover {
	color: #ff8b2b;
}

#sidebar {
	float: right; 
	width: 270px;
	font-size: 10pt;
	line-height: 12pt;
}

#sidebar h2 {
	padding:5px 0;
}

#sidebar h3, #sidebar p {
	padding:5px 10px 0 15px;
}

#sidebar small {
	font-size: 8pt;
	color: #666;
}

#main {
	float: left;
	width: 460px;
	line-height: 14pt;
}
#main h2, #main h3, #main p {
	padding: 5px 0 5px 0;
}

#main p {
	text-align: justify;
}

#main.full {
	float: none;
	width: 100%;
}

#main.full h2, #main.full h3, #main.full p {
	padding: 5px 0;
	margin: 0;
}
#footer {
	clear: both;
	font-size: 9pt;
	color: #888;
}
#footer p {
	padding: 40px 0 0 0;
	margin: 0;
}

a.pdf {
	position: relative;
	top: -2px;
	background: #eb9800;
	color: white;
	font-size: 10px;
	padding: 1px 3px;
	text-decoration: none;
}

a.pdf:hover, a.pdf:active {
	background: #d58a00;
	color: white;
}
table {
	font-size: 8pt;
	padding: 0;
	margin: 0;
	width: 100%;
}
div.projects table {	padding: 5px 0px 30px 0px;
}div.projects table th, div.projects table td {	padding: 3px 5px 3px 5px;}
tr {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

tr.even {
	background: #f2f2f2;
}

tr.odd {
	background: #dfdfdf;
}

th {
	text-align: left;
}

th, td {
	padding: 0;
	margin: 0;
}
th.notes, td.notes {
	width: 300px;
}

a.ajax_button { background: #008dc5; color: white; padding: 1px 3px; font-weight:bold; text-decoration: none; margin: 0; cursor: pointer; }
a.ajax_button:hover { background: #75aec5; color: white; cursor: pointer; }a.ajax_button:active { background: #ff8b2b; color: white; cursor: pointer; }#main.full #ajax_msg {	font-size: 9pt;	font-weight: bold;
	line-height: 16px;	padding: 10px 15px;	text-align: left;	background: yellow;	position: relative;	top: -10px;	margin-bottom: 30px;
	display: none;
}
.require_javascript { color: red; font-size: 9pt; line-height: 16px; }
#contact_form input, #contact_form select { width: 300px; margin: 3px 0 5px 0; font-size: 14px; }
#contact_form { padding-top: 20px; }
#contact_form textarea { width: 700px; margin-top: 10px; font-size: 14px; }
.field_bullet { position: absolute; left: 315px; top: 7px; }
.field_wrap { position: relative; }
