@charset "UTF-8";

/* Global Content Formatting and Styles */


body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
}
.page {
	border-style: none;
	max-width: 980px;
	margin: 0px auto;
	position: relative;
	background-color: #F9BC06;
	height: auto;
	width: 100%;
}
p {
	margin: 0px 3em .75em 3.5em;
	line-height: 1.5em;
	font-size: 1.0em;
	letter-spacing: .03em;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 2.3em 5% 1em 2em;
	padding-top: 2em;
	color: #F9BC06;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin: 1.3em 3em 1em 3em;
	color: #F9BC06;
}
.tophead {
	background-position: bottom;
	height: 127px;
	width: 100%;
	background-repeat: repeat-x;
	border-bottom-style: dotted;
	border-bottom-width: medium;
	border-bottom-color: #D5B475;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('../images/logo-large.jpg');
}
.tophead .text2 {
	font-size: 1.3em;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	color: #FFFFFF;
	position: absolute;
	display: block;
	float: left;
	font-weight: bold;
	top: 30px;
	right: 5%;
}
.tophead a.toplogo {
	height: 100%;
	background-image: url('../images/NEW-SMALL2-LOGO.png');
	background-repeat: no-repeat;
	width: 100%;
	position: inherit;
	z-index: 99;
	float: left;
	display: block;
	left: 5px;
	visibility: visible;
	margin-top: 12px;
}
.top-level-menu
{
	padding: 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
	list-style-type: none;
}
.top-level-menu > li
{
	position: relative;
	float: left;
	list-style: none;
	width: 33.3%;
	text-align: center;
	background-color: #F9BC06;
}
.top-level-menu a /* Apply to all links inside the multi-level menu */

{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0;
/* Make the link cover the entire list item-container */display: block;
	vertical-align: central;
	height: 30px;
}
.top-level-menu a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	padding: 0;
/* Make the link cover the entire list item-container */display: block;
	vertical-align: central;
	height: 30px;
	background-color: ;
	border-bottom-style: dashed;
	border-bottom-width: medium;
	border-bottom-color: #FF0000;
}
#articlepic {
	width: 100%;
	height: auto;
	background-image: url('../images/artpic.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	position: static;
}
#nextarticle {
	width: 100%;
	height: auto;
	background-image: url('../images/artpic2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	position: ;
	color: #F9BC06;
}
#footernav {
	margin: 0px;
	background-position: bottom;
	padding: 0px;
	display: block;
	width: 100%;
	text-align: ;
	background-repeat: repeat-x;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	background-image: url('../images/logo-SMALL.jpg');
	height: 40px;
}
#footernav ul li {
	text-decoration: none;
	list-style-type: none;
}
#footernav ul li a {
	border-style: none;
	border-width: medium medium thin medium;
	border-color: #D5B67B;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	float: left;
}
#footernav ul li a:hover {
	border-style: none none dashed none;
	border-width: medium medium thin medium;
	border-color: #D5B67B;
	padding: 10px 20px 10px 20px;
	color: #FF0000;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.clear-fix { clear: both; line-height: 1px; }

#callscreen {
	 
	display: block;
	width: 100%;	 
	height: 1px;	 
	visibility: hidden;
}
footer {
	background-position: center center;
	font-size: .85em;
	color: #000000;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	background-image: url('../images/footer-bar.jpg');
	background-repeat: no-repeat;
	clear: both;
	margin-top: 0px;
	height: 30px;
	line-height: 30px;
}
