/*
||||||||||||||||||||||||||||||||

		Copyright (c) 2005 - PASSEY-BOND CO., INC. - All rights reserved.
		Created and maintained by The Design Crew
		info@thedesigncrew.com.
                 
||||||||||||||||||||||||||||||||
*/
/* Passey Bond Global Style Sheet */
/*------------------------------------------*/
/* GLOBAL ESSENTIALS */
/* -------------------------------------- */



BODY { 
	 background-color:#DAD8D1;
	 margin: 10 0 10 0;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5F594A;
}

.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#3024;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #27539C;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

th {
	background: url("/Images/subbg.gif") repeat-x 50% 0;
	text-align: left;
}

.padding {
	padding: 5px;	
}

.motto {
	line-height: 16px;	
}

a:link, a:visited {
	color: #27539C;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

#Nav a {
	display: block;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9D9784;
	text-decoration: none;
}

#Nav a:visited {	
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#Nav a:hover {	
	padding: 5px 5px 5px 5px;
	background-color: #5F594A;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}



/* Navigation Drop Down list */
/*------------------------------------------*/

.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px #FF6600;
	border-bottom-width: 0;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	z-index: 100;
	background-color: #DAD8D0;
	padding: 3px 3px 3px 3px;
}

.anylinkcss a {
	width: 200px;
	display: block;
	border-bottom: 1px #FF6600;
	text-decoration: none;
	font-weight: bold;
}

.anylinkcss a:link { /*hover background color*/
	background-color: #DAD8D1;
	color: #5F594A;
	text-decoration: none;
}

.anylinkcss a:visited { /*hover background color*/
	background-color: #DAD8D1;
	color: #5F594A;
	text-decoration: none;
}

.anylinkcss a:hover { /*hover background color*/
	background-color: #B8B19B;
	color: #5F594A;
	text-decoration: none;
}
