* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	width:100%;
}
body {
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:1.0em;
	color:#FFFFFF;
}
h2 {
	color:#5C6F7B;
	font-weight:normal;
	padding-bottom:10px;
}
h3 {
	color:#5C6F7B;
	font-weight:bold;
	font-size:1.0em;
}
h4 {
	font-size:1.0em;
	font-weight:normal;
}
p {
	color:#808080;
	padding-bottom:10px;
}
ul {
	color:#808080;
}
hr {
	color:#DADBDB;
	background-color:#DADBDB;
	height:1px;
	border:none;
	margin-bottom:5px;
}
a {
	text-decoration:none;
	color:#5C707C;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
#header {
	width:975px;
	height:160px;
	border-left:1px solid #DADBDB;
	border-top:1px solid #DADBDB;
	border-right:1px solid #DADBDB;
}
#headerLeft {
	float:left;
	width:659px;
	height:140px;
}
#headerImage {
	width:659px;
	height:140px;
	float:left;
}
#greenLine {
	background-color:#D7C500;
	height:20px;
	border-top:1px solid #BCAF1C;
	float:left;
	width:659px;
}
#headerInfo {
	/*height:140px;*/
	width:315px;
	float:left;
	border-left:1px solid #DADBDB;
}
#date {
	background-color:#D7C500;
	color:#FFFFFF;
	padding:2px 0 0 5px;
	height:16px;
}
#headerQuote {
	border-bottom:1px solid #DADBDB;
	font-size: 1.2em;
	padding:10px 5px 0 5px;
	height:81px;
	margin-bottom:30px;
}
#headerQuote span {
	color:#D7C500;
	font-weight:bold;
	width:180px;
	display:block;
	padding-top:10px;
}
#headerQuote p {
	color:#5C6F7B;
	width:180px
}
#searchForm {
	height:20px;
	border-top:1px solid #DADBDB;
}
#searchForm form {
}
#searchForm form input {
	display:block;
	float:left;
	height:19px;
	border:none;
}
#searchForm input.searchTerm {
	color:#B6B6B7;
	font-size:1.0em;
	padding:2px 5px 2px 5px;
	height:14px;
	width:235px;
	border:0
}
#searchForm input.searchButton {
	float:right;
}
#menu {
	width:100%;
}
#menu .rowOne {
	height:18px;
	background-color:#E9E9EA;
	border-top:1px solid #DADBDB;
}
#menu .rowTwo {
	height:18px;
	background-color:#F5F5F5;
	border-top:1px solid #DADBDB;
	border-bottom:1px solid #DADBDB;
}
#menu .leftCol {
	height:19px;
	width:660px;
	border-right:1px solid #DADBDB;
	float:left;
}
#menu .rightCol {
	height:19px;
	width:315px;
	float:left;
	border-right:1px solid #DADBDB;
}
#topNav {
	list-style-type:none;
	font-size:1.1em;
	padding-top:1px;
	height:19px;
}
#topNav li {
	float:left;
	padding-left:15px;
	height:19px;
}
#topNav li a {
	color:#5C6F7B;
	text-decoration:none;
	display:block;
	height:15px;
}
#topNav li a:hover {
	color:#8596A2;
}
#topNav li a.selected {
	border-bottom:2px solid #5C707C;
}
/* content */

#content {
	/*min-height:100%;*/
	width:977px;
	background-image:url(../images/backgroundBorder.gif);
	background-repeat:repeat-y;
	
}
#colRight {
	float:left;
	padding: 10px 0 10px 0;
	width:315px;
	height:100%;
}
#colLeft {
	float:left;
	padding:10px;
	width:640px;
	height:100%;
	border-left:1px solid #DADBDB;
}
#colLeft .odd {
	background-color:#F5F5F5;
}
#colLeft .odd h2 {
	background-color:#8596A2;
}
#colLeft .even {
	background-color:#E6E6E6;
}
#colLeft .odd h2, #colLeft .even h2 {
	color:#FFFFFF;
	font-size:1.1em;
	height:22px;
	float:right;
	width:310px;
	padding:5px 0 0 10px;
}
#colLeft .even h2 {
	background-color:#D7C500;
}
#colLeft .odd p, #colLeft .even p {
	float:right;
	width:300px;
	padding:10px;
}
#colLeft .oddArrow {
	background-image:url(../images/oddlong.png);
	background-repeat:no-repeat;
	height:24px;
	position:absolute;
	width:640px;
}
#colLeft .evenArrow {
	background-image:url(../images/evenlong.png);
	background-repeat:no-repeat;
	height:24px;
	position:absolute;
	width:640px;
}
#rightMenu {
	color:#FFFFFF;
	padding:0 10px 0 10px;
}
#rightMenu .highLight {
	background-color:#D7C500;
	padding:15px 5px 10px 10px;
}
#rightMenu .highLight p {
	padding-top:5px;
	font-size:1.5em;
	color:#FFFFFF;
}
#rightMenu .highLight span {
	display:block;
	font-size:1.1em;
	padding-top:15px;
}
#rightMenu .odd, #rightMenu .even {
	padding:15px 5px 10px 10px;
}
#rightMenu .odd ul, #rightMenu .even ul {
	padding-top:10px;
	list-style-type:none;
}
#rightMenu .odd ul li a, #rightMenu .even ul li a {
	color:#FFFFFF;
	padding-left:8px;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	text-decoration:none;
}
#rightMenu .odd ul li a:hover, #rightMenu .even ul li a:hover {
	text-decoration:underline;
}
#rightMenu .odd {
	background-color:#8596A2;
}
#rightMenu .even {
	background-color:#5C707C;
}
#rightMenu .arrowOdd, #rightMenu .arrowEven {
	width:295px;
	height:27px;
	position:absolute;
}
#rightMenu .arrowOdd {
	background-image:url(../images/oddbackgroundsmall.png);
	background-repeat:no-repeat;
}
#rightMenu .arrowEven {
	background-image:url(../images/evenbackgroundsmall.png);
	background-repeat:no-repeat;
}
#archive {
	margin-top:40px;
	padding:15px 5px 10px 10px;
	border-top:1px solid #DADBDB;
}
#archive h4 {
	color:#999999;
	padding-bottom:10px;
	font-weight:bold;
	font-size:1.0em;
}
#archives li {
	list-style-type:none;
}
#archives li {
	background-image:url(../images/arrowclosed.png);
	background-repeat:no-repeat;
	background-position: 0 4px;
}
#archives li.open {
	background-image:url(../images/arrowopen.png);
	background-repeat:no-repeat;
}
#archives li ul li {
	padding-left:0;
}
#archives li ul li ul li {
	background-image:none;
}
#archives a {
	color:#999999;
	padding-left:10px;
}
#headerContent {
	background-color:#D7C500;
	width:640px;
}
#headerContent div {
	height:140px;
}
#headerContent .blogHeader {
	float:left;
}
#headerContent img {
	display:block;
}
#headerContent img.leftImage {
	padding-right:10px;
	float:left;
}
#headerContent h1 {
	padding:15px 10px 0 10px;
}
#headerContent h1 a {
    color: #FFF;
}
#headerContent p.quote {
	padding:10px 10px 50px 10px;
	color:#FFFFFF;
	font-size:1.6em;
}
#headerImageArrow {
	background-image:url(../images/headerimagegreenarrow.png);
	background-repeat:no-repeat;
	width:640px;
	height:17px;
	position:absolute;
}
#contentContainer {
	background-color:#F5F5F5;
	height:100%;
}
#contentColLeft {
	float:left;
	width:145px;
	padding:15px 5px 10px 10px;
}

#contentColLeft h4 {
color:#5C6F7B;
font-size:1em;
font-weight:bold;
padding-bottom:20px;
}

#contentColRight {
	float:left;
	width:460px;
	padding:20px 10px 10px 5px;
	height:100%;
}
.leftNav {
	list-style-type:none;
}
.leftNav li {
	padding-bottom:5px;
}
.leftNav li a {
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	color:#5C6F7B;
}
.leftNav li a:hover {
	color:#8596A2;
}

.arrow li a {
font-weight:normal;
display:block;
background-image:url(../images/bullet.png);
background-repeat:no-repeat;
background-position:0 3px;
padding-left:8px;
}



#contentColRight ul {
	padding:0 0 10px 15px;
	color:#5C6F7B;
	font-weight:bold;
}
#contentColRight ul.number {
	list-style-type:decimal;
	list-style-position:inside;
	padding-left:0;
}
#contentColRight ul span {
	font-weight:normal;
	color:#808080;
}
#footer {
	width:100%;
	border-top:1px solid #DADBDB;
}
#footer .row {
	border-bottom:1px solid #DADBDB;
	height:16px;
	color:#5C6F7B;
	font-weight:0.8em;
	padding-left:10px;
	padding-top:2px;
}
#footer .row span {
	color:#D7C300;
}
#footer .row a {
	color:#5C6F7B;
	text-decoration:none;
	padding:0 0 0 10px;
}
#footer .row a:hover {
	text-decoration:underline;
}
#footer .row a.orange {
	color:#FF6600;
	padding:0;
}
#blog .odd, #blog .even {
	padding:10px;
	width:620px;
}
#blog .odd {
	background-color:#E9E9EA;
}
#blog div.even {
	background-color:#F5F5F5;
}
#blog .odd h2, #blog .even h2 {
	color:#5C6F7B;
	font-size:1.5em;
	float:left;
	width:360px;
}
#blog .odd h2 {
	background-color:#E9E9EA;
}
#blog .even h2 {
	background-color:#F5F5F5;
}
#blog .odd small, #blog .even small {
	display:block;
	color:#5C6F7B;
	font-size:1em;
	padding-left:10px;
	float:left;
	width:350px;
}
#blog .odd p, #blog .even p {
	height:97px;
	float:left;
	width:350px;
}
#blog .odd span, #blog .even span {
	display:block;
	color:#A2AFB9;
	font-size:1em;
	padding-bottom:10px;
	padding-left:10px;
	width:350px;
	float:left;
}
#blog .odd a.comment, #blog .even a.comment {
	float:right;
	text-align:right;
	color:#D7C300;
	padding-top:5px;
}
#blog .odd img.readMoreButton, #blog .even img.readMoreButton {
	float:left;
	padding-left:10px;
}
#blog .oddlong {
	background-image:url(../images/evenlong.png);
	background-repeat:no-repeat;
	height:24px;
	position:absolute;
	width:640px;
}
#blog .evenlong {
	background-image:url(../images/oddlong.png);
	background-repeat:no-repeat;
	height:24px;
	position:absolute;
	width:640px;
}
#blog .noimage small, #blog .noimage span, #blog .noimage h2, #blog .noimage p {
	width:620px;
	padding-left:0;
	padding-right:0;
}
#blog .noimage a {
}
#blog .noimage .readMoreButton {
	padding-left:260px;
	float:left;
}
#blog .buttons {
	float:right;
	margin-top:30px;
}
#blogFooterText a {
	float:left;
	color:#808080;
	font-weight:bold;
	text-decoration:none;
}
#blogFooterText p {
	float:right;
}
#socialBookmarking {
	clear:both;
	float:right;
}
#contactInfo {
	font-size:0.8em;
	padding-top:5px;
}
#contactInfo a {
	color:#808080;
}
#contactInfo p {
	color:#5C6F7B;
	padding-bottom:5px;
}
#contactInfo p.address {
	line-height:15px;
	padding-bottom:20px;
}
#contactInfo span {
	color:#D7C500;
}


.body_copy .left ul,
.body_copy .left li {
	margin-left:13px;
}
