/*
Designed by Scott Mosley
http://www.scottmosley.com
Copyright (c) 2008 scottmosley.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #a69689 url(../images/topbar_background.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	padding-bottom: 3px;
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

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

a:hover {
	text-decoration: none;
	color: #990000;
}

hr {
	display: none;
}

/* Top Bar */

#topbar {
	width: 1000px;
	height: 81px;
	margin: 0 auto;
	padding-bottom: 5px;
}

/* Navagation Area */

#navagation {
	width: 1000px;
	height: 301px;
	margin: 0 auto;
}

#navagation h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#navagation h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#navagation h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#navagation a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Navagation_alt Area */

#navagation_alt {
	width: 1000px;
	height: 81px;
	margin: 0 auto;
}

#navagation_alt h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#navagation_alt h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#navagation_alt h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#navagation_alt a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Body Container */

#container {
	width: 1000px;
	min-height:70px;
	height:auto !important;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
}

#container img {
	background-repeat: no-repeat;
	padding: 5px 15px 15px 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 295px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(../images/img06.gif) no-repeat;
	font-size: 1.6em;
}

/* Left Col */
#leftcol {
	float: left;
	width: 784px;
}

/* Right Col */
#rightcol {
	float: right;
	width: 206px;
	margin: auto;
}

/* Inner Right Col */

#inner_rightcol {
	float: right;
	width: 566px;
}

/*Middle Box Styles*/
.middlebox{
	float:right;
	width:566px;
}
.middlebox h2{
	line-height: normal;
	text-align: left;
	padding: 10px 10px 5px 15px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}
.middlebox_top{
	background:url(../images/middlebox_top.png) no-repeat;
	height:43px;
	margin:0px 0px 0px 0px;
}

.middlebox_body{
	min-height:70px;
	height:auto !important;
	width:566px;
	height:70px;
	background-image: url(../images/middlebox_body.png);
	background-repeat: repeat-y;
	padding: 5px 0px 5px 0px;
}

.middlebox_body p{
	line-height: normal;
	text-align: left;
	margin: 0px 10px 5px 10px;
}

.middlebox_bottom{
	background:url(../images/middlebox_bottom.png) no-repeat;
	height:19px;
	margin:0 0 5px 0;
}
/*End Middle Box Styles*/

/*Side Box Styles*/
.sidebox{
	float:left;
	width:206px;
}
.sidebox h2{
	line-height: normal;
	text-align: left;
	padding: 10px 10px 5px 15px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}

.sidebox_top{
	background:url(../images/sidebox_top.png) no-repeat;
	height:43px;
	margin:0px 0px 0px 0px;
}
.sidebox_body{
	min-height:70px;
	height:auto !important;
	width:206px;
	height:70px;
	background-image: url(../images/sidebox_body.png);
	background-repeat: repeat-y;
	padding: 5px 0px 5px 0px;
}

.sidebox_body p{
	line-height: normal;
	text-align: left;
	margin: 0px 10px 5px 10px;
}

.sidebox_bottom{
	background:url(../images/sidebox_bottom.png) no-repeat;
	height:19px;
	margin:0 0 5px 0;
}
/*End Side Box Styles*/

/*Footer Styles*/
.footer_top{
	background:url(../images/footer_top.gif) no-repeat;
	height:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.footer_body{
	height:auto !important;
	width:1000px;
	background-image: url(../images/footer_body.gif);
	background-repeat: repeat-y;
	padding: 5px 0px 5px 0px;
	margin: 0;
}

.footer_body p{
	line-height: normal;
	text-align: center;
	margin: 0px 10px 5px 10px;
	color: #F0F0F0;
}

.footer_body a{
	color: #F0F0F0;
}
.footer_body a:hover{
	text-decoration: none;
	color: #990000;
}
.footer_bottom{
	background:url(../images/footer_bottom.gif) no-repeat;
	height:19px;
	margin:0 0 5px 0;
}
/*End Footer Styles*/

