* {
	margin: 0; 
	padding: 0;
}


.showPrint {
	display: none;

}





.rightAlign { text-align: right; }
.leftAlign { text-align: left; }
.centerAlign { text-align: center; }
.price { padding: 0 3px 0 3px; }

body {
	font-size: 101%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px 0 20px 0;
}

img { border: none; }


br.clear {
	clear: both;
	height: 0;
}

.hide {
	position: absolute;
	left: -10000px;
}

div#wrapper {
	width: 774px;
	border: 1px solid #ff9900;
	margin: 0px auto;	
}


div#header {
	height: 135px;
	width: 774px;
	background: url(../_images/ferris-logo.jpg) no-repeat;
	text-align: left;

}


div#header div#navigation {
	position: absolute;
margin: 112px 0 0 175px;
}

div#navigation ul li { display: inline; list-style-type: none; }

div#navigation ul li a {
	display: block;
	float: left;
	border-right: 1px solid black;
	padding: 0 5px 0 5px;
	font-size: 80%;
}

div#navigation ul li a:link, div#navigation ul li a:visited, div#navigation ul li a:hover {
	color: black;
	text-decoration: none;
}

div#navigation ul li a:hover { text-decoration: underline; }
div#navigation ul li a#navigationLastLink { border-right: none; }



div#main {
	width: 774px;
		padding-top: 10px;
	background: url(../_images/header-gradient.gif) top repeat-x;
}


div#leftCol {
	float: left;
	width: 169px;
	text-align: left;
	color: #076622;
	

}

div#leftCol h3 {

}

div#leftCol a:link, div#leftCol a:visited, div#leftCol a:hover {
	color: black;
	text-decoration: none;
}
div#leftCol a:hover { color: #333; text-decoration: underline; }


div#middleCol {
	float: left;
	width:  391px;
	margin-left: 25px;
		margin-top: 10px;
}

div#middleCol div#photoAlbum h2 {
	display: block;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	padding: 4px 0 4px 0;
	text-align: center;
	color: #666;
	font-size: 130%;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 5px;
}


div#middleCol div#pageContent {
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	text-align: left;
	margin-bottom: 10px;
}

div#middleCol div#pageContent p {
	padding: 3px 10px 3px 10px;
	font-size: 80%;
}












div#rightCol {
	float: left;
	width: 169px;
	margin-left: 20px;
	
}


div#rightCol div.sidebar {
	width: 169px;
	background: url(../_images/right-sidebar-repeater.gif) repeat-y;
}
div#rightCol div.sidebar div.topEmpty {
	height: 12px;
	width: 169px;
	background: url(../_images/right-sidebar-top.gif) no-repeat;
}
div#rightCol div.sidebar div.topFill {
	height: 24px;
	width: 169px;
	background: url(../_images/right-sidebar-h2-curve.gif) no-repeat;
}
div#rightCol div.sidebar div.sidebarBottom {
	height: 22px;
	width: 169px;
	background: url(../_images/right-sidebar-bottom.gif) no-repeat;
}
div#leftCol div.sidebar {
	width: 169px;
	background: url(../_images/left-sidebar-repeater.gif) repeat-y;
}
div#leftCol div.sidebar div.topEmpty {
	height: 12px;
	width: 169px;
	background: url(../_images/left-sidebar-top.gif) no-repeat;
}
div#leftCol div.sidebar div.topFill {
	height: 24px;
	width: 169px;
	background: url(../_images/left-sidebar-h2-curve.gif) no-repeat;
}
div#leftCol div.sidebar div.sidebarBottom {
	height: 22px;
	width: 169px;
	background: url(../_images/left-sidebar-bottom.gif) no-repeat;
}

div.topFill { margin-bottom: 10px; }
div.sidebar p{ font-size: 75%; }
#rightCol div.sidebar ul li { list-style-type: none; font-size: 70%; }
#leftCol div.sidebar ul li { list-style-type: none; font-size: 90%; }
#leftCol div.sidebar ul li li { list-style-type: disc; margin-left: 25px;}
#leftCol div.sidebar h3, #leftCol div.sidebar h3 a:link, #leftCol div.sidebar h3 a:visited, #leftCol div.sidebar h3 a:hover{ font-size: 90%; color: #076622; margin-top: 5px; }

div#leftCol div.sidebar p, div#leftCol div.sidebar ul li, div#leftCol div.sidebar h2 { padding: 0 5px 0 5px; }
div#rightCol div.sidebar p, div#rightCol div.sidebar ul li, div#rightCol div.sidebar h2 { text-align: center; padding: 0 5px 0 10px; font-size: 70%:  }
div#leftCol form { padding: 0 5px 0 5px; }

div.sidebar { margin-bottom: 15px; }

div.sidebar div.topFill h2 {
color: white;
font-size: 120%;
font-family: helvetica, arial, sans-serif;
letter-spacing: -1px;

}

p.getAdobeReader { margin-top: 5px; }
div#rightCol a:link, div#rightCol a:visited, div#rightCol a:hover {
	color: #333;
	text-decoration: none;
}
div#rightCol a:hover { color: #000; text-decoration: underline; }


div#footer {
	background: #ff9900;
	color: black;
	padding: 3px 0 3px 0;
}
div#footer p { font-size: 80%; }
div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
div#footer a:hover {
	color: #666;
	border-bottom: 1px solid #666; 
}

div#footerLeft { float: left; padding-left: 3px;}
div#footerRight { float: right;  padding-right: 3px;}

#searchField {
	width: 105px;
	font-size: 95%;
	padding: 2px;
	background: url(../_images/search-field-gradient.gif) top repeat-x;
	border: 1px solid #bbb;
}

#searchButton {
	background: #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;

}








div#subPageContent {
	text-align: left;
	margin-bottom: 10px;
}

div#subPageContent p {
	padding: 3px 10px 3px 10px;
		margin: 3px 0 3px 0;
	font-size: 80%;
}

div#subPageContent h1 {
	font-size: 130%;
	font-family: helvetica, sans-serif;
	letter-spacing: -1px;
	color: #666;
	border-bottom: 1px dotted #666;
}

div#subPageContent h2 {
	font-size: 110%;
	letter-spacing: -1px;
	color: #333;
	margin: 5px 0 5px 0;
}
div#subPageContent ul {
	margin: 5px 0 5px 30px;
	font-size: 80%;
}
div#subPageContent li {
	margin: 3px 0 3px 0;
}
div#subPageContent a:link, div#subPageContent a:visited, div#subPageContent a:hover  {
	color: #666;
	text-decoration: none;
}
div#subPageContent a:hover {
	color: #333;
	text-decoration: underline;
}

div#subPageContent p.important {  padding: 5px 0 5px 0;  text-align: center; font-size: 120%; border: 1px solid #666; color: #333; background: #eee; }


div#tableLegend {
	width: 375px;
	border: 1px dotted #ff9900;
	font-size: 80%;
	padding: 3px 0 3px 5px;
	margin: 20px 0 0 0;
	background: #fff url(../_images/legend-bg.gif) bottom repeat-x;
	font-weight: bold;
	color: #333;
	


}
div#tableLegend span.legendLeft {
	margin-right: 25px;

}

div#homeContentNav {
	display: block;
	width: 387px;
	height: 190px;
	margin: 0 0 10px 0;
}

div#homeContentNav a#blogLink, div#homeContentNav a#photoAlbumLink {
	float: left;
	display: block;
	height: 190px;
	width: 191px;

}

div#homeContentNav a#blogLink {
	background: url(../_images/blog-image.jpg) no-repeat;
	margin-right: 5px;

}

div#homeContentNav a#photoAlbumLink {
	background: url(../_images/photo-gal-image.jpg) no-repeat;


}

a#printIcon {
	margin: 10px 0 0 5px;
	float: left;
	background: #ddd;
	padding: 3px;
	border: 1px solid #bbb;
}
a#printIcon:hover {
	background: #ccc;

	border: 1px solid #666;
}

#twitter_update_list li {
font-style:italic;
font-size: 75%;
font-weight: bold;
margin-left: 0;
margin-right: 10%;
margin-top: .5em;
margin-bottom: .5em;
}
