﻿/*Master page layout*/

#wrapper {
	background-color:White;
	margin:0pt auto;
	padding:10px 10px 10px;
	width:900px;	
	border:solid 1px Green;	
}	

#masthead {
	height:110px;
	background-color:#EBE9C3;
	border:solid 1px Green; 	
}

#headeritems {
}

#logo {
	width:120px;
	height:100px;
	margin:5px; 
	float:left;
}

#masterheader {
	float:left;	
}

#masterheader h1{
	color:#5f9ea0;
	margin:20px 0 15px 15px;
	line-height:120%
}

#mainmenu {
	background-color:#E3EAEB;
	border:solid 1px Green; 
	border-top:None 0 ;	
}

#memberlogin 
{
	position:absolute;
	top: 70px;
	right: 290px; 
}

.bookmarkpage {
	float:right;
	margin:5px;
}

.bookmarkpage a{
	color:Gray;
	font-size:0.8em;
}

#sidebar_a 
{
	float:left;
	width:110px;
	height:410px;	
}

#content 
{
	width:880px;
	min-height: 450px;
	margin:15px 0 10px 0;	
	padding: 0 10px;
	float:left;	
}

1div
{ border:solid 1px Black;}

#footer 
{
	clear:both;
	border-top:solid 1px Green; 
	padding:4px -5px 0px;
	color:#333333;
	font-size:0.8em;
	letter-spacing:0.09em;	
	text-align:center;
	width:900px;
	margin: 0pt auto;
}

#spacer
{
	clear:both;
	display:block;
	1margin:0px;
}

.smallclearer {
	clear:both;
	display:block;
	font-size:1px;
	height:5px;
	line-height:1px;
	margin-bottom:-1px;
}

.form-entry-clearer{
	clear:both;
	display:block;
	font-size:1px;
	height:7.5px;
	line-height:1px;
	margin-bottom:-1px;
}


.clearer {
	clear:both;
	display:block;
	font-size:1px;
	height:10px;
	line-height:1px;
	margin-bottom:-1px;
}

/*General layout classes*/

*.text-top { 
	vertical-align:text-top;    
}

*.middle {
	vertical-align:middle;      
}

*.baseline {
	vertical-align:baseline;    
}

*.text-bottom {
	vertical-align:text-bottom; 
}


