@charset "utf-8";
:focus { 
	outline: 0;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px;
}
img { 
	border: 0; 
}
a:active
{
  outline: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
hr, .hide {
	display: none; 
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/backMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
}
#topBar {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
	font-size: 10px;
	background-color: #293D55;
	color: #899BA9;
	background-attachment: fixed;
	background-image: url(../images/topBar_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topBarLinks {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#topBarLinks a:link, #topBarLinks a:visited, #topBarLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #516579;
	padding-right: 10px;
	font-weight: bold;
}
#topBarLinks a:hover {
	color: #9fadba;
}
#logo {
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 40px;
	padding-left: 20px;
}
#mainNav {
	text-align: right;
	margin-right: 50px;
	margin-left: 50px;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	font-size: 13px;
	color: #1B4164;
	text-decoration: none;
	margin-right: 30px;
}
.current {
	color: #9FADBA;
	font-size: 13px;
	margin-right: 30px;
}
#mainNav a:hover {
	color: #9FADBA;
}
#title {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#content {
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 40px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #1B4164;
}
#content p {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content a:link, #content a:visited, #content a:active {
	color: #1B4164;
}
#content a:hover {
	color: #9fadba;
}
.introText {
	font-size: 16px;
	font-style: italic;
	color: #9FADBA;
	line-height: 24px;
	padding-bottom: 10px;
}
#footer {
	margin-right: 50px;
	margin-left: 50px;
	font-size: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
	padding-bottom: 20px;
}
#randomImage {
	margin-left: 20px;
	margin-bottom: 20px;
}
#randomImage img {
	border: 1px solid #CCCCCC;
}
#thumbnail {
	float: left;
}
#thumbnail p {
	margin-right: 0px;
}
.thumbs a:link, .thumbs a:visited, .thumbs a:active {
	border: 1px solid #E0E0E0;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
}
.thumbs a:hover {
	border: 1px solid #999999;
}
.leftVertRule {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.bottomRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h1{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #1B4164;
	margin-bottom: 5px;
	margin-top: 25px;
	margin-left: 20px;
	clear: both;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #9FADBA;
	letter-spacing: 1pt;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #9FADBA;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
}
h4 {}
.smallItalics {
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}

.learnMore a:link, .learnMore a:visited, .learnMore a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	color: #1B4164;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.learnMore a:hover {
	color: #9FADBA;
}
.caption {
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #9FADBA;
}

