/* ---[ Fixed Firefox Flash ]----------------- */
a{outline: none;}
:focus{-moz-outline-style: none;}


/* ---[ Default Link ]------------------------ */
a { 
	color: #8f8f8f;
	}
	a:link,
	a:visited,
	a:active {
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}
/* ---[ Common Elements ]--------------------- */
divXX {
	position: relative;
	display: block;
	}
h1 {
	position: relative;
	font-size: 220%;
	margin: 3px 0 20px 0;
	color: #487190;
	line-height: 1.2em;
	}
h2 {
	position: relative;
	font-size: 180%;
	margin: 2px 0 8px 0;
	color: #487190;
	line-height: 1.2em;
	}
h3 {
	position: relative;
	font-size: 110%;
	font-weight: bold;	
	margin: 2px 0 8px 0;
	color: #545454;
	line-height: 1.2em;
	}
h4 {
	position: relative;
	font-size: 140%;
	font-weight:bold;
	margin: 5px 0 0 0;
	color: #487190;
	}
p {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	}
dl {
	display: block;
	}
ul,
ol {
	position: relative;
	}
	li {
		position: relative;
		margin: 0 0 5px 0;
		}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
sup {
	font-size: 70%;
    vertical-align: top;
	}
.hr {
    border-bottom:solid 1px #ffffff;
    }
.hrGrey {
    border-bottom:solid 0px #eef0f1;
    }

/* ---[ Form Elements ]---------------------------------------- */
input, 
select,
textarea {
	position: relative;
	color: #8f8f8f;
	background: #ffffff;
	}
textarea {
	width: 280px;
	height: 100px;
	}
.disclaimer {
	font-size: 85%;
	color: #545454;
	line-height: 14px;
	}
/* ---[ Misc. ]---------------------------------------- */
a img {
	border: none;
	text-decoration:none;
	}
/* ---[ Fix Float ]------------------------------- */	
#container:after,
#main-content:after,
#content:after,
#footer:after,
ul.first-of-type:after,/*Menu*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#container,
#main-content,
#content,
#footer,
ul.first-of-type,/*Menu*/
.clearfix {
	display: inline-table;
	}	
	
	.clearfixError .errorMessage{
	width:400px
	}	
	
/* hides from IE-mac \*/
* html #container,
* html #main-content,
* html #content,
* html #footer,
* html ul.first-of-type,/*Menu*/
* html .clearfix {
	height: 1px;
	}
#container,
#main-content,
#content,
#footer,
ul.first-of-type,/*Menu*/
.clearfix {
	display: block;
	}
/* end hide from IE-mac */

	
	