﻿#header 
{
	position:absolute;
	width: 1000px;
	height: 300px;
	color: #F5FBFB;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	background-color: white;
}

#header h1 
{
    margin: 0px 0 30px 0;
	padding: 0px 20px 0px 0px;
	font: bold 310%/100% "Georgia", arial, sans-serif;
	color: Blue;
	letter-spacing: 0em;
	text-align: right;
	text-shadow: 2px 2px 1px #F5FBFB;
	
}

#header h2 
{
	padding: 0px 20px 5px 0px;
	text-align: right;
	font: bold 300%/100% "Georgia", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0 0 0 0px;
	color: Blue ;
	--text-shadow: 1px 1px 0px #AAA;
}

#header span
{
	background: url(images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	margin: 0 0 0 160px;
	width: 410px;
	height: 0px;  /* 20px for gradient */
}

#header h3 
{
	padding: 4px 20px 0px 0px;
	text-align: right;
	font: bold 330%/100%  "Georgia", Arial, sans-serif;
	font-size: 12px;
	position: relative;
	margin: 0 0 0 0px;
	color: Blue;  /* #44690A;*/
}


#headerlogo 
{
	position:absolute;
	top:10px;
	left:0px;
	width: 100%;
	height: 300px;
	background-image: url(images/Russellvale.jpg);
	background-repeat:no-repeat;
    --background-size: 50%;	
}

#headertext 
{
	position: relative;
	margin: 80px 0 0 0;
	text-align: right;
	width: 100%;
}

#headerapp
{
	position:absolute;
	top: 40px;
	left: 300px;
	width: 1000px;
	height: 140px;
	color: #595959;
	text-align: right;
}

#footer
{
    position:relative;
    margin: auto;
    padding: 10px 0 10px 0;
    height: auto;
    display: block;
    border-top-style: ridge;
    border-top-width: 2px;
    border-color: White;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
    background-color: #002578;

}

#sitemap 
{
	text-align: center;
	padding: 0px 0px 5px 0px;
	font: 330%/100%  "sans-serif", Arial, sans-serif;
	font-size: 10px;
	color: white;
}

#sitemap a
{
	text-align: center;
	padding: 0px 0px 5px 0px;
	font: 330%/100%  "sans-serif", Arial, sans-serif;
	font-size: 10px;
	color: white;
}

#email 
{
	text-align: center;
	padding: 2px 0px 2px 0px;
	font: 330%/100%  "sans-serif", Arial, sans-serif;
	font-size: 10px;
	color: white;
}

#copyright 
{
	text-align: center;
	padding: 5px 0px 2px 0px;
	font: 330%/100%  "sans-serif", Arial, sans-serif;
	font-size: 10px;
	color: white;

}
