body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#00a9c3;
	
}

H2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  small;
    font-weight:    bold;
    color: #ffffff;
}



.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    
}

.SearchObject , .Controls{
    font-weight: bold;
    font-size: x-small;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

.SearchObject
{
	position:relative;top:15%;
	color:#ffffff;
}

.Controls 
{
	color:#000000;
}

A.SearchObject:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SearchObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SearchObject:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.SearchObject:hover    {
    text-decoration:    none;
    color:#ffffff;
}

.Breadcrumb{
    font-weight: bold;
    font-size: small;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
	color:#000000;
}

A.Breadcrumb:link {
    text-decoration:    underline;
    color:#000000;
}

A.Breadcrumb:visited  {
    text-decoration:    underline;
    color:#000000;
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color:#000000;
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color:#000000;
}

.SelectedTab {
    font-size: x-small;
    color: #000000;
}

.OtherTabs {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: x-small;
    color: #000000;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#999999;
}

/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 * Adapted for DNN by Armand Datema CTO SchwingSoft.com 
*/

/*		------	LTaylor adapted style (master is deleted)	------		*/

#menu {
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	
}

#menu li a {
text-align:left;
margin-left:5px;
position:relative;
top:10%;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	width:100%;
	background-image: url(arrow-a.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	height:25px;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
	background-image: url(arrow-b.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	top:0;
	left:100%;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
	
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

/* the container in which the menu is placed, not much to do here 
 * except for setting initial colors and style properties 

 * DNN use: there is a basic color setup defined here, if you plan to use
 * this object in a multi portal setup then dont change the layout here but
 * remove the css here and put it in your skin.css file at the end.
*/

#menu {
	color: #ffffff;
	background-color: #4992D7;
	background-color:#9CD6E7;
	font-weight:bold;
	font-size:x-small;
	z-index:auto;
	
	
}

#menu li:hover {
	background-color: #00A8CB;
	background-image: url(arrow-down.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}

#menu a {
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: 4px 5px 5px;
	}
#menu a:hover {
	text-decoration: underline;
	color:#fff;
	}
	
#menu li:hover>a {
	color: #fff;
	
}

#menu li ul {
	color: #000000;
	background-color: #F1F1F1;
	background-color: #00A8CB;
	width: 170px;
}


#menu li ul a {
width:170px;
	
}

#menu li ul li:hover {
	background-color: #cecece;
	background-color: #00A8CB;
	width:170px;
}

#menu li ul a {
	text-align: left;
	color: #000000;
}

#menu li li.submenu {
	background-image: url(arrow-b.gif);
	background-repeat: no-repeat;
	background-position: right;
}

ul
{
z-index:2005;	
}

#menu li:last-child ul {
	padding-top:20px;
	
	}
	
a:active.menulink,
a:visited.menulink, a:link.menulink{ 
	color:#000000; 
	font-size: x-small; 
	text-decoration: none; 
}

a:hover.menulink{ 
	text-decoration:underline; 
	color:#000000;
}

a.printlink{
position:relative;
top:-1px;
}

#faq{
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: small;
}

#faq div
{
    
}

#faq #master a{
text-decoration:underline;
cursor:pointer;
font-weight:normal;
 }
 
 #faq #master{
margin:0 0 25px 0;
 }
 
 #faq p{
margin:0 0 5px 0;
 }
#faq a{
text-decoration:none;
cursor:pointer;
font-weight:bold;
}



