﻿body, #aspnetForm, html, #mainTable
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	font-family: Verdana;
	font-size: 9pt;
	line-height: 14pt;
}

a, a:visited
{
	color: #0070c0;
	text-decoration: underline;
}

a:hover
{
text-decoration: none;
color: black;	
}

#main
{
	width: 100%;
	position: relative;
}

#inner
{
	margin: 0 auto;
	position: relative;
	border: 0;
	width: 975px;
	min-height: 600px;
}

#header
{
	z-index: 200;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 50px;
	left: 130px;
}



#header a
{
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}

.bodyCenter
{
	position:relative;
	margin: 0 auto;
	width: 975px;
}

.headerIcon
{
	cursor:pointer;	
}

#headerIcons
{
	position: absolute;
	right:15px;
	top:15px;	
	
}

.stripe
{
	background-color: #77933c;
	height: 20px;
	width: 100%;
	color: White;
	z-index: 0;
}

#backHeader
{
	position: absolute;
	top: 50px;
	left: 0px;
}

#backFooter, #footer
{
	position: absolute;
	bottom: 35px;
	left: 0px;
	z-index: -1;
}

#footer
{
	color: black;
	z-index: 0;
	color: White;
	padding-left: 125px;
}

#footer, #footer a
{
	font-size:8pt;
}

#footer a
{
	color: White;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
}

#slide
{
	overflow: hidden;
	background-color: #d7dbad;
	position: absolute;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	text-align: center;
	top: 80px;
	left: 0px;
	height: 450px;
	width: 100%;
}

#slideContainer
{
	position: absolute;
	text-align: center;
	margin: 0 auto;
	height: 450px;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
}

#imageRotator
{
	z-index: 0;
	position: absolute;
	height: 450px;
	width: 1400px;
	top: 0px;
	left: 0px;
}



#content
{
	position: absolute;
	top: 95px;
	left: 130px;
	height: 420px;
	z-index: 5;
	border: solid 1px gainsboro;
}

.contentScroll
{
	height: 100%; /*420px;*/
	overflow-x: hidden;
}

.categoryContent
{
	width: 820px;
}

.homePageContent
{
	width: 558px;
}

.trans
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: White;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: -1;
}

#logo
{
	position: absolute;
	top: 50px;
	left: 20px;
	height: 115px;
	width: 100px;
}

#man
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 201;
}

.big_bold
{
	font-weight: bold;
	color: #0070c0;
	font-size: 14pt;
	text-transform: uppercase;
}


/**********Navigation***********/


#CategoryNavigation
{
	z-index: 200;
}


#CategoryNavigation a:hover
{
	text-decoration: none;
}

.catLink a, .catLink a:visited 
{
	color: white;
}

.navigationLink, .navigationLinkSelected
{
	z-index: 200;
}

.navigationLinkSelected
{
	background-color: White;
}

.navigationLinkSelected .catLink a, .navigationLinkSelected .catLink a:visited
{
	font-weight: bold;
	color: Black;
}

.navigation
{
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 200;
	position: relative;
}

/**********TOPICS***********/

.topics td
{
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	height: 10px;
}

.topics
{
	min-width: 150px;
	border: 0;
	display: none;
	white-space: nowrap;
	z-index: 200;
	position: absolute;
	top: 20px;
	margin-top: 0px;
	left: 0px;
}

.topicLinkSelected
{
	background-color: #e9edc0;
}

.topicLink
{
	background-image: url(/images/menubg.png);
}

.topics a, .topics
{
	font-style: normal;
	color: Black;
	font-size: 8pt;
}

.topics a:hover
{
	color: #0070c0;
}

.topics a:visited
{
	color: #000000;
}

/**********TESTIMONIAL**********/
#testimonials
{
	position: absolute;
	left: 709px;
	top: 332px;
	width: 220px;
	height: 185px;
	z-index: 5;
	
}

.RandomContainer
{
	width: 220px;
	margin-top: -16px;
	height: 160px;
	font-style: italic;
	background-color: Transparent;
	font-size: 8pt;
	line-height: 13px;
}

.testimonialHeader
{
	padding: 4px 2px 4px 7px;
	font-weight: bold;
	color: White;
	background-color: #77933c;
}

#RandomContent td
{
	padding: 0px;
}

/**********content styles******************/

.body_button, .body_button:visited
{
	font-size: 8pt;
	text-decoration:none;
	color: White;	
}

.body_button:hover
{
	color: black;
}