﻿@import url(layout.css);
body {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #CCC;
	display: inline;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #CCC;
	position: relative;
	display: inline;
	clear: left;


}
#masthead {
	text-align: right;
	width: 100%;
	background-image: url(../styles/topbackground.jpg); 
}
#navigation {
	background-color: #ca7;
	overflow: auto;


}

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	clear: left;


}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #CCC;
	float: none;
	height: 375px;
	list-style-type: none;
	clear: left;
	width: 950px;
}
#column_r {
	float: none;
	width: 0px;
	margin: 0;
	padding: 1px;
	background-color: #CCC;
	position: absolute;
	right: -3px;
	top: 0px;


}
#footer {
	background-image: url(../styles/topbackground.jpg); 
	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: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}

#navigation, #navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}

#navigation li {
	float: left;
	display: inline;


}

#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	display: inline;
	margin: 0 0 0 2em;
	
}

#navigation li:hover ul {
	left: auto;
}

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


#navigation li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: inline;
}


/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #000;
}
h3 {
	font-size: 1.5em;
	color: #000;
}
h4 {
	font-size: 1.25em;
	color: #000;
}
h5 {
	font-size: 0.75em;
	color: #000;
}
h6 {
	font-size: 0.5em;
	color: #000;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #000;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #000;
	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;
}
