html {
	height:100%;
}

body {
	height:100%;
	margin:20px 0px 20px 0px;
	background-image:url(../images/background_stripes.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-align:center;
}

img {
	border:0px;
}

h1 {
	margin:0px;
	padding-bottom:10px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#444;
}

h2 {
	margin:0px;
	padding-bottom:10px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-style:italic;
	font-size:12px;
}

h3 {
	margin-top:15px;
	margin-bottom:0px;
	padding-bottom:5px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
}

h4 {
	margin-top:15px;
	margin-bottom:0px;
	padding-bottom:5px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
}

p {
	margin-top:0px;
	margin-bottom:10px;
}

ul {
	margin-top:5px;
	margin-bottom:10px;
}

a:link {
	text-decoration:none;
	color:#666;
}
a:visited {
	text-decoration:none;
	color:#666;
}
a:active {
	text-decoration:underline;
	color:#999;
}
a:hover {
	text-decoration:underline;
	color:#c03;
}

form {
	margin:20px 0px 0px 0px;
}

label {
	display: block;
	float: left;
	margin-right: 5px;
	padding-top:3px;
}

input, textarea {
	margin-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

#centerPage {
	text-align:center;
}

#page {
	width:755px;
 	margin-left:auto;
 	margin-right:auto;
	background-color:#948D6B;
	border:1px solid #000;
}

#navPanel {
	float:left;
	height:551px;
	width:193px;
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
}

#navigation {
	width:153px;
	margin-top:80px;
	padding:20px;
	background-color:#05054f;
	text-align:left;
}

#content {
	float:right;
	width:521px;
	padding:20px 20px 5px 20px;
	background-color:#fff;
	border-left:1px solid black;
	text-align:left;
}

#contentMain {min-height:550px;}

#contentFooter {
	width:719px;
 	margin-left:auto;
 	margin-right:auto;
	margin-top:40px;
	font-size:9px;
	color:#999;
	text-align:center;
}

#contentFooter p {
	margin-top:4px;
	margin-bottom:4px;
}

#contentMain .header {
	background-image:url(../images/dottedLineHorizontal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:20px;
	padding-bottom:20px;
}

#inPageNavigation {
	margin-bottom:20px;
}

#inPageNavigation a {
	background-image:url(../images/subNavArrow_off.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:13px;
	line-height:18px;
	color:#2C629C;
}

#inPageNavigation a:hover {
	background-image:url(../images/subNavArrow_on.gif)
}

.subNavItem {
	margin-left:15px;
	margin-right:-10px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.subNavItem a, .subNavItem a:visited, .subNavItem a:hover {
	vertical-align:top;
	color:#cc9;
	text-decoration:none;
}

.dottedLine {
	height:1px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/dottedLineHorizontal.gif);
	background-repeat:repeat-x;
}

.staffPic {
	padding-left:10px;
	padding-bottom:10px;
}

.contactLine {
	font-style:italic;
}

.smallText {
	font-size:9px;
}

.error {
	color:#B1002C;
	font-style:italic;
}

.footerLink a, .footerLink a:visited {
	color:#999
}

.footerLink a:hover {
	color:#666;
}

.forwardBackwardsButton {
	margin-top: 10px;
	margin-right: 5px;
	padding: 0 2px;
	background-color: black;
	border: 1px solid black;
	font-size: 9px;
	color: white;
	cursor: pointer;
}
.forwardBackwardsButton:hover {
	background-color: #eee;
	border-color: #ccc;
	color: black;
}
.forwardBackwardsButton[disabled] {
	background-color: #eee;
	border-color: #eee;
	cursor: default;
}
.forwardBackwardsButton[disabled]:hover {
	color: white;
}


table#ourTeamTable a img {
	border: 2px solid white;
}
table#ourTeamTable a:hover img {
	border-color: #666;
}