@charset "utf-8";

/*
Rick Nielsen
11-31-2008
Mach10 Design, Inc.
============================================================================*/


/*
Old CSS Fom the default.htm page
===========================================================================*/

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bgMain.jpg);
}
a {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}


.style1 {
	margin-bottom: 23px;
}
.style2 {
	font-size: large;
}

/*
Custom CSS
11-31-2008
============================================================================*/
#mainMenu {
	width: 50%;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2.1em;
	margin-left: 2.5em;
}

#mainMenu a {
	text-decoration: none;
	margin-right: .4em;
	margin-left: .4em;
	color: #3e4221;
}

#mainMenu a:hover {
	text-decoration: underline overline;
}

#topBannerBG {
	background-image: url(../images/bg_banner.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 0.2em;
}

#topBannerShadow {
	background-image: url(../images/bannerShadowRight.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
#footer {
	padding-right: 47.0em;
	text-align: center;
}
#footer a {
	margin-right: .5em;
	margin-left: .5em;
}

.indexLeft {
	background-image: url(../images/bannerShadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 4.5em;
}

.indexLogo {

}

.indexCenter {
	background-image: url(../images/bannerShadowRight.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
.indexBg {
	background-image: url(../images/bg_index.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#indexFooterWrapper  {
	background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 2.8em;

}

#indexFooter  {
	text-align: center;
	margin-right: 28em;

}

#indexFooter p {
	margin: 0px;
	padding: 0px;
}

#indexFooter  a {
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-bottom: 1.0em;
}

#indexContent {
	color: #FFF;
	text-align: justify;
	width: 545px;
	font-size: 1.3em;
	padding-top: 2.0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	line-height: 3ex;
}

