@charset "utf-8";
/* MTP CSS        */
/* David Niemczyk */
/* 10/9/2009      */
	
body, html {
	margin:0px;
	height:100%;
	}

a, img {
	border:0px;
	outline:none;
	}

#wrapper {
	width:1000px;
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	background:url(images/background_section4.jpg) repeat-y left #FFF;
	}

/* Used for firefox and safari only */
.clear {
	width:500px;
	height:0px;
	display:block;
	#display:none;
	clear:both;
	}

#menuWrapper {
	background:url(images/background_section4.jpg) repeat-y left #FFF;
	width:1000px;
	height:auto;
	}

/*==== Header CSS ====*/
#header-left {
	width:495px;
	height:150px;
	float:left;
	background:url(images/background_section4.jpg) repeat-y left;
	display:block;
	}

#header-right {
	width:505px;
	height:150px;
	float:left;
	background:#FFF;
	}

#header-right p {
	font-size:36px;
	color:rgb(84,0,102);
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:15px;
	margin:0px 0px 0px 15px;
	}

#searchBar {
	width:330px;
	height:30px;
	float:right;
	margin-top:2px;
	color:#fff;
	}
	
#searchBar .leftSearch {
	background:rgb(209,69,51) url(images/searchCorner1.png) top left no-repeat;
	width:310px;
	height:25px;
	float:left;
	display:block;
	padding:5px 0px 0px 9px;
	}

#searchBar .rightSearch {
	background:rgb(209,69,51) url(images/searchCorner2.png) top right no-repeat;
	width:11px;
	height:30px;
	display:block;
	float:left;
	}
	
#goButton {
	width:29px;
	height:21px;
	padding:0px 0px 2px 0xp;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	}

/*==== Menu CSS ====*/
#menu {
	clear:left;
	width:225px;
	/*height:350px;*/
	display:block;
	background:url(images/menu_section1.jpg) repeat-y;
	z-index:0;
	float:left;
	margin:0px 0px 0px 0px;
	}

#menu ul {
	/*height:0px;*/
	width:212px;
	margin:10px 0px 0px 5px;
	padding:0px;
	list-style-type:none;
	}
	
#menu li {
	margin:0px 0px 5px 0px;
	padding:0px;
	/*height:21px;*/
	width:212px;
	background:url(images/clipper.png) left no-repeat; /* seriously, this fix took HOURS, I don't get IE */
	}
	
#menu li a {
	width:205px;
	height:19px;
	display:block;
	padding:2px 0px 0px 8px;
	text-decoration:none;
	color:rgb(84,0,102);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}

#menu .twolines {
	height:38px;
}

#menu li:hover a {
	color:#fff;
}

#menu .twolines:hover {
	background:url(images/menuSelect2x.png) top no-repeat;
}
#menu .oneline:hover {
	background:url(images/menuSelect.png) center no-repeat;
}

#menu .line {
	height:1px;
	width:200px;
	background:#d14533;
	display:block;
	margin:5px 0px 5px 10px;
	}
	
#menu p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0px 0px 5px 10px;
	padding:0px;
	}
	
#menu p a {
	color:#540066;
	text-decoration:none;
	}
	
#menu p a:hover {
	text-decoration:underline;
	}

/*==== Content ====*/
#content {
	width:770px;
	height:auto;
	display:block;
	float:left;
	padding:0px 0px 5px 5px;
	background:#FFF;
}

#content .banner {
	width:770px;
	height:200px;
	display:block;
	float:left;
	margin-bottom:10px;
}

#content h1 {
	color:rgb(209,69,51);
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

#content a {
	color:rgb(84,0,102);
}
	
.bkg {
	display:block;
	float:right;
	height:200px;
	margin-top:0px;
	position:relative;
	top:0px;
}
	
#welcomeBar {
	width:770px;
	height:30px;
	background:rgb(209,69,51);
	margin-top:170px;
	display:block;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:2;
	position:absolute;
	float:left;
}
	
#welcomeText {
	color:#FFF;
	z-index:10;
	font-size:25px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	margin:170px 0px 0px 10px;
	float:left;
}

.calendar table {
	width:800px;
	height:auto;
	}
	
.calendar thead {
	font-size:24px;
	font-weight:bold;
	color:rgb(209,69,51);
	border:0px;
	}
	
.calendar table tbody tr {
	padding:2px 0px 2px 0px;
	border-bottom:1px solid #000;
	}
	
.calendar td {
	width:200px;
	}
	
/*==== Footer ====*/
#footer {
	width:755px;
	height:auto;
	display:block;
	float:left;
	margin:5px 0px 0px 5px;
	padding:10px 0px 0px 0px;
}
	
#footer img {
	float:left;
	display:block;
}
	
#footer p {
	margin:0px 10px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #d14533;
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
#footer p a {
	color:rgb(84,0,102);
}
	
#footer p a:hover {
	text-decoration:underline;
}
.hidden
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
