/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px; 
	background-color: #437e68; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

td {font-size: 8pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}


/* ----- typography/positioning ----- */
.content {padding: 0px 35px 0px 35px;}
.welcome {padding: 0px 0px 0px 35px;}
.feat {padding: 0px 40px 0px 48px;}

.i1 {padding: 0px 15px 0px 26px;}
.i2 {padding: 0px 10px 0px 24px;}
.i3 {padding: 0px 30px 0px 20px;}

h1 {padding: 0px; margin: 0px; font-size: 9pt;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #c15e28;}
a:visited {text-decoration: none; color: #c15e28;}
a:hover {text-decoration: underline; color: #346b56;}
a:active {text-decoration: none; color: #c15e28;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.top {background: url('bgtop.jpg') center top repeat-x #fff;}
.sub-top {background: url('sub-bgtop.jpg') center top repeat-x #fff;}
.bot {background: url('bgfoot.jpg') center top repeat-x;}

.white {background-color: #fff;}
.bgcont {background: url('bgcont.jpg') left top repeat-y;}
.bgfeat {background: url('bgfeat.jpg') left top no-repeat;}
.bgsubcont {background: url('bgsubcont.jpg') left top no-repeat;}

.i1 {background: url('i_04.gif') left top no-repeat;}
.i2 {background: url('i_05.gif') left top no-repeat;}
.i3 {background: url('i_06.gif') left top no-repeat;}


/* ----- other stuff ----- */
#fader {height: 290px; width: 748px; overflow: hidden; background-color: #fff;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
.img {border: solid 3px #a98741; margin: 2px 2px 2px 2px;}