/********************************************************
***  LaSalle Rowing Club                              ***
***  Default Style v1.0b (For Basic Browsers)         ***
***  Website: www.rowlasalle.ca                       ***
***  Written by: Brandon Bartelds                     ***
***  Date Written: September 4, 2006                  *** 
********************************************************/

/********************************************************************************
***  This file is based on suggestions / lessons provided on:                 ***
***                                                                           ***
***  CSS Zen Garden - www.csszengarden.com                                    ***
***  Hot Design (Seybold Seminars) - www.hotdesign.com/seybold/index.html     ***
***  Tantek Celik (A Touch of Class) - tantek.com/log/2002/12.html#L20021216  ***
***                                                                           ***
********************************************************************************/

/**************************
***  Element Selectors  ***
**************************/

html {}
body {
	font: 8pt/16pt georgia;
	color: #555753;
	margin: 0px;
	background-color: #0A7092;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	font-family: arial;
	font-size: 1.2em;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	font-family: arial;
	font-size: 1.2em;
}
a:hover, a:active {
	/*text-decoration: underline;*/
	font-weight: bold;
	color: #FFFFFF;
}
div {
	/*border: 1px dotted red;*/
	/*padding: .5em;*/
}
p {}
h1 {
	/*font: 24pt/36pt georgia;
	font-weight: bold;*/
	line-height: 30px;
}
h2 {}
ul {}
li {}
table.calendar {}
tr.calendar {
	height: 75px;
}
td.calendar {
	padding-left: 0px;
	padding-top: 0px;
	width: 60px;
	vertical-align: top;
}
div.calendarNumbering {
	float: left;
	background-color: #B01115;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial;
}
tr.calendarHeader {

}
td.calendarHeader {
	color: #000000;
}
td.calendarTitleBar {
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
}

/****************************
***  Specific DIV Blocks  ***
****************************/
#header {
	border: 0px dotted blue;
	/*background-color: #DDDDFF;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	height: 184px;
}
#header img.hdrimage {
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#header img.hdrimage2 {
	border: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#mainnav {
	border: 1px solid #FFBBBB;
	padding: 5px;
	background-color: #C10425;
	width: 158px;
	position: absolute;
	top: 195px;
	left: 0px;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#mainnav li {
	list-style: none;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;

}
#subnav {
	border: 0px dotted yellow;
	background-color: #C10425;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
#subnav ul {
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#subnav li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}
#content {
	border: 0px solid #FF2222;
	background-color: #A7C5B4;
	margin-left: 170px;
	margin-right: 185px;
	color: #111111;
	padding: 15px;
	text-align: center;
}
#content p {
	text-align: left;
	margin-bottom: 15px;
}
#content p.verticalspacer {
	height: 50px;
}
#content p.returnlink {
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 1.3em;
}
#content p.disclaimer {
	font-size: 0.9em;
}
#content table {
	border: 1px solid #000000;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
#content table.registration {
	margin-left: auto;
	margin-right: auto;
	width: 375px;
	border: 0px;
}
#content table.hiddentable {
	border: 0pt solid #000000;
}
#content td.category {
	vertical-align: top;
}
#content tr.subheading {
	background: #DDDDDD;
}
#content ul.preparagraph {
	margin-top: 40px;
}
#content ul.directions {
	text-align: left;
}
#content ul.standardList {
	text-align: left;
	list-style: none;
}
#content li.standardList {
	font-weight: bold;
	margin-top: 18pt;
}
#content ul.standardSubList {
	list-style: none;
}
#content a:link {
	color: #E53333;
}
#content a:visited {
	color: #E53333;
}
#content a:hover, #content a:active {
	color: #FFFFFF;
}
#content a.listing {
	margin-bottom: 14pt;
	display: block;
}
#advertisements {
	position: absolute;
	width: 165px;
	top: 195px;
	right: 0px;
	text-align: left;
	border: 1px solid #000000;
	background-color: #FFFFDD;
	padding: 5px;
}
#googleads {
	position: absolute;
	width: 130px;
	top: 205px;
	right: 5px;
	text-align: left;
	border: 0px solid #000000;
	/*background-color: #FFFFDD;*/
	padding: 5px;
}
#otflogo {
	width: 99%;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #CCCCCC;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	clear: both;
}