@import url(/include/css/editor.php);

/** =COLORS **
#5a7310		Green
#005192		Blue
*/


body {
	background: url('/image/background.png') repeat-x;
	}


/** =LAYOUT **/

#shadow-top {
	width: 966px;
	margin: 17px auto;
	padding-top: 13px;
	background: url('/image/shadow-top.png') no-repeat top center;
	}
#shadow-btm {
	padding-bottom: 13px;
	background: url('/image/shadow-btm.png') no-repeat bottom center;
	}
#shadow-mdl {
	padding: 0px 13px;
	background: url('/image/shadow-mdl.png') repeat-y;
	}

#container {
	padding: 40px 20px 0px 20px;
	background: #dce9f3 url('/image/bg-content.jpg') no-repeat;
	}
#hp #container {
	min-height: 779px;
	background: #ffffff url('/image/visuals/home_1.jpg') no-repeat;
	}

#wrapper {
	padding: 20px 0px 40px 0px;
	}


/** =HEADER **/

#header {
	height: 85px;
	clear: both;
	position: relative;
	background: url('/image/dot.gif') repeat-x bottom left;
	}

#logo {
	float: right;
	}

#navigation {
	width: 600px;
	height: 30px;
	clear: both;
	position: absolute;
	top: 42px;
	left: -5px;
	/*
	margin-top: -28px;
	margin-left: -5px;
	*/
	}


/** =CONTENT - HOMEPAGE **/

#home-intro {
	height: 420px;
	}
#home-intro-text {
	margin-bottom: 20px;
	}

#slogan {
	width: 345px;
	height: 29px;
	text-indent: -999em;
	background: url('/image/slogan.gif') no-repeat;
	}

#home-projects div.heading {
	height: 40px;
	clear: both;
	}
	h2.home {
		float: left;
		font-weight: normal;
		line-height: 1;
		margin-right: 10px;
		}
	#home-projects .button {
		float: left;
		width: 130px;
		margin-top: 7px;
		}



/** CONTENT - DEFAULT **/

#content {
	padding-right: 25px;
	}
.full-coll #content {
	padding-right: 0;
	}

#sidebar {
	padding-top: 33px;
	}
	#jobs {
		margin-bottom: 30px;
		}
	#sidebar .side-btn {
		float: right;
		width: 110px;
		margin-top: 10px;
		}

.overview .small-block {
	margin-bottom: 15px;
	}
.overview .left {
	margin-right: 15px;
	}


/** =FOOTER **/

#footer {
	width: 966px;
	margin: 17px auto;
	}
#footer p {
	text-indent: 31px;
	}
#footer a {
	text-decoration: none;
	}


/** =CLASSES **/


.coll {
	width: 290px;
	float: left;
	}
.coll-mid {
	margin: 0px 15px;
	}
.coll-2 {
	width: 580px;
	width: 610px;
	float: left;
	}

.coll .content {
	height: 124px;
	height: 104px;
	padding: 10px;
	background: url('/image/dot-gray.gif') repeat-x left bottom;
	}
.small-block .content {
	padding: 10px;
	height: 63px;
	background: none;
	}

.big-block-mid .last {
	background-image: none;
	}

.coll .content p {
	line-height: 14px;
	height: 56px;
	overflow: hidden;
	}

.coll-link a {
	width: 290px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-indent: -999em;
	background: url('/image/arrow-blue-right.gif') no-repeat 276px center;
	}
.big-block-mid .coll-link a {
	margin-top: -26px;
	}

.big-block-top {
	padding-top: 3px;
	background: url('/image/block-top.png') no-repeat center top;
	}
.big-block-btm {
	padding-bottom: 3px;
	background: url('/image/block-btm.png') no-repeat center bottom;
	}
.big-block-mid {
	background: #ffffff;
	}

.small-block {
	height: 83px;
	background: url('/image/small-block.png') no-repeat;
	}

.block {
	height: 150px;
	background: url('/image/bg-block.png') no-repeat;
	}
.block h3,
.big-block-mid h3,
.small-block h3 {
	font-size: 130%;
	height: 2.6em;
	line-height: 1.2;
	font-weight: normal;
	}
.big-block-mid h3 {
	height: auto;
	margin-bottom: .4em;
	}
.block h3 a,
.big-block-mid h3 a,
.small-block h3 a {
	color: #005192;
	display: block;
	text-decoration: none;
	}
.small-block h3 a {
	height: 63px;
	background: url('/image/arrow-blue-right.gif') no-repeat right bottom;
	}

.block .content p {
	height: 6em;
	overflow-y: hidden;
	}
.block .figure {
	margin-top: 3px;
	}

.small-block .figure {
	width: 95px;
	height: 63px;
	overflow: hidden;
	}

.figure {
	float: left;
	margin-right: 10px;
	}

.album {
	clear: both;
	overflow: auto;
	}
.album .photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.album .photo-newline {
	clear: left;
	}

.button,
#subnav li,
.itemlist li {
	padding-left: 3px;
	margin-bottom: 3px;
	font-size: 110%;
	background: url('/image/btn-white-left.png') no-repeat left top;
	}
.itemlist li {
	font-size: 100%;
	}
.button a,
#subnav li a,
.itemlist li p {
	display: block;
	color: #005192;
	height: 21px;
	line-height: 21px;
	padding-left: 2px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: lowercase;
	background: url('/image/btn-white-right.png') no-repeat right top;
	}
.itemlist li p {
	background: url('/image/btn-white-right-noarrow.png') no-repeat right top;
	}
.button a strong,
.itemlist p strong {
	color: #5a7310;
	font-weight: bold;
	}
.itemlist p strong {
	display: inline-block;
	width: 175px;
	}

.btn-blue,
#subnav li {
	background-image: url('/image/btn-blue-left.png');
	}
.btn-blue a,
#subnav li a {
	color: #ffffff;
	background-image: url('/image/btn-blue-right.png');
	}

.btn-green,
#subnav li.active {
	background-image: url('/image/btn-green-left.png');
	}
#subnav li.open {
	background-image: url('/image/btn-green-left-bg.png');
	}
.btn-green a {
	color: #ffffff;
	background-image: url('/image/btn-green-right.png');
	}
#subnav li.active a {
	color: #ffffff;
	font-weight: bold;
	background-image: url('/image/btn-green-right-noarrow.png');
	}
#subnav li.open a {
	background-image: url('/image/btn-green-right-noarrow-bg.png');
	}

.btn-green a strong {
	color: #ffffff;
	}

.clearfix {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	}