/* 
HEX COLORS USED IN THE STYLESHEET

light green		#ACCB74
dark  green		#627F2E
light orange	#FFA52B 
dark  orange	#D57000
*/

body
{
	padding: 0px;
	margin: 0px;
	background-color: #627F2E;
	background-image: url(/images/backgroundGreenGradient.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 25px;
	font-family: Segoe UI, Arial;
	font-size: 12pt;
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a
{
	color: #D57000;
}

a:hover
{
	text-decoration: none;
}

div
{
	margin:0px;
}
hr
{
	height: 1px;
	color: #ACCB74;
	}

h1
{
	color: #627F2E;
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	text-align: justify;
}

h2
{
	color: #D57000;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul
{
	margin-top: 0px;
	margin-left: 18px;
}

div#headerPhoto
{
    margin-left: 35px;
    height: 350px;
}

div#slideshow
{
    position: relative;
    z-index: 0;
    top: -65px; 
    left: 0px; 
    width: 800px;
    height: 350px;
}
div#slideshow img
{
    width: 800px;
    height: 350px;
}

div#pageContainer
{
	/* These styles center the div */
	position: relative;
	margin-left: 50%;
	left: -435px;
	width: 870px;
	text-align: center;
}

div#contentTop
{
	background-image: url(/images/contentTop.png);
	background-repeat:no-repeat;
	width: 870px;
	height:350px;
	padding-top:35px;
	text-align:left;
}


div#contentBottom
{
	background-image: url(/images/contentBottom.png);
	background-repeat:no-repeat;
	width: 760px;
	height: 75px;
	padding: 16px 55px 0px 55px;	
	font-size: 10pt;
}

div#contentBottom a
{
	color: #000000;
	text-decoration: none;
}

div#contentBottom a:hover
{
	text-decoration: underline;
}

div#contentContainer
{
	background-image: url(/images/contentShadowMiddle.png);
	width: 760px;
	padding: 20px 55px 20px 55px;
	text-align:left;
}

div#contentLeftColumn
{
	width:495px;
}

div#contentRightColumn
{
	width:495px;
}

div#navigation
{
	background-image: url(/images/headerNavigation.png);
	background-position: top left;
	background-repeat:no-repeat;
	height:45px;
	width: 560px;
	font-size: 14pt;
	text-align: right;
	padding: 20px 60px 0px 180px;
}

div#navigation a 
{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

div#navigation a:hover 
{
	color: #ACCB74; 
	text-decoration: underline;
}

.loginPanel
{
	background-image: url(/images/loginBackround.png);
	background-repeat: repeat-y;
	background-position: 35px;
	text-align: right;
	padding-right:60px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

span#copyright
{
	
}
	
span#validate
{
	float:right;
	font-size: 8pt;
	padding-top: 2px;
}


.callout
{
	background-color: #DAE8C1;
    width: 245px;
}
 
.callout.right
{
	float: right;	
	clear:none;
	margin: 10px 0px 10px 15px;
}

.callout.left
{
	clear:none;
	float:left;
	margin: 10px 15px 10px 0px;
}

.calloutTop
{
	background-image: url(/images/calloutTop.gif);
	background-position: top;
	background-repeat:no-repeat;	
	color: #FFFFFF;
	height: 38px;
	padding: 12px 15px 0px 15px;
	font-size: 14pt;
}

.calloutContent
{
	border-right: solid 1px #627F2E;
	border-left: solid 1px #627F2E;
	padding: 10px 15px 10px 15px;
}

.calloutContent.small
{
	font-size: 10pt;	
}

.calloutContent span.navigation
{
	display: block;
	margin-bottom: 5px;
	
}

.calloutBottom
{
	background-image: url(/images/calloutBottom.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	width: 245px;
	height: 10px;
	font-size: 0pt;
}

.readMore
{
	margin-top: 10px;
	margin-left: 5px;
}

input
{
	font-family:Segoe UI, Arial;
	
}
.loginButton
{
	font-size: 14pt;
	color: #FFFFFF;
	background-color: Transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	
}


