﻿#wrapper
{
	width: 810px;
	margin: 0 auto;
	background-color: White;
}

#header
{
	width: 780px;
	height: 90px;
}

#horizontalmenutable
{
	width: 780px;
	height: 30px;
	background-repeat: repeat-x;
}

.innerpagehorizontalmenutable
{
	width: 760px;
	height: 30px;
	background-repeat: repeat-x;
}

.horMenu
{
}

#ticker
{
	/*width:780px;*/
	padding-bottom: 5px; /*border-bottom:solid 1px black;  */
}

/*=======================FOOTER STYLES=========================*/
.footerMenu
{
	/*width:780px;*/
	height: 20px;
	font-size: 11px;
	font-family: Verdana;
	color: #717171;
}

.footerMenu a
{
	font-size: 11px;
	font-family: Verdana;
	color: #717171;
	text-decoration: none;
}

.footerMenu a:hover
{
	text-decoration: underline;
}

.footerMenu ul
{
	list-style: none;
	margin: 6px auto;
	text-align: left;
}

.footerMenu li
{
	display: inline;
	list-style: none;
	font-size: 11px;
	font-family: Verdana;
	color: #717171;
}

.footerMenu li a
{
	font-size: 11px;
	font-family: Verdana;
	color: #717171;
	text-decoration: none;
	padding: 0 10px;
}

.footerMenu li a:hover
{
	text-decoration: underline;
}

#footer
{
	width: 780px;
	text-align: left;
	font-size: 11px;
	font-family: Verdana;
	color: #717171;
	padding: 0 10px;
}

#footer a
{
	font-size: 11px;
	font-family: Verdana;
	color: #717171;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}


/*=======================BODY STYLES============================*/

html, body, form
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
}

.acontent:link
{
	color: green;
	text-decoration: none;
}

.acontent:visited
{
	color: green;
	text-decoration: none;
}

.acontent:hover
{
	color: black;
	text-decoration: underline;
}

.acontent:active
{
	color: black;
}


/* JUST IN CASE YOU NEED TO USE OTHER WAY AROUND DECORATION. IT IS USED ON "OTHER SERVICES PAGE" */

.acontent1:link
{
	color: black;
	text-decoration: none;
}

.acontent1:visited
{
	color: black;
	text-decoration: none;
}

.acontent1:hover
{
	color: green;
	text-decoration: underline;
}

.acontent1:active
{
	color: green;
}

/* IT IS USED ON THE HOME PAGE FOR HEALTH CHECK */


.acontent_home:link
{
	color: #6ba600;
	text-decoration: none;
}

.acontent_home:visited
{
	color: #6ba600;
	text-decoration: none;
}

.acontent_home:hover
{
	text-decoration: underline;
}

.acontent_home:active
{
	color: #6ba600;
}

.subheading
{
	font-size: 13px;
	font-weight: bold;
}

.subsubheading
{
	color:#1d1e1f;
	font-size: 13px;
	font-weight: bold;
}

.hrContent
{
	color: #cd3541;
}

.validator
{
	font-size: 9px;
}

.staticitem
{
	background-color: White;
	text-align: left;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7a9649;
	border-bottom-width: 1px;
	line-height: 35px;
}

.statichover
{
	background-color: #eef7e6;
}

.tableHeader
{
	color: #525c64;
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
	text-align: left;
}

.tableContent
{
	line-height: 20px;
	text-align: justify;
	color: black;
	padding-right: 10px;
	padding-left: 10px;
}

.divContent
{
	line-height: 20px;
	text-align: justify;
	color: black;
	padding-right: 10px;
	padding-left: 10px;
}

.divBackToTop
{
	float: right;
	padding-right: 10px;
}

.leftassumption
{
	vertical-align: top;
	text-align: left;
	border-style: solid;
	border-color: #7a9649;
	border-width: thin;
	padding-left: 5px;
	padding-right: 10px;
}

.rightassumption
{
	border-style: solid;
	border-color: #7a9649;
	border-width: thin;
	padding-left: 5px;
	padding-right: 10px;
	text-align: justify;
}

.disclaimer
{
	font-size: 10px;
}

.services
{
	width: 540px;
	display: none;
	clear: both;
	text-align: justify;
	vertical-align: top;
	border: solid 1px green;
	padding: 5px 10px 0 10px;
	background-image: url( "../images/services_bg.gif" );
}

.backtotypepage
{
	float: right;
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px 0 0;
}


/*==================MENU STYLE SHEETS================*/
.menu
{
	position: relative;
}

.staticmenu
{
	display: block;
	text-align:center;
}

.dynamicmenu
{
	text-align: left;
	z-index: 100;
}

.staticmenuitemstyle
{
	text-align:left;
}
