/*** === HAIRFREE REDIRECT - By Jaze Digital === ***/

/* === GLOBAL RESET === */

html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}

/* === LAYOUT === */

body {
	background: url('/Resources/HF/Sites/HF-Redirect/Layout/bg_site.jpg') top left repeat;
	font: 13px "Helvetica Neue",Arial,Tahoma, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

#wrapper { width: 565px; margin: 20px auto; position: relative;}

h1, h2 { font-family: "Helvetica Neue",Arial,Tahoma, sans-serif; }
h1 { font-size: 24px; margin: 0px; font-weight: bold; color: #01509d; }
h2 { font-size: 20px; margin: 0px 0px 10px 0px; color: #01509d; text-transform: uppercase; font-weight: bold;  }

body p { font: 13px Arial, Tahoma, sans-serif; color: #4B4B4B; line-height: 1.3em; padding: 0px 0px 10px 0px; }

#header {
	background: url('/Resources/HF/Sites/HF-Redirect/Layout/bg_header.jpg') top left no-repeat;
	text-transform: uppercase;
	color: #01509d;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-box-shadow: 0px 0px 5px #111;
}

#header a { display: block; color: #01509d; padding: 140px 0px 35px 28px; width: 537px; text-decoration: none; text-shadow: 0px 2px 5px #EEE;  } 
#header a .byline { display: block; font-weight: normal; font-size: 13px; letter-spacing: -0.2px; }

#body {
	background: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 28px; color: #000;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-box-shadow: 0px 0px 5px #111;
}

#body .map { width: 455px; height: 360px; margin: 10px auto; }
#body .links { position: relative; overflow: hidden; text-align: center; width: 400px; margin: 0px auto; }
#body .links a { display: block; float: left; padding: 5px 10px; margin: 0px 3px; background: #01509d; color: #FFF; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#body .links a:hover { background: #539fd0; }
#body .links a:active { padding: 6px 10px 4px; }

/* === Styles for footer === */

#copyright .text { color: #FFF; padding: 5px 0px 0px 0px; }
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright .logo-jaze {
	background: url('/Resources/HF/Sites/HF-Redirect/Images/Icons/logo_jaze.png') top right no-repeat;
	float: right;
	display: block;
	color: #FFF;
	height: 30px;
	padding: 5px 60px 0px 0px;
}
#copyright .logo span { display: none; }


