@import url(layout.css);
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0 0 0 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #F2EEE2;
	background-image:url(http://sapphirehill.com/images/logo_background.jpg);
	height: 130px;
}
#navigation {
	background-color: #24438f;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	*/
}
#column_c {
	position: relative;
	margin: 0 0 0 0;
	padding: 5px 10% 2% 2%;
	background-color: #FFF;
	float: none;
}
#footer {
	background-color: #DADFE3;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 5px 10px 0 10px;
	padding: 0;
}
/* Styles for Navigation */
#navigation {
	background-image:url(http://sapphirehill.com/images/menu_bar_background.gif);
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #B7BFC7;
	background-color: #DADFE3;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #8F9500;
	background-color: #8F9500;
}
#navigation .current a {
	background-color: #8F9500;
}

/* Styles for Content */
/*
color - Blue:	#0055B1;
color - Blue:	#001731;
color - Blue:	#002854;
color - Blue:	#003977;
color - Red:	#990700;
color - Green:	#8F9500;
color - Gray:	#B7BFC7;
color - Gray:	#DADFE3;
 */
h1 {
	font-size: 1.75em;
	color: #8F9500;
}
h2 {
	font-size: 1.25em;
	color: #003977;
}
h3 {
	font-size: 1.25em;
	color: #0066CC;
}
h4 {
	font-size: 1em;
	color: #0066CC;
}
h5 {
	font-size: 0.75em;
	color: #0066CC;
}
h6 {
	font-size: 0.5em;
	color: #0066CC;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.clearit {
	clear: both;
}

blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
