html, body {padding: 0;	border: 0; margin: 0;}

/* -- GLOBAL IMAGES ------------------------------------------------------------ */

img {padding: 0; margin: 0;	border: 0;}
	
/* -- GLOBAL LINKS ------------------------------------------------------------- */

a, a:link, a:active, a:visited {text-decoration: none; color: mediumblue  /* steelblue */ /* #5c95cc */; }
a:hover {text-decoration: none; color: #fb832b;}

/* -- GLOBAL TYPOGRAPHY -------------------------------------------------------- */

p {
	font: normal 11px Verdana, "Trebuchet MS", Optima, "Gill Sans", AppleGothic, sans-serif;
	line-height: 13px; 
	margin: 0; padding: 0; 
	text-align: left;
	color: black;
	}

h1 {
	font-family: Georgia, "Times New Roman", verdana, sans-serif; 
	font-weight: normal; text-align: left; 
	color: black;
	}

h2, h3, h4 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, "Trebuchet MS", Optima, "Gill Sans", AppleGothic, sans-serif; 
	font-weight: normal; text-align: left; 
	color: black;
	}

blockquote {
	color: black; 
	float: right; 
	width: 200px;
	font: normal 18px Georgia, serif;
	line-height: 24px; 
	text-align: left; 
	margin: 5px 10px 10px 20px; 
	}

/* -- GLOBAL LISTS ------------------------------------------------------------- */

ul {text-align: left;}
li {font-family: Verdana, "Trebuchet MS", Optima, "Gill Sans", AppleGothic, sans-serif; font-size: 10px; text-align: left;}

/* -- PAGE LAYOUT -------------------------------------------------------------- */

#page {
	margin: 0 auto; 
	position: relative; 
	width: 720px; 
	}
	
#header {
	margin: 0;
	position: absolute; 
	top: 0; left: 0;
	width: 720px; height: 182px;
	background: url(images/sierrabanner.jpg) no-repeat;
	border: 1px black solid;
	}

#header h2  {
	font: normal 30px Georgia, "Times New Roman", serif;
	color: black;
	margin: 5px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	}
	
#header h4 {
	font: normal 16px "Lucida Sans", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: black;
	margin: 1px 0 0 0;
	text-align: center;
	}
	
#mainpage {
	margin: 0; 
	position: absolute; 
	top: 182px; left: 0; 
	width: 720px;
	background: url(images/col_background.gif) repeat;
	border: 1px black solid;
	}

/* -- LEFT COLUMN -------------------------------------------------------------- */

#leftbar {
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 0;
	}
	
#sidenav ul {
	margin: 15px 0 0px 1px; 
	padding: 0 0 10px 0; 
	border: 0;}

#sidenav ul li {
	width: 169px;
	line-height: 33px;
	list-style: none; 
	font-family: Verdana, "Trebuchet MS", Optima, "Gill Sans", AppleGothic, sans-serif;
	display: inline;
	margin: 0;
	}
	
#sidenav ul li a {
	height: 33px;
	padding: 0 0 0 15px; 
	margin: 0;
	color: black; 
	display: block;  
	font-size: 11px !important;
	text-decoration: none;
	background: url(images/sidenav_button.gif) no-repeat 0 -33px;
	}

#sidenav ul li a:hover {
	background: url(images/sidenav_button.gif) no-repeat 0 0; 
	padding: 0 0 0 15px;
	margin: 0;
	}
	
#sidenav li a.bot { /* Puts border on bottom of last nav */
	height: 35px;
	padding: 0 0 0 15px; 
	margin: 0;
	color: black; 
	display: block;  
	font-size: 11px !important;
	text-decoration: none;
	background: url(images/sidenav_button.gif) no-repeat 0 -33px;
	}
	
#leftbar h1, #leftbar h2 {
	font-size:13px; 
	height: 32px;
	margin: 10px 0px 8px 0px;
	padding: 0; 
	color: #deb887;
	text-align: center;
	text-transform: uppercase;
	line-height: 32px;
	background: url(images/sidenav_h1bg.gif) repeat;
	}

#leftbar p {
	color: #3B3A34; 
	margin: 0px 10px 10px 10px;
	padding: 0;
	}
	
#leftbar ul.list {
	margin: 10px 0 5px 8px; 
	padding: 0; 
	color: #3B3A34;
	list-style: none;
	}

#leftbar ul.list li {
	margin: 0 0 7px 0; 
	padding: 0 0 0 9px; 
	background: url(images/bullet.gif) no-repeat 0 3px; line-height: 12px
	}

/* -- MAIN COLUMN -------------------------------------------------------------- */

#maincol {
	float: left; 
	width: 550px; 
	padding: 0; 
	margin: 0 0 10px 0;
	}

#maincol h1 {
	font-size: 18px; 
	margin: 10px 0 4px 10px; 
	text-transform: uppercase;
	}
#maincol h2  {
	font-size: 16px; 
	margin: 10px 0 4px 10px;
	}
#maincol p {
	font-size: 12px; 
	color: black; 
	margin: 0 10px 20px 10px; 
	line-height: 17px;
	}

#maincol img.left {
	float: left;
	margin-right: 10px;
	}
	
#maincol img.right {
	float: right;
	margin: 0 10px;
	}

/* -- FOOTER ------------------------------------------------------------------- */

#footer {
	clear: both; 
	width: 720px; height: 50px; 
	background: url(images/foot_background.gif) repeat; 
	padding: 0px; margin: 0;
	border-top: 1px black solid;
	}
	
#footer p {
	font-size: 10px; 
	color: black; 
	padding: 20px 0 20px 0; 
	margin: 0 0 0 18px; 
	text-align: center;
	}