﻿body
{
font-family: Arial;
font-size: 12px;
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
color: #5b6b7e;
background-image:url('../../Media/Images/Site/bkg.jpg');
}

#framecontentTop, #framecontentBottom{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 180px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: #fdfdfd;
}

#framecontentBottom{
top: auto;
bottom: 0px; 
height: 35px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #3b911d;
border-bottom: solid 2px white;
color: #fdfdfd;
}

#maincontent
{
position: absolute; 
top: 180px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 35px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: hidden;
}

* html body{ /*IE6 hack*/
padding: 180px 0 35px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

div.centercontainer
{
	width: 800px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

div.centercontainersl
{
	width: 800px;
	height: 100px;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
}

#topmenu
{
	position: absolute;
	height: 40px;
	width: 800px;
	padding-left: 10px;
	padding-top: 20px;
}

#leftsubmenu
{
	position: absolute;
	padding-top: 8px;
	margin-top: 40px;
	height: 40px;
	width: 400px;
	padding-left: 65px;
}

#rightsubmenu
{
	position: absolute;
	padding-top: 8px;
	margin-top: 40px;
	margin-left: 425px;
	height: 40px;
}

#leftsquare
{
	position: absolute;
	border-top: solid 1px #5b6b7e;
	border-bottom: solid 1px #5b6b7e;
	margin-left: 20px;
	width: 350px;
	height: 353px;
	overflow: hidden;
}

#rightsquare
{
	position: absolute;
	border-top: solid 1px #5b6b7e;
	border-bottom: solid 1px #5b6b7e;
	margin-left: 415px;
	width: 350px;
	height: 353px;
	overflow: auto;
}

#rightsquare a
{
	color: #5b6b7e;
}

.phototag
{
	position: absolute;
	margin: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity-x:0.6;
	color: Black;
	padding: 0px;
	background-color: #5b6b7e;
}

.phototag p
{
	padding: 5px;
	margin: 0px;
}

#directions
{
	padding: 0;
	margin: 0;
	display: none;
	height: 340px;
}

#leftsquaretag
{
	position: absolute;
	margin-top: 350px;
	margin-left: 20px;
	width: 350px;
	color: #3b911d;
	font-style: italic;
}

.menuitem
{
	padding: 5px 5px 0px 5px;
}

.submenuitem
{
	padding: 2px 0px 0px 5px;
}

#silverlightControlHost {
	    height: 100%;
    }
    
#madeBy
{
	position: absolute;
	top: auto;
	bottom: 0;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #3b911d;
	font-size: 7pt;
}

#madeBy a 
{
	color: #3b911d;
}

#madeBy a:hover
{
	color: #3b911d;
}