/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
	height:100%;
}
li {
	margin-bottom: 10px;
}
#Container {
	max-width:100%;
	min-width:760px;
}

#Header {
	width:100%;
}

#Logo {
	width:65%;
	float:left;
}

#DeptHeadFeature {
	width:50%; 
	float:right; 
	border:1px solid #666666; 
	margin:2px; 
	text-align:center;
	clear: right;
}
#HomeFeature {
	background-image:url(/images/HomeFeatureBG.jpg);
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	width:70%;
	height:142px;
	float:left;
	margin-left:5px;
}

#LogoName {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#06519B;
	padding-bottom:50px;
}

#TopRight {
	width:35%;
	float:right;
	text-align:right;
}

#MainHead {
	width:100%;
	float:left;
	margin-top:-8px;
}

#Nav {
	position:relative;
	z-index:500;
	width:200px;
	float:left;
}

#MainImage {
	text-align:left;
	height:182px;
}

#font1 {
	border:1px solid #333333;
	text-align:center;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:9px;
}

#font2 {
	border:1px solid #333333;
	text-align:center;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:11px;
}

#font3 {
	border:1px solid #333333;
	text-align:center;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
}

#font4 {
	border:1px solid #333333;
	text-align:center;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
}

#font5 {
	border:1px solid #333333;
	text-align:center;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:16px;
}

.HeaderLink {
	text-decoration:none;
	color:#666666;
	padding-bottom:3px;
}

.FooterLink {
	text-decoration:none;
	color:#999999;
}

#Footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
}

#MainBody {
	width:100%;
	background-color:#FFFFFF;
}

input, textarea {
	border:1px #333333 solid;
	background-color:#E0EBF4;
	font-family:Verdna,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	letter-spacing:3px;
}

#LeftSide {
	width:200px;
	float:left;
	background-image:url(/images/LeftSideBG.gif);
	padding-left:3px;
	height:100%;
}

#RightSide {
	width:20%;
	float:right;
}

#Content {
	width:52%;
	float:left;
	padding-left:5px;
}

#Footer {
	width:100%;
	float:left;
	text-align:center;
}

#ContactInfo {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#CouncilSmall {
	width:150px;
	float:left;
	padding:3px;
	border:1px #666666 solid;
	margin:3px;
	text-align:center;
}
#FontSize a {
	text-decoration:none;
}

#DeptNav {
	width:100%;
}

.calendar {
	background-color:#999999;
}
.whitebg {
	background-color:#FFFFFF;
	border:1px #666666 solid;
}
#EventDetail {
	width:200px;
	border:1px #333333 solid;
	background-color:#D9E2F5;
	padding:2px;
	float:right;
}

#LeftNewsTitle {
	font-weight:bold;
}

#LeftNewsArticle a{
	text-decoration:none;
}

.NewsTitle {
	font-weight:bold;
}

.FieldLabel {
	vertical-align:top;
	font-weight:bold;
}

.ButtonLink {
	border:1px solid #666666;
	background-color:#006699;
	color:#FFFFFF;
	padding:2px;
}
.smallError {
	font-size: 10px;
	color: #FF0000;
}
.inputReq {
	background: #FF9571;
	color: #FFFFFF;
}
.normal {
	background: #E0EBF4;
	color: #333333;
}

.FormLabel {
	vertical-align:top;
	font-weight:bold;
}



/* --- GALLERIES --- */
#Galleries {
}
#Galleries td {
	vertical-align: top;
	padding: 2px;
	font-size: 11px;
}
#Galleries img {
	width: 100px;
	border: 1px solid #000000;
	margin-right: 3px;
}
#Galleries .Title {
	margin: 0px;
}
#GalleryDetail {
	padding: 2px;
	border: 3px solid #990000;
	background:#990000;
	width: 100%;
	height: 100%;
}
#GalleryDetail .White {
	background: #FFFFFF;
	vertical-align: top;
}
#GalleryDetail .Links {
	background: #FFFFFF;
	vertical-align: middle;
	padding: 2px;
}
#GalleryDetail .Overflow {
	height: 120px;
	width: 728px;
	overflow: auto;
}
#GalleryDetail .Green {
	background: #990000;
	height: 100px;
	vertical-align: bottom;
}
#GalleryDetail .Green img {
	border: none;
	cursor: pointer;
}

#ContentImage {
	float:right;
	margin:5px;
}