@charset "UTF-8";

/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/
* { margin: 0; padding: 0; border: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

body { 
	background-color: #473e31;
	background-image: url(../images/shared/mainBg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #806a72; }

p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #806a72; line-height: 14px;}
.bodyCopy { margin: 10px 0; }
h1 { margin: 5px 0 20px 0; }
h2 { margin: 10px 0 10px 0; }
h3 { text-transform: uppercase; font-size: 12px; }

* html ul { margin: 0 0 0 28px; } /* IE6 HACK */
* html li { margin: 0 0 0 15px; } /* IE6 HACK */
ul { margin: 0 0 5px 20px; }
li { list-style-position: outside;  }


a:link { color: #806a72; text-decoration: underline; }
a:visited { color: #806a72; text-decoration: underline; } 
a:hover { color: #806a72; text-decoration: underline; } 
a:active { color: #806a72; text-decoration: underline; }   

.imgHeader { padding: 5px 0 10px 0; }

#container { width: 760px;
	margin: 0 auto;
	padding: 0; }

#wrapper { width: 760px; }
#mainContent { width: 760px; }

#header { width: 760px; background-color: #ffffff; background-image: url(../images/shared/headerBg.gif); background-repeat: no-repeat; height: 133px; min-height: 133px; }
#header img { padding: 0 0 0 28px; border: none; }
#navigation { position: absolute; padding: 33px 0 0 206px; width: 600px; } 
* html #navigation { padding: 32px 0 0 206px; }
#login { position: relative; text-align: right; padding: 40px 50px 0 0; z-index: 1;
	text-transform: uppercase; color: #997e74; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

#login a:link { color: #e54177; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
#login a:visited { color: #e54177; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } 
#login a:hover { color: #e54177; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } 
#login a:active { color: #e54177; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }   

#footer { clear: both; width: 760px; background-color: #ffffff; }
#footer p { font-size: 9px; padding: 0; }

#footerText { background-color: #ffdeee; padding: 7px 0; text-align: center; border-top: 1px solid #473e31; }
#footerText a:link { color: #806a72; text-decoration: none; }
#footerText a:visited { color: #806a72; text-decoration: none; } 
#footerText a:hover { color: #806a72; text-decoration: none; } 
#footerText a:active { color: #806a72; text-decoration: none; }   

#footerIcons { background-color: #473e31; background-image: url(../images/shared/footerBg.gif); background-repeat: no-repeat; height: 52px; width: 760px; }
#footerIcons img { margin: 10px 0 0 15px; vertical-align: text-bottom;  }
#footerIcons p { text-align: left; margin: 0 0 0 50px; }


/* specific page goodies */
#content { float: left; 
	width: 330px; height: 617px;
	padding: 40px 30px 0 60px;
	background-repeat: repeat-y; }
	
#mainImage { float: left; 
	width: 340px; height: 399px; 
	background-color: #ffffff; }


#quote { float: left; 
	width: 340px; height: 258px; 
	background-color: #ffffff; 
	background-image: url(../images/shared/quoteBg.gif); 
	background-position: bottom; background-repeat: no-repeat; }
	