/*-------------------------------------
GLOBAL ELEMENTS 
--------------------------------------*/

/* Firefox fix - Prevents Scrollbar Shift */
html { 
 	padding:0px;
  	margin:0px;
  	height:100%; 
  	margin-bottom:1px; 
	}

body {
	background-color:#eae5d6;
	background-image: url('../images/bg.jpg');
  	font-size:0.8em;
  	font-family:arial, helvetica, sans-serif;
  	color:#564b47;  
	margin:0px;
	padding:0px;
	}

/* Removes all borders from images */
img {
	border:0px;
	}
	
a:link, a:visited { 
	color:#8f2644;
	text-decoration:underline; 
	}
	
a:active, a:hover { 
	color:#8f2644;
	text-decoration:underline; 
	}

h1 {
	font-size:2em;
	color:#564b47;
	padding:0px;
	margin:0px;
	}
	
p {
	color:#564b47;
	background-color:transparent;
	padding-bottom:15px;
	margin:0px;
	text-align: justify;
	line-height: 130%;
	}
	
#note {
	font-size: .8em;
}

ul {
	margin:0px;
	padding: 0px 15px 0px 15px ;
	font-size:.9 em;
}

li {
	font-size: .9em;
}

/*-------------------------------------
PAGE ELEMENTS 
--------------------------------------*/


/* Centers page within browser */
#container {
	margin: 0px auto;
	margin-top: 25px;
	padding: 0px;
	width: 880px;
	background-color: #ffffff;
	}

#top {
	height: 30px;
	width: 880px;	
	background-image: url('../images/pagetop.gif');
	padding: 0px;
	clear: both;
	}

#left {
	width:33px;
	height: 805px;
	background-image: url('../images/pageleft.gif');
	padding:0px;
	float:left;
	}
	
#left.home {
	width:33px;
	height: 505px;
	background-image: url('../images/pagelefthome.gif');
	padding:0px;
	float:left;
	}

#page {
	width:814px;
	/*height: 505px;*/
	padding:0px;
	float:left;
	background-color:#fff;
	}
	
	#page.home {
		background-image: url('../images/homeimage.jpg');
		height:505px;
	}
	
	#page.interior {
		background-image: url('../images/header.jpg');
		background-repeat: no-repeat;
		height:805px;
	}
	
#right {
	width: 33px;
	height: 805px;
	background-image: url('../images/pageright.gif');
	background-repeat: no-repeat;
	padding:0px;
	float: right;
	}
	
#right.home {
	width: 33px;
	height: 505px;
	background-image: url('../images/pagerighthome.gif');
	padding:0px;
	float: right;
	}
	
#bottom {
	height: 30px;
	width: 880px;
	background-image: url('../images/pagebottom.gif');
	padding: 0px;
	clear: both;
	}


#content {
	margin:30px;
}

#leftcolumn {
	width:200px;
	float:left;
	padding:0px;
	margin:0px;
}

#rightcolumn {
	width:535px;
	float:right;
	padding-top:10px;
	margin:0px;
	text-align: justify;
	padding-left: 19px;
}


/*-------------------------------------
NAVIGATION MENU 
--------------------------------------*/


#mainnav {
	height: 29px;
	width: 680px;
	text-align: center;
	margin: 0px auto;
	margin-top: 80px;
	background: transparent url('../images/bgnav.gif') repeat-x;		
	}

#mainnav.home {
	margin-top: 440px;
	width: 580px;
	}

#mainnav a {
	display: inline;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .35em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 29px;
	padding: 5px 20px 5px 20px;
	background: transparent url('../images/mainnav_div.gif') bottom left no-repeat;
	}
	
#mainnav a:hover {
	color: #8f2644;
	}
	
	/* the left-most, doesn't need a divider graphic */ 
	#mainnav a.first {		
		background: none;
		padding: 5px 20px 5px 20px;
		}

