﻿@import url("hatc_forms.css");

/* Declare body first of all */
body {
	text-align:center;
	background:#2e3134 url(images/hatc-bg.jpg) center repeat-y;
	font:normal 62.5% 'Times New Roman', Georgia, serif;
	color:#3e3e3e;
	margin:0;
	border-top:10px #424336 solid;
	border-bottom:10px #424336 solid;
}
p {
	font-size:1.4em;
	line-height:150%;
}
h2 {
	font-size:18pt;
	font-family:Garamond, georgia, times, serif;}
/* Container */
#container {
	margin:0 auto;
	width:760px;
	
	border-left:1px #424336 solid;
	border-right:1px #424336 solid;
		}
/*Elements of Header*/	
#masthead {
	text-align:left;
	
}
h1 {
	width: 712px;
	height: 79px;
	position:relative;
	color:#3e3e3e;
	margin:0 20px 5px 20px;
	}
h1 span {
	background: url(images/hatc-h1.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
#masthead h2 {
	text-align:center;
	margin:0;
	font-size:16pt;
	color:#837b6c;
}
#masthead img {
	margin-left:25px;
	margin-bottom:10px;
}
/*Style Main Navigation*/
#masthead ul {
	margin:0 0 20px 30px;
	padding:0 0 0 25px;
	font-family:'Futura Md', Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#d1c8bb;
	background:#2e3134;
	border:1px solid #75644a;
	width:675px;
	text-align:center;
}
#masthead li {
	display:inline;
	margin:0 0 0 5px;
	padding:2px 25px 2px 25px;
	line-height:200%;
	font-variant:small-caps;
}
#masthead ul a:link, #masthead ul a:visited {
	color:#d1c8bb;
	text-decoration:none;
}
#masthead ul a:hover {
	color:#5b5143;
	text-decoration:underline;
}
/*Style properties for content boxes*/
#primaryContent {
	text-align:left;
	float:right;
	display:inline;
	width:435px;
	font-family:Georgia, times, serif;
	margin-right:40px;
}
#quote {
	font-size:1.3em;
}
#primaryContent h2 {
	width: 143px;
	height: 38px;
	position:relative;
	color:#3e3e3e;
	top:10px;
	left:10px;
	font-size:20pt;
	}
#primaryContent h2 span.welcome {
	background: url(images/hatc-h2-welcome.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
#contact #primaryContent h2 {
	width: 157px;
	height: 29px;
	position:relative;
	color:#3e3e3e;
	top:15px;
	left:10px;
	margin-bottom:20px;
		}
#primaryContent h2 span.contact {
	background: url(images/hatc-h2-contact.jpg) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
#contact #primaryContent a:link {
	text-decoration:underline;
}
#order #primaryContent {
	width:700px;
	text-align:center;
	margin-left:30px;
	float:none;
	height:auto;
	background:none;
}
#order #primaryContent h2 {
	width:400px;
	text-align:center;
}
#order #primaryContent hr {
	width:80%;
	margin:auto;
}
#thanks #primaryContent h2 {
	width:400px;
}
#primaryContent p {
	padding:5px 15px 0 15px;
	}
h3 {
	font-size:1.5em;
	font-variant:small-caps;
	font-weight:normal;
	text-align:center;
	margin-top:15px;
		}
h4 {
	font-size:12pt;
	font-variant:small-caps;
	text-align:center;
	}	
#secondaryContent {
	text-align:left;
	float:left;
	width:225px;
	display:inline;
	background:url(images/hatc-navbox.jpg) no-repeat;
	height:355px;
	margin-left:35px;
}
#secondaryContent ul {
	margin:35px 25px 10px 25px;
	line-height:150%;
	font-family:'Futura Md', Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:1.7em;
	color:#3e3e3e;
	list-style:none;
}
#secondaryContent li {
	background:url(images/hatc-bullets.jpg) no-repeat left top;
	padding:0 0 15px 30px;
}
a:link, a:visited {
	color:#3e3e3e;
	text-decoration:none;
}
a:hover {
	color:#75644a;
	text-decoration:none;
	}

/*Style Footer & Descendants*/
#footer {
	text-align:center;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	}
h5 {
	font-weight:normal;
	font-size:1.3em;
	font-family:"Futura Md", Arial, Helvetica, sans-serif;
}
hr {
	width:250px;
	color:#46392e;
	margin:0 255px 0 255px;
}
#mainContent {
	clear:both;
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:10px #424336 solid;
}
/*Highlight Company Name*/
.highlight {
	font-variant:small-caps;
	font-size:1.3em;
	}


