/**********************************************
BASE STYLESHEET | BY ANTHONY EGGERT
**********************************************/

/****************** IMPORTS ******************/
@import url(layout.css); /* positioning */
@import url(nav.css); /* navigation */
@import url(forms.css); /* forms */

/********* GLOBAL FONT DECLARATIONS *********/
body, th, td {
	font: 12px arial, sans-serif;
}
#content {
	font: 1em arial, sans-serif;
}
#column {
	font: .9em arial, sans-serif;
}
#footerdiv {
	font: .8em arial, sans-serif;
}
h1,h2,h3 {
	font-family: georgia, times, times new roman, serif;
}
h4 {
	font-family: arial, sans-serif;
}
/************* GLOBAL ELEMENTS *************/
body {
	margin: 0;
	background: #EFECE9 url(../img/bg.gif) repeat-y center;
	min-width: 780px;
}
p {
	padding: 0 1em 0 4em;
	color: #66554A;
	line-height: 1.5em;
}
h1 {
	font-size: 180%;
	text-align: left;
	color: #000;
	padding: 0;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000;
	padding: 0;
}
h3 {
	padding: 0 1em 0 2em;
	font-size: 130%;
	font-weight: bold;
	color: #66554A;	
}
h4 {
	padding: 0 1em 0 3em;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #66554A;
}
ol {
	line-height: 1.5em;
	text-align: left;
	color: #333;	
}
ul {	
	line-height: 1.5em;
	color: #333;	
	margin-left: 3em;
	list-style: url(../img/li.gif) square;}
hr {
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	background: #888;
	height: 1px;
}
acronym {
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
/***************** TABLES ******************/
table {
	margin: 10px;
	border: 0;
}
td, th {
	padding: 2px 10px;
}
th {
	white-space: nowrap;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
/***************** CLASSES ******************/
.sm {
	font-size: 85%;
}
.fltr {
	float: right;
	clear: left;
	margin: 5px;
}
.fltl {
	float: left;
	clear: right;
	margin: 5px;
}
.txtc {
	text-align: center;
}
.txtl {
	text-align: left;
}
.txtr {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.ef {
	background-color: #efefef;
}
.cc {
	background-color: #ccc;
}
.hr {
	padding: 2em 0;
	padding: 0;
	background: transparent url(../img/hr.gif) no-repeat center;
}
.q {
	font-weight: bold;
}
/************ LINKS PRESENTATION ************/
a:link {
	color: #606844;
}
a:visited {
	color: #333;
}
a:active, a:hover {
	color: #000;
}
/************ IMAGE PRESENTATION ************/
img {
	border: 0px;
}
/************ TABLES ************/
table {
	margin: 10px 40px;
	border-collapse: collapse; /*eliminates cell-spacing */
	empty-cells: show;
	caption-side: top;
	background-color: #efefef;
}
th {
	white-space: nowrap;
}
th,td {
	font-size: .9em;
	border: 1px solid #66554A;
	padding: .3em .5em;
	text-align: left;
}
thead {
	background: #66554A;
	color: #fff;	
	text-transform: uppercase;
}
tbody {
	background-color: #fff;
}
tfoot tr {
	border-left: 1px solid #66554A;
	border-right: 1px solid #66554A;	
	border-bottom: 1px solid #66554A;
}
tfoot td {
	border: 0;	
}
.ttl {
	color: #300;
	border-top: 1px solid #66554A;
	background-color: #DDD7D0;
	font-weight: bold;
	text-transform: uppercase;
}
.chk {

	border:0;
	background-color: #fff;
}
/************ SPECIFIC ************/
#featured {
	margin-left: 3em;
	min-height: 320px;
	_height: auto;
	height: 320px;
}
#featured p {
	float: left;
	padding: 1em .5em 1em 0;
	width: 145px;
	text-align: left;
}
#featured strong {
	display: block;
}
ul.parent {
	margin-left: 1em;
	line-height: 1.5em;
	font-weight: bold;
	list-style: none none;
	margin-bottom: 1em;
}
ul.parent h3 {
	padding: 0;
	margin: .5em 0;
}

ul.parent li {
	padding: 0 20px;
}
ul.parent ul {
	font-weight: normal;
	line-height: 1.5em;
	color: #333;	
	margin: 1em;
	list-style: url(../img/li.gif) square;
	padding: 0 1.5em;
}
ul.parent ul li {
	padding: 0;	
}