html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* ------ end reset css ------ */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	color: #2F2512;
  	background-color: #735926; 
}
#wrapper {
  position: relative;
  text-align: left;
  width: 800px;
  margin: 1em auto;
}
#header {
  height: 100px;
  background-image: url(../img/LFMLLC2.png);
  background-repeat: no-repeat;
  background-color: #FFFFCC;
  border-bottom: 4px solid #CA642F;
  float:left;
  width: 800px;
}


#main {
  	float: left;
  	position: relative;
  	width: 800px;
 	background-color: #FFFFCC;
}

#main a:link, a:visited	{
  color: #2F2512;
  text-decoration:underline;
}
#main a:hover	{
  color: #CA642F;
  font-weight: bold;
  text-decoration:none;
}

/*Navigation Styles*/
#nav {
	float: left;
	width: 150px;
	display:block;
	margin-right: 10px;
	background-color: #CA642F;
	color: #2F2512;
	height: 675px;

}
#nav ul {
  list-style: none;
}
#nav li {
  font-size:80%;
  padding: 5px 0 0px 0;
  margin: 0;
  width: 150px;
}
#nav a:link, #nav a:visited {
  color: #FFFFCC;
  text-decoration: none;
  display:block;
  padding: 0.3em 0px 0.3em 20px;
  border-bottom: 4px solid #FFFFCC;
}
#nav a:hover {
  color: #2F2512;
  border-bottom: 4px solid #FFFFCC;
}

#nav h4 {
  display: block;
  font-size: 70%;
  font-weight: normal;
  color:#2F2512;
  margin-bottom: 5px; 
}

#cols {
	float: right;
	display: inline;
	width: 640px;

} 

/*Content Styles*/
#content {
	float: left;
	display:inline;
	width: 390px;
	margin-top: 20px;
	padding-right:20px;
	padding-left:10px;
}

#content a:link, a:visited	{
  color: #2F2512;
  text-decoration:underline;
}
#content a:hover	{
  color: #CA642F;
  font-weight: bold;
  text-decoration:none;
}



p {
  font-size: 70%;
  line-height: 150%; 
  padding-bottom: 1em;
} 

li {
  font-size: 70%;
  line-height: 150%; 
  padding-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
} 
h1 {
  font-size: 100%;
  font-weight: bold;
  text-align:center;
  color: #CA642F;
  margin-bottom: 10px; 
}

h2 {
  display: block;
  font-size: 80%;
  font-weight: bold;
  color:#2F2512;
  margin-bottom: 5px; 
}

h3 {
  display: block;
  font-size: 70%;
  font-weight: bold;
  color:#2F2512;
  margin-bottom: 5px; 
}

h4 {
  display: block;
  font-size: 70%;
  font-weight: normal;
  color:#2F2512;
  margin-bottom: 5px; 
}

/*Extras Styles*/

#extras {
	float: left;
	display:inline;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	background-color:#B9AC79;
	height:675px;
}

#extras .box {
  padding: 10px 5px 10px 5px;
  
}
#extras .box p {
  font-size: 70%;
  line-height: 150%;
  margin-left: 10px;
}

#extras .box li {
  font-size: 70%;
  line-height: 150%;
  margin-left: 15px;
}

#extras .box h2 {
  font-size: 75%;
  font-weight: bold;
  background-color:#2F2512;
  color: #ffffcc;
  padding: 4px 4px 4px 4px;
  margin-bottom: 10px;
  text-align:center;
}

h3 {
  display: block;
  font-size: 70%;
  font-weight: bold;
  color:#2F2512;
  margin-bottom: 5px;
  padding: 2px 2px 2px 2px; 
}

#extras .box h4 {
  font-size: 90%;
  font-weight: bold;
  display:block;
  color: #ffffcc;
  margin-bottom: 10px;
  text-align:center;
}

#extras a:link, a:visited	{
  color: #2F2512;
  text-decoration:underline;
}

#extras a:hover	{
  color: #CA642F;
  font-weight: bold;
  text-decoration:none;
}

#main h1 {
  font-size: 100%;
  font-weight: bold;
  text-align:center;
  color: #CA642F;
  margin-bottom: 10px; 
  margin-top:20px;
}


/*Footer Styles*/
#footer {
  	border-top: 2px solid #735926;
 	 background-color: #CA642F;
  	font-size: 70%;
  	padding: 20px 5px 20px 5px;
  	text-align: center;
  	float:left;
  	width: 790px;
}

#footer {
  border-top: 2px solid #735926;
  background-color: #CA642F;
  font-size: 70%;
  padding: 20px 5px 20px 5px;
  text-align: center;
}

#footer a:link, a:visited	{
  color: #2F2512;
  text-decoration:underline;
}

#footer a:hover	{
  color: #FFFFEE;
  font-weight: bold;
  text-decoration:none;
}

#cc	{
	text-align:center;
}









/*Footer Styles*/



/* --- general ------ */
.clear {
clear:both;
}
.center {
text-align: center;
}
.marginleft {
margin-left: 10px;
}
.marginbottom {
margin-bottom: 1em;
}
.marginbottom2em {
margin-bottom: 2em;
}
.marginbottom3em {
margin-bottom: 3em;
}
#main:after, .clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.jqmWindow {
height: 600px;
width: 700;
}