/* The master stylesheet imports supporting stylesheets into the document =====*/
@import url("structure.css");
@import url("nav.css");
@import url("buttons.css");
@import url("forms.css");
@import url("text.css");
@import url("events.css");

/* Default style Sets =====*/
body {
	background-color: #363;
	margin: 0 0 0 0;
	font-family: lucida, lucida grande, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3em;
}

img {
	border: 0;
}

a:link {
	color: #00F;
	text-decoration: underline;
}

a:visited {
	color: #00B;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #F00;
	text-decoration: none;
}

.clr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

#logo {
	background: url(../img/logo.jpg) no-repeat;
	width: 241px;
	height: 203px;
}

#logo a {
	display: block;
	width: 241px;
	height: 203px;
	text-decoration: none;
}

#logo a h1 {
	display: none;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.pad15 {
	padding: 15px;
}

.pad15nobottom {
	padding: 15px 15px 0 15px;
}

#virtualtour {
	text-align: center;
}