/* -------------------------------------------------
Global styles
---------------------------------------------------- */
body {
	background: #006699 url(images/site-bg.jpg) repeat-y center;

	color: #000;
	font: 1em/120% "Arial", Helvetica, Arial, sans-serif;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------
Global Typography
---------------------------------------------------- */
h1, h2, h3 {
	color: #1a6289;
	line-height: 120%;
	text-align: left;
}

h1 { 
	font-size: 18px; 
	font-weight: bold; 
}
h2 { font-size: 125%; }
h3 { font-size: large; }
p, label { font-size: 14px; text-align: left; line-height:20px;}

/* -------------------------------------------------
Custom typography
---------------------------------------------------- */

#home-header {
	background: url(images/home-header.gif) no-repeat;
	height: 46px;
	text-indent: -5000px;
}


#footer p {
	color: #000;
	font-size: small;
	text-align: center;
}

#footer-text {	padding-top: 20px; }

#contentbox ul { list-style-type: none; }

#contentbox ul li {
	background: url(images/3c-arrow.gif) 15px 14px no-repeat;
	font-size: 16px;
	padding-top: 8px;
	padding-left: 30px;
	padding-bottom: 5px;
	text-align: left;
}

#contentbox ol li {
	font-size: small;
	margin: 0 0 8px 20px;
	text-align: left;
}

/* -------------------------------------------------
Classes and form elements
---------------------------------------------------- */
#navcontainer img { border: 0; }
.clear { clear: both; }
form { margin: 8px 0 0; padding: 0; text-align: left; }
.hide {	display: none; }
.image-next { margin-top: 25px; }
.next-p { margin-top: 12px; }
.next-plarge { margin-top: 25px; }
.noborderportrait { margin-right: 8px; padding: 5px; }
.portrait {	border: 1px solid #000; margin-right: 8px; padding: 5px; }
.reverse { color: #fff; }
.simple-list { font-size: small; list-style-type: none; }
.stafftext { font-size: x-small; line-height: 130%; }
.subhead { font-weight: bold; }
.titles { font-size:20px; font-weight: bolder; }
textarea, select, input { margin: 0 0 5px; }

/* -------------------------------------------------
links
---------------------------------------------------- */
a:link {
	color: #1a6289;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #1a6289;
	text-decoration: underline;
}

#footer a {
	color: #1a6289;
	text-decoration: underline;
}

#footer a:visited {
	color: #990000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer a:active {
	color: #1a6289;
	text-decoration: none;
}

/* -------------------------------------------------
Layout
---------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 760px;
}

#sectionheadline {
	margin: 0 auto;
	width: 760px;
	text-align:left;
}

#container-left {
	float: left;
	margin-bottom: 25px;
	width: 175px;
}

#container-right {
	float: left;
	width: 585px;
}

#contentbox {
	margin-bottom: 25px;
	padding: 0px 60px 0 50px;
}

#staff-thumb {
	float: left;
	margin-right: 15px;
	width: 200px;
}

#footer {
	background: #fff url(images/footer-bg.gif) no-repeat;
	clear: both;
	height: 91px;
	margin: 0 auto 10px;
	width: 740px;
}

/* -------------------------------------------------
Main Navigation
---------------------------------------------------- */
#navcontainer {
	margin: 15px 0 0 10px;
	width: 165px;
}

#navcontainer ul {
	list-style: none;
	text-align: left;
}

#navcontainer li {
	border-bottom: 1px solid #000;
	font-size: small;
}

#navcontainer li a {
	color: #000;
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
}

#navcontainer li a#active {
	background-color: #990000;
	color: #fff;
}


#navcontainer li a:hover {
	background-color: #FDBA3B;
	color: #000;
}

#left-container{
	margin: 15px 0 0 -5px;
	width: 165;
	text-align:left;
	color: #FF0000;
}
#left-container p{
	font:bold 14px #FF0000;
	text-align:center;
}
