﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #d3d9d6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#masthead {
	margin:auto;
	width: 800px;
	height:65px;
	background-color: #81858C;
}

#logo {
	left:0px;
	top:0px;
	float: left;
	width: 350px;
	height:100%;
}

#header {
	position:absolute;
	top:8px;
	float:right;
	width:440px;
	text-align:right;
	color:white;
	padding:0 2px 0 0;
}

#navigation {
	margin:auto;
	width: 800px;
	top:65px;
	background-color: #2D353F;
	color:white;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 8px;
	text-align:center;
}

#container {
	clear: both;
	width: 800px;
	margin:auto;
	background-color:#B7C033;	
}

#column_left {
	margin:auto;
	float: left;
	width: 250px;
	background-color:#B7C033;
	height:100%;
	padding:    4px;
}

#column_main {
	margin:auto;
	float:left;
	width:512px;
	background-color: #81858C;
	height:100%;
	padding:0 15px 5px 15px;
}
#column_main_footer {
	height:20px;
}

#column_right {
	float: right;
	width: 250px;
	background-color:#B7C033;
	height:100%;
	padding: 4px;
}

#footer {
	position:relative;
	margin:auto;
	width: 800px;
	text-align: center;
	padding-bottom: 5px;
}

#footer_menu{
	background-color: #2D353F;
}

#footer_legal {
 position:relative;
 top:10px;
 color:white;
 background-color: #2D353F;
 font-size: 10px;
}


/* FOOTER  STYLE */
#footer ul {
	margin:0;
	padding:0;
	}
	
#footer li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer a:link,
#footer a:visited {
	text-decoration:none;
	color:#999999;
}

#footer a:hover {
	color:#666666;
	text-decoration:none;
}


/* NAVIGATION  STYLE */

#navigation ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navigation li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#navigation a:link,
#navigation a:visited {
	color:white;
	text-decoration:none;
}

#navigation a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#navigation a:active {
	color:White;
}

#navigation li.current a:link,
#navigation li.current a:visited {
	text-decoration:underline;
}

#navigation li.current a:hover {
	color:White;
	text-decoration:underline;
}

#navigation li.current a:active {
	color:White;
}

/*  NAVIGATION - ACTIVE PAGES */
#navigation a.StaticSelectedStyle:link,
#navigation a.StaticSelectedStyle:visited {
	color:White;
	text-decoration:underline;
}

#column_left p {
	font-size: 11px;
	margin: 7px;
}

#column_right p {
	font-size: 11px;
	margin: 7px;
}



