/* body */
body { 
	background:  url(../images/bg-tile.jpg);
	background-attachment: fixed;
	background-color: #660000;
	font-family:  Helvetica, Arial,sans-serif;
	font-size: 14px;
	}	
		
	
/* copy */
p { 
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	}
	
ul{
line-height: 1.5em;
}

ol{
line-height: 1.5em;
}


h1 {
	font-size: 28px;
	font-weight: normal;
	color: #b18e5f;
	line-height: 30px;

	}

#content h2{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	color: #089A99;

}
	
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #f360ae;
	letter-spacing: 0px;
	font-style: normal;

	}


.bolds {
	font-weight: bold;
}


.footer {
	color: #333333;
	
}

.lrg-copy {
	
	font-size: 1.14em;
	font-weight: normal;
	color: #b18e5f;
	line-height: 1.625em;
	font-style: italic;

}


/* forms */
.form {  background-color: cccccc; border: #cccccc; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}



/* links */
a:link {
	color: #4c0000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a:active {
	color: #4c0000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color: #4c0000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a.linksfooter:link { color: #fff3c4; text-decoration: none; font-style: normal; line-height: 20px; font-weight: bold}
a.linksfooter:active { color: #fff3c4; text-decoration: none; font-style: normal; line-height: 20px; font-weight: bold }
a.linksfooter:visited { color: #fff3c4; text-decoration: none;  font-style: normal; line-height: 20px; font-weight: bold }
a.linksfooter:hover { color: #ffffff; text-decoration: none;  font-style: normal; line-height: 20px; font-weight: bold}

a.linkslnav:link { color: #009494; text-decoration: none;  font-size: 12px; font-style: normal; line-height: 20px; font-weight: bold }
a.linkslnav:active { color: #009494; text-decoration: none;  font-size: 12px; font-style: normal; line-height: 20px; font-weight: bold }
a.linkslnav:visited { color: #009494; text-decoration: none;  font-size: 12px; font-style: normal; line-height: 20px; font-weight: bold }
a.linkslnav:hover { color: #333333; text-decoration: none;  font-size: 12px; font-style: normal; line-height: 20px; font-weight: bold }

.smalltxt {
	font-size: 11px;
}

em{
	color: #B18E5F; font-weight: bold;
}


hr { height: 3px; color: #e6dbcc; border: none; } /* For Internet Explorer */
/* html>body hr { height: 3px; background-color: #e6dbcc; border: none; }  For Gecko-based browsers */
html>body hr {  height: 3px; background-color: #e6dbcc; border: 0px solid #e6dbcc; } /* For Opera and Gecko-based browsers */

form textarea{
	border: 1px solid #B1AE9E;
}