﻿body {
	font-size: 76%;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	background: #fee9c9 url(images/background.png) repeat-x bottom;
	word-wrap: break-word;
}
#container{
	width: 1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;

}

#header {
	border-top: 10px #000000 solid;
	border-bottom: 10px #000000 solid;
	margin: 0px 0 0 0px;
	background: #D65221 url('images/1stbanner.gif') no-repeat left;
	height: 115px;
	padding-bottom: 20px;
	background-attachment: inherit;
	position: relative;
	padding-left: 0px;
}

#outer1 {
	float: left;
	width: 180px;
	padding: 1px;
	background: #ffffff;
}
#outer3 {
	float: right;
	width: 150px;
	padding: 10px;
	background: #FFFFD2;
}
#outer2 {
	background: #ffffff;
	margin: 10px 200px 10px 220px;
	min-height: 600px;
	padding-left: 10px;
}



#wrapper {
	overflow: hidden;
}


.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	border: 3px #FFFFFF double;
	font: bold 14px Arial;
	color: white;
	background: #D65221 url(media/titlebar.png) repeat-x left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 10px 0 4px 10px;
	margin-top: 10px;
}
.arrowlistmenu ul{
	background: #D65221;
	border: 3px #FFFFFF double;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul.locked{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 0px;
	
}
.arrowlistmenu ul li.locked{
	padding-bottom: 2px;
	
	background: url('images/smkey.jpg') no-repeat left;
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: #D65221 url('images/arrowbullet.png') no-repeat left
50%;
/*custom bullet list image*/
	display: block;
	padding-left: 25px; /*link text is indented 35px*/;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #A70303 solid;
	font-size: 95%;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.arrowlistmenu ul li a.locked{
	color: #A70303;
	background: #D65221 url('images/arrowbullet.png') no-repeat left
50%;
/*custom bullet list image*/
	display: block;
	padding-left: 25px; /*link text is indented 35px*/;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #A70303 solid;
	font-size: 95%;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}
.arrowlistmenu ul li a:hover{
	/*hover state CSS*/
color: #A70303;
	background: #EDA387 url('images/arrowbullet.png') no-repeat left
50%;
;
}

.arrowlistmenu ul li a.locked:hover{
	/*hover state CSS*/
color: #A70303;
	background: #EDA387 url('images/lock-32x32.png') no-repeat left
50%;
;
}

#footer {
	clear: both;
	
	position: relative;
	color: #000000;
	text-align: center;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


.content {padding:10px;}
h1 {font-size:20px; margin:0; padding:10px 0; color:#fff;}
h3 {font-size:18px; margin:0; padding:8px 0;}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
	color: #696969;
}
#footer p,
#header p {
	color: #000000;
}
#footer a {
	color: #D65221;
}
#footer a:hover {text-decoration:none;}



