/* CSS Document */
.clr {
	clear: both;
}

hr {
	height: 1px;
	border: none 0;
	border-top: 1px dashed #DADADA;
	margin: 6px 0 12px 0;
}

a:link {
        color: #DAA520;        
}

a:visited {
        color: #DAA520;        
}

#printLink {
	position: absolute;
	top: 5px;

	left: 430px;
	margin: 0;
	padding: 0;
}

#pdfLink {
	position: absolute;
	top: 5px;
	left: 475px;
	margin: 0;
	padding: 0;
}


#tipafriend {
	position: absolute;
	top: 5px;
	left: 450px;
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#mainWrapper {
	
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */ 


#pageWrapper {
	margin: 6px;
	padding: 0;
	width: 844px !important;
	background-color: #FFF;
	/*position: relative;*/
}

#header {
	margin: 0px auto;
	position: relative;
	width: 100%!important;
	height: 169px;
	background-image: url(../_images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-bottom: 1px dotted #DAA520;
}

#logo_header {
	position: relative;
	width: 100%!important;
	height: 110px;
	margin: 0;
	padding: 0;
}

#logo {
	position: relative;
	top: 15px;
	left: 19px;
	float: left;
	padding: 0;
	margin: 0;
	width: 251px;
	height: 70px;
}


#pathWay {
	padding: 0;
	margin: 10px;
	width: 801px;
	height: 17px;
	border-bottom: 1px dotted #DAA520;
	font-size: 0.95em;
	color: #DAA520;
}

#pathWay a {
	text-decoration: underline;
	font-weight:normal;
	padding: 0 5px;
	
}

#pathWay a.pathway:link, a.pathway:visited {
	text-decoration: underline;
        color: #DAA520;
}

#pathWay a.pathway:hover {
        color: #000000;
}

#pathWay .smallText {
        color: #000000;
}

#content {
	margin: 0;
	padding: 0 9px 0 14px;
	position: relative;
	width: 90%!important;
}

#centerRow {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 90%;
	margin: 0 0 37px 0;
	padding: 0;
}

.contentNormal {
	margin: 0;
	padding: 15px 10px 0 0;
}


#footer {
	margin: 0;
	width: 90%;
	position: relative;
	top: 0;
	left: 14px;
	height: 80px;
	background-color: #FFF;
	border-top: 1px dotted #DAA520;
}

#innerFooter {
	margin: 0;
	width: 100%;
	position: relative;
	height: auto;
	font-size: 0.95em;
	color: #000;
}

#footerText {
	position: absolute;
	top: 15px;
	left: 1;
	margin: 0;
	padding: 5px 0 10px 0;
	width: 100%;
	border-top: 1px dotted #DAA520;
}

#footerMenu {
	margin: 0;
	width: 100%;
	position: relative;
	top: 10px;
	height: auto;
	color: #A8A8A8;
	text-align: center;
}

#footerMenu a {
	padding: 0 10px 0 10px;
	margin: 0 0 3px 0;
	font-weight:normal;
}


#footerMenu a.footermenu:link,#footerMenu a.footermenu:visited {
        color: #DAA520;
}

#footerMenu a.footermenu:hover,
#footerMenu a.footermenuActive:link,
#footerMenu a.footermenuActive:visited {
        color: #000000;
}
