/* CSS Document */


/*	Global Reset
	------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
	list-style: none;
}

/*	Clearfix
/*------------------------------------------------------ */

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*------------------------------------------------------ */
/*------------------------------------------------------ */
/*main.css is for basic site elements and extremely common classes and ids like #header #footer #content etc...

site.css is for non-typical classes

*/



/* ********** Basic Elements ************** */
html
{
	margin:0;
	padding:0;
	font-family:  Arial, sans-serif;
}

body
{
	margin: 0;
	padding: 0;

}

h1 {
  font-size: 150%;
  margin: 18px 0 8px 0;
  font-family: Georgia, serif;

}

h2 {
  font-size: 130%;
  margin: 15px 0 5px 0;
  font-family: Georgia, serif;

}

h3 {
  font-size: 115%;
  margin: 12px 0 5px 0;
  font-family: Georgia, serif;
			font-size:75%;
			color: #545454;
}

h4 {
  margin: 10px 0 5px 0;
  font-family: Georgia, serif;

}

h5 {
  font-size: 85%;
  margin: 12px 0 5px 0;

}

h6 {
  font-size: 75%;
  margin: 15px 0 5px 0;

}

p {
	margin:5px 0 20px 0;
	font-size: .85em;
}

div#content li {
	font-size: 12px;
        padding-left:10px;
}


a img
{
	border:none;
}

a:link, a:hover, a:visited, a:active
{

	color: #85894e;
}

a:hover{
	color:#5d5e3d;
}

.clear{
	float:none;
	clear:both;
	}

#header{
	width:100%;
	height:143px;
	background:#282828 url(./images/header_stripes.png) bottom repeat-x;
	color:#fff;
	position:relative;
	z-index:1;
}



#footer{
	clear:both;
	background:#070707 url(./images/footer_stripes.png) bottom repeat-x;
	color:#fff;
	width:100%;
	height:159px;
	}


#footer span.left{
	float:left;
	margin-left: 10px;
	}

#footer span.right{
	float:right;
	margin-right: 10px;
	}


/**** Form Elements ****/

form{
	position:relative;
	top: 5px;
	margin: 19px 64px 0 8px;
	}

fieldset{
	margin:0;
	position:relative;
        border:none;
	}

legend {
	color:#000;
	font-weight:bold;
	line-height:1em;
}


label{
	font-size:.8em;
	line-height:.9em;
	margin:5px 0;
}

label, input, textarea{
float:left;
}

input{
  font-size:.85em;
}

label.small{
  width:auto;
  white-space: nowrap;
}

.checkbox{
  width:15px;
height:1em;
}

form br { clear:both;
}


/**************** Form End ******************/



/**************** Other ***********************/
a.stealth_link, a.stealth_link:hover{
	cursor: default;
	color:#EEECCB;
	}
