/* CSS Document */

* { margin: 0; padding: 0; }

body {
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000;
	background-color:#FFFFFF;
	}

p { margin-bottom: 1em; }
	
p.rightjustify { text-align: right; }

p.summary { font-size: 110%; font-weight: bold; }

img { border: 0; }

a { color: #900; text-decoration:none; }
a:hover { color: #fff; background-color:#900;}

#container {
	margin: 20px auto;
	width: 700px;
	text-align: left;
	}

#header {
	width: 100%;
	border-bottom: #006 solid 2px;
	padding-bottom: 10px;
}

#header #logo {
	width: 350px;
	float: left;
}

#header #tagline {
	width: 350px;
	float: right;
	text-align:right;
	padding-top: 10px;
}

#nav {
	font-size: 110%;
	font-weight: bold;
	border-bottom: #006 solid 2px;
	padding: 2px 10px;
	margin-bottom: 10px;
}

#nav ul {
	float: left;
	list-style:none;
	display: inline;
}

#nav ul li {
	display: inline;
	padding-right: 40px;
}

#nav #contact {
	width: 10em;
	float: right;
	text-align:right;
}

#content {
	width: 500px;
	float: left;
	padding: 0 10px 10px 0px;
}

#main {
	line-height: 1.5em;

}

#main h1 {
	color: #006;
	padding: 2px 10px;
	font-size: 120%;
	margin-bottom: 10px;
}

#main h3 {
	color: #000;
	padding: 2px 10px;
	font-size: 110%;
	font-weight: bold;
}

#main p { padding-left: 10px; }

#main ul.normal {
	margin-left: 30px;
	padding-bottom: 10px;
}

.staffmember { width: 210px; float:left; padding: 10px; margin-right: 10px; }
.staffpic { padding-left: 10px; }



#column {
	width: 150px;
	float: right;
	padding: 30px 10px;
	text-align: center;
	line-height:1.2em;
}

#footer {
	padding: 5px 10px;
	border-top: #006 solid 2px;
	font-size: 90%;
}

#footer ul {
	float: left;
	list-style:none;
	display: inline;
}

#footer ul li {
	display: inline;
	padding-right: 40px;
}

#footer p.right {
	color:#333333;
	text-align:right;
}

#contactform label {display:block; float:left; width:120px; text-align:right; padding-right: 10px;}
#contactform input { width: 250px; }
#contactform .submit {margin-left:130px; width: auto;}
#contactform .formelement {clear:right; padding-top: 10px;}
#contactform p.formerror {color:#f00; font-weight:bold;}
#contactform { padding-bottom: 10px; }

.clear {
	clear: both;
}