body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	color: #333;
	text-align: left;
	margin-top: 10px;
	
}

#header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height:74px;
	width: 955px;
	padding: 0px;
	margin:auto;
	padding-bottom: 16px;
}

/*#headerimg {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	height:74px;
	width: 500px;
	
	}
*/

#main{
	height: 220px;
	width: 975px;
	background:#489ad4;
	text-align: center;
	margin:auto;
	padding: 0px;
	background: url(images/back.jpg) repeat-x;
}

#content {
	margin:auto;
	background-color: #fff;
	height: auto;	
	padding-top: 5px;
	width: 965px;
}

#cleft {
	width: 692px;
    float: left;
	margin: 0;
	padding: 1em;
}

#cright{
	float: left;
	width: 225px;
	margin: 0;
	padding: 1em;
}


#footer{
	margin: auto;
	background-color: #fff;
	padding-top: 5px;
	clear: both;
	position: relative;
	z-index: auto;
}

#footer p{
	text-align: center;
	font-size: 13px;
}



/* Text */
p {
	padding: 2px;
	text-align:left;
	line-height: 135%;
}

h1 {
	font-size: 24px;
	font-weight:bold;
	text-align:left;
	border-bottom: 2px dotted #489ad4;
}

h2 {
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	border-bottom: 2px dotted #489ad4;
}

h4 {
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	
}

h3 {
	font-size: 16px;
	font-weight:bold;
	text-align:left;

}

contact {
		 font-size: 13px;
		 text-align: left;
		 margin-left: 15px;
}

a {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	color: #489ad4;
	text-align: left;
	padding: 2px;
	text-decoration: none;
}

a:hover{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	color: #999;
	text-align: left;
	padding: 2px;
	background: #489ad4;
	text-decoration: none;
}

a:visited{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	color: #2781cc;
	text-align: left;
	padding: 2px;
	text-decoration: none;
}


/* Alt Items */


#cleft-alt {
	float: left;
	width: 920px;
	overflow:hidden;

}

	
.image{
	text-align:center;
	margin:auto;
	padding: 0px;
}

.image a {
	background: #fff;
	text-decoration: none;
	border: none;
	color: #fff;
}


/*- Main Menu in Header */

#menu {
	padding: 0;
	background:#fff;
	width: 450px;
	margin-left: 545px;
	position: relative;
	top: 42px;
	

}

ul.menu {
	
	padding: 0;
	background:#fff;
}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu {
	padding: 5px 12px 6px;
	text-decoration: none;
	}

ul.menu li a {
	font: 1em "Trebuchet MS", "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	color: #489ad4;
	margin: 0;
	text-decoration: none;
	padding: 5px 5px 6px;
	text-decoration: none;
		}

ul.menu li a:hover {
	background: #489ad4;
	color: #fff !important;
	text-decoration: none;
	padding: 5px 12px 6px;
	}

ul.menu li.current_page_item a {
	color: #489ad4 !important;
	background: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	border: 1px solid #489ad4;
}
ul.menu li.current_page_item a:hover {
	color: #489ad4 !important;
	background: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	border: 1px solid #489ad4;
	}

