/**************************/
/* -- Basic HTML Rules -- */
/**************************/

* {
	margin:0;
	padding:0;
	}
 
/* - stop gap if only inline element in block level container - */
img,object,embed{border:none;}
/* - 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; outline: none}
a {text-decoration: none; color:#333; font-weight: normal;  border: none; outline: none; text-decoration: underline;}
a:hover {text-decoration: none;}
a:active, a:focus{ outline:none; } 
/* - dot less - */
/*ul,ol,dl{list-style:none;}*/
/* - uniform styles - */
h1,h2,h3,h4,h5,h6,pre,code,input,select{font-size:1em;}
textarea {font: normal 1em Arial, Helvetica, sans-serif;}
select option {padding:0 2px;}

h1 a, h2 a, h3 a, h4 a {font-style: italic}

/* -- General Styles -- */
/* - default font */
html,body{height:100%; text-align: center; }
/* - give default font style - */
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,ul,dl,ol,pre{margin: 0; padding: 0;}


h2 {font: normal 24px Georgia, serif}


p {margin:0 0 1em;}
/* - table - */
table{border-collapse:collapse;}
td, th{vertical-align:top;}

.none {display: none;}

/* super and sub script to keep line spacing */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	}
	
sup {bottom: 1ex;}	
sub {top: .5ex;}

/* -- 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}
h2.error {margin: 0px 0 12px 0 !important; padding: 15px 10px 15px 50px  !important; font: bold 12px Arial, Helvetica, sans-serif; border: 1px solid #b01717 !important; color: #FFF  !important; background: url(../images/error.gif) 10px 10px no-repeat; text-transform: capitalize !important; }

.centre {margin: 0 auto; text-align: center;}

/* -- 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; font-size: 0px; height: 0px; background: transparent;} /* font-size & height required to fix an IE  */


/* -- Page Wrap -- */
body.centerAlign{text-align:left;}
body.centerAlign #pageWrap{text-align:left; margin:0 auto;}

/* -- Standard Floating Functions --*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}



/******************/
/* COMMON CLASSES */
/******************/
.first {border-left: 0;}
.hide {display: none;}
.left {float: left;}
.right {float: right;}
.clear-all {clear: both; height: 0; line-height: 0; font-size: 0;}
.re-waiHide {position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow:hidden;}

/****************************/
/* SELECTED TEXT */
/****************************/
::selection{ /* Safari and Opera */  
 background:#eed298;  
 color:#000;  
}  
::-moz-selection{ /* Firefox */  
  background:#eed298;  
 color:#000;  
 }  


/*no javascript*/
#noscript {margin:0; padding:.5em 0;}
#noscript a {text-decoration:underline;}
