html, body {
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
}
body {
	background:#3b4856 url(../images/background.gif) repeat-x top left;
}
#container {
	min-height:100%;
	position:absolute;
	min-width:100%;
	margin:0;
	padding:0;
	top:0;
	left:0;
}
.left {float:left;}
.right {float:right;}
hr {
	border-top:1px solid #FFF;
	border-bottom:none;
	border-right:none;
	border-left:none;
	float:left;
	margin:10px 0;
	width:445px;
}
#mainwrap {
	width:800px;
	margin:0 auto;
}
#header {
	width:832px;
	float:left;
}
#headerpics {
	width:832px;
	height:222px;
	overflow:hidden;
}
#wrapper {
	float:left;
	margin:30px 0 0;
	padding:0 0 170px;
	width:800px;
	min-height:400px;
	background:url(../images/tom-trans.png) no-repeat right 50px;
}
#content {
	float:left;
	margin:0 60px 0 0;
	width:445px;
	text-align:justify;
}
#content ul {
	list-style:none;
	color:#FFF;
}
#content ul li {
	padding:3px 0;
	font-size:.85em;
}
#content ul.contact li {
	padding:3px 0;
	border-bottom:1px solid #FFF;
}
.headline {
	margin:0 0 20px;
}
.dept_image {
	float:left;
	margin:0 5px 0 0;
	border:1px solid #FFF;
	padding:1px;
}
#sidebar .headline {
	margin:0 0 7px;
}
#sidebar {
	width:290px;
	float:left;
	margin:0;
}
#sidebar ul {
	list-style:none;
	color:#FFF;
}
#sidebar ul hr {
	border-top:1px solid #37414c;
	border-bottom:1px solid #FFF;
	width:260px;
	height:0;
	margin:10px 0;
}
#sidebar ul li {
	color:#FFF;
	padding:15px;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	font-size:.8em;
	margin:15px 0;
	background: rgb(102,126,150);
	background: -moz-linear-gradient(top, rgba(102,126,150,1) 0%, rgba(30,40,51,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,126,150,1)), color-stop(100%,rgba(30,40,51,1)));
	background: -webkit-linear-gradient(top, rgba(102,126,150,1) 0%,rgba(30,40,51,1) 100%);
	background: -o-linear-gradient(top, rgba(102,126,150,1) 0%,rgba(30,40,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,126,150,1) 0%,rgba(30,40,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#667e96', endColorstr='#1e2833',GradientType=0 );
	background: linear-gradient(top, rgba(102,126,150,1) 0%,rgba(30,40,51,1) 100%);
	box-shadow:0px 0px 10px #000;
}
#sidebar ul li strong {
	font-size:1.2em;
}
#sidebar ul li:last-child {
	border:none;
}
#footer {
	background:#16202c;
	bottom:0;
	clear:both;
	height:65px;
	left:0;
	margin:0;
	padding:10px 0 0;
	position:absolute;
	width:100%;
}
#footer p {
	margin:0 10px;
}
