@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	line-height: 16px;
}
h1 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A48A8B;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 15px;
	color: #5E2D2E;
}
h2 {
	color: #7FA4A1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #512021;
	padding-bottom: 5px;
	padding-top: 10px;
}
.newsHeadline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #A28889;
	padding-bottom: 5px;
	padding-top: 10px;
	line-height: 18px;
}
li {
	margin-left: 20px;
	padding-top: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.line {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.grey {
	color: #999;
}
.quote {
	color: #7fa4a1;
	font-style: italic;
}
.quoteBox {
	border: 1px solid #80A4A2;
	background-color: #E4ECEC;
	display: block;
	padding: 20px;
}
.readMore {
	font-weight: bold;
	text-transform: uppercase;
	color: #7fa4a1;
	text-align: right;
}
#sidebar1 h1{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A48A8B;
	padding-bottom: 5px;
}
a:link, a:visited {
	color: #7fa4a1;
}
ol li {
}
a:hover, a:active {
	color: #B20A10;
}
.twoColFixLtHdr #container {
	width: 914px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	padding-top: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerText {
	float: right;
	width: 430px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #999;
	padding-top: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #E2EAEA;
	margin-top: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.mainContentLiner {
	padding-left: 30px;
	margin-right: 250px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #512021;
} 
#footer p a {
	color: #7FA4A1;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#mainContent .rightBar {
	float: right;
	width: 210px;
}
.rightBar p {
	margin-right: 10px;
	margin-left: 15px;
}
