/* %%%%% %%%%%%%%%%%%%%%%%%%%%%%% %%%%% */

html, body {
	text-align:center;
	margin:0px auto 0;
	padding:0px;
	background:#EEE;
}

/*====== Main DIV's ======*/

#container {
	margin:0px auto 0;
	position:relative;
	height:100%;
	width:770px;
	background:url(images/side_shadows.gif) 100% 100% repeat-y;
}

#page {
	margin:0px auto 0;
	margin-top:5px;
	margin-bottom:5px;
	width:746px;
	height:100%;
	background:url(images/lines.gif) repeat-y;
}

#left_col {
	position:relative;
	float:left;
	margin:0px 8px 0px 4px;
	padding-right: 4px;
	width:140px;
	/*border:1px solid red;*/
}

#center_col {
	position:relative;
	float:left;
	margin:0px 0px 0px 8px;
	width:421px;
	/*border:1px solid red;*/
	background:url(images/content_h.gif) top center no-repeat;
}

#right_col {
	position:relative;
	float:left;
	margin:0px 0px 0px 11px;
	width:140px;
	/*border:1px solid red;*/
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #left_col {
	margin:0px 6px 0px 2px;
} /* End hide from IE5/mac */

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #center_col {
	margin:0px 4px 0px 8px;
} /* End hide from IE5/mac */

#bottom_shadow {
	width:770px;
	height:10px;
	background:url(images/bottom_shadow.gif) 100% 100% no-repeat;
}
/* ::::: Top Navigation :::::::::::::::::::::::::::::::::::::::::::::::::: */

#navbar
{
    margin:0px auto 0;
    width: 746px;
    height: 36px;
    margin-top: 3px;
    background:url(images/top_bar.gif) 100% 100% no-repeat;
}
#navbar ul
{
    padding: 3px 0px 0px 6px;
	margin:0px;
    list-style : none;
}
#navbar li {
	width: 121px;
	float: left;
	margin-left:1px;
	margin-top:3px;
	list-style:none;
	font-family:Verdana, sans-serif;
  	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 5px 0px;
	white-space:nowrap;
  	background:#013950;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #navbar li {
	padding:1px 0px 3px 5px;
} /* End hide from IE5/mac */

#navbar li:hover {
	background:#347402;
}

#navbar a {
	text-decoration:none;
	color:#FFFFFF;
	width:100%;
	display:block;
}

#navbar a:visited {
	color:#FFFFFF;
}

#navbar a:hover {
	color:#E6FFB7;
}

/* ::::: Content Styles :::::::::::::::::::::::::::::::::::::::::::::::::: */

#center_col h1{
	font-family:Verdana, sans-serif;
  	font-size:24px;
	font-weight:bold;
	text-align:left;
	font-style:italic;
	color:#000;
	margin:0px;
	padding:0px 10px 0px 5px;
}

#center_col p{
	padding:5px 5px 10px 5px;
	margin:0px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	text-align:left;
	line-height:18px;
}

/*==========================================*/

#top_boxes {
	position:relative;
	float:left;
	width:746px;
	height:21px;
	background:url(images/top_green_h.gif) 100% 100% no-repeat;
}

#bottom_boxes {
	position:relative;
	float:left;
	width:746px;
	height:21px;
	background:url(images/bottom_green.gif) 100% 100% no-repeat;
}

/* ::::: Main Menu :::::::::::::::::::::::::::::::::::::::::::::::::: */

.leftnav{
	padding:0px;
	margin:0px;
	width:142px;
}

.leftnav li 
{
	position:relative;
	list-style:none;
	font-family:Verdana, sans-serif;
  	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	padding:5px 0px 5px 5px;
	white-space:nowrap;
  	background:#013950;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .leftnav li {
	padding:1px 0px 3px 5px;
} /* End hide from IE5/mac */

.leftnav li:hover {
	background:#347402;
}

.leftnav a {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	width: 100%;
	height: 100%;
}

.leftnav a:visited {
	color:#FFFFFF;
}

.leftnav a:hover {
	color:#E6FFB7;
}

/* ::::: Search Box :::::::::::::::::::::::::::::::::::::::::::::::::: */

#search_box{
	padding:15px 0px 0px 0px;
	margin:4px 0px 0px 0px;
	width:142px;
	border-top:2px solid #347402;
	background:url(images/search.gif) top right no-repeat;
}

#search_box h1{
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:left;
	font-family:Verdana, sans-serif;
  	font-size:10px;
	font-weight:bold;
	color:#000;
}

#search_box form {
	padding:0px;
	margin:0px;
}
/* ::::: Log-In Box :::::::::::::::::::::::::::::::::::::::::::::::::: */

#login_box{
	padding:6px 0px 0px 0px;
	margin:4px 0px 0px 0px;
	width:142px;
	border-top:2px solid #347402;
	background:url(images/login.gif) top right no-repeat;
}

#login_box p{
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:left;
	font-family:Verdana, sans-serif;
  	font-size:10px;
	font-weight:bold;
	color:#000;
}

#login_box form {
	padding:0px;
	margin:0px;
}

/* ::::: Log-In Form :::::::::::::::::::::::::::::::::::::::::::::::::: */

#login_form{
	padding:6px 0px 0px 0px;
	margin:4px 0px 0px 0px;
	width:155px;
	border-top:2px solid #347402;
}

#login_form p{
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:left;
	font-family:Verdana, sans-serif;
  	font-size:10px;
	font-weight:bold;
	color:#000;
}

#login_form form {
	padding:0px;
	margin:0px;
}

/* ::::: Validaters :::::::::::::::::::::::::::::::::::::::::::::::::: */

#left_col p {
	margin:0px;
	padding:0px;
}

/* ::::: News Styles :::::::::::::::::::::::::::::::::::::::::::::::::: */

.news_item {
	margin:0px auto 0;
	padding-bottom:10px;
	width:130px;
	border-top:1px dashed #033;
	font-family:Verdana, sans-serif;
	font-size:xx-small;
	text-align:left;
	color:#000;	
}

.news_item h1 {
	margin:0px;
	padding:4px 0px 0px 0px;
	font-size:x-small;
	font-weight:bold;
}

.news_item a {
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;
	color:#033;
}

/* ::::: Header :::::::::::::::::::::::::::::::::::::::::::::::::: */

#header {
	margin:0px auto 0;
	position:relative;
	width:746px;
	height:85px;
	background:url(images/halstead-essex-header.jpg) 100% 100% no-repeat;
}

.img_box {
	position:relative;
	float:right;
	margin:6px 8px 0px 0px;
	width:88px;
	height:67px;
	border:2px solid white;
}

.i1 { background:url(images/1.jpg) 100% 100% no-repeat; }
.i2 { background:url(images/2.jpg) 100% 100% no-repeat; }
.i3 { background:url(images/3.jpg) 100% 100% no-repeat; }

/* ::::: Footer :::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer {
	margin:0px auto 0;
	padding-top:5px;
	position:relative;
	width:746px;
	height:48px;
	font-family:Verdana, sans-serif;
	font-size:xx-small;
	text-align:center;
	background:url(images/footer.gif) 100% 100% no-repeat;
	color:#000;
	
}

#footer a:link, a:visited{
	color:#1E7282;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color:#0b4050;
}

/* ::::: Bread-crumb :::::::::::::::::::::::::::::::::::::::::::::::::: */
#breadcrumb {
	float:left;
	margin:0px 0px 0px 300px;
	padding:0px 0px 0px 0px;
	width:280px;
	height:10px;
	font-family:Verdana, sans-serif;
	font-size:xx-small;
	text-align:left;
	font-weight:normal;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #breadcrumb {
	margin:0px 0px 0px 150px;
} /* End hide from IE5/mac */

#breadcrumb li{
	list-style:none;
	padding-left:3px;
	list-style:none;
	float:left;
}

#breadcrumb a {
	font-weight:normal;
	color:#000;
}

#breadcrumb .current a{
	font-weight:bold;
	color:#F00;
}
