/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0px;
	padding: 0px;
	background-color: #0f0f0d;
	width: 1000px;
	height:100%;
	font-size: 11pt;
	line-height: 1.125;
}

a:link {
	color: #666699;
	
}
a:visited {
	color: #663366;
	
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
a:active {
	color: #0000FF;
	}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #2C517A;
	padding-bottom:15px;
	text-align: center;
	line-height: 115%;
	text-decoration: none;
	font-style: italic;
}

h2{
	font-size: 170%;
	color: #660033;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

h3{
	font-size: 12px;
	font-weight:600;
	color: #336699;
}

h4{
	font-size: 120%;
	font-weight: bold;
	color: #996633;
	text-align: left;
	margin-top: 5px;
	padding: 0 0 10px 0;
}

h5{ width: 168px;
	font-size: 110%;
 color: #996633;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	background-color: #9bbab4;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-left: 0px;
	padding-left: 15px;

}
h6{ width: 100%;
	font-size: 110%;
 color: #996633;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	background-color: #9bbab4;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-left: 0px;
	padding-left: 15px;

}h7{font-size:18pt;}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
li{
	display: block;
	list-style-type: disc;
	margin-left: -15px;
	padding-right: 5px;
	list-style-position: outside;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 1000px;
	margin: 5px 5px 0px 0px;

	}

#navBar{

	position:absolute;
	top: 220px;
	left: 1px
}

		#sectionLinks {
	text-align: left;
	white-space: nowrap;

			}

		#sectionLinks a {
	color: #ffffff;
	width: 138px;
	height: 18px;
	background-color: #48371d;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	margin-right:3px;
	font-size: 12px;
	text-align: center;
	clear: both;
		}
		
		#sectionLinks a:hover{

		}

#content {
	width: 1000px;
	height:600px;
	position: relative
	margin-left: 210px;
	padding: 5px 10px 5px 10px;
	text-align:left;
	overflow:visible;
	clear:both;
	background-image: url(images/homepage_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.feature{
	position: absolute;
	top: 245px;
	margin-left: 600px;
	height: 100%;
	width: 250px;
	margin-top: inherit;
	overflow: visible;
	font-size: 140%;
	color: #666666;
	font-family:   "Times New Roman", Times, serif;
	font-style: italic;
		}
		
.story {
	position: absolute;
	width: 480px;
	top: 280px;
	margin-left: 35px;
	color: #9D9182;
}		
		.gguide {
		height: 100px;
		border-bottom: 1px solid #E8DDFF;
		padding-top: 5px;}

			.headlines {
	position: relative;
	float: right;
	width: 160px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 70%;
	text-align: left;
	margin-right: 5px;

		}
#masthead {

	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
} 

#pageName {
	position: relative;
	top: 15px;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	padding: 3px 3px 10px 3px;
	color: #006633;
	margin-right: 50px;
	

}



.feature img{
	margin: 5px 5px 5px 5px;
	float: right;
}




#siteInfo{
position:inherit;
	clear: both;
	margin: 50px 5px 0px 0px;
	font-size: 75%;
	color: #666666;
	padding: 25px 10px 10px 10px;
	border-top: 2px solid #7a5b2b;
	width:1000px;
	text-align: center;
	line-height: normal;
	
}


#siteInfo a{
	color:#999999;
	font-weight: bold;
	}
	
	#siteInfo a:hover{
	color:#FFFFCC;
	font-weight: bold;
	}
	
#siteInfo img {
	float: right;}	

.orderbutton img{
	border: 0;
	float: right;}

.style1 {font-size: 10px;
	text-decoration: none;}
.style4 {color: #993300}
.style7 {
	font-size: 9px;
	text-align:left;}
.style8 {
	font-size: 9px;
	text-align:right;}
	
	.style9 {
	font-size: 10px;
	color: #FF33CC;
}

.style10 {
	font-size: 14px;
	font-style: italic;
}