/*

Designed By: Joel Wilbourn
Date: 12/11/2008

Common Colors:
Border: #d6e7b1
background: #dee7ca
White: #ffffff
Brown: #3d2e29
Orange: #f47a2e
Blue: #3f879e

*/

html {
background: #3f879e;
height: 100%
}

body {

font-size: 90%;
font-family: microsoft sans serif, verdana, helvetica, georgia, sans-serif;
line-height: 1.6em;
text-align: center;
color: #3d2e29;
height: 820px
}

ul, li, img, body, html {

margin: 0; padding: 0;
}

a {

text-decoration: none;
color: #3d2e29;
}

a:hover {

text-decoration: underline;
}

a img {

border: none;
}

#container {
text-align: left;
width: 760px;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
background: #ffffff;
padding: 20px;
border: solid;
border-width: 1px;
border-color: #372f2c;
height: 760px;
}

#container ul,
#container ul li {
list-style-type: none;
height: 100%;
}

#header{
	overflow: hidden;
	display: block;
  height: 81px;
	padding-bottom: 10px;
	margin-top: -6px;
}


#navbar {
float: right;
margin-top: 60px;
}

#navbar li{
display: inline;
margin-left: .8em;
}

#navbar ul{
#font-weight: bold;
white-space: nowrap;
margin: 0px;
margin-bottom: 20px;
}

#flash_text {
border: solid;
border-width: 1px;
border-color: #dee7ca;
}

#banner{
width: 760px;
height: 250px;
background-image: url(files/banner.jpg);
}

#banner h2{
display: inline;
font-size: 14px;
}

#maincontent{
background: none;
margin-top: 20px;
padding-top: 0px;
}

#maintext{
	background: white;
	float: left;
	height: 350px;
	width: 488px;
	padding-right: 20px;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

#maintext a{
  text-decoration: underline;
}

#maintext h3{
  font-weight: 400 !important;
  font-style: normal;
  font-size: 18px;
  color: #f47a2f;
}

#featured{
	background: #3d2e29;
	height: 200px;
	margin-bottom: 20px;
}

h4{
text-align: center;
}

#sidebar{
}

#advertisers{
	background-color:#b9de8e;
	margin-bottom: 20px;
	line-height: 20px;
	width: 250px;
	height: 115px;
	float: right;
	overflow:visible;
}

#advertisers p{
	padding-left:10px;
	padding-right: 10px;
	color: #3d2e29;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	display: inline;
}
	
#publishers{
	background-color:#ffcb7f;
	margin-bottom: 20px;
  margin-top: 40px;
	font-size: 12px;
	line-height: 20px;
	width: 250px;
	height: 115px;
	float: right;
	overflow:visible;}

#publishers p{
	padding-left: 10px;
	padding-right: 10px;
	color: #3d2e29;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	display: inline;
}

#advertisers h4{
	color: #ffffff;
	font-weight: bold;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 12pt;
}

#publishers h4{
	color: #ffffff;
	font-weight: bold;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 12pt;
}

h3{
	font-size: large;
	font-weight: bold;
	line-height: 1em;
display: inline;
}

.icon{
	float: left;
	margin-top: 5px;
	width: 100px;
	height: 100%;
	display: inline;
}

.sideheader{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 8px;
}

.iconr{
	float: right;
	margin-top: 5px;
	width: 100px;
	height: 100%;
	display: inline;
}
.sideheaderl{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
}

