/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background-color: #3b3e3e;
}
/* @end */

/* @group Layout */
div#hd, div#bd, div#ft {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div#hd {
	background-color: #d00d12;
	height: 8px;
	overflow: hidden;
}
body.gray div#bd {
	background: url(../images/gray-bkg.gif) repeat-y #fff;
}
body.red div#bd {
	background: url(../images/red-bkg.gif) repeat-y #fff;
}

div.left {
	width: 240px;
	float: left;
	display: inline;
}
div.right {
	width: 520px;
	float: right;
	display: inline;
}

div.left .content {
	padding: 40px 40px 30px 45px;
}
div.right .content {
	padding: 45px 0;
	margin: 0 40px;
	font-size: 107%;
	color: #898989;
}
body.red div.right .content {
	color: #fff;
}
div.right .content p, div.right .content ul, div.right .content ol {
	line-height: 140%;
	margin-bottom: 15px;
}
ol {
	list-style-type: decimal;
	margin-left: 27px;
}
div#bd .right ul {
	list-style-type: disc;
	margin-left: 20px;
}
div#bd ol li, div#bd .right ul li {
	margin-bottom: 15px;
}

div#ft p {
	color: #b7b7b7;
	padding: 20px 5px;
	font-size: 85%;
	font-family: Verdana, sans-serif;
}

/* Red Button */
p.red-btn {
	margin: 15px 0;
	font-weight: bold;
}
p.red-btn a {
	display: block;
	padding: 0 15px;
	background: url(../images/red-btn-bkg.gif) repeat-x;
	line-height: 31px;
	height: 31px;
}
p.red-btn a:link, p.red-btn a:visited {
	color: #fff;
	text-decoration: none;
}
p.red-btn a:hover {
	color: #b7b7b7;
}

/* Gray Button */
p.gray-btn {
	margin: 15px 0;
	font-weight: bold;
}
p.gray-btn a {
	display: block;
	padding: 0 15px;
	background: url(../images/gray-btn-bkg.gif) repeat-x;
	line-height: 31px;
	height: 31px;
}
p.gray-btn a:link, p.gray-btn a:visited {
	color: #000;
	text-decoration: none;
}
p.gray-btn a:hover {
	color: #464646;
}

/* Project Box */
div.proj-box {
	width: 200px;
	margin-bottom: 30px;
	float: left;
	display: inline;
}

div.pbl{
	margin-right: 30px;
}

div.proj-box p {
	font-size: 80%;
	color: #898989;
}
div.proj-box img {
	margin-right: 10px;
	float: left;
	display: inline;
}
div.proj-box a img {
	border: 4px solid #fff;
}
div.proj-box a:hover img {
	border: 4px solid #dadada;
}
div.proj-box h4 a:link, div.proj-box h4 a:visited {
	color: #d00d12;
	text-decoration: none;
}
div.proj-box h4 a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Nav */
ul#main-nav {
	font-size: 123%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/nav-btm-line.gif) no-repeat bottom left;
}
body#index ul#main-nav, body#contact ul#main-nav {
	background-image: none;
}
ul#main-nav a:link, ul#main-nav a:visited {
	color: #000;
	text-decoration: none;
}
ul#sub-nav a:link, ul#sub-nav a:visited {
	color: #626262;
	text-decoration: none;
}
ul#main-nav a:hover, ul#main-nav li.selected a:link, ul#main-nav li.selected a:visited, ul#sub-nav a:hover, ul#sub-nav li.selected a:link, ul#sub-nav li.selected a:visited {
	color: #d00d12;
}

ul#sub-nav li {
	margin: 1px 0;
}
#wagt_map_1 {
	height: 300px;
	width: 440px;
}
.content p.view-map {
	font-size: 11px;
	margin-top: 10px;
}


/* @end */

/* @group Headings */
h1 {
	font-size: 185%;
	color: #d00d12;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom: 15px;
}
h1.sub {
	margin-bottom: 0;
}
img.img-h1 {
	margin-bottom: 15px;
}
h2 {
	font-size: 107%;
	color: #464646;
	margin-bottom: 15px;
}

h3 {
	color: #d00d12;
	text-transform: uppercase;
	font-family: "Trebuchet MS", sans-serif;
}
h3.sub {
	margin-bottom: 15px;
	margin-top: 30px;
}

h4 {
	color: #d00d12;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
.left p.quote {
	color: #d00d12;
	font-family: Georgia, serif;
	font-size: 107%;
	margin-bottom: 10px;
}
.left p.quote-name {
	font-style: italic;
	font-size: 85%;
	color: #464646;
	font-family: Verdana, sans-serif;
}

.right p.quote {
	color: #464646;
	font-family: Georgia, serif;
	font-size: 136%;
	padding: 15px 45px 0 45px;
	line-height: 130%!important;
	margin-bottom: 10px!important;
}
.right p.quote-name {
	font-style: italic;
	font-size: 85%;
	color: #898989;
	font-family: Verdana, sans-serif;
	margin: 0 45px 30px 45px;
}

.person-row {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.person-row h2 {
	font-size: 14px;
	color: #D00D12;
	margin-bottom: 0px;
	font-weight: bold;
}
.person-row p.title {
	font-weight: bold;
}
.person-row img {
	float: left;
	border: 4px solid #fff;
	margin-right: 30px;
	margin-bottom: 30px;
}

.news-row {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.news-row h2 {
	font-size: 14px;
	color: #D00D12;
	margin-bottom: 10px;
	font-weight: bold;
	margin-right: 0px;
	margin-top: 0px;
}
.news-row p.title {
	font-weight: bold;
}
.news-row img {
	float: left;
	border: 4px solid #fff;
	margin-right: 30px;
	margin-bottom: 20px;
}
.news-row img.banner {
	float: none;
	border: 4px solid #fff;
	margin-right: 0;
	margin-bottom: 20px;
}
.acred-logo {
	height: 125px;
	width: 125px;
	float: left;
	border: 4px solid #fff;
	margin-left: 20px;
	margin-bottom: 20px;
}
.acred-first {
	margin-left: 0px;
}

#map { width:440px; height:350px }


















/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #464646;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D00D12;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
