/* ---------- MISC ---------- */
body {
	background-color: #FFFFFF;
	background-image: url('/images/hdrbk/layout-bk.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* ---------- DIV ---------- */
#container {
	z-index: 0;
	top: 0;
	left:0;
	position: absolute;
	width: 780px;
}
/*----*/
#header {
	z-index: 0;
	position: absolute;
	width: 780px;
	height: 95px;
	background-image: url('/images/hdrbk/header-bk.jpg');
	background-repeat: no-repeat;
}

/* ---------- NAVI ---------- */
#navi {
	z-index: 1;
	position: absolute;
	top: 95px;
	width: 166px;
}
/*----*/
#naviheader {
	z-index: 2;
	position: relative;
	width: 166px;
	height: 100px;
	background-image: url('/images/hdrbk/navihdr-bk.jpg');
	background-repeat: no-repeat;
}
/*----*/
#navicontent {
	z-index: 2;
	position: relative;
	width: 166px;
	background-image: url('/images/hdrbk/navi-bk.jpg');
	background-repeat: repeat-y;
	padding: 5px;
}
/*----*/
#navitext {
	z-index: 3;
	position: relative;
	width: 166px;
	left: 15;
	padding: 0px;
}
/*----*/
#navifooter {
	z-index: 2;
	position: relative;
	width: 166px;
	height: 9px;
	background-image: url('/images/hdrbk/naviftr-bk.jpg');
	background-repeat: no-repeat;
}

/* ---------- CONTENT ---------- */
#content {
	z-index: 0;
	position: absolute;
	top: 95px;
	left: 131px;
	width: 645px;
}
/*----*/
#contentheader {
	z-index: 0;
	position: relative;
	width: 645px;
	height: 62px;
	background-image: url('/images/hdrbk/contenthdr-bk.jpg');
	background-repeat: no-repeat;	
}
/*----*/
#contentcontent {
	z-index: 0;
	position: relative;
	width: 645px;
	height: auto;
	background-image: url('/images/hdrbk/content-bk.jpg');
	background-repeat: repeat-y;	
	padding: 0px 40px 0px 40px;
}
/*----*/
#contenttext {
	z-index: 0;
	position: relative;
	width: 585px;
	height: auto;
	padding: 0 0 0 0;
}
/*----*/
#contentfooter {
	z-index: 0;
	position: relative;
	width: 645px;
	height: 10px;
	background-image: url('/images/hdrbk/contentftr-bk.jpg');
	background-repeat: no-repeat;
	padding: 3px 50px;
}


/* ---------- H1, H2, H3 ---------- */
h1 { /* Product Header - Bold*/
	font-weight: bold;
	font-family: garamond,georgia,sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #BE5028;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

h2 { /* Product Page Text - Smaller*/
	font-weight: normal;
	font-family: garamond,georgia,sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #785A3C;
	margin: 10px 10px;
	padding: 0 0 0 0;
	align: left;
}

h3 { /* Welcome Page Text - Medium*/
	font-weight: normal;
	font-family: garamond,georgia,sans-serif;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	color: #785A3C;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 { /*SMALL TEXT (Disclaimer Stuff)*/
	font-weight: normal;
	font-family: verdana,arial,sans-serif;
	font-size: 9px;
	color: #BE5028;
	margin: 0 0 10px 0;
	padding: 0;
}

/* ---------- P ---------- */

p {
	font-weight: normal;
	font-family: garamond,georgia,sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #785A3C;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* ---------- TABLES ---------- */
table {
	margin: 0;
	padding: 0;
	border: 0;
}
tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
td {
	font-weight: normal;
	font-family: garamond,georgia,sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #780000;
	padding: 2px;
	border: 0;
}
th {
	font-weight: bolder;
	font-family: garamond,georgia,sans-serif;
	font-size: 16px;
	color: #780000;
	line-height: 22px;
	border: none;
	background-color: #E6F0FA;
}

/* ---------- LINKS ---------- */

a {
	color: #BE5028;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #539DBC;
}

/* ---------- MISC ---------- */

hr {
	display: block; /* set display:block so IEWin applies the correct margins */
	color: #539DBC;
	background-color: #539DBC;
	border: none;
	height: 1px;
	margin: 0 0 5px 0;
	padding: 0;
}
img {
	border: none;
}
.hide {
	display: none;
}