/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#695F46;
	background-image:url(/Images/Layout/PageBG.jpg);
	background-repeat:repeat-x;
}

a {
	color:#7C4030;
}

#Container {
	width:960px;
	margin:0px auto;
}

#Header {
	background-image:url(/Images/Layout/HeaderBG.jpg);
	background-repeat:no-repeat;
	height:117px;
	width:100%;
}

#Logo {
	width:50%;
	float:left;
	padding-top:20px;
}

#Search {
	width:45%;
	float:right;
	text-align:right;
}




/****************************    NAV   *******************************/


#Nav {
	width:100%;
	float:left;
	clear:both;
	background-color:#7C4030;
	margin-top:10px;
	height:30px;
}

#Nav a {
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:2px;
	display:block;
}

#Nav ul {
	width:100%;
	margin:0px;
	padding:0px;
	display:block
}

#Nav li {
	list-style:none;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	width:135px;
	text-align:center;
	padding-top:8px;
	position:relative;
	display:block;
	height:30px;
	letter-spacing:2px;
}

#Nav .long {
	padding-top:0px;
}

#Nav ul ul{
	position:absolute;
	top:30px;
	left:0px;
	display: block;
	width: 135px;
	z-index:100;
	clear:both;
	margin:0px;
	padding:0px;
}

#Nav ul ul li,
#Nav ul ul ul li {
	position: relative;
	padding: 5px;
	border-bottom:solid 1px #ABCBE7;
	background-color:#7C4030;
	font-weight:bold;
	text-align:left;
	width:100%;
	display: block;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}

#Nav ul ul li:hover,
#Nav ul ul ul li:hover {
	background-color:#7C4030;
}

div#Nav ul ul,
div#Nav ul li:hover ul ul,
div#Nav ul ul li:hover ul ul
{display: none;
}

div#Nav ul li:hover ul,
div#Nav ul ul li:hover ul,
div#Nav ul ul ul li:hover ul
{display: block;
}


/***************************     END NAV    ****************************/



#MainBody {
	margin-top:30px;
	background-color:#FFFFFF;
	padding:15px;
	float:left;
}

#MaimImage {
	width:930px;
	float:left;
}

#MainContent {
	width:650px;
	float:left;
}

#MainContent H1 {
	background-image:url(/Images/Layout/H1BG.jpg);
	background-repeat:no-repeat;
	height:48px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	padding-left:10px;
}

#MainContent label {
	font-weight:bold;
	width:100%;
}

#MainContent .textField {
	clear:both;
	width:90%;
	border:#000000 1px solid;
	margin:5px;
}

#Features {
	width:270px;
	float:right;
}

#Features h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}

.greenFeature {
	color:#000000;
	width:270px;
	background-color:#BBD3C9;
	margin-top:12px;
	margin-bottom:10px;
}

.greenFeature h2 {
	background-image:url(/Images/Layout/GreenH2BG.gif);
	width:267px;
	color:#FFFFFF;
	height:39px;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-left:3px;
	background-repeat:no-repeat;
}

.blueFeature {
	color:#000000;
	width:270px;
	background-color:#C1CAD1;
	margin-top:12px;
	margin-bottom:10px;
}

.blueFeature h2 {
	background-image:url(/Images/Layout/blueH2BG.gif);
	width:267px;
	color:#FFFFFF;
	height:39px;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-left:3px;
	background-repeat:no-repeat;
}

#SideNav ul {
	margin:0px;
	padding:0px;
	padding-top:12px;
}

#SideNav li {
	padding:0px;
	margin:0px;
	background-image:url(../Images/Layout/SideNavBGOff.gif);
	height:28px;
	width:250px;
	padding-left:20px;
	padding-top:4px;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	background-repeat:no-repeat;
}

#SideNav a {
	color:#333333;
	text-decoration:none;
	display:block;
}

#DeptListing {
	background-color:#E7E7D8;
	width:910px;
	padding:10px;
	float:left;
	clear:both;
}

#Footer {
	text-align:center;
	width:100%;
	float:left;
	padding-top:40px;
	color:#FFFFFF;
	font-size:10px;
	letter-spacing:2px;
}

#Footer a {
	color:#FFFFFF;
	text-decoration:none;
}



/* Calendar Styles */
#CalendarHeader {
}
#CalendarHeader .month {
	font-size: 16px;
	font-weight: bold;
	color:#7C4030;
}
#Calendar {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#Calendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#Calendar .weekdays td {
	font-size: 13px;
	background:#7C4030;
	color:#FFFFFF;
}
#Calendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #Calendar .cellback {
	margin-left: -5px;
}
/* End Calendar Styles */