﻿@import url('Page_Styles.css');
@import url('Grid_Styles.css');
@import url('Site.css');
/*======= HTML STYLE ================*/
*{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

body {
	height: 100%;
	color: #000;
	min-width: 760px;
	background-color: #000000;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #000000;
    background-color: #E4C386;
    text-align: center;
}

/*======= MASTER ====================*/
#master_container{
    margin: 0px auto 0px 143px;
    min-height: 100%;
    background: #FAFAF0;
    z-index: 20;
    border-left-style: solid;
    border-left-width: 1px;
}
#master_content
{
    width: 100%;
    position: relative;
}
#master_form
{
}

#master_masthead{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 97px;
	color: #000000;
	min-width: 760px;
	background-color: #B96921;
	background-image: url('../images/WorldBanner1.gif');
	background-repeat: repeat-x;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-decoration: underline overline;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #000000;
}
#master_masthead_imageL {
	position: absolute;
	top: -45px;
	z-index: 100;
}

#master_masthead_imageR
{
    border-color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
    float: right;
    clear: right;
}

#master_clearheader {
height:102px;
}

#master_sidebar_imagetop{
	position: relative;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	left: 2px;
}
#master_sidebar_imagebottom{
    border-style: none;
    position: absolute;
    top: 565px;
    left: 15px;
}
#master_sidebar_imagebottom a:hover{
    border-color: #000000 #000000 #f5f5f5 #000000;
    color: #006600;
}

#master_sidebar{
	position: absolute;
	width: 120px;
	text-align: left;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	left: 10px;
}

#master_sidebar a {
	border-color: #000000 #000000 #f5f5f5 #000000;
	font-weight: bold;
	text-decoration: none;
	color: #CAAF7A;
	padding: 3px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#master_sidebar a:hover
{
    color: #000000;
    background-color: #B86521;
    text-decoration: none;
}
#master_sidebar li {
	font-weight: normal;
	position: relative;
	border-top-color: #B79F57;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: right;
	text-indent: 6px;
	font-size: small;
}
#master_sidebar ul {
	list-style-type: none;
	width: 120px;
	display: block;
	margin: 0;
	padding: 0px;
}

.master_sidebar_spacer{
	width: 115px;
}
#master_footer_clear {
	clear: both;
	height: 60px;
}
#master_footer {
	text-align: center;
	background-color: #BB6923;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 24px;
	height: 51px;
	background-repeat: repeat-x;
	left: 0px;
	margin: -56px auto 0 auto;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000000;
}
#master_footer  a {
    color: #FFFFFF;
    text-decoration: underline;
}
#master_footer a:hover {
	color: #fff;
	text-decoration: none;
}
#master_frogfooter {
	margin: -70px 10px auto auto;
	float: right;
}
#master_frogfooter a {
    color: #000000;
    padding: 3px;
}
#master_frogfooter a:hover 
{
    display:block; /*makes frog jump*/
}



