/*	reset
*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #e2e2e2 url(../images/background.gif) top repeat-x;
	font-size: 75%;
	line-height: 1.5;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

hr {
	display: none;
}

/*	typography
*************************************************/
body {
	color: #666;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}

h2,h3,h4,h5,h6 {
	color: #b0c541;
}

h1 {
	color: #666;
	font-size: 1.3333em;
	line-height: 1.125;
	margin-bottom: 1.125em;
}

h2 {
	font-size: 1.1667em;
	line-height: 1.2857;
	margin-bottom: 1.2857em;
}

h3 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

p {
	margin: 0 0 1.5em;
}

a {
	color: #b0c541;
	text-decoration: none;
}

a:focus, a:hover {
	color: #666;
	text-decoration: underline;
}

/*	layout
*************************************************/
#container {
	background: #fff;
	margin: 0 auto;
	width: 1010px;
}

#header {
	background: url(../images/header.gif) no-repeat;
	height: 95px;
	padding: 15px 40px;
}

#main {
	background: url(../images/main.gif) repeat-y;
	padding: 15px 35px;
}

#sidebar {
	color: #fff;
	float: left;
	width: 220px;
}

#content {
	float: right;
	width: 700px;
}

#footer {
	background: url(../images/footer.gif) no-repeat;
	color: #fff;
	font-size: .8333em;
	height: 36px;
	line-height: 3.6;
	padding: 0 40px 25px;
}

/*	logo
*************************************************/
h1#logo {
	float: left;
}

h1#logo a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	height: 53px;
	overflow: hidden;
	text-indent: -999em;
	width: 209px;
}

/*	menu
*************************************************/
#menu {
	clear: left;
	float: left;
	font-size: 1.1667em;
	line-height: 1.2857;
}

#menu li {
	display: inline;
	margin-right: 15px;
}

#menu li a {
	color: #fff;
	text-decoration: none;
}

#menu li a:focus, #menu li a:hover {
	color: #819130;
}

#menu li.current {
	color: #819130;
}

/*	submenu
*************************************************/
#submenu {
	border-top: 1px dotted #948e6e;
	line-height: 1.6667;
}

#submenu li a {
	background: url(../images/square.gif) 0 center no-repeat;
	border-bottom: 1px dotted #948e6e;
	color: #fff;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	width: 210px;
}

#submenu li li a {
	background: none;
	padding-left: 20px;
	width: 200px;
}

#submenu li a:focus, #submenu li a:hover {
	color: #948e6e;
}

#submenu li.current {
	background: url(../images/square.gif) 0 center no-repeat;
	border-bottom: 1px dotted #948e6e;
	color: #948e6e;
	display: block;
	padding-left: 10px;
	width: 210px;
}

#submenu li li.current {
	background: none;
	padding-left: 20px;
	width: 200px;
}

/*	info
*************************************************/
#info {
	float: right;
}

#info li {
	display: inline;
	margin-left: 15px;
}

#info li a {
	color: #fff;
	text-decoration: none;
}

#info li a:focus, #info li a:hover {
	color: #c7bf94;
}

#info li.current {
	color: #c7bf94;
}

/*	lists
*************************************************/
#content ul li {
	background: url(../images/square.png) 0 6px no-repeat;
	padding-left: 15px;
}

/*	employees
*************************************************/
.employee {
	border: 1px solid #ccc;
	float: left;
	height: 175px;
	margin: 0 20px 20px 0;
	width: 298px;
}

.employee .image {
	float: left;
	margin-right: 20px;
}

.employee .content {
	float: left;
	padding: 10px;
	width: 158px;
}

.employee .content h3 {
	margin-bottom: .75em;
}

.employee .content p.position {
	color: #000;
}

/*	misc classes
*************************************************/
.last {
	margin-right: 0;
}

/*	news
*************************************************/
.news-list-item img {
	border: 3px solid #ccc;
	padding: 5px;
}

.news-single-item img {
	border: 3px solid #ccc;
	float: left;
	padding: 5px;
	margin: 0 15px 1.5em;
}

/*	clearing without extra markup
*************************************************/
.clearfix, #container, #header, #main, #footer {
	display: inline-block;
}

.clearfix:after, #container:after, #header:after, #main:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix, * html #container, * html #header, * html #main, * html #footer {
	height: 1%;
}

.clearfix, #container, #header, #main, #footer {
	display: block;
}
