/* Bi-Tech Enterprises Welcome Page CSS. Created by Bi-Tech Enterprises Web Development Department. */

/* Links */

a:link
	{
		color: navy;
		background: white;
	}
a:active
	{
		color: navy;
		background: white;
	}
a:visited
	{
		color: navy;
		background: white;
	}
a:hover
	{
		color: #039DA6;
		background: white;
	}

#menu a:link
	{
	font-style: normal;
	color: white;
	background: #3969B7;
	text-decoration: none;
	display: block; 
	height: 40px;
	padding: 10px 0px 0px 0px;
	width: 85px;
	}
#menu a:visited
	{
	font-style: normal;
	color: white;
	background: #3969B7;
	text-decoration: none;
	display: block; 
	height: 40px;
	padding: 10px 0px 0px 0px;
	width: 85px;
	}
#menu a:active
	{
	font-style: normal;
	color: white;
	background: #3969B7;
	text-decoration: none;
	display: block; 
	height: 40px;
	padding: 10px 0px 0px 0px;
	width: 85px;
	}
#menu a:hover
	{
	font-style: italic;
	background: url(images/menu-icon.jpg) #3969B7 left center no-repeat;
	color: white;
	text-decoration: none;
	display: block; 
	height: 40px;
	padding: 10px 0px 0px 0px;
	width: 85px;
	}
		
/* Structure */

html
	{
	height: 100%;
	margin-bottom: 0.1em; 
	vertical-align: top;
	}
body,td
	{ 
   background-color: #FFFFFF; 
   color: #000000;
	padding: 0px;
	margin: 0px;
	font: 12px arial,sans-serif;
	vertical-align: top;
   }
#skeleton 
	{
	width: 100%;
	vertical-align: top;
	}
#header-repeat
	{
	width: 100%;
	background: url(images/repeating-water.jpg) repeat-x top left;
	color: black;
	}
#header-stable
	{
	background: url(images/static-header.jpg) no-repeat top left;
	color: black;
	height: 162px;
	}
#header-stable div
	{
	padding: 100px 20px 0px 0px;
	text-align: right;
	color: white;
	background: transparent;
	font-weight: bold;
	}
#main
	{
	width: 100%;
	background: url(images/menu-repeat.jpg) repeat-y top left;
	vertical-align: top;
	min-height: 400px;
	}
#menu
	{
	width: 140px;
	background: url(images/menu-static.jpg) no-repeat top left;
	float: left;
	}
#menu ul
	{
	list-style-type: none;
	padding: 40px 0px 0px 38px;
	font: bold 15px verdana,arial,sans-serif;
	margin: 0px;
	} 
#content
	{
	margin: 0px 10px 10px 140px;
	vertical-align: top;
	}
#footer
	{
	margin: 40px 0px 20px 0px;
	padding: 5px;
	width: 500px;
	font-weight: bold;
	border-top: double 3px navy;
	text-align: center;
	}

/* Main Style Definitions */

h1
	{
	font: 24px verdana,arial,sans-serif;
	border-bottom: 2px solid #039DA6;
	margin-top: 0px;
	}
h2
	{
		font: bold 14px verdana,arial,sans-serif;
		text-align: left;
		border-bottom: 1px solid black;
	}
.date
	{
	font: italic bold 12px arial,sans-serif;
	color: #000000;
	padding-right: 5px;
	margin: 0px;
	text-align: right;
	float: right;
	background: transparent;
	}
.indented
	{
	padding: 0px;
	width: 500px;
	}
.indented .left
	{
	width: 235px;
	float: left;
	text-align: left;
	}
.indented .right
	{
	width: 235px;
	float: right;
	text-align: left;
	}
.indented span
	{
	margin-left: 50px;
	display: block;
	text-align: left;
	}
.stop-floating-elements
	{
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	}