@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for SITE NAME HERE                      */
/* Last Updated: 2008.08.06 by Cory Perry                             */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Form styling - refer to forms.css file-------*/
/* For Navigation styling - refer to nav.css file---*/



/* Base Reset.css to reset all default browser styles-----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--// end reset.css--------------------------------------------------*/

body {
	background: #e30011;
	body: 62.5%;
	color: #000;
	font-family: Verdana, "Lucida Grande", Tahoma, sans-serif;
}

/* spans---------------------------------------*/

/* headers-------------------------------------*/
h1 {
	margin: 0 auto;
	text-indent: -9999px;
	font-size: 2.0em;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
}
h3 {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 40px;
	margin-top: 10px;
}
h4 {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 40px;
	margin-top: 10px;
}

/* main layout IDs (framework)-----------------*/
#wrapper {
	background: #fbff4c;
	width: 900px;
	height: auto;
	position: relative;
	margin: 0 auto 10px;
}
#fallspecial {
	z-index: 1;
	position: absolute;
	/*top: 618px;*/
	top: 588px;
	right: -32px;
}
#header {
	background: #fff;
	width: 100%;
	height: 200px;
	position: relative;
}
#header h1.rentals {
	color: #120087;
	width: 462px;
	height: 30px;
	margin-bottom: 4px;
	background: url(../images/rentals.jpg);
}
#header h1.course {
	color: #ff0000;
	width: 264px;
	height: 50px;
	background: url(../images/course.jpg);
}
#nav {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #000;
}
#content {
	background: #ffff00;
	padding: 10px;
	width: 880px;
	position: relative;
}
#content ul {
	margin-left: 30px;
	margin-top: 10px;
	list-style: disc;
}
#content ul.small {
	font-size: small;
}
#content p.parenthetical {
	font-size: small;
	margin-left: 2em;
}
#content h1 {
	/*margin: 10px;*/
	clear: none;
}
#content h1.schedulefor {
	color: #120087;
	width: 844px;
	height: 43px;
	margin: 10px auto;
	background: url(../images/schedulefor.png);
}
#content h1.threehours {
	margin: 5px 0 5px 180px;
	color: #120087;
	width: 480px;
	height: 32px;
	background: url(../images/3hours.png);
}
#content h1.phoneno {
	color: #fff;
	width: 220px;
	height: 32px;
	margin-bottom: 20px;
	background: url(../images/phoneno.png);
}
#content #topContent {
	overflow: auto;
	background: #fff;
	padding: 10px;
	border:1px solid #666;
}
#content #leftContent {
	background: #fff;
	margin: 10px 0 0 10px;
	width: 415px;
	float: left;
}
#content #rightContent {
	background: #fff;
	width: 433px;
	overflow: auto;
	height: auto;
}
#content #pictureContent { overflow: auto; }
#content #pictureContent p { padding: 20px; }
#content #pictureContent div.section {
	overflow: auto;
	height: auto;
	padding-bottom: 20px;
}
#content #pictureContent div.section div {
	float: left;
	margin-left: 24px;
	display: block;
	height: 146px;
	width: 146px;
}
#content #pictureContent div.section div img {
	display: block;
	margin: 0 auto;
	padding: 2px;
	background-color: #00DA2A;
	border: 1px #999 solid;
}
#content #rightContent div {
	padding: 8px;
}
#content #rightContent p {
	clear: both;
	padding-top: 3px;
}
/*div {border:1px solid #330066;}*/
#content #rightContent img {
	float: left;
	padding: 5px;
}
#content #bottomContent {
	margin: 5px 0;
}
#content #bottomContent #themes {
	background:#fff;
	border:1px solid #000;
	overflow:auto;
}
#content #bottomContent #themes div {
	width:33%;
	float:left;
}
#content #bottomContent #themes img {
	padding: 12px 18px;
}
#content #bottomContent #ahoy {
	width: 400px;
	margin: 10px auto;
	overflow: auto;
}
#content #bottomContent #ahoy img {float: left;}
#content #bottomContent #ahoy p {
	border-left: 1px solid #000;
	display: block;
	margin: 40px 0 0 210px;
	padding-left: 10px;
}
#footer {
	background: #fff;
	width: 100%;
	height: 36px;
	border-top: 1px solid #000000;
}
#footer p {
	padding: 8px 20px;
	font-size: .9em;
	text-align: right;
}