






* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html { 
	min-width:954px;
}
body { 
	background:#7b848e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%;
	line-height:1.125em;
	color:#fff;
}

ul { list-style:none;}

#main {
	width:960px;
	margin:0 auto;
	position:relative;
	font-size:.75em;
}

.col-1, .col-2, .col-3 { float:left;}

.fleft { 
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}

.alignright { 
	text-align:right;
}
.aligncenter {
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}



.tail-top {
	background:url(images/top.gif) left top repeat-x #7b848e;
}
.tail-bottom { 
	background:url(images/bottom.gif) left bottom repeat-x;
}




img { 
	border:0;
	vertical-align:top;
	text-align:left;
}
.img-indent { 
	width:100%;
	overflow:hidden;
}
.img-indent img {
	float:left;
	margin:0 28px 0 0;
}

.img-box { 
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.img-box img {
	float:left;
	margin:0 20px 0 0;
}


p { margin-bottom:18px;}



a {
	color:#fa9a87;
	outline:none;
}

a:hover{
		text-decoration:none;
}


h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:37px;
	line-height:1em;
	font-weight:normal;
	letter-spacing:-2px;
	margin-bottom:15px;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:27px;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:20px;
}

h3 {
	font-size:1em;
	color:#d1d5da;
	line-height:1.2em;
	margin-bottom:8px;
}
	h3 a {
		color:#d1d5da;
		text-decoration:none;
	}
		h3 a:hover {
			color:#fa9a87 !important;
		}

h4 {
	font-size:1em;
	color:#fff;
	line-height:1.2em;
	margin-bottom:10px;
}

	h4 a {
		color:#fff !important;
		text-decoration:none;
	}
	h4 a:hover {
		color:#000 !important;
	}


#header {
	height:354px;
	background:url(images/header.jpg) no-repeat 20px bottom;
}

#header .row-1 { 
	height:69px;
}

#header .row-2 {
	height:114px;
}
	#header .row-2 .indent {
		padding:20px 0 0 45px;
	}

#header .nav {
	padding:22px 0 0 41px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

	#header .nav li {
		display:inline;
	}

		#header .nav li a {
			display:block;
			font-size:18px;
			float:left;
			padding:5px 40px 5px 40px;
			color:#fff;
			text-decoration:none;
			text-transform:uppercase;
			background:url(images/div.gif) no-repeat left top;
		}
		#header .nav li a.first {
			background:none;
			padding-left:0;
		}
		#header .nav li a.last {
			padding-right:0;
		}

		#header .nav li a:hover, #header .nav li a.current {
			color:#fa9a87;
			text-decoration:none;
		}

#header .row-3 {
	height:171px;
}
	#header .row-3 .slogan {
		padding:50px 0 0 59px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:30px;
		line-height:1em;
		text-transform:uppercase;
		color:#FA9A87;
		width: 320px;
	}
		

#header .row-3.bot-bg {
	background:url(images/bottom.jpg) no-repeat 20px bottom;
}

#content {
	padding:0 20px 40px 20px;
}
	#content.top-bg {
		background:url(images/bg.png) no-repeat 557px top;
		padding-top:20px;
	}

	#content .indent {
		padding:26px 25px 0 20px;
	}

#content ul li {
	background:url(images/arrow1.gif) no-repeat left 8px;
	padding:0 0 6px 10px;
}
	#content ul li a {
		color:#d1d5da;
	}

#content .img-list li {
	background:none;
	padding:0px 0px 10px 0px;
	width:100%;
	overflow:hidden;
}
	#content .img-list li img {
		float:left;
	}

#content .img-list-alt li {
	background:none;
	padding:0;
	width:100%;
	overflow:hidden;
	padding-bottom:22px;
}
	#content .img-list-alt li img {
		float:left;
		margin-right:20px;
	}
	#content .img-list-alt li p {
		margin-bottom:12px;
	}
	#content .img-list-alt li a {
		color:#fa9a87;
	}


#content .list1 {
	padding-bottom:18px;
}
	#content .list1 li {
		font-weight:bold;
		padding-bottom:2px;
	}
		#content .list1 li ul {
			padding-top:3px;
		}
		#content .list1 li li {
			background:url(images/arrow2.gif) no-repeat left 9px;
		}

.box { 
	width:100%;
}
	.box .bg {
		background:url(images/bg1.png) left top;
	}
	.box .bottom {
		background:url(images/bottom.png) no-repeat left top;
		height:9px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .extra-bg {
		background:url(images/bg.png) no-repeat 537px top;
		width:100%;
	}
	.box .inner {
		padding:45px 20px 10px 20px;
	}

	.date
	{
		font-weight: bold;
	}
	
	.news_img
	{
		margin: 0px 10px 5px 0px;
		float: left;
	}
	
	.current, .page_link, .ctrl
	{
		margin-right: 3px;
	}

	.departments 
	{
		/*margin:-20px 0 15px;*/
		overflow:hidden;
	}
	.departments dt 
	{
		font-weight:bold;
	}
	.departments dd 
	{
		clear:both;
	}
	.departments dd span 
	{
		float:left;
		width:80px;
	}
	

		


	.image
	{
		border: 1px solid #DADADA;
	}	
	.button
	{
		margin-left: 10px;
	}

#footer {
	height:89px;
}
	#footer .indent {
		padding:32px 40px 0 40px;
	}
	#footer a {
		color:#d1d5da;
	}
	#footer img {
		position:relative;
		top:-3px;
	}

#page1 #content .col-1 {
	width:250px;
	margin-right:65px;
}
#page1 #content .col-2 { 
	width:560px;
}
