@charset "UTF-8";
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: #000000;
	background-color: #ffffff;
	/*background-image: url(../images/_design.jpg) no-repeat center -42px;*/
}
p {
	line-height: 16px;
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 968px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
} 
#header {
	background-image: url(../images/header_top.gif);
	width: 968px;
	height: 170px;
	background-repeat: no-repeat;
	background-position: center 38px;
} 
#nav_top {
	height:10px;
	width: 130px;
	padding-top: 45px;
	padding-left: 840px;
	margin-bottom: 15px;
	position: relative;
}
#nav_table {
	padding-left: 234px;
	position: relative;
}
#nav_coloumn1 {
	width: 177px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	list-style-type: none;
	display: inline;
}
#nav_coloumn2 {
	width: 203px;
	margin-top: 0px;
	margin-left: 0px;
	display: inline;
	float: left;
	list-style-type: none;
}
#nav_coloumn3 {
	width: 160px;
	margin-top: 0px;
	margin-left: 0px;
	display: inline;
	float: left;
	list-style-type: none;
}
#nav_coloumn4 {
	width: 167px;
	margin-top: 0px;
	margin-left: 0px;
	
	display: inline;
	float: left;
	list-style-type: none;
}
.nav_img {
	margin-bottom: 11px;
}
#pull_quote {
	width: 946px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #98171A;
	border-right-color: #98171A;
	border-left-color: #98171A;
	background-position: 10px 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	background-color: #FCF9F3;
	background-image: url(../images/pull_quote.gif);
	background-repeat: no-repeat;
	height: 100px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 194px;
	height: 283px;
	margin-right: 45px;
	margin-top: 0px;
	margin-left: 10px;
	border: 1px solid #867B6F;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px;
	height: 138px;
	margin-right: 45px;
	margin-top: 0px;
	margin-left: 10px;
	border: 1px solid #867B6F;
}
#mainContent {
	padding-right: 60px;
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C22026;
	border-bottom-color: #C22026;
	border-left-color: #C22026;
	margin: 0px;
	background-color: #FCF9F3;
} 
#footer {
	background-color: #FFFFFF;
}
#footer img{
	background-color: #FFFFFF;
	text-align: right;
	float: right;
	padding: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}
.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;
}
#home {
	position: absolute;
	width: 205px;
	height: 170px;
}
