@charset "UTF-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #486c25;  /*Gold #CC9933; #6600CC; Green #486c25; Dark Purple #461B7E;  Crimson #DC143C White #FFF/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.home-link a {
	color: #FFFFFF;
	text-decoration:none;
}
.home-link a:hover {
	color:#DDDDDD;
	text-decoration: underline;
}
a {
	color: #eab03c;
	text-decoration:none;
}
a:hover {
	color:#eab03c;
	text-decoration: underline;
 background-repeat:
}
#top-border {
	width: 850px;
	margin: 30px auto 0 auto;
	text-align: left;
	background-image:url(/assets/images/bg-top.png);
	background-repeat:no-repeat;
	height: 32px;
}
#bottom-border {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-image:url(/assets/images/bg-bottom.png);
	background-repeat:no-repeat;
	height: 40px;
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-image:url(/assets/images/bg-middle.png);
	background-repeat: repeat-y;
}
#container-inner {
	width: 782px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 16px 0 0 0;
	width: 572px;
	float: right;
	height: 70px;
	text-align: center;
	z-index: 90;
}
#header a {
	color: #FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#eab03c;
	text-decoration: none;
}
#header ul {
	margin: 0px;
	list-style:none;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px;
}
#header ul li {
	display: inline;
}
#header ul lu .divider {
	margin: 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#left-menu {
	float: left;
	width: 210px;
	padding: 0px;
	z-index: 100;
	font-family: Arial;
}
#left-menu-block {
	display: block;
	margin: 0 0 20px 27px;
	width: 150px;
	background-color: #7d821e;
	height: 550px;
	z-index: 110;
	text-align: center;
	font-weight: bold;
}
#left-menu-block ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
#left-menu-block li {
	margin: 10px 0 0 0;
}
#left-menu-block a {
	color: #FFFFFF;
	text-decoration: none;
}
#left-menu-block a:hover {
	color: #eab03c;
}
#crown {
	display: block;
	margin: 0px;
	z-index: 120;
}
#mainContent {
	margin: 0;
	padding: 0px;
	width: 570px;
	float: left;
	z-index: 70;
}
#mainContent p {
	margin-right: 20px;
}
#footer {
	padding: 0 0 0 15px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #fcba63;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	width: 716px;
	margin: 10px auto 0 auto;
}
#footer p {
	margin: 0;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header-border {
	margin: 20px auto 10px auto;
	width: 554px;
	height: 16px;
	background-image: url(/assets/images/header-border.png);
	background-repeat: repeat-x;
}
#picture {
	margin: 0 0 0 -10px;
	float: left;
	width: 575px;
	z-index: 80;
}
#picture img {
	padding-top: 15px;
	paddinb-bottom: 7px;
}
#search {
	margin: 0px;
	padding: 0 10px 0 0;
	float: left;
	height: 20px;
	width: 560px;
	text-align: right;
}
#cse-search-box .search-field {
	width: 155px;
	height: 21px;
	background-image: url(/assets/images/search-field.png);
	background-repeat: no-repeat;
	border: none;
	padding: 4px 0 0 8px;
	margin: 0 0 0 10px;
	background-color: #000000;
}
#cse-search-results iframe {
	width:570px;
}
/*.search-field{
	width: 155px;
	height: 21px;
	background-image: url(/assets/images/search-field.png);
	background-repeat: no-repeat;
	border: none;
	padding: 4px 0 0 8px;
	margin: 0 0 0 10px;
	background-color: #000000;
}*/

.search-text {
	color: #FFFFFF;
	font-size:13px;
	font-weight: bold;
	border: 0;
	background: 0;
}
#sub-menu-header {
	text-align: center;
	margin: 0 auto;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #fcba63;
	width: 130px;
	padding: 22px 0 6px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}
.float-right {
	float: right;
	margin-left: 8px;
}
.float-left {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	color: #eab03c;
	font-size: 1.8em;
	margin-top: 0px;
}
h2 {
	color: #eab03c;
	font-size: 1.3em;
}

