/* CSS Document */

@charset "UTF-8";
/* CSS Master Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	margin: 0px;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* CSS Master Reset - END */

ul	{
margin-top:6px;
list-style-type:circle;
margin-left:15px;
}

strong	{
font-weight:bold;
}
em	{
font-style:italic;
}

.central_hr	{
margin-top:16px;
margin-bottom:8px;
text-align:center;
border:0px;
width:80%;
height:1px;
background:#e0ddd8;
}

body {
	font: 75% Geneva, Verdana, Helvetica, sans-serif;
	background:#ffffff url("images/header_gradient2.png") top left repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	height:90px;
	background:#390b00 url("images/header_gradient1.png") top left repeat-x;
	padding: 0 10px 0 20px;
}
#header img {
	padding:10px 5px 0px 0px;
}
#tagline {
	width:370px;
	text-align:right;
	color:#edeae1;
	font-size:83%;
	line-height:15px;
	padding-bottom:2px;
	border-bottom:2px solid #611100;
}
#navigation {
	height:35px;
	background:#390b00 url("images/header_gradient1.png") bottom left repeat-x;
}
#navigation ul {
	text-align:center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height:36px;
}
#navigation li {
	padding-left:10px;
	padding-right:10px;
	display:inline;
	text-align:center;
	color:#f1f1f1;
}
#navigation li a {
	font-size:100%;
	color:#f1f1f1;
	text-decoration:none;
}
#navigation li a:hover {
	color:#ff8400;
}
#orange_line {
	height:7px;
	background:#390b00 url("images/orange_line.png") top left repeat-x;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: right;
	width: 240px;
	background: #fff;
	margin-top:30px;
}
#mainContent {
	margin: 20px 260px 0 0;
	padding: 0 20px;
}
#mainContent h1 {
	font-size:130%;
	padding-top:5px;
	padding-bottom:8px;
}
#mainContent h2 {
	font-size:115%;
	padding-top:5px;
	padding-bottom:8px;
}
#mainContent .left {
	float:left;
	border:1px solid #e1e1e1;
	margin-right:15px; 
}
#mainContent .right {
	float:right;
	border:1px solid #e1e1e1;
	margin-left:15px;
}
.sidebox-title {
	float:left;
	width:232px;
	height:28px;
	background: url("images/sidebox-title1.png") left top no-repeat;
}
.sidebox-title h1 {
	color:#FF8500;
	line-height:28px;
	font-size:106%;
	margin-left:10px; 
}
.sidebox-title-edge {
	float:right;
	width:8px;
	height:28px;
	background: url("images/sidebox-title1.png") right top no-repeat;
}
.sidebox-content {
	width:235px;
	border-left:1px solid #E0DDD8;
	border-right:1px solid #E0DDD8;
	border-bottom:1px solid #E0DDD8;
	background:#F6F3ED;
	
}

.sidebox-content p {
padding-top:35px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
	font-size:90%
}
#footer_container {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 10px 0 20px;
	background: url("images/footer_gradient2.png") top left repeat-x;
	border-top:1px solid #dcd9d3;
}
#footer {
	width: 900px;
	margin: 0 auto;
}
#copyright {
	height:20px;
	line-height:20px;
	text-align:right;
	font-size:80%;
	color:#999999;
}
#footer ul {
	text-align:right;
	list-style-type: none;
	line-height:25px;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display:inline;
	text-align:right;
	padding-left:15px;
	padding-right:15px;
}
#footer li a {
	font-size:90%;
	color:#444444;
	text-decoration:none;
}
#footer li a:hover {
	color:#ff8400;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left:12px;
}
.fltlft {
	float: left;
	margin-right:12px;
}


img.fltrt  {
	float: right;
	margin-left:12px;
	margin-bottom:3px;
	padding:2px;
	border:1px solid #f29b29;
}
img.fltlft {
	float: left;
	margin-right:12px;
	margin-bottom:3px;
	padding:2px;
	border:1px solid #f29b29;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

