/* CSS Document */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #A4A7A5;
}

h2 { font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000; }

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

.midtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.sitemap a {
	color: #999999; text-decoration: none;
	font-weight: normal;
}

.sitemap a:hover {
	text-decoration: underline;
}

a {
	color: #3B5786;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
}

.blacklink {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blacklink:hover {
	text-decoration: none;
}

.bluelink {
	color: #3B5786;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #91A0C1;
	text-align: center;
	vertical-align: top;
}

.copyright a {
	color: #FFFFFF;
	font-weight: normal;
}

/* DIV IDS AND STYLES */

#pagecontain {
	width: 900px;
	margin: 0px auto;
}

#pageleft {
	width: 350px;
	text-align: center;
	float: left;
}

#pageright {
	width: 550px;
	text-align: left;
	float: right;
}

#bannertop {
	width: 900px;
	height: 90px;
	margin-top: 20px;
	background-color: #3B5786;
	border-bottom: 10px solid #91A0C1;
}

#bannerpic {
	width: 550px;
	height: 90px;
	float: right;
}

#bannerlogo {
	float: left;
}

#title {
	width: 350px;
	margin-top: 7px;
	margin-bottom: 30px;
}

#linkbox {
	width: 550px;
	height: 30px;
	background-image: url(images/links/linkbar2.gif);
	float: right;
}

.linkbutton {
	width: 110px;
	height: 30px;
	text-align: center;
	float: right;
}

#pagepic {
	width: 350px;
	height: 182px;
	text-align: center;
	border-bottom: 100px solid #FFFFFF;
}

#textcontain {
	width: 525px;
	padding-right: 25px;
	text-align: left;
	float: right;
}

#bannerbottom {
	width: 900px;
	clear: both;
}

#bannerbottomleft {
	width: 350px;
	height: 40px;
	border-top: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	background-image:   url("images/top/bottom2.gif");
	background-repeat: repeat-x;
	text-align: left;
	float: left;
}

#bannerbottomright {
	width: 550px;
	height: 40px;
	border-top: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	background-image:   url("images/top/bottom4.gif");
	background-repeat: repeat-x;
	text-align: left;
	float: right;
}

/* CONTACT PAGE ELEMENTS */

#contacttext {
	width: 350px;
	float: left;
}

#contactimages {
	text-align: center;
	width: 150px;
	float: right;
}

#photo {
	width: 100%;
	height: 200px;
	background-color: #999999;
}

/* CONTACT FORM STYLES */

.tablecell {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textfield {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
	border: 1px solid #91A0C1;
}

.textfield2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
	height: 100px;
	border: 1px solid #91A0C1;
}

.leftcell {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 2px;
	padding-top: 4px;
}

.rightcell {
	padding: 2px;
}

.button {
	background-color: #91A0C1;
	border: 1px solid #3B5786;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}

/* LINK PAGE STYLES */

.logocell {
	width: 130px;
	text-align: center;
	padding-bottom: 20px;
	vertical-align: top;
}

.linkspageright {
	text-align: left;
	vertical-align: top;
}

/*NEW LINK PAGE STYLES */

.linkbox {
	width: 500px;
	margin-bottom: 10px;
	float: left; }
	
.linkinfo {
	width: 390px;
	float: right;
	margin-bottom: 10px; }

/* -------------------------------------------------*/

.cdet {
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #000;
}
.label {
	float: left;
	width: 6em;
}
.value {
	width: 12em;
}

form#contact p {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: .4em;
}
form#contact label {
	float: left;
	width: 8em;
}





div#linkbox ul { list-style: none; position: relative; margin: 0; padding: 0; }
div#linkbox ul li { float: left; }
div#linkbox ul li a {
	text-indent: -3000px;
	color: #FFF;
	text-decoration: none;
	float: left;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	width: 108px;
	background-repeat: no-repeat;
	margin-right: 2px;
}

div#linkbox ul li a:hover { color: #3b5786; }
div#linkbox ul li.last { margin-right: 0; }

div#linkbox ul li.home a { background-image: url(images/linksjoined/home.gif); }
div#linkbox ul li.home a:hover { background-position: right; }
	
div#linkbox ul li.about a { background-image: url(images/linksjoined/about.gif); }
div#linkbox ul li.about a:hover { background-position: right; }

div#linkbox ul li.contact a { background-image: url(images/linksjoined/contact.gif); }
div#linkbox ul li.contact a:hover { background-position: right; }

div#linkbox ul li.links a { background-image: url(images/linksjoined/links.gif); }
div#linkbox ul li.links a:hover { background-position: right; }

div#linkbox ul li.services a { background-image: url(images/linksjoined/services.gif); }
div#linkbox ul li.services a:hover { background-position: right; }
