body {background-color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; margin: 0;}
.content {padding:20px; font-size:small; font-weight: normal;}
.copyright {padding:5px; font-size: 10px; color: #2E69A3; text-align: center; background-color:#E8CA68}
.copyright a {text-decoration: underline;}
.copyright a:hover {text-decoration: none;}
.navbar {background-image:url(/site-images/nav_bg.gif); background-repeat:repeat-x; background-position:top; height:25px; padding-top:4px;}
.titletag {font-size: 25px; color: #3C7FCE; font-weight: bold;}

.maintextholderbold {
	padding:0px;
	font-size:small;
	font-weight: bold;
}
a {	
	color: #3366CC;	
	text-decoration: none
}


/* Layout elements */

.header {
background-image:url(images/sun.gif);
background-position:left top;
background-repeat:no-repeat;
height:78px;
background-color:#74A7DC;
border-bottom:2px solid #fff;
h-align: center;
}

.imageband {
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
border-bottom:2px solid #E8CA67;
margin-top:-4px;
}

.maintextholder {
padding:10px;
padding-top:1px;
font-size:small;
}

.maintextholder p {
text-align:left;
padding-right:10px;
font-size:small;
}

.feature {
background-color:#F3E4B3;
border-bottom:2px solid #E8CA67;
border-top:2px solid #E8CA67;
}

.footer {
background-color:#74A7DC;
font-size:xx-small;
}

.footer a {
	text-decoration: none;
	color: #55A6D3;
}

.footer a:hover {
	text-decoration: underline;
	color: #84C2C6;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:verdana;
	font-size:11px;
}
*html li.menuwidth{
width:0em;
}
li.menuwidth{
width:auto;
}

li.menusize{
/*width: 10em;*/
}
#menu li { /* all list items */
	float: left;
	position: relative;
	width: 9em;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 1.8em;
    left: 0;
	z-index:10;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1em; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden;width:13em;
float:top;
 }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	text-align:center;
	display: block;
	text-decoration: none;
	color: #fff;
	text-valign:bottom;
	font-weight:bold;
	padding : .28em 2px .38em 4px;
	/*height:.8em;*/
	border:0;

}
/* Hover Styles */
#menu ul a:hover { 
	color: #000;
	background: ##74A7DC;
} 

/* Sub Menu Styles */
#menu li ul a {
	width:13em;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	background: #74A7DC; /* IE6 Bug */
    /*padding: .1em 1px .1em 2px;*/
	padding-bottom: 4px;
	border-right: #E8CA67 2px solid;
	border-bottom: #E8CA67 2px solid;
	border-left: #E8CA67 2px solid;
	text-align:left;
		/*height:18px;/*
} 

/* Sub Menu Styles */
 #menu ul ul ul{
	top:30em;
	left:11em;   
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #E8CA67; text-decoration: none; background:red;
} 

/* Icon Styles */
#menu li a.submenu {}
#menu li a.submenu:hover {}
#menu li ul a.submenu {background: #E8CA67; color: black;}
#menu li ul a.submenu:hover {color: #fff; background:#E8CA67;}
