@charset "utf-8";
/* CSS TABLE OF CONTENTS
1.) BODY AND CONTAINER
2.) HEADER
3.) BREADCRUMB
4.) SIDEBAR 1 / MAIN NAV
5.) SIDEBAR 2 / MY ACCOUNT / ADVERTISEMENTS
6.) MAIN CONTENT
7.) NEWS AND ANNOUNCEMENTS
8.) FOOTER CONTENT
9.) MISC
*/

/* BODY AND CONTAINER CSS */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #000;
}
.thrColFixHdr #container {
	width: 100%;
	/* background:url(../images/structure/content_background.gif); 
	background-position:  0px 200px;*/
	margin: 0 auto;
	text-align: left;
} 
/* END OF BODY AND CONTAINER CSS */


/* HEADER CSS */
.thrColFixHdr #header { 
	display: none;
} 
#header {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	height: 136px;
} 
.WelcomeName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: right;
	color: #990000;
}
#LogoDiv {
	display: none;
}
#GlobalNav {
	display: none;
}
.logo {
	display: none;
}
/* END OF HEADER CSS */


/* BREADCRUMB CSS */
#BreadcrumbDiv {
	display: none;
}
#BreadcrumbNav {
	display: none;
}
#ToolsNav {
	display: none;
}
/* 	END OF BREADCRUMB CSS */


/* SIDEBAR 1 / MAIN NAV CSS */
.thrColFixHdr #sidebar1 {
	display: none;
}
.NavIcons {
	display: none;
}
.MemberNav {
	display: none;
}
.MemberNav2Lines {
	display: none;
}
.NavDiv {
	display: none;
}
/* END OF SIDEBAR 1 / MAIN NAV CSS */



.thrColFixHdr #sidebar2 {
	display: none;

}



/* MAIN CONTENT CSS */
.thrColFixHdr #mainContent {
	margin: 0px 0px 0px 0px; /* 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. */
	width: 950px;
	padding: 1px 5px 1px 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;

} 
#smallbox {
display: none;
}
.looking {
display: none;
}
#LeadGenFormPlaceholder {
display: none;
}
.refineSearch {
display: none;
}
#sortBy {
display: none;
}
#paginationTop {
display: none;
}
#paginationBottom {
display: none;
}
/* END OF MAIN CONTENT CSS */


/* FOOTER CONTENT CSS */
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
} 
.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 */
}
/* END OF FOOTER CONTENT CSS */

/* MISC CSS */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
}
.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;
}
#imagefloatRight {
	display: none;
}
.imagefloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.style1 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	color: #339900;
	font-weight: bold;
}
.style4 {
	color: #000066;
	font-weight: bold;
	font-size: 1.25em;
}
.LocationText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
}

.style5 {
	font-size: 1.25em
}
.style7 {font-size: 24px}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
}
.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;
}
#imagefloatRight {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 151px;
	width: 138px;
}
.imagefloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #BC5800;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009933;
}

.formFieldFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #666666;
}
/* END OF MISC CSS */
