
@import "/css/cieraSearch.css";
 
body {
 
 	background-color:#E5DFCC;
	font-family:"Verdana";
	font-size:12px;
	
}

* {

  margin:0;
  padding:0;
  
}

a {

	color:#333333;
	
}

a:hover {

	color:#000000;
	text-decoration:none;
	
}

h1 {
	font-family:Arial;
	font-size:175%;
	font-style:normal;
	font-weight:bold;
	color:#002E4D;
}

h2 {
	font-family:Arial;
	font-size: 150%;
	font-style:italic;
	font-weight:bold;
}

h3 {
	font-family:Arial;
	font-size: 100%;
	font-style:italic;
	font-weight:bold;
	
}

.indent {
	text-indent:10px;
}

.bold {
	font-weight:bold;
	margin-top:5px;
}

.italic {
	font-style:italic;
}

div#main_container {

	width:1000px;
	background-image:url(../../images/content-container.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	
}

div#header {

	background-image:url(../../images/banner.jpg);
	width:1000px;
	height:99px;
	float:left;
	position:relative;
	
}

div#banner {

	width:1000px;
	height:199px;
	background-image:url(../../images/banner-admin.jpg);
	float:left;
	
}

div#current_events {
	
	width:197px;
	height:155px;
	color:#222222;
	overflow:auto;
	float:right;
	margin:36px 28px 0 0;
	padding:5px;

}


#contact_us {
	
	position:absolute;
	width:200px;
	height:17px;
	left: 702px;
	top: 38px;
	text-align: left;
	font-variant: small-caps;
	font-weight: lighter;
	color: #FFFFFF;
}

#contact_us a {
	
	color:#FFFFFF;

}

#contact_us a:hover {
	
	background-color:#FFFFFF;
	color:#000055;
	text-decoration:none;

}

#search_div {
	
	position:absolute;
	width:281px;
	height:25px;
	left: 703px;
	top: 60px;
	font-size: 85%;
	color: #FFFFFF;

}

div#vert_menu {

	float:left;
	width:205px;
	height:167px;
	margin:34px 0 0 0;

}

div#vert_menu ul { 
	
	list-style: none;
	
}

div#vert_menu a { 

	width: 195px; 
	height: 25px; 
	display:block;
	background-image:url(../../images/nav-button.jpg);
	color:#333333;
	text-decoration:none;
	text-align:right;
	
	padding:8px 10px 0 0;
	
}

div#vert_menu a:hover { 

	background:url(../../images/nav-button-over.jpg) no-repeat;
	color:#111111;
	
}

.rule {

	width:960px;
	height:8px;
	background-color:#770000;
	float:left;
	margin:0 0 0 20px;
	
}

div#inside_menu {

	width:165px;
	margin:0px 0px 0px 20px;
	padding:0 0 0 20px;
	float:left;

}

div#inside_menu p {

	margin:10px 0;
	font-size:90%;
	
	
}

div#content {

	float:left;
	clear:none;
	width:667px;
	padding:25px 50px;
	font-family: "Times New Roman", Times, serif;
	line-height:22px;
	font-size:115%;
	
	
}

div#footer {
	
	width:1000px;
	float:left;
	margin:0 0 0 0;
 	background-color:#E5DFCC;
	text-align:center;
	padding:10px 20px;
	color:#663300;
}

div#footer a {

	color:#663300;
	text-decoration:underline;

}

div#footer a:hover {

	color:#002F4E;
	text-decoration:none;
}

.more_line_height {

	line-height:17px;
	
}

.clearfix:after {

	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
	
}

.clearfix {

	display: inline-block;
	
}

* html .clearfix { 

	height: 1%;
	
}

.clearfix {

	display: block;
	
}
