/* Main Style Sheet for Interirors By Design */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* body + generic typography 
-------------------------- */
body {
font-family: Helvetica, Verdana, san-serif;
font-size: small;
background: #935B29 url(images/bodybg.jpg) repeat top left;
color: #000;
text-align: left;
}

a {
text-decoration: underline;
color: #6a7d2e;
font-weight: bold;
}

a:hover, a:active {
text-decoration: none;
}

p {
padding: 0 1em 0.7em 2em;
line-height:1.2em;
}

address {
padding:0 0.4em 0.7em 0.7em;
line-height:1.2em;
}

h1 {
font-size:140%;
text-align: center;
font-weight: bold;
padding: 0.5em 0;
font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
font-size: 120%;
font-weight: bold;
padding: 0.5em;
font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
font-size: 110%;
font-weight: bold;
padding-left: 0.5em;
font-family: Georgia, "Times New Roman", Times, serif;
}

/* Wrapper Container 
 ----- ---------------- */
 #wrapper {
 width: 760px;
 background-color: #dcc766;
 border-bottom: 1px solid #000;
 margin: 20px auto;
 position: relative;
}

/* Branding - this container holds the header image */
#branding {
width: 760px;
height: 360px;
}

/* Main navigation for the website */

#main_nav {
background-color: #000;
position: absolute;
top: 16px;
left: 200px;
width:560px;
color: #fff;
}

#main_nav ul {
list-style-type: none;
float: left;
}

#main_nav ul li {
display: inline;
float: left;
width: 6em;
text-align: center;
padding: 0.5em 0.3em 0.7em 0.5em;
}

#main_nav li a {
color: #fff;
text-decoration: none;
font-weight: normal;

}

#main_nav a:hover {
text-decoration: none;
border-bottom: #6a7d2e solid 3px;
}

#here {
background-color: #6a7d2e;
color: #fff;
display: block;
}

/* Main content */
#main_content{
border-left: 4px solid #000;
border-right: 3px solid #000; 
}

#main_content ul {
list-style-type: none;
padding:0 1em 0.7em 2em;
}

/* Contact form */
form {
	width: 314px;
	margin-left: 6em;
}

form fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	clear: left;
}

form legend {
	clear: both;
	font-size: 120%;
	font-weight: bold;
	padding-left: 0;
	padding-top: 0.8em;
/*
	position: relative;
	left: -0.5em;
*/
}

form label {
	float: left;
	width: 45%;
	display: block;
	padding: 0.4em;
}

form label.wider {
	width: 95%;
}

form label.narrower {
	/* IE 6 (and most other browsers) */
	width: 20%;
}

.xform label.narrower {
	/* IE 5.5 */
	width: 23%;
}

input, select, textarea {
	width: 100%;
	margin-top: 0.1em;
}

.smallinput {
	padding-left: 2em;
	margin-right: -2em;
}

.smallinput input {
	width: 1.2em;
	height: 1.1em;
	margin-right: 0.4em;

	position: relative;
	margin-left: -1.7em;
	padding-left: 0.3em;
}
/*
#submit input {
	width: 4em;
}*/

/* Footer, holds the main site info */

#site_info {
background-color: #52471b;
border-left: 4px solid #000;
border-right: 3px solid #000;
border-top: 1px solid #000;
}

#site_info p {
padding: 0.5em 1.5em 0.2em 1.5em;
font-size: 95%;
}

.copyright {
font-size: 115%;
}

#site_info .imgfloatright {
float: right;
padding-top: 0.5em;
padding-right: 1.5em;
}

/* VCard */
.vcard {
font-size: 95%;
}

.vcard .org {
padding: 0.5em 1.5em 0.2em 1.5em;
font-weight: bold;
}
.vcard .name {
padding: 0.5em 1.5em 0 1.5em;
}
.vcard .adr {
padding: 0 1.5em 0.2em 1.5em
}

