@charset "UTF-8";
body {
	font-family: Arial;
	font-size: 14px;
	background-image: url("../images/bg_tile_blue.jpg");
}
#container {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
	font-size: 12px;
}
#container #content #pricing_1 {
	float: left;
	width: 100%;
	border:none;
}
#container #content #pricing_1 th {
	font-family: Arial;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
}
#container #content #pricing2 {
	float: left;
	width: 100%;
}
#container #content #pricing3 {
	float: left;
	width: 100%;
}
#container #content #pricing3 th {
	font-family: Arial;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
}
#container #content #pricing2 th {
	background-color: #000000;
	text-align: left;
}
#container #header {
	float: left;
	width: 800px;
}
#container #header #logo img {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 1;
}

#container #content {
	background-image:url("../images/background_2.jpg");
	background-position:top;
	background-repeat:no-repeat;
	height:464px;
	width:800px;
	position:relative;
	top: -50px;
	left:-2px;
	z-index:1;
	text-align:left;
	float:left;
	color:#FFFFFF;
}

/*#content h1 { font-size:18px; color:#FFFF33; padding-left:15px; position: relative; top:-180px;}
#content p { padding-left:15px; padding-right:15px; position: relative; top:-180px;}
*/

#pageTitle { float:left; position:relative; top:-100px; left:390px; z-index:2; font-family:Arial; font-size:40px; color:#FFFFFF; background-image:none;}
/*#subMenu { width:100%; float:left; }
#subMenu a { float:left; padding-left: 5px; padding-right:5px; color:#ffffff; }
*/
/*#content table { position:relative; float: left; top: -50px; }
#content table .calendar { position:relative; left:-1000px; top:20px; }
#content table table { padding-left: 15px; padding-right:15px; }
#content table table h1 { position:relative; top:0px; left 0px; size: 12px;}
#content table table p {position:relative; top:0px; left:0px;*/

/* START OF CALENDER FORMATTING */
#container #content #calenderSchedule {
	float: left;
	width: 100%;
}
#container #content #calenderSchedule th {
	font-family: Arial;
	color: #FFFFFF;
	background-color: #000000;
}
.lightRow  td    {
	font-family: Arial;
	color: #000000;
	background-color: #FFFFFF;
}
.darkRow  td    {
	font-family: Arial;
	color: #000000;
	background-color: #999999;
}
.calendar {
	font-family: Arial;
	font-size: 14px;
	color:#FFCC33;
}

