
@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color: d9d7d8;
}


#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 750px;
	height: 100px;
}

#contentArea {
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
}

#contentArea #textLeft {
	width: 275px;
}

#sidebar {
	width: 200px;
	float: left;
	height: 1000px;
}
#sidebarQuote {
	width: 180px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 8px;
}

#sidebar #nav {
	margin-left: 9px;
}

#sidebar img {
	margin-left: 25px;
}
#sidebar p {
	text-align: left;
	color: #112D53;
	margin-left: 25px;
}
/*side bar link colors*/
#sidebar a:link {
	color: #112D53;
	text-decoration:underlline;
}
#sidebar a:visited {
	color: #112D53;
	text-decoration:underlline;
}
#sidebar a:hover {
	color: #FFF;
	text-decoration:none;
}
#sidebar a:active {
	color: #112D53;
	text-decoration:underlline;
}
/*End side bar colors*/
#mainContent {
	width: 520px;
	float: left;
	padding: 25px 15px 25px 15px;
}
#mainContent ul {
	margin-bottom: 20px;
}
#mainContent li {
	font-size: 10px;
	color: #000;
	margin: 5px 0px 5px 25px;
	list-style-type: disc;
	line-height: 1.2em;
}
#mainContent img {
	border: 2px solid #8E805E;
}
#placeholder { width: 90%; height: 50px; float: left; display: block; margin: 1em 0; clear: both; text-align: center;}

#socialbar {
	width: 100%;
	text-align: center;
	margin: 0 0 0 -15px;
	clear:both;
}
#socialbar a { float: left; border: none; width: 25%; display:block; }
#socialbar a img { border: none; }
}
#footerBar {
	width: 750px;
	height: 35px;
	background-color: #9c9279;
	margin-bottom: -20px;
}

#footerMenu {
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 750px;
}


#footerMenu ul {
	width: 450px;
	margin-left: 25px;
}


#footerMenu li{
	float: left;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	margin-right: 5px;
}

#footerMenu p {
	color: #FFF;
	margin-left: 25px;
	padding-top: 25px;
	*padding-top: 0px;
}

/*footer link colors*/
#footerMenu a:link {
	color: #FFF;
	text-decoration:none;
}
#footerMenu a:visited {
	color: #FFF;
	text-decoration:none;
}
#footerMenu a:hover {
	color: #FFF;
	text-decoration:underline;
}
#footerMenu a:active {
	color: #FFF;
	text-decoration:none;
}
/*End footer colors*/

#credits {
	text-align: center;	
}

/*Begin satellite table layout*/

#mainContent #sat {
	width: 500px;
}
#mainContent #sat tr {
	height: 30px;
}
#mainContent #sat td {
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	color: #000;
}
/*End satellite table layout*/

/*Begin satellite images layout*/

#mainContent #satImages {
	margin: 0px 0px 230px 10px;
}
#mainContent #satImages {
	*margin: 0px 0px 50px 10px;
}

#mainContent #satImages img{
	float: left;
	margin: 0px 7px 0px 7px;
}
#mainContent #satImages p{
	width: 150px;
	float: left;
	margin: 10px 7px 0px 7px;
	text-align: center;
}

/*Begin satellite images layout*/

/* Global font colors, and roll over links */
p {
	font-size: 10px;
	margin: 15px 0px 15px 0px;
	color: #000;
	line-height: 12px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8E805E;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8E805E;
	margin: 30px 0px 15px 0px;
}

h3{
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #8E805E;
}

h4 {
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
}
h5 {
	margin: 30px 0px 0px 0px;
	font-size: 10px;
}
h6 {
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	color: #0C2E5A;
	font-weight: bold;
}

a:link {
	color: #0066CC;
	text-decoration:underlline;
}
a:visited {
	color: #0066CC;
	text-decoration:underlline;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #0066CC;
	text-decoration:underlline;
}

.textbold {
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	color: #0C2E5A;
	font-weight: bold;
}

.tan {
	color: #8E805E;
	font-size: 10px;
	font-weight: bold;
}
/* End Global font colors, and roll over links */

.textAlignRight {
	float: right;
	margin: 0px 0px 10px 20px;
}
.noBorder {
	border:none;
}
