/* CSS Document */
div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/body-top-bg.jpg) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h3,h5 {
	color: #667EB7;
}
h2,h4 {
	color: #000000;
}

h1 {
	font-size: 9px;
	color: #DDD;
	margin-bottom:0;
}
h2 {
	font-size: 18px;
	margin-top:10px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}

a {
	color: #667EB7;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#bread {
	font-size:11px;
}

#bread a {
	font-size: 9px;
	margin: 0 3px;
}

#container {
	width: 925px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(images/dropshadow.png) top center repeat-y;
	min-height:500px;
}

#header {
	height: 125px;
	width: 100%;
	background: #FFFFFF url(images/masthead-bg.jpg) top left repeat-x;
	position:relative;
}

#header #mast {
	position:absolute;
	top:0;
	right:0;
}

	#topNav {
		position: absolute;
		bottom: 10px;
		right: 0;
		width: 700px;
	}

	#topNav ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#topNav ul li {
		display:block;
		float:left;
		margin-right: 10px;
	}
	
	#topNav ul li a {
		display:inline;
		color: #FFFFFF;
		border-right: 1px solid #CCCCCC;
		padding-right: 10px;
		font-weight:bold;
		font-size:12px;
	}
		#topNav ul li a.last {
			border-right: 0;
			padding-right: 0px;
		}
	
	#topNav ul li a:hover {
	}
	
#main {
	padding: 10px;
	min-height: 700px;
}

/* Columns */

#left {
	float:left;
	width: 215px;
}

#middle {
	margin-left: 230px;
	width: 430px;
	padding: 5px;
	font-size: 12px;
}

#right {
	float:right;
	width: 215px;
}

/* Box Styles */

.box {
	width: 197px;
	background: url(images/box-bg.jpg) bottom center no-repeat;
	padding: 0 6px 40px 6px;
	margin-bottom: 15px;
}

.box h4 {
background:#A6BEF7;
padding: 5px 10px;
margin:0 0 2px 0;
}

.box ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style:none;
	font-size: 80%;
}

.box ul li {
	margin:0;
	padding:0;

}

.box ul li a {
	font-weight:bold;
	display:block;
	padding: 5px 5px;
	text-decoration:none;
	color: #667EB7;
}
.box ul li a:hover {
	background: #A6BEF7;
	color: #FFFFFF;
}

#footer {
	background:url(images/footer-body-bg.jpg) top left repeat-x;
}

#footer #fcontainer {
	width: 925px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	background: url(images/dropshadow.png) top center repeat-y;
}

#footer #fcontainer #fmain {
	background:url(images/footer-bg.jpg) top left repeat-x;
	min-height:300px;
	padding: 10px;
	font-size:70%;
}

#home {
}

#home #middle {
margin-left: 0;
width: 665px;
}

#home #left {
display:none;
}

#home .largeBox {
	background:url(images/home-box-bg.jpg) bottom center no-repeat;
	width: 660px;
	padding-bottom:40px;
}

#home .largeBox h3 {
background:#A6BEF7;
padding: 5px 10px;
margin:0 26px 5px 26px;
}