﻿/* global reset */
*{ margin: 0; padding: 0; }:active { outline: 0; }
* :focus { outline: 0; }
body {margin: 20px;font: .9em Georgia, "Times New Roman", Sans-Serif;background: #fff;color: #444;}
a { color: #A82A15; text-decoration: none; }
img { border: 0; }
h1 {  float: left; margin: 20px 0 50px; font-size: 4em; color: #fff; }
h2 { font-size: 2.4em; font-weight: normal; margin: 0 0 20px; color:#336600}
h2 a:hover { background: #A82A15; color: #fff; }
.hr { color: #ccc; }
.error {color:#c00;border:1px #F90 solid;background:#FFC;padding:5px;}
.required {color:#f00;}
p  { margin: 5px 0 15px; line-height: 1.6em; }
#logo {margin: 0 auto 40px auto;width:310px}
#logo h1{width: 310px;height: 98px;display: block;margin: 0;padding:0}
	#logo h1 a{width: 310px;height: 98px; display:block; text-decoration:none; text-indent:-2000px;}
	#logo h1 a.logo{width: 310px;height: 98px; display:block; text-decoration:none; background:url('../images/logo-HolidayQF.gif') no-repeat;color:#fff;}	
#content { margin: 0 auto; width: 900px; }
#top { float: right; margin: 38px 0 30px 0;}
	#top li { list-style: none; display: inline; }
	#top li a { float: left; padding: 6px 20px; margin: 3px 2px 0 0; color: #ccc; }
	#top li a.current { color: #fff; background: #A82A15; }
	#top li a:hover { background: #808080; color: #fff; }
#intro { clear: both; padding: 15px 0 1px 20px; border: 1px solid #dedede; font-size: 1.3em; background: #eee; margin: 0 0 30px; }
#left { float: left; width: 600px; margin: 0 0 15px; }
#right { float: right; width: 230px; }
#right h3 { border-bottom: 1px solid #ccc; margin: 0 0 10px; }
#right li { list-style: none; }
	#right li a { display: block; border-bottom: 1px solid #ccc; padding: 5px 5px; }
#footer { clear: both; padding: 15px 0; border-top: 1px solid #ccc; font-size:.74em}
	#r { float: right; }

