/*
 * Immerge Technologies, Inc.
 * --------------------------
 * written by Chris Gillis
 * c. 2009
 *
 * for metzler bros
 */
 
* {
	margin: 0;
	padding: 0;
}

a {
	color: #cf2d18;
}
body {
	background: #dfdfdf;
	font-family: arial;
	letter-spacing: 1px;
}

img {
	border: 0;
}

h4 {font-size: 22px; margin-bottom: 5px;}
p strong {
	line-height: 150%;
	color: #535353;
}

#content p {
	margin-bottom: 20px;
	line-height: 150%;
}
#site-wrapper {
	width: 960px;
	background: #dfdfdf url('images/background.gif');
}

#header {
	padding-top: 20px;
	margin-bottom: 5px;
}

#navigation {
	width: 940px;
	background: #fff url('images/nav-bg.gif') top left no-repeat;
	height: 35px;
	margin-bottom: 20px;
}

#primary-nav {
	list-style-type: none;
	margin-left: 70px;
	padding-top: 4px;
}

#primary-nav li {
	float: left;
	margin-right: 20px;
}

#primary-nav li a {
	color: #c2b336;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

#primary-nav li a:hover {
	color: #454403;
}
#primary-nav li.active a {
	color: #454403;
}
#content-wrapper {
	background: url('images/content-bg.gif') top left repeat-y;
	padding-left: 70px;
	padding-right: 25px;
}

#page-select {
	list-style-type: none;
}

#page-select li {
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
}

#page-select li h2 {
	font-size: 30px;
}

#page-select li h2.blue {
	color: #5db5e5;
}
#page-select li h2.red {
	color: #cf2d18;
}
#page-select li h2.brown {
	color: #6d5b59;
}

#content {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#footer {
	background: url('images/footer-bg.gif') top left repeat-y;
	padding-left: 70px;
	padding-bottom: 10px;
}

#footer-content {
	background: #dfdfdf;
	padding: 20px;
	width: 820px;
}

#footer p {
	color: #666;
	font-size: 12px;
	width: 500px;
}

#bottom-shadow {
	background: url('images/site-bottom.gif');
	height: 20px;
}

#footer a {
	color: #666;
}

























