﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	background-position: 20px 20px;
	width: 100%;
	border-bottom: 2px solid #363636;
	background-color: #0B1457;
	background-image: url('../Photo-Gallery/Globe-Large.png');
	background-repeat: no-repeat;
}
#masthead {
	width: 725px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 375px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 250px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 725px;
	clear: both;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#masthead h3 {
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 4.5in;
	float: inherit;
	position: relative;
	width: 175px;
	text-align: center;
	margin-right: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-style: inset;
	border-width: 4px;
	padding: 2px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #E5A345;
	background-color: #7C7F4E;
	width: 133px;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #E5A345;
	display: block;
	margin: 0 1px;
	padding: 0px;
	border: 0px solid #708090;
	background-color: #0B1457;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	border-color: #7C7F4E;
	border-width: thin;
	color: #E5A345;
	border-bottom-style: solid;
}
h5 {
	border-color: #7C7F4E;
	border-width: thin;
	color: #E5A345;
	border-bottom-style: solid;
}
h4 {
	border-color: #7C7F4E;
	border-width: thin;
	color: #E5A345;
	border-bottom-style: solid;
}
h3 {
	border-color: #7C7F4E;
	color: #FFFFFF;
}
h2 {
	border-color: #7C7F4E;
	border-width: thin;
	color: #FFFFFF;
	border-bottom-style: solid;
}
#content h1 {
	border-color: #7C7F4E;
	border-width: thin;
	color: #E5A345;
	border-bottom-style: solid;
}
#content img {
	border: 5px none #FF9900;
	margin: 0px;
	padding: 5px;
	float: none;
}
/* Sidebar Styles */
#sidebar p {
	color: #FF9900;
}
#sidebar img {
	border: thin solid #FF9900;
	float: none;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #E5A345;
	width: 725px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
	width: 0 auto;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content h1-6 small-underline {
	border-color: #7C7F4E;
	border-width: thin;
	color: #E5A345;
	border-bottom-style: solid;
}



