@charset "UTF-8";
body  {
	background: #d7d7d7;
	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;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
}

html {
	background: #d7d7d7;
}

a {
	color: #a34333;
}

a:visited {
	color: #a34333;
}

a:hover {
	color: #E95F49;
}

h1, h2 {
	font-size: 24pt;
}

h3, h4 {
	font-size: 12pt;
	color: #a34333;
	font-weight: bold;
	text-transform: uppercase;
}



.thrColFixHdr #container {
	width: 878px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 22px;
	padding-right: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px none #FFFFFF;
	overflow: hidden;
	position: relative;
	background-image: url(../images/background-secondary.png);
}

.thrColFixHdr #header {
	padding: 0px;
	border-bottom: 6px solid #FFFFFF;
	overflow: hidden;
	background-color: #2B55A3;
	height: 116px;
}
.thrColFixHdr #container #mainContent #content #homeWelcome {
	margin: 15px 25px;
}

.thrColFixHdr #header #logo {
	margin-left: 60px;
	margin-top: 25px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #737373;
	font-weight: bold;
}
.thrColFixHdr  #header #page_image {
	float: left;
	border-right: 6px solid #FFFFFF;
}
.thrColFixHdr  #header  #contact_info {
	font-size: 11px;
	line-height: 11pt;
	color: #FFFFFF;
	margin-right: 20px;
	text-align: left;
	margin-top: 7px;
}
.thrColFixHdr #header #contact_info a {
	color: #FFFFFF;
}
.thrColFixHdr #header #contact_info a:visited {
	color: #FFFFFF;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	background-color: #F8D46E;
	background-image: url(../images/menusidebar.png);
	background-repeat: repeat-x;
	overflow: hidden;
	border-right: 6px solid #FFFFFF;
}

.thrColFixHdr #sidebar1 #sidemenu {
}
.thrColFixHdr #sidebar1 #sidemenu ul {
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	color: #999999;
	font-weight: lighter;
	text-align: center;
}
.thrColFixHdr #sidebar1 #sidemenu ul li {
	padding: 9px 3px 9px 3px;
	list-style: none;
	background-color: #fbebb4;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
}

.thrColFixHdr #sidebar1 #sidemenu a {
	color: #000000;
	text-decoration: none;
}

.thrColFixHdr #sidebar1 #sidemenu a:hover {
	color: #666666;
	text-decoration: none;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 232px; /* padding keeps the content of the div away from the edges */
	background-color: #8DB5E0;
	padding: 10px;
	font-size: 12px;
}

.thrColFixHdr #sidebar2 td, .thrColFixHdr #sidebar2 th {
	border: 0px none #000000;
	padding: 0;
}

.thrColFixHdr #mainContent {
	margin: 0 0 0 186px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background-image: url(../images/main_content_bg.png);
	background-repeat: repeat-x;
} 

.thrColFixHdr #mainContent div.noFloat {
	margin-right: 246px;
}

.thrColFixHdr #content {
	padding: 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColFixHdr #footer_holder {
	background-color: #FFFFFF;
	width: 879px;
	padding-left: 21px;
	padding-right: 23px;
	margin: 0 auto;
	padding-top: 6px;
}
.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin: 0 auto;
} 
.thrColFixHdr #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 */
	border-top: 6px solid #2B55A3;
	font-size: 10px;
	text-align: right;
}
.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;
}

.headerExtra {
	margin-top: 7px;
}
.thrColFixHdr #container #homePhoto {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.listingTable {
	color: #91392E;
	border: 0px none #000000;
}
.listingTable td, .listingTable th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #9F513D;
	border-left-color: #000000;
}
.listingTable th {
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

.cleanTable {
	border: 0px none #000000;
}
.cleanTable td, .cleanTable th {
	border: 0px none #000000;
}

.lineTable {
	border-top: 1px solid #000000;
}
.lineTable td, .cleanTable th {
	border-bottom: 1px solid #000000;
}