/* CSS Document */
/* All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
specified and cannot be used without written permission from the copyright holder */

html, body {
    height: 100%;
    }

body	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #95d3aa;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	text-align: left;
	min-width: 600px;
	}

a:link {
	color: #2088B2;
	text-decoration: none;
	border: 0px;
	}
a:visited { 
	color: #2088B2;
	text-decoration: none;
	border: 0px;
	}
a:hover { 
	color: #D86E3F;
	text-decoration: none;
	}
a:active { 
	color: #D86E3F;
	text-decoration: none;
	}

img	{
	border: 0px;
	}


#container {
	background-image: url("images/bodybg2.jpg");
	background-color: #fff;
	margin: 0 auto;
	width: 1211px;
	position: relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
	}


html>body #container {
    height: auto;
	}

#site	{
	margin: 0 auto;
	width: 950px;
	}

#header	{
	background-image: url("images/headerbg3.jpg");
	height: 166px;
	width: 950px;
	margin: 0px;
	text-align: center;
	}

#mainmenu	{
	height: 166px;
	width: 520px;
	margin: 0 auto;
	text-align: center;
	}

#menu	{
	height: 30;
	text-align: center;
	background-image: url("images/mainmenubg2.jpg");
	background-repeat: repeat-x;
	}

#submenu	{
	background-color:#e48f17;
	width: 950px;
	height: 25px;
	}

#links	{
	padding-top: 4px;
	display: none;
	}

#links a	{
	color: #FFF;
	}

#main	{
	background-image: url("images/mainbg2.jpg");
	background-repeat: repeat-y;
	height: 100%;
	width: 500px;
	float: left;
	margin: 10px;
	overflow: auto;
	margin-bottom: 100px;
}

#mainwrapperwatermark	{
	background-image: url("images/tsmbg.jpg");
	}

.heading	{
	color: #000;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 22px;
	font-weight: bold;
	}

.text	{
	color: #000;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 20px;
	}

#newsletter	{
	text-align: center;
	color: #666666;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 12px;
	min-height: 500px;
	}

#mainimage	{
	margin-top: 15px;
	width: 350px;
	text-align: left;
	margin-left: 550px;
	color: #666666;
	font-size: 12px;
	height: 100%;
	}

#mainimage img	{
	margin-top: 25px;
	}

#mainimage iframe	{
	margin-top: 25px;
	}

#footerimg	{
	width: 950px;
	position: absolute;
    bottom: 0;
	}

#footermenu	{
	background-color:#e48f17;
	width: 950px;
	height: 20px;
	padding-top: 5px;
	}

#footerleft	{
	float: left;
	width: 275px;
	color: #FFF;
	text-align: left;
	}

/*#mainwrapper	{
	padding-bottom: 250px;
	}
*/
#footerright	{
	margin-top: -15px;
	float: right;
	width: 650px;
	margin-left: 250px;
	color: #FFF;
	text-align: right;
	margin-right: 5px;
	}
