html {
	background-image:url(../images/bg_grad.jpg);
	background-repeat:repeat-x;
	background-color: #fac46d;
}

body {
	background-image: url(../images/bg_decor.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	
}

a img{
	border: none;
}
/*------------------------------------------------------------------------------------------------------------
   MAIN NAVIGATION STYLES
------------------------------------------------------------------------------------------------------------*/
#mainNav {
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	height: 55px;
	min-width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#LogoNav {
	float: left;
	margin-left: 25px;
	margin-right: 100px;
}

#LogoNav img {
	border: 0px solid;
}

#mainNav ul{
	list-style: none;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0;
	height: 25px;
	float: left;
	font-size: .85em;
	font-weight:normal;
	text-align: center;
	border-left: 1px dotted #000;
	border-right: 1px dotted #FFF;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	}
	
#mainNav li{
	position: relative;
	}
	
#mainNav ul ul{
	position: absolute;
	z-index: 500;
	display: none;
	top: 25px;
	left: -10px;
	padding: 0;
	text-align: left;
	width: 150px;
	height: auto;
	font-size: 1em ;
	font-family: Arial, Helvetica, sans-serif;
	background: #FAC46D;
	}
	
#mainNav ul li a{
	color: #000000;
	text-decoration: none;
	padding: 4px;
	display: block;
	}
	
#mainNav ul li a:hover{
	color: #444;
	background: #FFF;
	}
	
#mainNav ul:hover ul{
	display: block;
	}

.navblue {
	background: url(../images/nav_blue.png) repeat-x;
}

.navred {
	background: url(../images/nav_red.png) repeat-x;
}

.navgreen {
	background: url(../images/nav_green.png) repeat-x;
}


.navyellow {
	background: url(../images/nav_yellow.png) repeat-x;
}


/*------------------------------------------------------------------------------------------------------------
   MAIN BODY STYLES
------------------------------------------------------------------------------------------------------------*/
#body {
	margin: 0px;
	clear: both;
	overflow: hidden;
}

#leftBod {
	float: left;
	width: 240px;
	margin: 0px;
}

#rightBod {
	float: left;
	width: 700px;
	margin: 0px;
}

#header {
	height: 40px;
	width: 650px;
	margin: 0px;
}
#contentWrap {
	width: 650px;
	background: url(../images/front_head.png) -10px 0 no-repeat;
	margin: 0px;
	padding-top: 2px;
}

#content {
	width: 510px;
	margin-left: 60px;
	margin-right: 70px;
	border-left: 11px solid #076682;
	border-top: 6px solid #076682;
	border-right: 10px solid #076682;
	margin-top: 28px;
	background: #FFF;
}

#contentTop {
	width: 510px;
	height: 120px;
	margin: 0px;
	margin-top: -3px;
}

#yellowBox {
	float: left;
}

#blueBox {
	float: left;
	height: 110px;
	width: 159px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-image:url(../images/mainBox-Blue.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight:bold;
	font-size: .8em;
	position: relative;

}

#blueBox input {
	margin-bottom: 3px;
	font-size: .8em;
}

#blueBox label {
	font-size: .8em;
	margin-top: 0px;
}

#blueBox p.loginLinks {
	font-size: .8em;
	font-weight:normal;
	position: absolute;
	top: 70px;
	left: 80px;
	padding: 3px;
}

#blueBox a{
	color: #ffffff;
	text-decoration: none;
}

#blueBox a:hover{
	color:#0000ff;
	text-decoration:underline;
}

#contentMid {
	width: 510px;
	margin:0px;
	clear: both;
	margin-top: -4px;
}

#purpleBox {
	float: left;
}

#pinkBox {
	float: left;
}

#greenBox {
	float: left;
}

#contentBot {
	width: 490px;
	clear: both;
	background: #FFF;
	margin: 0px;
	color: #000;
	font-size: .7em;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#contentBot h2{
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #CC0033;
	border-bottom: 1px dotted #C03;
}

#contentBot h3{
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #009ECE;
	font-weight: normal;
}

#contentBot p{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#readMore {
	float: right;
	position: absolute;
	bottom: 0px;
	right: 20px;
}
	
h4 .newsTitle{
	margin:0px;
	font-size: 2em;
	font-weight: bold;
}

#footer {
	background: url(../images/front_footer3.png) no-repeat 29px 0px;
	width: 556px;
	padding: 40px;
	margin-bottom: 40px;
	padding-top: 155px;
	padding-bottom: 80px;
	font-size: 11px;
	font-weight: bold;
	clear:both;
}

#footer a{
	color: #000099;
	font-size: 13px;
	font-style: oblique;
	text-decoration: none;
}

#footer a:hover{
	color: #222;
	text-decoration:underline;
}

#leftFoot {
	float: left;
	width: 254px;
	margin-left: 30px;
	background-image: url(../images/brick.png);
	padding: 2px 2px 0px 2px;
}

#rightFoot {
	float: left;
	text-align: right;
	width: 254px;
	background-image: url(../images/brick.png);
	padding: 2px;
}

