/*--- HTML TAGS ------------------------------------------------------------------------------------------*/
/* Clear elements for complete formatting control later. */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, sup
{  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

body
{
	background-color:#4e5634;
	background-image:url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#50422c;
	font-size:14px;
}

p
{
	padding:10px 0px;
}

h1
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

h2
{
	font-size:14px;
	font-weight: bold;
	margin-bottom:4px;
}

hr
{
	background-color: #aba27c;
	border:none;
	height:1px;
}

ul, ol
{
	margin: 10px 0px 10px 20px;
	line-height: 14px;
}

ul li, ol li
{
	margin-top: 6px;
}

a:link, a:active, a:visited
{
	color:#4e5634;
	text-decoration:underline;
	font-weight:bold;
}

a:hover
{
	color:#4e5634;
	text-decoration:none;
}
/*--------------------------------------------------------------------------------------------------------*/



/*--- Classes --------------------------------------------------------------------------------------------*/
.header
{

}

.subHeader
{
	font-size:14px !important;
	font-weight:bold;
}

.clearfloat
{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.quote
{
	font-size:11px;
}

/*--- Use on object when object is aligned left ---*/
.leftPadding
{
	margin-right:10px;
}

/*--- Use on object when object is aligned right ---*/
.rightPadding
{
	margin-left:10px;
}

/*--- Text under photos ---*/
.caption
{
	font-size:9px; 
	text-align:center;
}

/*--------------------------------------------------------------------------------------------------------*/




#calloutColumn p, #calloutColumn ul, #calloutColumn ol
{
	font-size:11px;
}

#calloutColumn a:link, #calloutColumn a:active, #calloutColumn a:visited
{
	color:#50422c;
	text-decoration:underline;
	font-weight:normal;
}

#calloutColumn a:hover
{
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}

#footer
{
	padding:4px 0px;
	font-size:11px;
	color:#ffffff;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

