/* CSS Document */
body {
	background: url(templateAssets/brechnerBG.png) repeat-x;
	font-size: 62.5%;
	line-height: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
}

p {font-size: 1.2em; margin-bottom: 10px;}
a:link {color: #ff4a00;}

#wrapper {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position:relative;
}

#header {
}

#header img {
	float: left;
}

#nav ul {
	float: left;
	font-size: 1.4em;
	width: 100%;
	background: black url(templateAssets/blockdefault.png) center center repeat-x;
}

#nav li{
	display: inline;
}

#nav li a{
	float: left;
	color: white;
	line-height: 2.0em;
	padding: 0 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

#nav li a:hover, #nav li .current{
	color: white;
	background: transparent url(templateAssets/blockactive.png) center center repeat-x;
}

#content {
	clear: both;
}

#content h2 {
	color: #ff4a00;
	font-size: 3em;
	margin-bottom: 20px;
	margin-top: 5px;
}

#content h2.last {
	margin-top: 16px;
}

#content h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

#content h4 {
	color: #0021a5;
	font-size: 1.4em;
	margin-bottom: 7px;
}

#content h4 a {
	color: #0021a5;
	text-decoration: none;
}

#content img.icon {
	float: right;
	margin: 0 -5px 5px 10px;
}

#content p {
}

#content hr {
}

#content cite {
}

#content ul.bullets {
	font-size: 1.2em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 12px;
}

#content ul.bullets li {
	margin-bottom: 10px;
}

#content span.dateline{
	color: #888;
}

#content #left p {
	width: 210px;
}

#footer {
	clear: both;
      font-size: .9em;
	background: url(templateAssets/utilityBg.png) repeat-x;
	border-top: 1px solid #494949;
	border-bottom: 1px solid #494949;
	min-height: 200px;
}

#footer span {
        border-bottom: 1px solid #494949;
		font-size: 1.2em;
}

#footerContact {
	float: right;
	margin: 27px 10px 10px 10px;
        width: 220px;
	text-align: right;
}

#footerAbout {
	margin: 10px;
}

#search {
	position: absolute;
	top: 5px; right: 0px;
}

#search input.textField {
        width: 167px;
        font-size: 1em
}

#randomQuote {
	position: absolute;
	font-size: 12px;
	width: 420px;
	top: 47px; right: 0px;
	text-align:left;
}