/* Some reset stuff */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin: 0;
	padding: 0;
   border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
   font-style: normal;
   line-height: normal;
}

ul, ol {
   list-style: none;
}

a {
   text-decoration: underline;
   color: inherit;  /* IE doesn't recognize this */
}

/**
 * Dark brown: #6B5021;
 * Lt brown background: #E2DBD1;
 */
   

body {
	text-align: center;
	min-width: 1060px;
	padding: 0;
	margin: 0;	  
}

#page {
   margin: 0 auto;
	width: 1060px;
	text-align: left;
	background: #FFF;
   color: #6B5021;
   font-size: 13px;
}

#page, #search .box {
   font-family: Georgia, "Times New Roman", Times, serif; 
}

#header, #content h1, #content h2, #search, #footer, .button, input, textarea {
   font-family: Geneva, Arial, Helvetica, sans-serif;
}

input, textarea {
   font-size: 13px;
}

a {
   color: #6B5021;  /* needed for IE */
}

p {
   margin-bottom: 1em;
   line-height: 133%;
}

hr {
   border: 0;
   border-top: solid 1px #6B5021;
   height: 0;
}

#header {
   background: #E2DBD1;
   font-size: 11px;
   margin-bottom: 20px;
   height: 323px;
}
   
img.logo {
  float: left;
  padding: 15px;
}

#quicklinks {
   float: right;
   width: 108px;
   border-left: solid 1px;
   padding: 1em 0 1em 10px;
   margin: 10px 0;
   height: 93px;
}

#quicklinks li {
   margin-bottom: 0.5em;
}

#quicklinks a {
   text-decoration: none;
}

#wrapper {
   clear: both;
   background: white;
}

#banner {
   background-repeat: no-repeat;
   clear: both;
   height: 188px;
}

#banner img {
   float: right;
   padding-right: 119px;
   padding-top: 80px;
   height: 104px;
}

#left {
   width: 266px;
   float: left;
}

#nav.side {
   float:left;   
   width: 100%;
   margin-bottom: 30px;
}

#nav a {
   text-decoration: none; 
   outline: none;
}


#nav.side .menutext {
   display: block;
   font-size: 18px;
   line-height: 34px;
   text-transform: uppercase;
   border-bottom: solid 1px #6B5021;
   padding: 0 8px;
}

#nav.side .menuitem .active {
   cursor: default;
}


#nav.side .menudropdown {
   border-bottom: solid 1px #6B5021;
   padding: 8px 0;
}

#nav.side .menudropdown li {
   padding-left: 14px;
   line-height: 1.6em;
}

#nav.side .menudropdown li.current {
   background: #E2DBD1;
}

#nav.side .menudropdown li.current a {
   cursor: default;
}

#content p.spacebefore {
   padding-top: 1.3em;
}

#content {
   margin-left: 300px;
   margin-right: 34px;
}

#content h1 {
   font-size: 1.2em;
   text-transform: uppercase;
   font-weight: bold;
   padding-top: 8px;
   padding-bottom: 1em;  
   letter-spacing: 2px;
}

#content h2 {
   text-transform: uppercase;
   letter-spacing: 0.15em;
   padding: 1em 0;
}

#content blockquote {
   padding: 0 2em;
}

#content img.left {
   float: left;
   padding: 0 15px 15px 0;
}

#content img.right {
   float: right;
   padding: 0 0 15px 15px;
}

#content ul, ol {
   margin: 1em 0;
   padding-left: 40px;
   list-style-position: outside;
}

#content ul { 
   list-style-type: square;
}

#content ol {
   list-style-type: decimal;
}

#content li {
   margin-bottom: 0.5em;
}

#content table {
   margin-left: 2em;
   margin-bottom: 1em;
}

#content td {
   padding: 0 4px;
}

#content .solidbox {
   border: solid 2px;
   padding: 6px;
}

/* Generic form styles */
#search p, .button {
   font-size: 13px;
   font-weight: bold;
   line-height: 27px;
   height: 27px;
   text-transform: uppercase;
   text-align: center;
   color: white;
   background: #6B5021;     
}   

.box, textarea {
   color: #6B5021;
   border: 1px solid #6B5021;
   padding: 0 4px;
   margin: 0;  
}

.box {
   height: 25px;
   line-height: 25px;
   
}

.button {
   cursor: pointer;
}

label {
   display: block;
   margin-top: 1.3em;
}

/* Search box specific styles */

#search p {
   float: left;
   width: 78px;   
}

#search .box {
   width: 147px;
   float: left;
   margin-right: 4px;
}

#search .button {
   width: 27px;
}



#footer {
   text-align: center;
   padding-top: 36px;
	font-size: 11px;
	clear: both;
   margin-bottom: 1em;
}

#footer p {
   margin-bottom: 3px;
}

