@charset "utf-8";
/* CSS Document */


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset  {margin: 0; padding: 0; border: 0;} /*zero-out margin, padding, and border since browsers may not have the same defaults*/
p, h1, h2, h3, h4, h5, h6 {margin: 1em 0;} /*add margin back to p*/
input, select, submit, textarea {border:1px; border-style:solid; border-color:#000;} /*add border back as necessary*/

/*html {
	scrollbar-face-color: #A3D1F2;
	scrollbar-track-color: #DEEEFA;
	scrollbar-arrow-color: #f00;
	scrollbar-highlight-color: #FCFDFE;
	scrollbar-3dlight-color: #F9F886;
	scrollbar-shadow-color: #99f;
	scrollbar-darkshadow-color: #99f;
}*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F;
	background: #31353D url(/assets/images/global/layout/background.jpg) repeat-x;
	text-align: center; /*force IE 5.x to center the layout-container*/
}
a:hover {
	background-color: #ffc;
}

/*********** HEADING STYLES ***********/
h1 {
	font-size: 36px;
	font-weight: bold;
}
h1#pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
}
/* Note: H3 is used in the HTML of the listing details, and it needs to match the H2 used in other areas of the site - so H2 & H3 need to be the same */
h3 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}

/*********** LAYOUT STYLES ***********/
/*#bannerad {
	width:468px;
	height:60px;
	z-index:5;
	left: 153.5px;
	top: 25px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}*/
#layout-center {
	margin: 0 16px;
}
#layout-container {
	/*height:100%;
	min-height:100%;*/
	width: 1000px;
	background-color: #fff;
	background: url(/assets/images/global/layout/bkgrndContainer.jpg) repeat-y;
	text-align: left; /*realign text to left - after body 'text-align: center' hack for IE 5.x*/
	margin: 0 auto; /*center in browser window*/
	padding: 0;
}
/*#layout-content-abovebody {
	padding-top: 10px;
}*/
#layout-content-body ul {
	margin:20px
}
#layout-content-container {
	width: 748px;
	margin: 0 200px 0 0;
	padding: 10px;
}
#layout-footer {
	height: 75px;
	color: #ffffff;
	text-align: center;
	background: url(/assets/images/global/layout/footer.jpg) no-repeat bottom;
	margin: 0 16px;
}
#layout-footer td, #layout-footer a:link, #layout-footer a:visited {
	color: #fff;
}
#layout-footer a:hover, #layout-footer a:active {
	color: #fff;
	background: none;
}
#layout-header {
	height: 175px;/*was 229px, before removing hiding menu*/
}
#layout-header-banner {
	height: 150px;
}
#layout-header-bottom {
	color: #ffffff;
	font-size: 14px;
	height: 25px;
	text-align:center;
	font-weight:bold;
	margin: 0 16px;
	background: url(/assets/images/global/layout/backgroundHeaderBottom.jpg) no-repeat top;
}
#layout-menu-primary {
	height: 54px;
	width: 968px;
	margin: 0 16px;
	background: url(/assets/images/global/layout/backgroundMainMenu.jpg) no-repeat bottom;
}
#layout-sidebar-1 {
	width: 190px;
	padding: 5px;
	float: left;
	display: none;
}
#layout-sidebar-2 {
	width: 190px;
	padding: 5px;
	float: right;
}

/*********** IMAGE STYLES ***********/
.imgLeft {
	float: left;
	border: 2px solid #C0C0C0;
	margin: 2px 4px 2px 2px;
}
.imgRight {
	float: right;
	border: 2px solid #C0C0C0;
	margin: 2px 4px 2px 2px;
}

/*********** CONTENT STYLES ***********/
/*#content-contact, #content-how, #content-order, #content-welcome {
	font-size: 20px;
}*/
/*#content-welcome p {
	text-align: center;
}*/
#content-sidebar-2 {
	position: fixed;
	/*top: 240px;*/
	right: 50%;
	margin-right: -475px;
	width: 190px;
	/*height: 200px;*/
	z-index:8;
	padding: 0px;
	border: 0px;
	/*background-color:#ff9;*/
	top:expression(window.scrollTop + "px");
}

/*********** FORM STYLES ***********/
.formElement{
	clear:both;
	margin:10px 0;
	padding:5px;
}
.formElement label{
	width:200px;
	display:block;
	float:left;
	text-align:right;
	margin-right:5px;
	font-weight:bold;
}
.submit input {
	margin-left: 4.5em;
}
fieldset {
	border: 1px solid #060;
	width: 20em;
}

legend {
	color: #060;
	background: #ff9;
	border: 1px solid #060;
	padding: 2px 6px;
} 
input, select, textarea {
	color: #00c;
	border: 1px solid #9896FF;
	background-color: #DEEEFA;
}

/*********** OTHER STYLES ***********/
.clear {
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
th {
	color: #fff;
	background: #036;
	text-align: center;
}
label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}




hr {
	color: #9896FF;
}

td {
	color: #006;
}
.imgThumb {
	border: 1px solid #00f;
}
.tableAboveHeader {
	background-color: #eeeff7;
}
.textAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f00;
	font-weight: normal;
}
.textAnnouncement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f00;
	font-weight: normal;
}
.textDateStamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 0000CC;
}
.textMenu {
	color: #00c;
	text-decoration: none;
}
.textSlogan {
	font-size: 18px;
	color: #784953;
	text-align: center;
}
