/* Global Styles */
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif; font:11px verdana; color:#000000; }
body {background-color: #c1a67f; }

a {color: #324df4; text-decoration:underline; font-weight:none; }
a:hover {color: #2068d8; text-decoration:underline; }


/* ID Styles */
#navigation a {color: #ffffff; text-decoration:none; font-weight:bold; }
#navigation a:hover {color: #fbf2d7; text-decoration:none; }
#navigation2 a {color: #fbf2d7; text-decoration:none; font-weight:bold; }
#navigation2 a:hover {color: #ffffff; text-decoration:none; }

#message {align:center; width:300px; height:300px; border:double; border-color:#f5700d; padding:7px; background:#FFFFFF;}

/* Class Styles */
.header {width:900px; position:relative; background-color:#ffffff; color:#000000; margin-top:10px; }
#titlebar {color: #000000; font-size: 16px; font-weight: bold; height:20px; text-decoration: none; background-color:#ffffff; padding-left:0px; padding-top:10px; padding-bottom:0px;}
#t-text {position:relative; top:0px; left:0px; color:#000000; z-index:2; }
#shadow {
	position:absolute;
	top:114px;
	left:2px;
	color:#CCCCCC;
	z-index:1;
}


.navbar {width:883px; color: #ffffff; font-size: 11px; font-weight: bold; height:20px; text-decoration: none; background-color:#4b5c6f; padding-left:18px;}
.content {width:900px; height:100%; position:relative; background-color:#ffffff; }
.rhc {width:225px; height:460px; position:relative; background-color:#ffffff; float:right; margin-bottom:10px; margin-right:10px; margin-top:10px; padding-right:15px; padding-left:15px; padding-bottom:10px; padding-top:10px; background-color:#EFF0F0; }
.footer {font-size:9px; width:900px; position:relative; color:#5a5d60; border-top:double; padding-top:5px; padding-bottom:7px; background-color: #c1a67f; }


.greytext {color:#5a5d60; }

/* Old Class Styles  */






/* IMM 121608 - Begin of dropdown css */
ul#menu li ul
{
	position: absolute;
	z-index: 1000;
	left: -999em;
	height: auto;
	width: 176px;
	top:39px;
	margin: 0px;
	padding:3px 0;
	background-color: #f5f5f5;
	list-style-type: none;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	clear:left;
}
	
ul#menu li li
{
	height:22px;
	line-height:14px;
	overflow:visible;
}

ul#menu li ul li a
{
	text-decoration:none;
	width: 155px;
	text-align: left;
	padding:4px 10px;
	color:#535353;
	height:auto !important;
	display:block;
}

ul#menu li:hover ul, ul#menu li.sfhover ul 
{
	left: auto;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li ul ul
{
	border-top:1px solid #CCCCCC;
	position:absolute;
	margin:-38px 0 0 165px;
	z-index:1001;
}
/* IMM 121608 - End of dropdown css */
