@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #122D43;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
}

h1 {  
 	margin: 0;    
	padding: 20px 0;  
 	font: normal italic 1.5em/18px Georgia, serif;  
 	color: #701F03;
}

h2 {  
 	margin-bottom: 11px;  
 	padding-top: 20px;  
 	padding-bottom: 21px;  
 	border-bottom: 1px solid #ccc;  
 	font: normal italic 1.5em/18px Georgia, serif;  
 	color: #666;   	
}
 
h3, h4{  
 	font-weight: normal;  
 	font-size: 1em;  
 	line-height: 18px;  
}  
h3 {  
 	margin-left: -204px;  
 	padding: 20px 0 10px 204px;    
 	font-size: 1.25em;  
 	text-transform: uppercase;  
 	color: #666;  
}  
h4 {  
 	padding: 10px 0;  
 	font-weight: bold;  
 	text-transform: uppercase;  
 	letter-spacing: -1px;  
 	color: #633;  
}  

h5 {  
 	margin-bottom: 5px;  
 	padding-top: 5px;  
 	padding-bottom:5px;
	font-weight: bold;   
 	font: normal 1.25em Georgia, serif;  
 	color: #000;  
}

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F2ECE7;
	width: 780px;
	margin: 0 auto;
	border: 2px solid #122D43;
	text-align: left;
}

#header {
	height:  70px;
	background: #A24B2F; 
	padding: 0 20px 0 33px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid #5D3729;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header ul {
	padding-top: 62px;
	padding-right: 12px;
	text-align: right;
	list-style: none;
}
#header li {
	display: inline;
	margin: 0 12px;
}
#header li a {
	font-size: 1.25em;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
}
#header li a:hover {
	color: #300;
}

#logo_area {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#logo_left {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #993300; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

#logo_left p {
	float: left;
	padding: 20px 10px 15px 12px;
	font-size: 1.25em;  
 	text-transform: uppercase;  
 	color: #FFFFFF;
}

#logo_right {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}

#navContainer {
	background-color: #6D2400;
	height: 30px;
	text-align: center;
	border-top: 1px solid #5D3729;
	border-bottom: 2px solid #A24B2F;
}

#navlist
{
	margin: 0 0 0 230px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 5px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bolder;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	color: #FFFFFF;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4E729F;
}


#main_content2 {
	margin: 5px 30px 5px 230px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

#main_content2 p {
	padding-bottom: 18px;
}

#main_content2 img {
	float: left;
	padding: 3px;
	border: 2px solid #eee;
	background: #fff;
}

#main_content3 {
	margin: 5px 230px 5px 230px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

#main_content3 p {
	padding-bottom: 18px;
}

#main_content3 img {
	float: left;
	padding: 3px;
	border: 2px solid #eee;
	background: #fff;
}

#left_content {
	float: left;
	width: 180px;
	background: #F2ECE7;
	padding: 15px 10px 15px 20px;
	font-size: 10px;
}

#left_content p {
	padding-bottom: 10px;
}

#left_content img {
	padding: 10px 0;
	text-decoration: none;
	border: none
}

#left_content a:link, #footer a:visited {
	text-decoration: none;
	border: none
}

#left_content a:link#current, #footer a:visited#current, #footer a:hover
{
	text-decoration: none;
	border: none
}

#right_content {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F2ECE7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#right_content p {
	padding-bottom: 10px;
}

#right_content img {
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #993300;
	color: #FFFCCC;
	text-align: center;
	padding: 5px;
	border-top-width: 5px;
	border-bottom-width: 13px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4C210E;
	border-bottom-color: #A24B2F;
	clear: right;
}

#footer a:link, #footer a:visited {
	font-weight: bolder;
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:link#current, #footer a:visited#current, #footer a:hover
{
	color: #FFFFCC;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4E729F;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #993300;
}
a:link {
	text-decoration: underline;
	color: #993300;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}

a:hover {
	text-decoration: none;
	color: #363636;
}
a:active {
	text-decoration: underline;
	color: #993300;
}

.clear {
 clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
