@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 0 0 0 0;
	 background-color: #894538;
	 color: #BBA66F;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #BBA66F;
	 color: #894538;
	}
	
	ul.dropdown li.active,
	ul.dropdown li:active {
	  background-color: #894538;
	  color: #BBA66F;
	}

	ul.dropdown a:link		{ color: #BBA66F; text-decoration: none; font-size: 16px;}
	ul.dropdown a:visited	{ color: #BBA66F; text-decoration: none; font-size: 16px;}
	ul.dropdown a:hover		{ color: #894538;  font-size: 16px;}
	ul.dropdown a:active	{ color: #894538;  font-size: 16px;}


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 175px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: bold;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 0;
 background-image: url(../web-development/intranet/images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(../web-development/intranet/images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(../web-development/intranet/images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(../web-development/intranet/images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}


/* -- Default CSS -- */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	
}

body, th, td {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	text-align: left;
}

.italics {
	font-style: italic;
}

.bold{
	font-weight: bold;
}
.bolditalics {
	font-style: italic;
	font-weight: bold;
}

.navtext
{
	color: #894538;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
}	

a, a:link, a:active, a:visited
{
	color: #894538;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bolder;
}

a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
	font-size:14px;
	font-weight:bolder;
}

.titlesmalllink a:visited {
	color: #894538;
	text-decoration: underline;
	font-size: 14px;
}
.titlesmalllink a:hover, .titlesmalllink a:active, .titlesmalllink a:link {
	color: #894538;
	text-decoration: underline;
	font-size: 14px;
}

img
{
	border: none;

}

.title
{
	font-weight: bold;
	font-size: 14px;

}

.titlesm
{
	font-weight: bold;
	font-size: 16px;

}

.titlesmaller
{
	font-weight: bold;
	font-size: 14px;
		
}

.splashbottomlinks a:link, .splashbottomlinks a:active, .splashbottomlinks a:visited, .splashbottomlinks a:hover
{
	font-size: 9px;
	font-weight: bolder;
	text-decoration: underline;
}


