/* CSS Document */
body {
	font-family:  Trebuchet MS, arial, san-serif;
	font-size: 0.8em;
	text-align: center;
	color: black;
	background-image: url(heabac.gif);
	background-repeat: repeat-x;
	margin: 0px 20px 0px 20px;
}

/* basic divs */

#topofnav {
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 30;
}

#outerwrapper {
		position: relative;
		margin-top: 21px;
		background-image: url(shadow_r.gif);
		background-repeat: repeat-y;
		background-position: right;
}

#wrapper {
	border: 1px black solid;
	margin-right: 6px;
}

#seo {
	margin-left: auto;
	margin-right: auto;
	font-size: 8px;
}

#header {
	height: 90px;
	background-image: url(innerhea_bac.gif);
	background-repeat: repeat-x;
	text-align: left;
}

#mainpage {
	text-align: left;
   border-bottom: 8px solid #FFA000;
	margin-right: 1px;
}

#navigation {
	position: absolute;
	right: 42px;
	top: 162px;
	width: 234px;
	height: 300px;
	background-image: url(nav_shadow.gif);
	z-index: 21;
	text-align: center;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 199px;
	height: 34px;
	padding-top: 10px;
	background-image: url(but_off.gif);
	color: black;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
}

#navigation a:hover {
	background-image: url(but_on.gif);
	width: 193px;
	height: 30px;
	padding-top: 14px;
	padding-left: 6px;
	color: #A3001B;
}

.pusher {
	float: right;
}

#maincontent {
	padding: 0px 274px 0px 40px;
	line-height: 1.8em;
}

#info {
   padding-top: 10px;
	background-image: url(shadow_b.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	font-size: 8px;
	text-align: right;
	position: relative;
	padding-right: 8px;
}

#shadowleft {
	position: absolute;
	left: 0px;
	top: 0px;
}

#shadowright {
	position: absolute;
	right: 0px;
	top: 0px;
}

#ender {
	clear: both;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: #A3001B;
	font-size: 1.3em;
}

h2 {
	color: #A3001B;
	font-size: 1.1em;
}

h3 {
	color: #A3001B
}

h4 {
	color: #A3001B
}

h5 {
	color: #A3001B
}

h6 {
	color: #A3001B
}

p {
	
}

a:link, a:visited {
	color: #EA0027
}

a:hover {
	color: #730013
}

input {
	border: 1px solid A3001B;
	background-color: white;
}

.floater {
	float: right;
	margin-left: 30px;
}
