﻿@import url('Page_Styles.css');

/*======= HTML STYLE ================*/
body {
	height: 100%;
	color: #000;
	background-image: url('../images/SideBarTile.gif');
	background-repeat: repeat;
	min-width:760px;
}

/*======= 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 {
    border-color: #000000;
    width: 100%;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
}
#master_form 
{
}

#master_masthead{
	border-color: #000000;
	background-image: url('../images/LogoTopSpacer2.gif');
	background-repeat: repeat;
	position: absolute;
	left: 0;
	width: 100%;
	height: 103px;
	color: #FFF;
	min-width:760px;
}
#master_masthead_imageL {
	float: left;
	background-image: url('../images/LogoTop2.gif');
}

#master_masthead_imageR {
	float: right;
	clear: right;
	border-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

#master_masthead_imageR_IE6 {
	border-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	position: absolute;
	right: -144px;
}


#master_clearheader {
height:103px;
}

#master_sidebar_imagetop{
	position: relative;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	left: 2px;
}
#master_sidebar_imagebottom{
	border-style: none;
	position: absolute;
	top: 575px;
	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: #006600;
    padding: 3px;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#master_sidebar a:hover {
	color: #000000;
	background-color: #99CC00;
	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: left;
	text-indent: 6px;
	font-size: small;
}
#master_sidebar ul {
    list-style-type: none;
    width: 120px;
    display: block;
    margin: 0;
    padding: 0;
}

#master_sidebar_spacer{
	width: 115px;
}
#master_footer_clear {
	clear: both;
	height: 140px;
}
#master_footer {
	text-align: center;
	background-color: #000000;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 24px;
	height: 56px;
	background-repeat: repeat-x;
	left: 0px;
	margin: -56px auto 0 auto;
}
#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;
	position: relative;
}
#master_frogfooter a {
    color: #000000;
    padding: 3px;
}
#master_frogfooter a:hover 
{
    display:block; /*makes frog jump*/
}


