/* CSS Document */
td {
	font-family:arial,helvetica, verdana,tahoma;
	font-size:12px;
	color: #000000;
}

/* Navigation */
.navLink {
	font-family:arial,helvetica, verdana,tahoma;
	font-size:12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

.navLink:hover {
	color: #000000;
}

.navLink_sub {
	font-family:arial,helvetica, verdana,tahoma;
	font-size:12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.navLink_sub:hover {
	color: #000000;
}

/* Featured */
.featured {
	font-family:arial, helvetica, verdana, tahoma;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.tdFeatured {
	border-top: 1px solid #FF850E;
	border-bottom: 1px solid #FF850E;
}

/* Welcome */
.tdWelcome {
	border-top: 1px solid #B5DC10;
	border-bottom: 1px solid #B5DC10;
}

/* Borders */
.gry_bdr {
	border-right: 1px dotted #cccccc;
}

.org_bdr {
	border-top: 1px solid #FF850E;
	border-bottom: 1px solid #FF850E;
	border-left: 1px solid #FF850E;
	border-right: 1px solid #FF850E;
}

/* Footer */
.ftLink {
	font-family:arial,helvetica, verdana,tahoma;
	font-size:10px;
	color: #666666;
	text-decoration: none;
}

.ftLink:hover {
	color: #000000;
}

/* Drop Down */
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 0px solid black;
background-color: #FF850E;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #FF850E/*#B5DC11*/;
/*border-top: 1px solid white;*/
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
