
* {margin:0;padding:0;font-family:tempus sans, arial, serif}
html	{background-color:#666;text-align:center;margin:auto;background-image: url(Images/html_grad.gif);background-repeat:repeat-x;}
body {position:relative;margin:10px auto ;width:975px;text-align:left;background-color:#fff;border:solid 2px #222;z-index:0;min-height:500px}
hr{margin:10px 20px;color:#333;height:2px}

h1, h2, h3 {color:#830e45;text-align:left; padding:0;margin:0}
h1 {font-size:15pt;margin: 0 0 10px 0}
h2 {font-size:13pt;margin:10px 0 5px 0}
p, #content li{font-size:9pt;letter-spacing:0.9px;font-family:tempus sans, arial, serif}
.masthead{margin:10px 0 40px 0}
#content{position:relative;width:735px;margin:0 10px 10px 200px;list-style-type:circle;min-height:400px}
#content ul{margin:10px 0 0 30px;}
#footer{font-size: 8pt;margin: 10px auto;position:relative;bottom: 0 }
#logo{position:absolute;top:370px;left:30px;width:150px;}
#footerlogo{margin:30px 0 0 220px}
#footerlogo img {margin-left:30px;border:none}
#flashitem {float:right;border:solid 3px #ccc;margin:-15px 0 120px 40px}
.dtech {position:relative;margin:0;padding:4px;top:5px;float:right;color:#999;font-size:7pt;}
#contactForm{background-color:#ddd;width:450px;margin:20px 0 0 55px;}
#contactForm table td{padding:3px;}
#pcc img{padding:10px;margin:10px 0 10px 0}
#pcc a{font-size:8pt;padding:5px 10px;margin:10px}
#numbers {float:right;margin:-40px 35px 0 0;}
a:link			{ color		: #222; 		}
a:visited		{ color		: #85244e; 		}
a:hover			{ color		: #699f6e; 		}
a:active		{ color		: #85244e; 		}
/*
body { behavior:url("csshover3.htc")}

 ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {position:absolute;left:20px;top:190px;z-index:1000;font-size:9pt;margin:0;font-family:tempus sans, arial, serif; /* this page only */}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;width:150px;}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {position:relative;background:#699f6e;height:21px;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* style the links */
.menu a, .menu a:visited {display:block; text-decoration:none;height:20px;line-height:20px;width:149px;color:#000;text-indent:5px;border:1px solid #fff;border-width:0 1px 1px 0;}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#699f6e; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#ddd; background:#830e45;}
.menu :hover > a {color:#ddd; background:#830e45;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;top:0;left:150px; }
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul {visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { visibility:visible;}