/* CSS Document */
body {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	color: #fff;
	}

a {
	color:#FFCC66;
	}

div.practice {
	width: 100%; 
	height: 90px; 
	padding: 0; 
	margin: 0;
	}

div.topic {
	margin-left: 20px;
	margin-bottom: 10px;
	}

tr.topicRow {
	height: 120px;
	}
	
h1 {
	font-size: 26px;
	}

h2 {
	font-size: 22px;
	}

table.contact {
	color: #fff;
	}

label {
	display: block;
	text-align: right;
	width: 220px;
	white-space: nowrap;
	margin-right: 5px;
}

table.contact input, textarea, select {
	margin-left: 5px;
	}

div.bottomLink {
	text-align: center;
	}

p.dui {
	margin-bottom: 2px;
	clear: both;
	}

ul.dui {
	margin-top: 2px;
	padding-top: 0;
	}

dl {
	display: block;
	clear: both;
	margin-bottom: 30px;
	}

dl dt {
	font-weight: bold;
	display: block;
	width: 150px;
	float: left;
	}

dl dd {
	display: block;
	float: left;	
	margin-bottom: 10px;
	margin-left: 0;
	clear: right;
	min-width: 75%;
	}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#nav {
margin:0;
margin-left: 1px;
padding:0;
list-style-type:none;
position:relative;
display:block;
height:25px;
width: auto;
min-width: 600px;
text-transform:uppercase;
font-size: 13px;
font-weight: bold;
font-family: Helvetica,Arial,Garamond, Verdana,sans-serif;
z-index: 10;
}

ul#nav li {
border: #ffcc66 solid 1px;
display:block;
float:left;
margin:0;
pading:0;
position: relative;
background:transparent url("nav/bgNew.gif") repeat-x; /*top right;*/
}

ul#nav li a {
display:block;
color:#FFFFFF;
text-decoration:none;
padding:5px 12px;
height:15px;
}

ul#nav li a:hover {
background:transparent url("nav/bgHOVER.gif") repeat-x;
}

ul#nav li a.current, ul#nav li a.current:hover {
color:#000;
background:transparent url("nav/bgHOVER.gif") repeat-x;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

ul#nav li ul 
{
display: none;
position: absolute; 
margin-top: 0px;
margin-left: -1px;
padding: 0;
list-style: none;
font-size: 12px;
width: 100%;
}

ul#nav li > ul 
{
top: auto;
left: auto;
}

ul#nav li ul li {
display:block;
width: 100%;
height: auto;
background: #cc6600;
border: 1px solid #ffcc66;
border-bottom: none;
}

ul#nav li ul li a {
background: #cc6600;
height: auto;
padding-bottom: 7px;
padding-left: 9px;
padding-right: 9px;
text-align: center;
}

ul#nav li ul li a:hover {
background: #cccccc;
color: #000000;
}

ul#nav li:hover ul, ul#nav li.over ul{ display: block;}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%;}
* html ul#nav li a { float: left;}
* html ul#nav li ul 
{ 
top: 28px;
left: 0px;
background: none;
width: 150px;
}
ul#nav {_width: 600px;}
ul#nav li ul li {_width: 100%;}
ul#nav li ul li a {_width: 100%; _text-align: left; _padding-left: 20px; _padding-right: 20px;}
/* End */

