/* MAIN SITE CSS FILE
---------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
    Global Styles
---------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #333;
}
a, a:visited {
	color: #333;
	text-decoration: none;
}

.collapseForPrint {
	display: none;
}

#header {
	height: 40px;
	border-bottom: 1px solid #CCC;
}
#logo {
	font-size: 22px;
	float: left;
}
#siteName {
	float: right;
	padding-top: 5px;
}
#mainContent {
	clear: both;
}
.navigation, #footerLinks, #browseSearch, #imageSlideshow, #quickButtons, .link {
	display: none;
}

#footer {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #CCC;
}
#weblink {
	float: right;
}