/* =Common Elements
----------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: #fff url('../images/bg.gif') repeat-x center top;
	color: #4b4b4b;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px auto;
	}

body.home {
	background: #fff url('../images/bg_home.gif') repeat-x center top;
	}

img, div, table, td {
	behavior: url('iepngfix.htc');
	}

.clearit {
	clear: both;
	font-size: px; /*for IE*/
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}

#header {
	background: #fff url('../images/bg_header.gif') repeat-x left top;
	height: 100px;
	margin: 0px auto;
	position: relative;
	width: 680px;
	}

#logo {
	float: left;
	height: 100px;
	width: 180px;
	}

#language {
	float: right;
	text-align: right;
	}

#language div {
	background: #ccc url('../images/language_arrow.gif') no-repeat right top;
	height: 18px;
	padding: 2px 30px 0px 10px;
	}

#language div a {
	color: #666;
	text-decoration: none;
	}

#container {
	margin: 0px auto;
	position: relative;
	width: 680px;
	}

.btn-sm {
	background: url('../images/btn_arrow.gif') no-repeat 2px 2px;
	font-size: 10px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	text-transform: uppercase;
	}

.btn-sm a {
	color: #764816;
	text-decoration: none;
	}

.btn-sm a:hover {
	color: #264c64;
	}

.btn {
	background: #dcd3a7 url('../images/btn_arrow.gif') no-repeat 6px 5px;
	clear: both;
	display: inline;
	float: left;
	font-size: 10px;
	margin: 2px 0px 0px 0px;
	padding: 3px 6px 3px 16px;
	text-transform: uppercase;
	}

.btn a {
	color: #764816;
	text-decoration: none;
	}

.btn a:hover {
	color: #264c64;
	}

#nav {
	background: url('../images/bg_nav.gif') no-repeat 0px 0px;
	height: 25px;
	left: 180px;
	position: absolute;
	top: 75px;
	width: 500px;
	}

#page-head {
	height: 38px;
	padding: 22px 0px 0px 0px;
	text-align: right;
	}

#page-head h1 {
	color: #fff;
	font-size: 24px;
	}

#content-outer {
	border-bottom: 1px solid #fff;
	background: url('../images/content_footer.gif') repeat-x left bottom;
	width: 690px;
	}

#content {
	background: url('../images/bg_content.gif') no-repeat 0px 0px;
	padding: 15px 20px 20px 20px;
	margin: 0px 0px 5px 0px;
	width: 650px;
	}

#column1 {
	float: left;
	width: 150px;
	}

#column2 {
	float: left;
	padding: 15px;
	width: 470px;
	}

img#bio-pic {
	margin: 0px 0px 15px 0px;
	width: 110px;
	}

#column1 h2 {
	color: #003768;
	font-size: 10px;
	margin: 15px 0px 0px 0px;
	}

#column1 p {
	font-size: 10px;
	line-height: 12px;
	margin-top: 2px;
	}

#column1 ul {
	font-size: 10px;
	list-style: none;
	line-height: 12px;
	}

#column1 ul li {
	background: url('../images/bullet.gif') no-repeat 0px 6px;
	padding: 2px 0px 0px 15px;
	}

#column2 h1 {
	color: #003667;
	font-size: 18px;
	}

#column2 h1.name {
	float: left;
	}

.title {
	color: #003667;
	float: left;
	padding: 7px 0px 0px 10px;
	}

.email {
	clear: left;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	}

#column2 h2, #column-full h2 {
	color: #333;
	font-size: 14px;
	margin: 15px 0px 0px 0px;
	}

#column2 h2.alt, #column-full h2.alt {
	color: #333;
	font-size: 14px;
	margin: 0px;
	}

#column2 h3, #column-full h3 {
	color: #003667;
	font-size: 10px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;
	}

#column2 p, #column-full p {
	margin: 10px 0px 5px 0px;
	}

#column2 p.alt, #column-full p.alt {
	margin: 0px 0px 5px 0px;
	}

#column2 ul, #column-full ul {
	list-style: none;
	margin: 10px 0px 5px 0px;
	}

#column2 ul li, #column-full ul li {
	background: url('../images/bullet.gif') no-repeat 0px 6px;
	padding: 2px 0px 2px 18px;
	}

#column-full ul.spaced li {
	padding: 2px 0px 10px 18px;
	}

#column2 ul li.pdf, #column-full ul li.pdf {
	background: url('../images/icon_pdf.gif') no-repeat 0px 4px;
	}

#column-full {
	padding: 15px;
	}

.popup {
	position: absolute;
	visibility: hidden;
	background-color:#DCD3A7;
	layer-background-color:#DCD3A7;
	width:422;
	border-left:1px solid #E5E0C6;
	border-top:1px solid #E5E0C6;
	border-bottom:1px solid CFC48E;
	border-right:1px solid CFC48E;
	padding:3px;
	z-index:1
	}




/* =Type
----------------------------------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: 15px;
	}

p {
	margin: 15px 0px 0px 0px;
	}

a {
	color: #003667;
	}

a:hover {
	color: #333;
	}




/* =Home
----------------------------------------------- */

#feature {
	height: 225px;
	width: 680px;
	z-index: 1;
	}

#contact {
	padding: 20px 0px 0px 0px;
	width: 155px;
	}

#contact p {
	margin: 10px 0px 10px 0px;
	}

#content-home-outer {
	background: url('../images/content_home_footer.gif') repeat-x left bottom;
	float: left;
	left: 175px;
	position: absolute;
	top: 164px;
	width: 510px;
	z-index: 3;
	}

#content-home {
	background: url('../images/bg_content_home.gif') no-repeat 0px 0px;
	height: 220px;
	padding: 8px 20px 20px 20px;
	margin: 0px 0px 5px 0px;
	width: 470px;
	}

#content-home .btn {
	margin-top: 20px;
	}




/* =Footer
----------------------------------------------- */

#footer {
	background: url('../images/dotted.gif') repeat-x 0px 0px;
	border-left: 10px solid #fff;
	color: #666;
	font-size: 9px;
	margin: 10px auto;
	padding: 10px 0px 0px 0px;
	width: 680px;
	}

#footer-home {
	background: url('../images/dotted.gif') repeat-x 0px 0px;
	border-left: 5px solid #fff;
	color: #666;
	font-size: 9px;
	margin: 70px auto 10px auto;
	padding: 10px 0px 0px 0px;
	width: 680px;
	}

#footer ul, #footer-home ul {
	}

#footer ul li, #footer-home ul li {
	float: left;
	list-style: none;
	}

#footer a, #footer-home a {
	color: #666;
	text-decoration: none;
	}

#footer a:hover, #footer-home a:hover {
	color: #264c64;
	text-decoration: none;
	}

#copyright {
	clear: both;
	color: #999;
	}



/* =Form Styling
----------------------------------------------- */

form {
	display: inline;
	}

input, select, textarea, option {
	color: #4b4b4b;
	font-family: verdana, sans-serif;
	font-size: 11px;
	}

dl.formStyling {
	margin: 30px 0px 0px 0px;
	width: 470px;
	}

dl.formStyling dt {
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 8px 0px;
	width: 85px;
	}

dl.formStyling dd {
	float: left;
	padding: 0px 0px 8px 0px;
	width: 385px;
	}

input.reg, textarea {
	border: 1px solid #dcdcdc;
	padding: 2px;
	width: 200px;
	}

input.alt, select {
	border: 1px solid #dcdcdc;
	padding: 2px;
	}

dl.formStyling dd select option {
	padding: 2px 2px 0px 2px;
	}

.error {
	color: #c00;
	}

.error input, .error select, .error textarea {
	border-color: #c00;
	}























