* {
	margin: 0px;
	padding: 0px;
}
html * {
	margin: 0px;
	padding: 0px;
}

img {border: 0px;
padding: 4px;
}



/* text style control */

html, body, h1, h2, h3, h4, ul, li, td {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.82em;
	font-weight: normal;
	letter-spacing: -0.01em;
	text-align: left;
}
form td {    font-family: Verdana, Helvetica, Arial, sans-serif;    font-size: .7em; } 
h1 {
	color: #D45329;
	font-family: verdana, arial, sans-serif;
	font-size: 2.2em;
}
h2 {
	font-size: 1.4em;
	color: #D45329;
	line-height: 1.8em;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #07A8C4;
	line-height: 1.5em;
}
h4 {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.5em;

	float: left;
	height: 22px;
	width: 100px;
	padding-top: 4px;
	padding-left: 10px;
}
h5 {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.5em;

	float: left;
	height: 22px;
	
	padding-top: 4px;
}

h6 {
	font-size: 10px;
	line-height: 1.5em;
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #094F96;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #094F96;
	padding-top: 4px;
}



body {
	text-align: center;
	background-color: #ffffff;
}



/* ------ END ------ */




/* ----- page construction ------ */


div#container {
	width: 100%;
	margin: 0 auto;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
}

div#header {
	float: left;
	width: 990px;
	height: 78px;
}

div#bodyArea {
	float: left;
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 30px;
	height: 420px;
	padding-left: 30px;
}

div#content {
	float: left;
	height: auto;
	line-height: 1.4;
	width: 520px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	font-size: 13px;
}


div#rightArea {
	width: 180px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 13px;
	font-style:italic;
	float: left;
}

div#footer {
	width: 896px;
	height:20px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 32px;
	padding-right: 32px;
	clear: both;
	float: left;
	background-image: url(../images/dotted.jpg);
	background-repeat:no-repeat;
	font-size:10px;
}


div#copyright {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
}


	
div#contentTraffic ul {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	padding-left: 16px;
}

div#contentTraffic li {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	list-style-image: url(../images/bullett.gif);
	padding-left: 6px;
	line-height: 1.6em;
}


	
form td {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}


/* ------------END ------------- */




/* -------------- nav styles --------------- */	


div#sidebarLogo {
	width: 170px;
	padding-left: 30px;
}

div#sidebar {
	width: 170px;	
	
}



#navigation {
	float: left;
	width: 180px;
	
}

div#sidebar ul {
	width: 170px;
	line-height: 2.6em;	
	
}

div#sidebar li {
	list-style: none;
	margin: 0;
	font-size: 1.6em;
	color: #000000;
	padding: 0px 0px 0px 0px;
	
}


div#sidebar li a {
	display: block;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	width: 170px;
	height: 26px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	margin-left: 10px;
	text-indent: 2px;
	line-height: 26px;
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #D45329;
	padding-top: 4px;
	padding-left: 50px;
}

div#sidebar li a:hover {
	color: #ff0000;
	width: 170px;

}


div#sidebar ul a {
	width: 170px;
	margin: 0px;
	padding: 0px;
}
div#sidebar li a:hover {
	color: #D45329;
	font-weight: normal;
	background-color:#ECEAEA;
}
div#sidebar li a.activeLink {
	color: #D45329;
	font-weight: normal;
	
}
div#sidebar li .sub a.activeLink {
	color: #D45329;
	font-weight: normal;
}



/* --------- TD secondary nav added ----------- */	

div#sidebar ul ul a {
	width: 170px;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	text-indent: 14px;
	color: #666666;
}
div#sidebar ul ul li a:hover {
	color: #D45329;
	font-weight: normal;
	list-style-type: disc;
	background-color:#ECEAEA;
}
div#sidebar ul ul li a.activeLink {
	color: #00CC33;
	font-weight: normal;
	
}
div#sidebar ul ul li .sub a.activeLink {
	color: #D45329;
	font-weight: normal;
}


/* ------------END ------------- */

/* --------- TD added ----------- */	

div#sidebarLine {
	display: block;
	width: 170px;
	height: 26px;
	text-indent: 2px;
	height: 30px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #D45329;
}

div#testimonialTD {
	width: 170px;
	text-indent: 2px;
	clear: both;
}

/* ------------END ------------- */




.testminonialname
{font-size: 13px;
font-style:italic;
color: #D45329;

text-align:
}

div#content ul {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	padding-left: 12px;
}

div#content li {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/bullett.gif);
	padding-left: 6px;
	line-height: 1.2em;
}

.current_page {    color: #D45329;
    font-weight: normal;
	background-color:#ECEAEA;
	display: block;
	text-decoration: none;
	width: 170px;
	height: 30px;
	text-indent: 2px; 
	line-height: 26px;
	width: 170px; 
	border-top-width: 1px; 
	border-top-style: solid;
	border-top-color: #D45329; }
	
	a {    color: #D45329;    text-decoration: none; } 
a:hover {    color: #000000;    text-decoration: underline; } 
/* ---------SPAM TRAP-------- */

#MySpamTrap {display: none;}

/* ---------END-------- */
