/*
	This file holds the CSS for the consistent design elements of the site.
	Image paths are relative to the css directory; ie: correct paths start with ../images/
*/
*HTML {	min-width: 750px; }
html { height: 100%; margin-bottom: 1px; } /* Sole purpose of this line is to add scroll-bar in mozilla - may not work in ie5 mac*/
* { margin: 0px; }
body
{
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	background-image: url('../images/top_bg.gif');
	background-repeat: repeat-x;
	color: #000;
}
#scroll 
{
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}
#headercontainer
{
	width: 100%;
	z-index:1;
	height:130px;
	background-position:top right;
	background-repeat: no-repeat;
	min-width:775px;
}
#logo
{
	height:90px;
	vertical-align:center;
}
#menubackground
{
	position: absolute;
	z-index: 2;
	top: 89px;
	padding: 0px;
	background-color:#000;
	width: 100%;
	border-top: 1px solid #acacac;
	filter:alpha(opacity=65);
	opacity:.65;
	height: 40px;
	_height: 41px;
	left:0px;
}
#menucontainer
{
	position: absolute;
	z-index: 3;
	padding: 0px;
	top: 90px;
	left: 0px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	border: 0px solid blue;
	height:40px;
}
#address
{
	margin: 0px;
	padding: 15px 0px 0px 2px;
	text-align: center;
	font: normal 11px verdana;
	color: #6D7A8D;
}
#developer
{
	padding: 0px 10px 20px 10px;
	text-align: center;
	color: #999;
	font: normal 11px verdana;
}
#contentcontainer
{	/* entire content container (left & right) */
	position: relative;
	width: 735px;
	margin: 0px auto;
	padding: 20px 20px 20px 20px;
	border:0px solid red;
}
#topleftcontainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 250px;
	border:0px solid red;
}
#topleftcontent
{
	padding: 35px 20px 20px 20px;
	text-align: right;
	font: normal 12px Arial, Sans-Serif;
}
#rightcontentcontainer
{
	position: relative;
	margin: 0px 0px 0px 250px;
	padding: 10px;
	width: 480px;
	border:0px solid gold;
}

a, a:visited, p a, p a:visited
{
	font-weight:bold;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	color:#66C100;
}
a:hover, p a:hover
{
	color: #000;
	text-decoration:underline;
}
p
{
	font-family: Arial, Verdana;
	font-weight: normal;
	line-height: 150%;
	font-size:   13px;
	margin: 10px 0px 15px 0px;
}
h1
{
	font:normal 19px Trebuchet MS, Arial, Verdana, Helvetica, 'Trebuchet MS', 'Arial', Verdana;
	padding: 20px 0px 10px 0px;
	line-height: 100%;
	text-decoration: none;
	color: #1785a4; /* #72AE00; #175F99; */
	text-transform:capitalize ; /* uppercase; capitalize; */
	border: solid 0px silver;
}
h2
{
	font-family: "Trebuchet MS", Arial, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 0px 05px 0px;
	text-decoration: none;
	color: #000;
	text-transform:capitalize;
	line-height: 100%;
	font-size:16px;
}
h3
{
	font-family: Arial, "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	padding: 15px 0px 05px 0px;
	text-decoration: none;
	color: #222;
	text-transform:capitalize;
	width:100%;
}
table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td
{
	font-size: 13px;
	font-family: Arial, Franklin Gothic Medium, "Trebuchet MS", Verdana, Trebuchet MS;
	line-height: 130%;
	text-align: left;
	vertical-align:top;
}
img
{	/* removes border from image links */
 	border:0px;
}
.inputtext 
{
	color: #46494F;
	background-color:#fff;
    font-family: arial,verdana,sans-serif; 
    font-size  : 13px;
    font-style : normal; 
    font-weight: normal; 
    padding: 3px;
    border: 1px solid #aaaaaa;
    width:99.5%; 
}
.button
{
	color: #404020;
	font: normal 11px Verdana,Arial,sans-serif;
	line-height: 100%;
	padding-top: 3px;
	padding-bottom: 4px;
}
textarea
{
	color: #46494F;
	background-color:#fff;
    font-family: MS sans-serif,arial,sans-serif; 
    font-size  : 13px; 
    font-style : normal; 
    font-weight: normal; 
    border: 1px solid #aaaaaa;
    padding: 3px;
    width:99.5%; 
}
hr
{
	border:0px;
	height:1px;
	background-color:#bcd; /* #b5c8df; */
	margin-top:10px;
}
#content ul
{
	font:normal 13px Arial;
}
#content ul a
{
	font:bold 12px Verdana;
}