/**************************/
/* -- Basic HTML Rules -- */
/**************************/
/* - stop gap if only inline element in block level container - */
img,object,embed{border:none; margin-left:0px; padding-left:0px; border-left:0px;}
/* - to avoid ff<1.03 bug - */
html,body,div,pre,form,table,fieldset,h1,h2,h3,h4,h5,h6,dl,hr,p,blockquote{margin:0;padding:0;/*color:#FFFFFF;*/}
/* - look normal - */
a img,:link img,:visited img,fieldset{border:none; margin-left:0px; color:#FFFFFF;}
/* - dot less - */
/*ul,ol,dl{list-style:none;}*/
/* - uniform styles - */
h1,h2,h3,h4,h5,h6,pre,code,input,textarea,select{font-size:1em;}

/* -- General Styles -- */
/* - default font */
html,body{font-family:'Lucida Grande','Lucida Sans Unicode', sans-serif;}
/* - give default font style - */
p,li,dt,dd,label,address,th,td,legend,input,textarea{font-size:75%;line-height:119%;}/*was line height 120% but wanted tiles were thrown out of alignment*/
select {font-size: 12px; color:#64705b}

th dt, td dt, th dd, td dd, th li, td li, li li, dt dt, dt dd, dd dt, dd dd, legend legend{font-size:100%;}
h1,h2,h3,h4,h5,h6,p,ul,dl,ol,pre{margin-bottom:.4em;}/*was 1em*/
/* - table - */
table{border-collapse:collapse;}
td, th{vertical-align:top;}

/* -- General Classes -- */
/* --  errors -- */
.error{color:red;list-style:none;}
.errorTop{margin-bottom:0.5em;margin-top:0.2em}
.errorBottom{margin-bottom:0.5em;margin-top:0.2em}

/* -- contain -- */
.contain:after{content:"."; display:block; clear:both; visibility:hidden; height:0;}
/* ie mac fix */
.contain{display:inline-table;}
* html .contain{/* nomac \*/height:1%;/* nomac */}
.contain{display:block;}/* should hide from mac but seems to work */
/* -- image replacement -- */
.imageReplace{position:relative;/* nomac \*/overflow:hidden;/* nomac */margin:0px; padding:0px;}
.imageReplace span{width:100%;height:100%;position:absolute;background-repeat:no-repeat;top:0px;left:0px;z-index:1;}
/* -- clear -- */
.clear {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}

/* -- Page Wrap -- */
body.centerAlign{text-align:left;}
body.centerAlign #pageWrap{text-align:left; margin:0 auto;}

.noBorder {
	border: none !important;	
}

.noBG {
	background-image: none !important;
}

/* -- Allows accessible code without changing the visual design -- */
label.access, .access, hr {
	background-color: inherit;
	color: #ffffff;
	position: absolute;
	overflow: hidden;
	border: none;
	left: -999px;
	width: 990px;
	height: 0px;
}

/* accessibility links ---------------*/
a.helper {
	display: block;
	position: absolute;
	left: -999em;
	width: 230px;
	overflow: hidden;
	border: solid #FE4A74 3px;
	text-align: left;
	padding: 3px 3px 3px 3px;
	line-height:20px;
	font-size: 90%;
	font-weight: bold;
	color: black;
	z-index:5000;
	
}

span.accesslabel {
	position: absolute;
	left: -999em;
	overflow: hidden;
}


/*for keyboard browsing to bring tabbed links into view (not for IE)*/
a.helper:focus, a.helper.focus {
	top: 0;
	left: 0;
	background-color: #ffffff;
}

a.helper:focus, a.helper.focus {
	position: absolute;
	top: 200;
	left: 200;
	background-color: #ffffff;
}

/* -- Standard Floating Functions --*/
.floatLeft {float: left;}

.floatRight {float: right;}

.center {text-align:  center; margin-left: auto; margin-right: auto;}


