/* basics */
* {margin:0;padding:0;}

body { 
	background: #99999a; 
	width: 1104px;
	height: 1056px;
	margin: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: medium;
	}

h1 {
	padding: 10px 0 0 10px;
	font-size: 20px; 
	font-weight: normal;
	}

h2 {
	padding: 10px 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}

/* Section Specifics */

/* Navigation */
#navContainer {
	z-index: 5;
	float: left;
	width: 154px;
	height: 829px;
	position: absolute;
	left: 30px;
	top: 220px;
	}

#menu a {
	display:block;
	width:154px;
	padding:3px 0 8px 0;
	text-align: center;
	font: bold 14px Tahoma;
	color: black;
	background: url("../images/button.png") 0 0 no-repeat;
	text-decoration: none;
	}
#menu a:hover {	
	background-position: -154px 0;
	color: #6a6a6a;
	}
#menu a:active {
	background-position: -308px 0;
	color: black;
	}

#footer p {
	background-color: #000000;
	font-size: 14px;
	text-align: center;
	color: #6a6a6a;
	line-height: 2.5;
	padding: 0;
	width: 1100px;
	border: #ff5200 solid 2px;
	}

#footer a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6a6a6a;
	}

#footer a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6a6a6a;
	}
#footer a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}

/* End Navigation */

#pgHead {
	font-weight: bold;
	}

#pgHead p {
	position: absolute;
	z-index: 2;
	font: 12px normal tahoma;
	top: 130px;
	left: 34px;
	}

#pgHead img {
	float: left;
	}

#transformBanner {
	background: url(../images/transformBanner.gif) no-repeat;
	width: 433px;
	height: 57px;
	position: absolute;
	left: 660px;
	top: 36px;
	}

#leftColumn {
	float: left;
	background: url(../images/leftNavCol.gif) repeat-y;
	width: 193px;
	left: 10px;
	top: 187px;
	}

#leftColExtend {
	float: left;
	background: url(../images/leftNavExt.gif) repeat-y;
	width: 193px;
	left: 10px;	
	}

#mainSection {
	float: right;
	background: url(../images/whtBgrnd.gif) repeat-y;
	width: 911px;
	}

#mainSection img {
	padding: 10px 10px 0px 10px;
	font-size: 20px; 
	font-weight: normal;
	}

#mainSection p {
	padding: 0 20px 10px 10px;
	font-size: 14px;
	font-weight: normal;
	}

#mainSection p.head {
	padding: 30px 10px 0 10px;
	font-size: 20px;
	font-weight: normal;
	}

#mainSection p.philo {
	position: relative;
	top: 80px;
	left: -20px;
	font-size: 18px;
	font-weight: bold;
	}

#mainSection a:visited {
	text-decoration: underline;
	color: blue;
	}	

#plainWhite {
	background: url(../images/whtFullBgrnd.gif) repeat-y;
	}

#legal {
	font-size: 12px;
	}

#constContain {
	z-index: 2;
	background: url(../images/constructionImage.jpg) no-repeat;
	width: 1104px;
	height: 570px;
	}

#tableContainer {
	margin:10px;
	}

table.sched {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background-color: #999;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	}

table.sched td {
	background-color: #aaa;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #fff solid;
	width: 120px;
	}

table.sched td.time {
	width: 50px;
	text-align: right;
	}

table.sched td.hed {
	background-color: #666;
	color: #fff;
	width: 120px;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
	} 

/* Gallery Style Stuff */

#myGallery {
	text-align: left;
	margin: 0 auto;
	}

#myGallery p {
	font-size: 10px;
	padding: 0 0 0 0;
	}

/* Forms */
.form_item { 
	width: 470px; 
	padding: 6px 10px 6px 0; 
	border-bottom: 1px solid #fff; 
	float: left; 
	clear: both; 
}

.form_left { 
	width: 200px; 
	padding: 2px 10px 0 0; 
	text-align: left; 
	float: left; 
	}

.form_right { 
	width: 250px; 
	padding-left: 8px; 
	border-left: 2px 
	solid #ddd; 
	float: left; 
	text-align: left; 
	}


