/* CSS Document */
/* =core */

* {
  padding:0px;
  margin:0px;
}



body {
	background: #7e7d7d url(bg_greyblack.gif) repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	margin: auto;
	margin-top: 0px;
	text-align: center;
 	border-top: #666 solid 0px;
	}
	* html body {
	font-size: small; /* for IE5 Win */
	f\ont-size: medium; /* for other IE versions */
	}
	
/*start structure*/	

#wrapper {
  text-align: center;
  margin: 0 auto;
  width: 1006px;
  background: #fdfdf2 url(gray_bar.gif) no-repeat top left;
  border: #05c429 solid 0px;
}

#header {
	margin-bottom: 0px;
    text-align: center;
	height: auto;
	width: 1006px;
	min-height: 144px;
	border: #cc6600 solid 0px;
	background: #fff url(wood_dqd10.png) no-repeat top left;
}

#main { 
	clear: both;
  	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: #cc6600 solid 0px;
	min-height: 600px;
	text-align: left;
	}

#content {
  	text-align: left;
  	float: left;
  	width: 570px;
  	font-size: 100%;
	line-height: 160%;
	color: #222;
 	margin: 0px 0px 36px 36px;
  	padding: 0px 0px 0px 0px;
	border: #ffcc33 solid 0px;
	display: inline;
}

#sidebar {
  	text-align: right;
    float: right;
	width: 282px;
  	font-size: 90%;
	line-height: 160%;
	color: #000;
 	margin: 0px 36px 0px 0px;
  	padding: 6px 0px 0px 0px;
  	border: 0px solid #344366;
	display: inline;
}	
	
#footer {
	clear: both;
	margin: 0 auto;
	width: 1006px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	height: 39px;
	border: #000 solid 0px;
    background: url(footer_wood.png) no-repeat top left;
	
}	
/*end structure*/	



	
#content h1, h2, h3, h4 {
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	color: #2a2a27; 
	margin: 4px 0px 4px 0px;
	padding: 8px 0px 8px 8px;
  	border-bottom: 1px solid #ccc;
	}

div#header a#logo {
	position: relative;
	display: block;
	float: left;
	top: 12px;
	left: 16px;
	width: 130px;
	height: 131px;
	text-indent: -9999px;
	background: url(../images/logo_modes.png) 0 -162px no-repeat;
	}
div#header a#logo:hover {
	background-position: 0 0px;
	}

#header h1 {
	position: relative;
	font-weight: normal;
	height: 0px;
	top: 78px;
	right: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	}

#header h1 a {
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #f19402;
	}

#header h1 a:visited {
	text-decoration: none;
	color: #444;
	}
	
#header h1 a:hover {
	text-decoration: none;
	color: #0a50a1;
	background: #bfe23b;
}

a {
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
	color: #072f69;
	background: none;
}

a:visited {
	text-decoration: underline;
	color: #000;
	}
	
a:hover {
	text-decoration: underline;
	color: #000;
	background: none;
}
	
#navigation {	
	position: relative;
	float: right;
	top: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	clear: left;
}

#navigation li {
      float: left;
	  text-align: center;
	  margin: auto;
	  padding: 0px 0px 0px 0px;
	  font-family: "Lucida Grande", "Verdana", sans-serif;
	  font-size: 100%;
	  list-style: none;
}

#navigation a {
	display: block;
	margin: 0 0 0 0;
	padding: 12px 12px;
	color: #eee;
	text-decoration: none;
	border-left: 1px solid #999;
	border-bottom: 0px solid #999;
	border-top: 0px solid #999;
	background: #000;
}

#navigation a:visited {
	display: block;
	margin: 0 0 0 0;
	padding: 12px 12px;
	color: #eee;
	text-decoration: none;
	border-left: 1px solid #999;
	border-bottom: 0px solid #999;
	border-top: 0px solid #999;
	background: #000;
}

#navigation a:hover {
	display: block;
	margin: 0 0 0 0;
	padding: 12px 12px;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #eee;
	border-bottom: 0px solid #fea620;
	border-top: 0px solid #999;
	background:  #fff;
}

#content p {
	margin: 4px 8px 4px 0px;
	padding: 8px 8px 8px 8px;
	
}

#content ul {
	margin: 4px 8px 4px 0px;
	padding: 8px 8px 8px 8px;
	list-style: none;
	font-size: 90%;
}

#content form {
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	list-style: none;
	font-size: 80%;
}

#sidebar p form {
  margin:0px 0px 0px 9px;
  padding: 9px;
}

#sidebar p img {
  padding: 0px 0px 3px 0px;
}


.expander {
width: 204px;
margin-top: 36px;
padding: 0px 0px 36px 9px;
text-align: center;
background: url(../images/word_bottom.gif) no-repeat bottom right;
}

.expander p {
text-align: left;
margin: 0px 0px 9px 0px;
padding: 36px 15px 18px 15px;
font-size: 80%;
background: url(../images/word_top.gif) no-repeat top left;
}

.quote {
width: 204px;
padding: 0px 0px 18px 27px;
text-align: left;
line-height: 100%;
}
		
#footer p {
	float: right;
	font-weight: normal;
	top: 39px;
	left: 824px;
	text-align: right;
	font-size: 90%;
	width: auto;
	padding: 3px 9px 3px 9px;
	margin: 39px 0px 0px 0px;
	color: #fff;
	background: #000;
}		
	
-->

.subcontent_red {
	color: #cc0000;
	background-color: #ffffff;
	font-family: verdana, helvetica, geneva, arial;
	font-size: 30%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}	
	
.frame {
text-align: center;
width: 100%;
margin: auto;
padding: 0px;
border: 0px #ccc solid;
}

.frame img {
padding: 2px;
border-top: 1px #ccc solid;
border-right: 1px #333 solid;
border-bottom: 1px #333 solid;
border-left: 1px #ccc solid;
background: #f7faeb;
margin: 2px;
}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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