/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: url(../img/bgpaper.jpg) repeat fixed center top;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #666666; text-decoration: none
}
A:visited {
	COLOR: #666600; text-decoration: none
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #993300
}



#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background: url(../img/bg_paper_mid.jpg) repeat right top;
}

#page_header {
  height: 120px;
  background:  url('../img/header3.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: tahoma;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: tahoma;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#menu_bar {
	height:40px;
	clear: both;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #E8DED2;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: url(../img/menu_bg.gif) repeat-x left top;
  color: White;
  float: left;
  width: 100%;
  font-family: tahoma;
  font-size:12px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	background: url(../img/menu_bg.gif) repeat-x left top;
	color: #EFEFEF;
	text-decoration: none;
	float: left;
}

#menu_bar ul li a:hover
{
  background: url(../img/menu_hover_bg.gif) repeat-x left top;
  color: #FFFFFF;
}

#content_wrapper {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:15px;
	clear:both;
	background-image: url(../img/bg_paper_mid.jpg);
}

#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #993300;
	padding:4px;
	background-color:#F4FDE5;
	border-top: 1px dotted #663300;
	border-bottom: 1px dotted #663300;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
	float: left;
	width:540px;
	border:0px dashed #cccccc;
	background-image: url(../img/bg_paper_mid.jpg);
}

#left_side h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #663300;
	padding:4px;
	border-bottom: 1px dotted #996633;
	clear:both;
	background-image: url(../img/bg_paper_mid.jpg);
}

#left_side h4 {margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #663300;
	padding:4px;
	border-bottom: 1px dotted #996633;
	clear:both;
	background-image: url(../img/bg_paper_mid.jpg);
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
	float:left;
	width:250px;
	background-color: #F6FCEC;
	border:1px dotted #996633;
	padding:10px;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
	height: 60px;
	clear: both;
	background-image: url(../img/tilewd8.jpg);
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

