
/* ========= Layout ========== */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


body {
  margin: 0;
  padding: 0;
  background-color:#E4E4B2;
  background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol {
	font-size: small;
	line-height: 160%;
}

blockquote {
	font-size: 11px;
	line-height: 12px;
}

span.small {
font-size:10px;
color: #004B00;
font-weight: 300;
line-height: 12px;
}

a {
	color: #3E68AB;
}

a:hover {
	text-decoration: none;
}

/* ======= Header ======= */

#header {
	width: 764px;
	height: 216px;
	margin: 0px auto;
	background: url(../images/header.jpg) no-repeat center center;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
position:relative;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#top {
	margin: 0;
	padding: 0;
	text-decoration: none;
position:relative;
}
#top {
top:0px;
left:24px;
}
/* +++++++++++++++NAV++++++++++++++*/
#top ul.nav{
width:651px;
display:block;
position:absolute;
top:189px;
left:121px;
padding:0;
margin:0;
background:none;
}
#top ul.nav li{
background:url(../images/line.jpg) no-repeat right;
height:22px;
padding:0 15px 0 5px;
margin:0;
display:block;
float:left; 
}
#top ul.nav li.li1{
background:none;
height:22px;
padding:0 14px 0 5px;
margin:0;
display:block;
float:left; 
}
#top ul.nav li a{
font:12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#847543;
text-decoration:none;
text-indent:0px; 
padding: 0 0 0 15px;
font-weight:bold;
margin:0;
width:inherit;
background-color:#E4E4B2; 
}
#top ul.nav li a:hover{
background:url(../images/navpepper.jpg) no-repeat 0 0px; 
color:#465510;
}
/* ====== Old Navigation ====== */
/*.sidenav {
	float: left;
	width: 150px;
}
.sidenav h2 {
	color: #000080; 
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
padding: 0;
background: #B9DAE9;
color: #3E68AB;
	border-top: 0px solid #5B4C35; 
}
.sidenav li {
border-bottom: 1px solid #91ACC7;
} 

.sidenav li a {
	font-size: 0.9em;
 color: #3E68AB; 
	display: block;
	padding: 1px 0 1px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #9AC5DE; 
	color: #3E68AB;	
}*/
/* ====== Old Navigation End ====== */

/* Content */

#wrapper {
   width: 764px;
   margin: 0 auto;
   /*background-image: url(images/mizcontainer.jpg);*/
text-align:center;
position:relative;
}

#container {
   width: 764px;
   margin: 0 auto;
background-color:#FFF6D8;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-left:1px solid #000000;
text-align:center;
position:relative;
}
/* Content Columns */

#rightcolumn {
   float: right;
   display: inline;
   width: 535px;
 color: #004B00; /*font color*/
text-align:left;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 0px; /* was 20px*/
  /* padding-right: 30px; can't use padding bcause of box model in ie 5*/
margin-right: 50px;/*original 20 to fix ie 5*/
position:relative;
}


#leftcolumn {
   float: right;
   display: block;
   width: 150px;/*was inline*/
   padding-bottom: 10px;
   padding-left: 20px;
   padding-right: 5px;
   padding-top: 2px;
}


/* ====== Extra Content Columns ======= */

#rightcolumn h2 {
	font-size: medium;
	color: #004B00; /*A8AEC3; E8F278;  FFFB85*/
}

#rightcolumn h3 {
	font-size: 13px;
	color: #004B00; /*A8AEC3; E8F278;  FFFB85*/
}

span.policy {
font-size:10px;
color: #004B00;
font-weight: 300;
line-height: 12px;
}

#leftcolumn p {
font:12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
text-indent:0px; 
text-align:left;
}

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

#leftcolumn li {
	margin-bottom: 1px;
	color: #3E68AB; /*#F7EBBB;*/
}

#leftcolumn li li {
	margin-bottom: 0;
	padding-left: 1px;
}

#leftcolumn a:hover {
	color: #000000;
}

#leftcolumn a {
	color: #3E68AB;
}

/* ========== End Content ========== */

/* ============ Pictures ============*/

/* +++++++++++++++++++ IMAGES +++++++++++++++++++ */
#img300 {
border:1px solid #F69D4D;/*CEC6AF;*/
		/*margin:0 auto;*/
  margin-bottom: 6px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: 6px;
  padding: 6px;
  float:right;
  width: 300px;
  height: 200px;
}

.img200 {
		border:1px solid #CEC6AF;
		/*margin:0 auto;*/
  margin-bottom: 6px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: 6px;
		padding: 4px;
  float:right;
		width: 200px;
  height: 150px;
}
/*---------------------------------footer---------------------------------*/
#main_footer{
width:100%;
float:left;
background:url(../images/footer_bg.jpg) repeat-x #6d2d11;
color:#ffffff;
border-top:#ffffff 1px solid;
margin:0px;
padding:0px; 
}
#footer {
width:530px;
height:60px;
margin:0 auto 0 auto;
}
#footer ul{
width:500px;
display:block;
list-style-type:none;
margin:8px 0 0 65px;
position:absolute;
}
#footer ul li{
display:block;
float:left; background:url(../images/line1.jpg) no-repeat right;
}
#footer ul li.li1{
background:none;
height:22px;
padding:0px 14px 0 0px;
margin:0;
display:block;
float:left; 
}
#footer ul li a{
font:10px/10px 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#ffffff;
/*background-color:#09161f;*/
text-decoration:none;
margin:0 16px 0 16px;
}
#footer ul li a.mg{
font:10px/10px Arial, Helvetica, sans-serif;
color:#ffffff; background-color:#09161f;
text-decoration:none;
margin:0 11px 0 0px;
}
#footer ul li a.mg:hover{
text-decoration:underline;
}
#footer ul li a:hover{
text-decoration:underline;
}
#footer ul.ad li.nobor{
height:40px;
width:126px;
display:block;
margin-left:10px;
border-right:none;
}
#footer ul.ad li.nobor1{
height:30px;
width:96px;
display:block;
float:left;	
margin-left:10px;
border-right:#FFFFFF 1px dashed;
}
#footer ul.ad li a{
font:9px/10px Tahoma, Arial, Helvetica, sans-serif;
color:#d1bd86;
background-color:#6d2d11;
font-weight:bold;
text-decoration:none;
margin:0 0 0 0;
display:block;
}
#footer ul.ad li a span{
color:#ff0033;
background-color:#6d2d11;
text-transform:uppercase;
margin:0 10px 0 0;
display:block;
}
#footer ul.css{
width:230px;
display:block;
margin:85px 0 0 211px;
font-size:0px;
padding:0px;
}
#footer p{
padding:50px 0 0 130px;
font:9px/10px Tahoma, Arial, Helvetica, sans-serif;
color:#FAFAFA;
background:url(../images/footer_bg.jpg) repeat-x #6d2d11;
font-weight:normal;
height:12px; margin:0;
}
#footer p.de{
padding:30px 0  0 10px;
margin:0;
line-height:12px;
width:500px;
text-align:center;
background-color:#6d2d11;
color:#fff; background:none;
}
#footer p.de a{
color:#fff;
background-color:#6d2d11;
text-decoration:underline;
}
#footer p.de a:hover {	
color:#fff;
background-color:#ff0000;
}

/* ============ Footer  End ============*/

/* Old Footer */

/*#footer {
	width: 800px;
height: 64px;
	margin: 0 auto;
	background: url(images/mizfooter.jpg) no-repeat center center;
	border-left: 0;
	border-right: 0;
border-bottom: 0;
}

#footer * {
	color: #3E68AB;
}

#footer p {
	margin: 0;
	padding-top: 2em;
	text-align: center;
	font-size: x-small;
}*/