﻿/* CSS layout */


#masthead {
	background-image:url('../Images/sunrise.jpg');
	background-repeat:no-repeat;
	background-size: 100%;
	padding-right:40px
}

#top_nav {
	background-color:#ffffff;
	height: 14pt;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	background-color: #ffffff;
	width: 265px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding:15px 0px 0px 20px; 
}

#page_content {
	background-color: #ffffff;
	margin-left: 300px;
	margin-right: 250px;
	padding:15px 10px 0px 20px}
	
#right_col {
	background-color: #ffffff;
	position:absolute;
	right: 0px;
	top:0px;
	width:250px;
	padding:15px 0px 0px 20px; 
}	

#footer_space{
	height:10px;
	color: white;
}

#footer {
	height:40px;
	background-image:url('../Images/sunrise.jpg');
	background-repeat:no-repeat;
	background-size: 100%;
	color:white;
	font-family:"Times New Roman", Times, serif;
	font-size: 110%;
	padding:10px 10px 0 10px
}

#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	text-align:right;
}

#masthead h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	letter-spacing:2px;
	color: #FFFFFF;
	margin: 0px;
	text-align:right;
}

#masthead ul {
	list-style-type: none;
	margin: 0px;
	padding-bottom: 0px;
}

#masthead li {
	float: left; 
}
#masthead a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F4C9C1;
	margin-right: 2px;
}

#top_nav ul {
	visibility:hidden;
	list-style-type: none;
	width: 100%;
	margin: 0px;
}

#top_nav li {
	float: left;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F4C9C1;
	margin-right: 2px;
}

#footer_left{
	width:50%; 
	float:left;
	text-align:left;
	vertical-align:middle;	
}

#footer_right{
	width:50%;
	float:right;
	text-align:right;
	vertical-align:middle;
}

#clear{
	clear:both;
}

#specialtext
{
	 display:none;
}

