/* IE PNG FIX */
html {
	overflow: auto;
	margin: 0;
	padding: 0;
}

/* HEADING FORMATTING */
h1{
	font-family:Tahoma;
	font-size:18px;
	color:#271F21;
	line-height:14px;
	margin:0;padding:0;
}
h2{
	font-family:Tahoma;
	font-size:16px;
	color:#CC0000;
	line-height:14px;
	margin:0;padding:0;
}
h3{
	font-family:Tahoma;
	font-size:12px;
	color:#333;
	line-height:14px;
	margin:0;padding:0;
}
p{
	font-size: 12px;
	line-height: 18px;
}
/* END HEADING FORMATTING */

/* Body GLOBALS */
body{
	margin:0px;
	padding:0px;
	background: url(../images/bg.png) top left repeat;
	font-family:Arial, Verdana, Helcetica;
	font-size: 11px;
}
/* END BODY GLOBALS */

/* WRAPPER */
.wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	width: 790px;
	background: none;
}

.border .btop{
	height: 15px;
	background: url(../images/border_top.png) top left no-repeat;
}
.border .bcontent{
	height:550px;
	background: url(../images/border_content.png) top left repeat-y;
}
.border .bfooter{
	height: 21px;
	background: url(../images/border_footer.png) top left no-repeat;
}

/* END WRAPPER */

/* Top Navigation */
.topnavi{
	margin-top:20px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 10px;
	background: #151011;
}

ul.hnav{
	padding:10px;
	margin:0;
	list-style-type: none;
}
ul.hnav li{
	display: inline;
	margin:2px;
	margin-top: 5px;
	padding-left: 10px;
	text-transform: uppercase;
}
ul.hnav li a{
	color: #3D342B;
}
ul.hnav li.sub{
	padding-left:10px;
	background: none;
	font-weight: normal;
}

.footernavi{
	margin-top:0px;
	margin-bottom:10px;
	background: #151011;
}

ul.fnav{
	padding:10px;

	margin:0;
	list-style-type: none;
}
ul.fnav li{
	display: inline;
	margin:2px;
	margin-top: 5px;
	padding-left: 10px;
	text-transform: uppercase;
}
ul.fnav li a{
	color: #281F22;
}
ul.fnav li.sub{
	padding-left:10px;
	background: none;
	font-weight: normal;
}

ul li {
	color: #271F21;
}

/* lists */
ul.green{
	padding:0;
	margin:0;
	list-style-type: none;
}
ul.green li{
	margin:2px;
	margin-top: 5px;
	background: url(../images/list_icon_green.png) 0px -10px no-repeat;
	padding-left: 20px;
	font-weight: bold;
}
ul.green li.sub{
	padding-left:20px;
	background: none;
	font-weight: normal;
}


/* SPACERS */

div.spacer {
	clear: both;
	height: 1px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
div.spacer2 {
	clear: both;
	height: 2px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
div.spacer3 {
	clear: both;
	height: 3px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
div.spacer5 {
	clear: both;
	height: 5px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
div.spacer8 {
	clear: both;
	height: 8px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
div.spacer10 {
	clear: both;
	height: 10px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

a{
	text-decoration:none;
	color:#737373;
}

a:hover{
	text-decoration:underline;
}
