/* CSS Document */



body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
}


p {
	margin-top: 5px;
	margin-bottom: 12px;
}




li {
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 9px;
	margin-left: 0px;
	background-image: url(../_images/bullet-arrow-red.gif);
	padding-left: 8px;
}


ul {
	list-style-image:  none;
	list-style-type: none;
	margin-left: 5px;
	padding: 0px;
}

ul ul {
	margin-top: 1px;
	list-style-type: none;
	margin-left: 11px;
	list-style-image: none;
	background-image: none;
}

ul ul li {
	list-style-type: none;
	list-style-image: none;
	background-image: url(../_images/bullet-sq-red.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;

}

menu {
	margin-left: 15px;
}

menu menu {
	margin-left: 20px;
}


.clearfloat {
clear:both;
}


#sideBar a:link {
	color: #FF6600;
	text-decoration: none;
}

#sideBar a:visited {
	color: #669900;
	text-decoration: none;
}


#sideBar a:hover {
	color: #BE5410;
	text-decoration: underline;
}

#sideBar a:active {
	color: #0066CC;
	text-decoration: underline;
}




#bullets {
	font-size: 11px;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 0px;
	padding: 0px;
	margin-left: 13px;
	}


#bullets li {
	background-image: url(../_images/bullet-rec-orange.gif);
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 3px;
	}





#navArea1 {
	width: 481px;
	height: 91px;
	text-align: left;
	margin: 0px;
}

#navArea2 {
	height: 91px;
	margin-left: 15%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 580px;
}



/* all nav */

a:link {
	color: #DA712F;
	text-decoration: none;
}

a:visited {
	color: #DA712F;
	text-decoration: none;
}


a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}







#navBread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	list-style-image: none;
	list-style-type: none;
}


#navBread ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;

}

#navBread li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	background-image: none;
   
}

#navBread a:link, #navBread a:visited {
	color: #999999;
	text-decoration: underline;
}

#navBread a:hover {
	color: #F99E1C;
	text-decoration: none;
}

#navBread a:active {
	color: #3399FF;
	text-decoration: none;
}








.formBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}



.formSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	line-height: 15px;
	}

.formButton {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	height: 17px;
	background-image: url(../_images/bg-formButton.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-right: 5px;
	padding-left: 5px;
		}
		

.formArea {
	font-family: Arial;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-size: 12px;
	background-image: url(../_images/bg-formArea.jpg);
	background-repeat: repeat-x;
			}
			
			
.formDrop {
	font-family: Arial;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-size: 12px;
	background-image: url(../_images/bg-formArea.jpg);
	background-repeat: repeat-x;
			}		
			
			
.formBox {
	font-family: Arial;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-size: 11px;
	height: 17px;
	background-image: url(../_images/bg-formBox.jpg);
	background-repeat: repeat-x;
			}
/* MK Added for Show/Hide Content */
#ShowHide1 {
	margin: 0px;
	display: none;
}
#ShowHide2 {
	display: none;
}
#ShowHide3 {
	margin: 0px 20px 0px 20px;
	display: none;
}
