@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;
}
h2#pageDescription {
	font-size: 12px;
	font-weight:normal;
	margin-bottom: 10px;
}
/* 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: 145px;/*was 229px, before removing hiding menu, then was 175 before reducing header image height from 150 to 120*/
}
#layout-header img {
	height:120px;
}
#layout-header-banner {
	height: 120px;
}
#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;
}

.layout-panel-1 {width:255px;}
.layout-panel-1 a {text-decoration: none;}
.layout-panel-1-top {height:10px;}
.layout-panel-1-top-left {width:10px; height:10px; float:left; background-image:url(../images/global/panels/1/1.png); background-repeat:no-repeat;}
.layout-panel-1-top-center {width:235px; height:10px; float:left; background-image:url(../images/global/panels/1/2.png); background-repeat:no-repeat;}
.layout-panel-1-top-right {width:10px; height:10px; float:left; background-image:url(../images/global/panels/1/3.png); background-repeat:no-repeat;}
.layout-panel-1-middle {background-image:url(../images/global/panels/1/456.png); overflow:auto;}
.layout-panel-1-middle-left {width:10px; float:left;}
.layout-panel-1-middle-center {width:235px; float:left; font-size:14px;}
.layout-panel-1-middle-right {width:10px; float:left;}
.layout-panel-1-bottom {height:10px;}
.layout-panel-1-bottom-left {width:10px; height:10px; float:left; background-image:url(../images/global/panels/1/7.png); background-repeat:no-repeat;}
.layout-panel-1-bottom-center {width:235px; height:10px; float:left; background-image:url(../images/global/panels/1/8.png); background-repeat:no-repeat; }
.layout-panel-1-bottom-right {width:10px; height:10px; float:left; background-image:url(../images/global/panels/1/9.png); background-repeat:no-repeat;}

/*********** 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;
	padding:5px;
	margin: 5px 0;
	background-color:#d7dae3;
}
.formElement label {
	width:200px;
	display:block;
	float:left;
	text-align:right;
	margin-right:5px;
	font-weight:bold;
	background-color:#e4e6ef;
}
.submit input {
	margin-left: 4.5em;
}
/*fieldset {
	border: 1px solid #060;
	width: 20em;
}*/

legend {
	color: #fff;
	background: #00f;
	border: 1px solid #036;
	padding: 2px 6px;
} 
input, select, textarea {
	color: #00c;
	border: 1px solid #9896FF;
	background-color: #DEEEFA;
}
.requiredField {
	color:#f00;
	font-weight:bold;
}

/*********** 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 {
	height:2px;
	/* color is for IE */
	color:#ccc;
	/* background is for all other web browsers */
	background-color:#ccc;
	/* border: 0 removes the shading in most web browsers */
	border:0;
	/* A zero-margin aligns it in most web browsers */
	margin: 0;
	/* Aligns it in IE */
	text-align: left;
}
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;
}

