* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a {
	font-family: Arial, sans-serif;
	font-size: 11;
	text-decoration: none;
	color: #962319;
}

p { 
	color: #023B7D;
	padding-bottom: 8px;
}

li { 
	color: #023B7D;
}

h2 {
	font-size: 22px;
	padding-bottom: 2px;
	margin-bottom: 12px;
	border-bottom: 1px solid #333;
	color: #09274A;
}

h3 {
	padding-bottom: 15px;
	font-size: 16px;
	color: #962319;
}

h4 {
	color: #962319;
}

img {
	border: 0 none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.top {
	margin-top: 10px;
}

.bottom {
	margin-bottom: 20px;
}

.marginright {
	margin-right: 20px;
}

#container {
	float: left;
	width: 1005px;
}

#header {
	background: url(../images/header-bg.jpg) no-repeat top left;
	height: 107px;
} 

#header {
	display: block;
	position: relative;
}

#header #logo {
	width: 251px;
	height: 80px;
	position: absolute;
	z-index: 10;
}

#header #logo h1 {
	text-indent: -9999px;
	width: 241px;
	height: 65px;
	padding: 15px 0 0 10px;
}

#header #logo a {
	background: url(../images/logo.png) no-repeat top left;
	display: block;
	height: 65px;
	width: 241px;
}		

#header #mainNav {
	position: absolute;
	top: 60;
	left: 238;
	display: inline;
	margin: 0 0 0 0;	
	width: 766px;		
}

#header #mainNav ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;	
	padding: 8px 0 0 5px;
	width: 766px;
	height: 40px;
}

#header #mainNav li {
	text-align: center;
	line-height: 12px;
	float: left;
	padding: 8px 0 0 29px; 
	display: block;
}	

#header #mainNav li.twoLine {
	padding-top: 1px;
}

#header #mainNav a {
	font-family: "arial black", tahoma, sans-serif;
	font-size: 13px;
	display: block;
}

#header #mainNav a:hover, #header #mainNav a.current{
	color: #ff0000;
}


#content #leftSidePanel {
	padding: 4px 0 0 4px;
	float: left;
	width: 175px;
}

#content #mainContent {
	background: url(../images/blueprint.jpg) repeat-y right;
	padding: 10px 0 0 5px;
	float: left;
	min-height: 450px;
	width: 617px;
}

#content #rightSidePanel {
	padding: 4px 0 0 4px;
	float: left;
	width: 200px;
}

#content #mainContent li {
	margin-left: 20px;
	padding-bottom: 5px;
}

#content #mainContent #slideShow {
	margin-bottom: 25px;
}

#content #mainContent .profile {
	width: 330px;
}

#content #mainContent .history {
	width: 330px;
}

#content #mainContent ul.staff {
	display: block;	
	float: left;
	padding-left: 50px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;	
}

#content #mainContent .staff li {
	margin-left: 0px;
	float: left;
	width: 500px;
	min-height: 155px;
	padding: 3px;
	margin-bottom: 12px;
	background: #eef;
	border-bottom: 2px solid #aab;
	border-right: 1px solid #aab;	
	border-top: 1px solid #cca;
	border-left: 1px solid #cca;	
}

#content #mainContent .staff #staffImage {
	float: left;
	width: 105px;	
}

#content #mainContent .staff img {
	padding-right: 0;
	vertical-align: bottom;
	float: left;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #111;	
	border-top: 1px solid #111;	
}

#content #mainContent .staff #info {
	width: 380px;
	padding: 0 0 0 5px;
	float: left;
}

#content #mainContent .staff h3 {
	padding-bottom: 0px;
}

#content #mainContent .staff p.staffTitle {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
	color: #111;
}

#content #mainContent .staff p.affiliation{
	clear: both;
	float: left;
}

#content #mainContent .staff p strong {
	font-weight: bold;
	text-decoration: underline;
}

#content #mainContent.projects li {
	font-size: 13px;
	text-transform: uppercase;
}

#content #mainContent.projects li span {
	padding-left: 3px;
	font-size: 11px;
	text-transform: none;
}

#content #mainContent.projects img {
	b/order: 1px solid #111;
}

#content #mainContent.projects blockquote {
	display: block;
	color: #222;
	font-size: 10px;
	text-align: left;
	padding: 0px 2px 5px 0;
	margin-bottom: 10px;
}

#content #mainContent.tips img {
	margin: 5px 25px 10px 20px;
}

#content #mainContent.service img {
	margin-right: 5px;
}

#content #mainContent.serviceRequest h3 {
	padding-bottom: 5px;
}

#content #mainContent.serviceRequest p {
	padding-bottom: 20px;
}

#content #mainContent.employment h3 {
	padding-bottom: 5px;
}

#content #mainContent.employment img {
	margin-right: 15px;
}

#content #mainContent.employment ul {
	list-style-type: none;
}


form#appForm {
	margin-top: 10px;
}

label {
	color: #023B7D;
	float: left;
	margin-right: 10px;
	display: block;
	height: 12px;
}

label.error {
	color: #962319;
	float: none;
	display: inline;
}

input.text {
	border: 1px solid #ccc;
	height: 25px;
	padding: 4px;
}

input.radio {
	margin-bottom: 8px;
}

.p1 label {
	text-align: right;
	width: 100px;
}

.p1 .text {
	width: 200px;
}

.p2 label{
	text-align: left;
	display: block;
	line-height: 25px;
}	

.p2 .text {
	width: 300px;
}

.p4 label {
	text-align: right;
	width: 120px;
}

input.submit {
	margin: 15px 0 0 250px;
}

#col1 {
	float: left;
	width: 300px;
	padding: 0 0 0 0px;
}

#col2 {
	float: right;
	width: 300px;
	padding: 0 2px 0 0px;
}

#panelTop h3 {
	color:  #09274A;
	padding-bottom: 0;
}

#leftSidePanel ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;	
	padding-bottom: 10px;
}

#leftSidePanel #subNav li  { 
	background: url(../images/submenu-button.png) no-repeat;
	width: 171px;
	height: 37px;
	margin: 0 0 2px;
	text-align: center;
}

#leftSidePanel #subNav li:hover, #leftSidePanel #subNav li.current {
	background-position: 0 -37;
}

#leftSidePanel #subNav li a {
	display: block;
	padding: 12px 0 0 0;
	width: 171px;
	height: 25px;
} 

#leftSidePanel #contactPanel {
	display: block;
	width: 168px;
	padding: 0px 0px 0px 0px;
}

#leftSidePanel #contactPanel p.address {
	padding-bottom: 3px;
}

#leftSidePanel #contactPanel p.numbers {
	padding-bottom: 3px;
}

#leftSidePanel #contactPanel span{
	font-size: 16px;
}

#leftSidePanel #contactPanel #panelTop {
	background: url(../images/leftPanel-panelTop.jpg) no-repeat;
	padding: 8px 0 0 5px;
	height: 21px;
}

#leftSidePanel #contactPanel #panelContent {
	background: url(../images/leftPanel-panelBack.jpg) no-repeat top center;
	padding: 10px 8px 20px;
	height: 195px;
}

#leftSidePanel #contactPanel #panelContent h3 { 
	text-indent: -9999px;
}

#rightSidePanel #panelImage {
	display: block;
	width: 199px;
	padding: 0px 0px 12px 2px;
}

#rightSidePanel #panelMission {
	display: block;
	width: 199px;
	padding: 0px 0px 12px 2px;
}

#rightSidePanel #panelMission #panelTop {
	background: url(../images/rightPanel-panelTop.jpg) no-repeat;
	padding: 8px 0 0 5px;
	border-bottom: 1px solid #333;
	height: 21px;
}

#rightSidePanel #panelMission #panelContent {
	background: url(../images/rightPanel-panelBack.jpg) no-repeat top center;
	padding: 0px 5px 20px;
	height: 195px;
}

#rightSidePanel #panelMission #panelContent p {
	padding: 40px 5px 20px;
}

#rightSidePanel #panelStaff {
	display: block;
	width: 199px;
	padding: 0px 0px 5px 2px;
}

#rightSidePanel #panelStaff #staff {
	display: block;
	height: 110px;
}

#rightSidePanel #panelStaff #staff .staffImage {
	float: left;
	display: block;
}

#rightSidePanel #panelStaff #staff .staffTitle{
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	line-height: 11px;
	font-size: 11;
	float: left;
	padding: 0 0 0 2px;
}

#rightSidePanel #panelStaff #staff .staffName{
	float: left;
	padding: 0 2px;
	font-size: 11;
}
	

#footer {
	border-top: 2px solid #333;
	clear: both;
	background: #ccc;
	height: 20px;
}
	
#footer #copyright {
	float: right;
	padding: 3px 5px 0;
	color: #fff;
}

#footer #m1tag {
	float: left;
	padding: 3px 0 0 5px;
}



#galleryphoto {
	width: 605px;
	height: 455px;
}

#photoInfo {
	float: right;
	margin-right: 10px;
}

.images img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-widt h: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 50px;
	height: 40px;
}

.images li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	padding: 0;
	margin: 3px 3px 3px 0px;
	position: relative;
}

