/* -------------------------------------------- */
/* -------------  Basic Layout  --------------- */

html, body {
	height: 100%;
	font-size: small;
	width: 800px;
	margin: 0 auto;
	/* 
	Safari whacks out if backgroud-color is 
	declared in the body section. Very wierd.
	*/
	background-color:#E6D2B7; 
	}
body {
	background-image: url(layoutImages/home_header.gif);
	background-repeat: no-repeat;
	color: #000; 
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight:normal;
	height: 100%;
	width: 524px;
	height: 121px;
	position: absolute;
	}

/* colors for links */
a:link { color: black;  text-decoration: underline; }
a:visited { color: black;  text-decoration: underline; }
a:hover { color: red;  text-decoration: underline; }
a:active { color: gray;  text-decoration: underline; }
input { z-index:8; }
#page { 
	margin: 0 auto;
	width: 800px;
	font-size: small;
	}
#header {
	background-repeat: no-repeat;
	position: absolute;
	border-right: 1px solid #583A00;
	top: 0;
	left: 483px;
	width: 317px;
	height: 427px; 
	z-index: 3;
	}
#header span{display: none;}
#header h4 {
	margin-top: 410px;
	padding-left: 120px;
	color: #FFF;
	z-index:10;
	}
#breadcrumb {
	color: #FFF;
	position: absolute;
	top: 100px;
	left: -475px;
	}
input {
	border: 1px solid #000;
	background-color: #DDD;
	}
#breadcrumb a { color: #FFF; }
#breadcrumb a:hover { color:#F00; }
#ticker {
	position: absolute;
	top: 0px;
	left: 165px;
	width: 300px;
	}
#content {
	font-size: 14px;
	font-weight:normal;
	position: absolute;
	top: 121px;
	z-index: 1;
	background-color: #FFF;
	}
#main {
	position: relative;
	z-index: 5;
	margin: 0 0px 0px 0;
	padding: 0 0px 100px 0px;
	width: 799px;
	font-size: small;
	border-right: 1px solid #583A00;
	border-bottom: 1px solid #583A00;
	border-left: 1px solid #583A00; 
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(layoutImages/home_background.gif);
	}
#leftCol {
	position: relative;
	top: 0px;
	width: 175px;
	padding: 5px 5px;
	font-weight: bold;
}
#leftCol a { 
	padding-left: 12px;
	padding-right: 0px;
	font-weight: normal;
	}
#rightCol {
	position: absolute;
	width: 222px;
	height: 238px;
	top:310px;
	left: 574px;
	padding: 0 3px;
	/*border-left: 1px solid #B1946C;*/
	}
#rightCol h6 {
	position: absolute;
	bottom: -35px;
	right: 10px;
	}
#midCol{
	position: absolute;	
	left: 175px;
	top: 0;
	padding: 0 3px;
	width: 300px;
}
#mainnav
{
	position: static;
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
    width: 200px;
	margin-top: 0px;
	margin-bottom: 0;
}
#mainnav ul li
{
    margin-left: -25px;
    list-style-type: none;
}
#mainnav2
{
	position: static;
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
    width: 200px;
	margin-top: 0px;
	margin-bottom: 0;
}
#mainnav2 ul li
{
    margin-left: -25px;
    list-style-type: none;
}

.headline {
	border-bottom: 1px solid #B1946C;
	}
.headline h3 { margin: 3px 0 -12px 0; }
.headline a:link { color:#333; text-decoration: underline; }
.headline a:visited { color: #333; text-decoration: underline; }
.headline a:active { color: #333; text-decoration: underline; }
.headline a:hover { color: #F00; text-decoration: underline; }

#footer {
	height: 100px;
	color: #FF0;
	font-size: 14px;
	margin-top: 0px;
	padding: 0px 15%;
	width: 700px;
	z-index:3;
	position: absolute;	
}

#footer a img { border-style: none;}

#footer ul {
	list-style-type: none;
}

#footer ul li { display: inline; }


