@charset "utf-8";
/* CSS Document */

/*
#587EA0 Light Blue
#191934 Dark Blue
#4A090D Deep Burgundy
#8F313B Light Burgundy
#E6BBB8 Very Light Burgundy
#FAF0EF Very Very Light Burgundy

#011724 Bright Cyan Blue
*/

body {
	background-color: #011724;
	font-family:Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px;
	color: #333333;
	background-image: url(../images/site/bgtile.jpg);
	text-align: center;
}

/****  Body Content  ****/

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	
}


.tBox
{
	margin: 0 auto;
	border: 0px solid #01AEF0;
	color: #000000;
	width: 968px;
	padding: 50px;
	text-align: left;
	background-color: #FAF0EF;
	border: 4px solid #01AEF0;
}


.bContent a:link, a:visited, a:active {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.bContent a:hover {
	color: #CCC;
	text-decoration: none;
}
.bContent ul li {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
}

h4 {
	color: #283A6A;
	padding: 0px 20px;
}

h3 {
	color: #283A6A;
	padding: 0px 20px;
}

h2 {
	color: #364F8F;
	padding: 0px 20px 10px;
}

h1 {
	color: #364F8F;
	text-decoration: underline;
	padding: 0px 20px;
}

p {
	text-align: left;
	padding: 0px 20px;
}


/****  Quick Message  ****/

.qMessage a:hover {
	color: #666666;
	text-decoration: none;
}

.qMessage a:link {
	color: #333333;
	text-decoration: none;
}

.qMessage a:visited {
	color: #333333;
	text-decoration: none;
}

.qMessage a:active {
	color: #333333;
	text-decoration: none;
}

/****  Address  ****/

.addBold a{
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

.addNorm {
	color: #cccccc;
font-size: small
}

.addNorm a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.addNorm a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.addNorm a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.addNorm a:hover {
	color: #cccccc;
	text-decoration: none;
}


/****  FOOTER TYLES  ****/
.foot {
	font-size: .7em;
	color:#FFFFFF;
}

.foot ul{
	margin: 0px;
}

.foot li{
	list-style-type: none;
	display: inline;
}

.foot a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.foot a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.foot a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.staff {
	margin-left: auto;
	margin-right:auto;
	width: 600px;
	height: 290px;
	background-color: #011724;
	padding-bottom: 10px;
	border: thin solid #FFF;
	margin-top: 10px;
	color: #FFFFFF;
}
.staff #stfImg {
	border: thin solid #CCC;
	float: left;
	height: 260px;
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 18px;
	margin-bottom: 15px;
}

.staff #stfName {
	float: left;
	height: 75px;
	width: 340px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FF6;
	padding-top: 18px;
}
.staff #stfTitle {
	float: left;
	height: 25px;
	width: 340px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	padding-top: 5px;
}

.staff #stfActivity {
	float: left;
	height: 25px;
	width: 340px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 10px;
}
.staff #stfPhone {
	float: left;
	height: 25px;
	width: 340px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 5px;
}
.staff #stfEmail {
	float: left;
	height: 25px;
	width: 340px;
	text-align: center;
	padding-top: 5px;
}
