@charset "UTF-8";
/* CSS Document */


/* BODY ------------------------------------------------------- */

body {
background: #fff url(../../images/bgBody.png) repeat-y left;
}


/* TEXT -------------------------------------------------------- */

* {
font: 12px Verdana,Arial,sans-serif;
color: #777;
}

.blue { color: #008BBF; }
.dblue { color: #317ea3; }
.red { color: #B11117; }
.fred { color: #c15454; }
.grey { color: #474747; }
.lgrey { color: #747474; }

a {
	text-decoration:none;
	color: #008BBF;
} 

a:hover {
text-decoration:none;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

p {
margin-bottom: 1em;
}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}

.alert {
color: #a90006;
background: url(../../images/admin_iconAlert.png) no-repeat center left;
padding-left: 15px;
margin-left: 10px;
margin-bottom: 15px;
clear: both;
}

	.alert * {
	color: #a90006;
	}
	
/* GERNERAL CRAP ---------------------------------------- */

.clear {
clear:both;
display: block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }

#container {
width: 840px;
margin: 0;
padding-right: 45px;
}


	
	
	
/* FOOTER ---------------------------------------- */


#footer {
width: 840px;
height: 105px;
margin: 0;
padding-right: 45px;
padding-bottom: 45px;
}

	#footer .left {
	width: 255px;
	height: 105px;
	background: #7ea3b3;
	}
	
		#footer .left p {
		padding: 27px 30px 0 30px;
		font-size: 9px;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		}

	#footer .right {
	width: 585px;	
	}
	
		#footer #links {
		width: 540px;
		height: 90px;
		padding: 15px 15px 0 30px;
		background: #ebebeb;
		}
		
			#footer #links a {
			float: left;
			margin-right: 20px;
			margin-bottom: 5px;
			}
		
		#footer .footer {
		width: 540px;
		padding: 10px 15px 0 30px;
		}
		
		.footer p {
		float: left;
		font-size: 10px;
		color: #999;
		}
		
		.footer a {
		float: right;
		}
	

/* SIDEBAR ---------------------------------------- */

#sidebar {
float: left;
display: inline;
width: 255px;
background: url(../../images/bgSidebar.png) no-repeat top left;
}

	#sidebar h1 {
	width: 200px;
	height: 50px;
	text-indent: -9999px;
	margin: 34px 0 30px 30px;
	}

	#sidebar li {
	width: 255px;
	float: left;
	margin-bottom: 7px;
	}

	#sidebar a.nav {
	float: left;
	width: 210px;
	padding: 5px 0 5px 45px;
	font-size: 17px;
	color: #317ea3;
	}
	
	#sidebar a.nav:hover,
	#sidebar li.active a.nav {
	color: #fff;
	background: #7ea3b3;
	}


	#sidebar #search {
	margin-left: 30px;
	width: 195px;
	}
	
		#sidebar #search input.text {
		float: left;
		display: inline;
		width: 142px;
		height: 23px;
		padding: 2px 5px 0 15px;
		font-size: 15px;
		color: #999;
		background: url(../../images/bgSearch.png) no-repeat;
		border: none;
		}
		
		#sidebar #search input.go {
		float: right;
		display: inline;
		}

	.subnav {
	padding-top: 35px;
	}

	.subnav a {
	display: block;
	margin-bottom: 3px;
	margin-left: 35px;
	padding: 2px 0 3px 10px;
	width: 210px;
	font-size: 15px;
	color: #fff;
	}
	
		.subnav a.active,
		.subnav a:hover {
		background: #7ea3b3;
		}

/* MAIN ---------------------------------------- */

#main {
width: 540px;
float: right;
}

	#main p {
	margin-bottom: 1em;
	}

	#main p,
	#main li {
	line-height: 20px;
	text-align: justify;
	}
	
	#main h2 {
	font-size: 24px;
	margin-bottom: 27px;
	margin-top: 2px;
	}
	
		#main h2.main {
		margin-bottom: 15px;
		}
		
		#main h2 a {
		font-weight: bold;
		}
		
	#main h3 {
	font-size: 17px;
	line-height: 32px;
	color: #888;
	margin-bottom: 5px;
	}
	
		#main h3 span {
		font-size: 17px;
		color: #C15454;
		}
		
	#home p {
	font-size: 17px;
	line-height: 32px;
	color: #888888;
	}
	
	#home div {
	float: right;
	margin-left: 30px;
	padding-top: 7px;
	padding-bottom: 15px;
	background: url(../../images/bgShadowLg.png) no-repeat bottom center;
	}
	
	#home img {
	border: 1px solid #fff;
	}
	
	#main img.left {
	margin-right: 15px;
	}
	
	ul.p {
	margin-bottom: 1em;
	}
	
		ul.p li {
		background: url(../../images/bgListLt.png) no-repeat left 6px;
		padding-left: 20px;
		margin-bottom: 3px;
		}
		
	ol.p {
	margin-bottom: 1em;
	}
	
		ol.p li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 3px;
		}
	

	a.ext {
	padding-left: 18px;
	background: url(../../images/iconExtLink.png) no-repeat left center;
	color: #008BBF;
	}
	
	a.acrobat {
	padding-left: 18px;
	background: url(../../images/iconAcrobat.png) no-repeat left center;
	color: #008BBF;
	}
	
	a.word {
	padding-left: 18px;
	background: url(../../images/iconWord.png) no-repeat left center;
	color: #008BBF;
	}
	
	#items img {
	width: 150px;
	float: right;
	margin: 0 0 15px 30px;
	}
	
	#people div.photo {
	float: right;
	margin-left: 30px;
	padding-bottom: 14px;
	background: url(../../images/bgShadowMed.png) no-repeat bottom center;
	}
	
	#people img {
	width: 120px;
	}

