/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Georgia, "Times New Roman", serif;
 font-size: 1.5em;
 color: #A08F70;
 text-align: center;
}
#wrapper { 
 margin: 0 auto;
 width: 822px;
 text-align: left;
}
#header {
 width: 800px;
 float: left;
 padding: 10px;
 border: 1px solid #fff;
 margin: 10px 0px 0px 0px;
 border-bottom: solid;
 border-width: 1px;
 color: #A08F70;
}
#navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	color: #A08F70;
	text-align: right;
	padding-right: 10px;
list-style-type: none;
}

#navi ul li { display: inline; }

#leftcolumn {
 border: 1px solid #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 578px;
 float: left;
}
#rightcolumn { 
 font-size: 0.900em;
 float: right;
 border: 1px solid #fff;
 background: #eee;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 display: inline;
 position: relative;
}
#rightcolumn h1 {
 font-size: 0.600em;
}
#column { 
 border: 1px solid #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 800px;
 float: left;
}
#footer { 
 width: 822	px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.6em;
 color: #A08F70;
 text-align: center;
 border-top: solid;
 border-width: 1px;
}

.copy, .bodytext {
 font-size: 0.5em;
 color: #A08F70;
 text-align: left;
 padding: 1em 0 0 0;
}

#onecolumn ul li {
 font-size: 0.5em;
 color: #A08F70;
 text-align: left;
 padding: 0;
 margin: 0 0 0 1em;
}

.menu-level1-current-active a {
	color: #000000;
}

h1 {
 font-size:0.750em;
 line-height:1.833em;
 font-weight:300;
 font-variant:small-caps;
 letter-spacing:0.25em;
 font-family:baskerville,'palatino linotype','times new roman',serif;
 color:#7a7a70;
 margin:0.833em 0 0;
 border-bottom:0.083em solid #d9d9d0;
}

h2 {
font-size:0.571em;
line-height:1em;
font-style:italic;
text-align:center;
margin:1em 0 0;
}
h3 {
 font-size:0.750em;
 line-height:1.0em;
 font-weight:200;
 font-variant:small-caps;
 letter-spacing:0.25em;
 font-family:baskerville,'palatino linotype','times new roman',serif;
 color:#7a7a70;
 margin:0.533em 0 0;
 border-bottom:0.083em solid #d9d9d0;
}
.news-single-timedata .news-list-date {
 font-size: 0.5em;
}
.news-single-item .news-list-category {
 font-size: 0.5em;
 color:#7a7a70;
 padding: 0.5em 0 0 0;
}
.news-list-morelink {
 font-size: 0.5em;
}
hr {
 color: #d9d9d0;
 height: 1px;
 margin: 1em 0 1em 0;
}
.clearer {
 height: 20px;
}
a:link {color:#A08F70; font-weight: bold; text-decoration:none;}
a:visited {color:#A08F70; font-weight: bold;text-decoration:none;}
a:hover {color: #FF0000; font-weight: bold; text-decoration:none;}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label {
        font-size: 0.5em;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form .address {
	margin:5px 0px 0px 160px;

}