html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}

#main_container {
	width: 900px;
	height: 300px;
	background-color: transparent;
}

#main_folder {
	width: 900px;
	height: 100px;
	background-image: url(../images/folder_bg_top.png);
}

.main_folder_content {
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	line-height: 20px;
	background-image: url(../images/folder_bg_middle.png);
	background-repeat: repeat-y;
}

#main_folder_bottom {
	width: 900px;	
	height: 100px;
	background-image: url(../images/folder_bg_bottom.png);
}

.main_folder_img {
	border;
	border: 4px solid White;
	margin: 8px;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

* html {
  height: 100%;
}

#tag_line {
	position: relative;
	left: -300px;
	top: 25px;
	font-style: oblique;
	font-size: 110%;
	letter-spacing: 3px;
	margin-bottom: 15px;
	color: Black;
	border-bottom: 1px solid #F2F2F2;
}

.divider {
	width: 45%;
	height: 1px;
	background: #F2F2F2 url(../images/opaque_5.png);
}

.welcomeText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	letter-spacing: 4px;
	color: #101010;
	margin-top: 15px;
}

form
	{
	margin: 0px;
	padding: 0px;
	}

input, textarea
{
	font: Verdana,Geneva,sans-serif;
	color: Black;
	background-color: #EBEADB;
	border: 1px solid #CBC7B8;
	background: #fff url(../images/field_bg.gif) repeat-x top left;
}

select.find {
	font: 12px Verdana,Geneva,sans-serif;
	color: Black;
	background-color: #EBEADB;
	border: 1px solid #CBC7B8;
	background: #fff url(../images/field_bg.gif) repeat-x top left;
}


/*this is for the radio buttons on the find bar
it removes the bg color in IE */
input.find
{
	background-color: transparent;
	border: none;
}

/*--- forms ------------*/

#contactform {
	width: 45%;
	text-align: left;
	vertical-align: top;
}

#contactform input,  #contactform textarea {
	margin-right: 1em;
	margin-bottom: 5px;
}

#contactform input:focus, #contactform select:focus, #contactform textarea:focus {
	border: 1px solid #CBC7B8;
	background-image: url(../images/opaque_10.png);
	background-repeat: repeat;
}

#contactform label {
	width: 35%;
	font-weight: bold;
	float: left;
	clear: left;
}

#contactform span.indent {
	margin-left: 35%;
}

legend 
	{
	color: #0046D5;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 3px;
	vertical-align: middle;
	padding-bottom: 3px;
	}

table.smoke
	{
	border: 1px solid #CBC7B8;
	padding: 5px;
	vertical-align: middle;
	line-height: 26px;
	background-color: #F2F2F2;
	max-width: 95%;
}
	
.smoke th
	{
	border-bottom: solid 1px #999999;
	padding: 5px;
	vertical-align: middle;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 26px;
	background-color: #F7F7F7;
}

.smoke td
	{
	padding: 5px;
	vertical-align: middle;
	line-height: 26px;
	background-color: White;
}

.box_smoke
	{
	border: 2px solid #CBC7B8;
	padding: 15px;
	line-height: 26px;
	text-align: left;
	background: #F9FAFA url(../images/header.png) repeat-x;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.rt_img {
	float: right;
	position: relative;
	top: -25px;
}

#find {
	border-top: solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;
	background-image: url(../images/opaque_5.png);
	margin-top: 8px;
}

#find_img {
	background: none;
	border: none;
}



/* LINKS */
a img
	{
	border-width: 0px;
	}

.footDescription
	{
	float: left;
	padding: 5px;
	color: #2A3D9E;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	}

a,
a:link,
a:visited,
a:active,
a:hover
	{
	text-decoration: underline;
	color: #776655;
}

a:hover
	{
	color: Black;
}


a.footer_link {
	text-decoration: none;
}

a.red:link, a.red:hover, a.red:visited {
	color: #E73C21;
	font-weight: bold;
	text-decoration: underline;
}

a.yellow:link, a.yellow:hover, a.yellow:visited {
	color: #FF9500;
	font-weight: bold;
	text-decoration: underline;
}
/*These next lines will remove the dotted lines that appear around image linkes when clicked */
a
{
outline: 0px;
}

a:focus
{
-moz-outline-style: none;
}

/* POSITION */	

.inline_6 {
	position: relative;
	top: -2px;
}

.inline_16 {
	position: relative;
	top: 4px;
}

.inline_24 {
	position: relative;
	top: 7px;
}

.inline_32 {
	position: relative;
	top: 9px;
}

.top_menu {
	position: relative;
	left: 5%;
}
#filters_display {
	position: relative;
	top: -35px;
	margin-left: 10px;
	width: 40%;
}

/* MISC */
.dotted_bottom {
	color: Black;
	border-bottom: 1px dotted Gray;
}
.highlt_bg {
	background-image: url(../images/opaque_5.png);
	color: Black;
}

.archie {
	color: #064663;
	letter-spacing: 2px;
	font-size: 115%;
}

div.pagebreakhere {
page-break-before: always
}

/* FOOTER */

.footer {
	font-size: 85%;
	width: 90%;
	border-top: 1px solid #E2E2E2;
	padding-top: 5px;
}



/* tabs */

#header {
	line-height: normal;
	text-align: center;
	letter-spacing: .75px;
	margin-left: -15px;
}

#header ul {
  list-style:none;
}
  
#header li {
	float: left;
	display: inline;
}

#header a {
	display: block;		
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #6A6A6A;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
	color: Black;
}
#header #current {
	
}
#header #current a {
	color: Black;
}
/* end tabs */

#footer {
	position: fixed;
	bottom: 0px;
	border-top: solid 1px #E2E2E2;
	background-image: url(../images/opaque_5.png);
	margin-top: 8px;
	padding-bottom: 8px;
	width: 100%;
}