/* CSS Document */
html { margin : 0; 
padding : 0; 
color : #333; 
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccc;
	margin: 0; 
	padding: 0;
	text-align: center;
	width:90%;
	color: #000000;
}

#container { 
	background-color:#a8602d;
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding-bottom:10px;/* this overrides the text-align: center on the body element. */
} 

#header {
	background-image:url(images/bgbanner.jpg);	
	background-repeat:no-repeat;
	padding: 0;
	height:100px;
	position: relative;
} 

#skipLinks {
	font-size: 80%;
}
#skipLinks ul {
	margin: 0px;
	padding: 0px;
}
#skipLinks li {
	background-image: none;
	list-style:none;
	margin: 0px;
	position: absolute;
}
#skipLinks a {
	color: #FFFFFF;
	position: absolute;
	margin-left: -9000px;
}
#skipLinks a:focus, #skipLinks a:active {
	display: block;
	width: 11em;
}
#header h1 {
	margin: 0; 
	padding: 10px 0;
}
#sidebar { 
	float: left;
	width: 11em;
	padding: 0;
	height:auto;
}
#sidebar h3, #sidebar p {
	margin-left: 5px;
	margin-right: 5px;
}
#sidebarNav{
	background-color: #8e4e20;
	font-family:Verdana, Geneva, sans-serif;
	margin: 6px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
	border:groove #683918; 
}
#sidebarNav ul {
	margin: 4px 0 0 9px;
	padding: 0px;
}
#sidebarNav li {
	font-size:80%;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	list-style: none;
	padding-top:6px;
	width:145px;
	height:45px;
	vertical-align:middle;
}
#sidebarNav a:link { 
	color: #FFF;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	height: 2.5em;
	padding-top:8px;
	margin-left:4px;
}
#sidebarNav a:visited {
	color: #FFF;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
}
#sidebarNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#subMenu{ 
width: 10.5em;
height:auto;
}
#subMenu img{ margin:0;
border:none;
}
#subMenu ul {
	margin: 4px;
	padding: 0px;
	margin-bottom:12px;
	font-family:Verdana, Geneva, sans-serif;
	}

#subMenu li{
		font-size:80%;
	list-style: none;
	padding: 2px;
	vertical-align:middle;
	margin: 5px;
}

#subMenu a:link {
	color: #FFF;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	}
#subMenu a:visited {
	color: #FFF;
		
}
#subMenu a:hover {
	letter-spacing:1px;
	}
    
    
 img {
	max-width: 100%;
}
.chapters {
	color: #FFF;
	font-weight:bold;
	font-size:120%;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #f00001;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.3em;
	padding-bottom: 0.1em;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}
p {
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #333333;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.li	{ color:#f00001;
      font-family:Arial, Helvetica, sans-serif;
}
.nu { color:#f00001;
      font-family:Arial, Helvetica, sans-serif;
}
.pli {
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #333333;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#mainContent { 
	margin: 0 2em 0 11em;
	background-color: white;
	padding:6px;/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	min-height:650px;
} 
#mainContent a:link { 
	text-decoration:underline;
	color:#333333;
}
#mainContent a:hover { 
	color: #f00001;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:2px;
}
#mainContent a:visited { 
	text-decoration:underline;
	color:#333333;
}
#mainContent img {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		margin:4px;
		width:auto;
		height:auto;
}
#mainContent img.right {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		float:right;
		margin:4px;
		width:auto;
		height:auto;
}
#mainContent img.left {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		float:left;
		margin:4px;
		width:auto;
		height:auto;
}
#footer { 
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#f00001;
	height:5px;
	text-decoration:none;
} 
#button ul {
	list-style-type: none;
	float:right;
}
#button li{
	font-size:80%;
	background-image:url(images/continue.jpg);
	background-repeat:no-repeat;
	list-style: none;
	padding: 2px;
	width:140px;
	height:45px;
	vertical-align:middle;
}

#button a:link {
	color: #FFF;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	padding-top:12px;
}
#button a:visited {
	text-decoration: none;
	color: #FFF;
	display:inline-block;
	display: block;
	text-align:center;
}

#button a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.offleft {
	margin-left: -9000px;
	position: absolute;
	color:#000;
}
#quiz  {
	background-color: #CCC;
	  border-style:inset;
	  text-align:left;
	  font-family:Arial, Helvetica, sans-serif;
	  color:#333;
  	  width: 45%;
	  height:auto;
}
input[type=radio] {
    border: 0px;
    width: 1.5em;
    height: 1.5em;	
}
.signs	{
	margin-left:12px;
}

