@charset "UTF-8";
/* CSS Document */

/*text styles*/

body {background-color: #e5e2c7; font-family: Georgia, "Times New Roman", Times, serif; font-size: small; font-style:normal; font-decoration: none; color:#999999}
.style1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: medium; font-style: normal; color: #666666}
.style2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: x-small; font-style: normal; color: #666666}
.style3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: large; font-style: italic; color: #333333}
.style4 { font-family: Georgia, "Times New Roman", Times, serif; font-size: small; font-style: normal; color: #000000}
.style5 { font-family: Georgia, "Times New Roman", Times, serif; font-size: large; font-style: italic; color: #FFFFFF}

p { }
h1 { }
h2 { }
h3 { }
ul { }
li {color: #999999; font-family: Georgia, "Times New Roman", Times, serif; font-size: small; font-style: normal; }

/* banner */

#banner {
	position:absolute;
	left:55px;
	top:25px;
	width:840px;
	height:125px;
	z-index:2;
	background-color: #400507;
}
#bannerslogan {
	position:absolute;
	left:645px;
	top:95px;
	width:246px;
	height:23px;
	z-index:56;
}

/*main conent holder*/


#maincontent {
	position:absolute;
	left:50px;
	top:20px;
	width:850px;
	height:945px;
	z-index:1;
	background-color: #FFFFFF;
}

#navigation {
	position:absolute;
	left:55px;
	top:165px;
	width:146px;
	height:164px;
	z-index:3;
}

/* Navigation Menu */

#navigation ul a:link, #navigation ul a:visited {display: block; text-decoration: none; color:#000000}, #navigation ul a:hover { text-decoration: none; color:#FFFFFF; }
#navigation ul { list-style: none; margin: 0; padding: 0; }
#navigation {
	float: left;
	width: 100px;
	height: 450 px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; }
	
#mainNav {
	postion: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 90%;
	color:#000000; }
	
#mainNav h3 {
	padding: 10px 0px 2px 10px; }
	
#mainNav a {
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 2px 0px 2px 10px; }
	
#mainNav a:hover {
	background-color: #400507 ; color: #FFFFFF;
	 }

/* side bars*/

#sidebar1 {
	position:absolute;
	left:744px;
	top:165px;
	width:150px;
	height:100px;
	z-index:4;
	background-color: #666666;
}

#sidebar1txt1 {
	position:absolute;
	left:744px;
	top:271px;
	width:150px;
	height:18px;
	z-index:5;
}
#sidebar1txt2 {
	position:absolute;
	left:744px;
	top:291px;
	width:150px;
	height:47px;
	z-index:6;
}

#sidebar2 {
	position:absolute;
	left:744px;
	top:362px;
	width:150px;
	height:100px;
	z-index:7;
	background-color: #666666;
}
#sidebar2txt1 {
	position:absolute;
	left:744px;
	top:469px;
	width:150px;
	height:18px;
	z-index:8;
}
#sidebar2txt2 {
	position:absolute;
	left:744px;
	top:488px;
	width:150px;
	height:47px;
	z-index:9;
}

#sidebar3 {
	position:absolute;
	left:744px;
	top:551px;
	width:150px;
	height:100px;
	z-index:10;
	background-color: #666666;
}
#sidebar3txt1 {
	position:absolute;
	left:744px;
	top:659px;
	width:150px;
	height:18px;
	z-index:11;
}
#sidebar3txt2 {
	position:absolute;
	left:744px;
	top:677px;
	width:150px;
	height:47px;
	z-index:12;
}

/* main txt and images */

#mainheadimage {
	position:absolute;
	left:165px;
	top:165px;
	width:570px;
	height:297px;
	z-index:13;
	background-color: #666666;
	background-image: url(images/homeimage);
}

#maintxthead {
	position:absolute;
	left:165px;
	top:480px;
	width:570px;
	height:48px;
	z-index:14;
}

#maintxtbulk {
	position:absolute;
	left:165px;
	top:538px;
	width:570px;
	height:198px;
	z-index:15;
}
