/* ----------- begin file ----------- */

/*STYLES FOR ENTIRE SITE*/
 * {margin: 0;
	padding: 0;}
body {background: #ffffff;
	color: #9b3024;
	font-family: Arial, Verdana, sans-serif;}
ul.quote {border-left: 2pt solid #f54b3a}
li {list-style: disc none inside;
	padding-left: 1em;}
li.last {padding-bottom: 0.8em;}
li.off {list-style-type: none;}
li.indent {text-indent: -0.5em;}
p.intro {font-style: italic;
	font-weight: bold;
	font-size: 0.8em;}
a:link, a:visited  {background-color: #ffffff;
	color: #9b3024;}
a:hover, a:active  {color: #0e7e21;
	background-color: #ffffff;}
img.down {vertical-align: text-bottom;}
img.inlineLeft {float: left;
	margin: 4px 15px 15px 0px;
	border: 1px solid #777777;}
img.inlineRight {float: right;
	margin: 4px 0px 15px 15px;
	border: 1px solid #777777;}
/*STYLES FOR BACKGROUND COLUMNS*/
div#bgLeft, div#bgRight {width: 120px;
	height: 100%;
	background: #ffffff url(../images/bgscreen.gif) repeat;}
div#bgLeft {position: fixed;
	top: 0px;
	left: 0px;}
div#bgRight {position: fixed;
	top: 0px;
	right: 0px;}

/*STYLES FOR CONTAINER*/
div#container {background-color: #ffffff;
	color: #9b3024;
	margin: 0px 120px;}

/*STYLES FOR BANNER ON HOME PAGE*/
div#banner-home {background-color: #ffffff;
	color: #9b3024;
	height: 300px;}
div#banner-home img#logo {position: absolute;
	top: 5px;
	left: 124px;
	z-index: 300;}
div#banner-home div#underNav img#underNav1 {position: absolute;
	top: 124px;
	left: 390px;
	z-index: 2;}
div#banner-home img#underNav2 {position: absolute;
	top: 124px;
	right: 120px;
	z-index: 1;}
div#banner-home h1 {position: absolute;
	top: 5px;
	left: 400px;
	background-color: #ffffff;
	color: #9b3024;}
div#banner-home div#underNav p#contactLink {position: absolute;
	top: 210px;
	right: 130px;
	font-size: 0.7em;
	font-weight: bold;
	}
div#banner-home div#underNav p#contactLink a:link, div#banner-home div#underNav  p#contactLink a:visited {font-weight: bold;
	background-color: #ffffff;
	color: #9b3024;}
div#banner-home div#underNav p#contactLink a:hover, div#banner-home div#underNav  p#contactLink a:active {color: #0e7e21;
	background-color: #ffffff;}

div#banner-home div#underNav p#contactLink a img {border: 0;}

/*STYLES FOR BANNER ON OTHER PAGES*/
div#banner {background-color: #ffffff;
	color: #9b3024;
	height: 223px;}
div#banner img#logo {position: absolute;
	top: 5px;
	left: 186px;
	z-index: 300;}
div#banner h1 {position: absolute;
	top: 5px;
	left: 400px;
	background-color: #ffffff;
	color: #9b3024;}

/*STYLES FOR NAVIGATION BAR*/
div#nav {font-weight: bold;
	position: absolute;
	top: 85px;
	left: 120px;
	right: 120px;
	/*width: 100%-240px;*/
	z-index: 200;}
div#navLinks {background: #f54b3a;
	background-image: url(../images/navBg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 10px 0px 10px 290px;}
div#navLinks a, div#navLinks span {text-decoration: none;
	font-size: 0.7em;
	padding: 15px 3px;}
div#navLinks span#current {color: #9b3024;
	background: transparent;}
div#navLinks a:link, div#navLinks a:visited {color: #ffffff;
	background: transparent;}
div#navLinks a:hover, div#navLinks a:active {color: #e5f538;
	background: transparent;}
div#contactLink {font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;}
div#contactLink   a:link, div#contactLink  a:visited  {background-color: #ffffff;
	color: #9b3024;}
div#contactLink   a:hover, div#contactLink  a:active  {color: #0e7e21;
	background-color: #ffffff;}

div#contactLink a img {border: 0;}

/*STYLES FOR MAIN CONTENT AREA -- CENTER COLUMN*/
div#main, div#footer {color: #9b3024;
	background-color: #ffffff;
	padding: 0px 10px 5px;
	margin-left: 50px;
	margin-right: 50px;}
div#main p {margin-bottom: 0.5em;}

/*STYLES FOR FOOTER*/
div#footer {padding-top: 40px;
	font-size: 0.7em;
	font-weight: bold;}
div#copy a:link, div#copy a:visited {color: #9b3024;
	background-color: #ffffff;}
div#copy a:hover, div#copy a:active {color: #0e7e21;
	background-color: #ffffff;}
	
/*STYLES FOR LINKS PAGE*/
img.link {float: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
	margin-top: 0.25em;}
a img.link {border: 0;}
p {clear: left;
	margin-top: 0.25em;}

/*STYLES FOR PHOTO PAGE*/
img.thumb {margin: 0.5em;
	border: 1px solid #777777;}