﻿html { height: 100%; margin-bottom: 1px; }

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.gif) repeat #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}

p {

padding-top: 0;
padding-bottom: 5px;
margin-top: 0;
margin-bottom: 12px;
font-size: 12px;
line-height: 1.5em;

}




h1 { font-size: 20px;
	 font-family: Arial, verdana, sans-serif; 
	 color: #a7440e;
	 font-weight: bold;
	 padding-left: 0px;
  	 padding-right: 5px;
     padding-bottom: 5px;
     padding-top: 10px;
	 line-height: 1.5em;
}

h2 {
	 font-size: 16px;
	 font-family: Arial, verdana, sans-serif; 
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 0;
	color: #658c3b;

}

h3 { font-size: 12px; 
 	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 color: #333333;
	 font-weight: bold;
	 padding-left: 25px;
  	 padding-right: 0px;
     padding-bottom: 0px;
     padding-top: 0px;
	 
	 }

blockquote
   
   { font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	 padding-left: 0px;
  	 padding-right: 5px;
	 padding-top: 5px;
     padding-bottom: 5px;
	 

}

hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #658C3B;
}


ul, ol
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;

	
}

ul li
{
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
  

}



ol li
{
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 5px;
}


.strong
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}



a:link {
	color: #d65b19;
	text-decoration: none;
}
a:visited {
	color: #d65b19;
	text-decoration: none;
}	
a:active {
	color: #d65b19;
	text-decoration: none;
	
}
a:hover {
	color: #d65b19;
	text-decoration: none;
	text-decoration: underline;
}





#wrapper {
	width: 100%;
	
}
/* Menu */

#nav {
	width: 800px;
	height: 44px;
	margin: 0px auto;
	background-color: #393833;
	padding: 0px;



}



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.topmenu, .topmenu ul
{
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  list-style: none;
  


  
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.topmenu ul
{
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0px;

  
  
  

 

  
}

/* Second and third etc. level submenus - position across from parent instead */
.topmenu ul ul
{
  top: 0px;
  left: 160px;
  padding-bottom: 0px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.topmenu li
{
  float: left;
  position: relative;
  font-family: arial;
  font-size:15px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  
  
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.topmenu ul li
{
  float: left;
 /* margin-bottom: -1px;*/
  background-color: #819c43;
  text-align: left;
  font-size: 1.2em;
  width: 200px;
  margin-bottom: -3px;
  border: 1px solid #fff;
  margin-top: 2px;
}


.topmenu ul > li:last-child
{
  margin-bottom: 1px;
  
}

/* Links inside the menu */
.topmenu a, topmenu a:visited
{
	display: block;
	color: #ffffff !important;
	text-decoration: none !important;
	padding-left: 10px;
	padding-right: 10px;
	line-height:36px;
	font-weight: normal;
    

}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.topmenu a:hover, .topmenu a.highlighted:hover, .topmenu a:focus
{
  color: #e39924 !important;
  text-decoration: none;
  display: block;
  padding-left: 10px;
  padding-right: 10px;

}
.topmenu a.highlighted
{
  color: #e39924;
  text-decoration: none;
  

}


.topmenu ul li a:hover
{
  background: #819c43; /*background hover color set here for sub menu items */
}

/* Only style submenu indicators within submenus. */
.topmenu a .subind
{
  display: none;
}
.topmenu ul a .subind
{
  display: block;
  float: right;
  
}



/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.topmenu
 a {
 float: left;

}
.topmenu
 ul a {
 float: none;
}
/* \*/
.topmenu
 a {
 float: none;
}
/* */



/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .topmenu
  ul li {
  float: left;
  height: 1%;

}
* html .topmenu
  ul a {
 height: 1%;

}
/* End Hack */



/* Header */




#header {
	width: 800px;
	height: 60px;
	background-color:#FFFFFF; 
	margin: 0px auto;

}
#headerpic {
	width: 800px;
	height: 233px;
	background-image: url(../images/header_bg.jpg); 
	margin: 0px auto;

}
#logo{
	width: 350px;
	height: 35px;
	margin: 0px auto;
	padding: 10px;
	float: left;
	

}


/* Page */

#page {
	width: 800px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 460px;
	padding: 0px 10px 0px 20px;
}

#content2 {
	float: left;
	width: 750px;
	padding: 0px 10px 0px 20px;
}


/* Sidebar */
#sidebar {
	float: right;
	width: 292px;
	padding: 0px;
	color: #787878;
}

.box1
{
	padding: 15px;
	font: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size:14px;

}

.box1 a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-size:14px;
}


.box2
{
padding: 15px;
font: Arial, Helvetica, sans-serif; color: #ffffff;

}

.box2 a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.box3
{
padding: 5px;
font: Arial, Helvetica, sans-serif; color: fbe79f; 

}

.box3 a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 800px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(../images/footer_bg.gif);
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #29407c;
}
