/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	background-color: #0868B2;
	background-image: url(_graphics/background.gif);
	background-repeat: repeat-x;
}
html, body {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
div#frame {
	width: 850px;
	background-color: #FFF;
	margin: 0 auto;
	min-height: 100%;
}
div#masthead {
	width: 850px;
	line-height: 0;
}

/*
		sidebar navigation
*/
div#sidebar {
	width: 200px;
	float: left;
	line-height: 0;
}
table {
	width: 560px;
	background-color: #cbd7de;
	padding: 3px;
	margin: 0 0 1em 20px;
}
/* - - - ADxMenu: BASIC styles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.menu {
	width: 200px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
.small {
	font-size: 9px;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}

/* - - - ADxMenu: DESIGN styles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.menu {
	width: 200px;
}

.menu ul {
	width: 200px;
}

.menu a {
	display: block;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* - - - ADxMenu: end - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/*
		content area
*/
div#content {
	width: 650px;
	float: left;
}

div#inventory {			/* alternative for pages with no sidebar */
	width: 850px;
	float: left;
	background-color: #FFFFFF;
}


div#content p {
	line-height: 16px;
	margin: 0 20px 1em 20px;
}
div#content hr {
	color: #053E6B;
	background-color: #053E6B;
	width: 610px;
	margin: 0 0 1em 20px;
	height: 1px;
	border: 0;
}
div#content h1, div#inventory h1 {
	font-size: 18px;
	font-weight: bold;
	color: #053E6B;
	margin: 1em 20px 1.5em 20px;
	border-bottom: 1px solid #053E6B;
	padding-bottom: .1em;
}
div#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	margin: 1em 20px .5em 20px;
}
div#content h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
div#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 .5em 20px;
}
div#content ul {
	font-size: 11px;
	font-weight: bold;
	color: #00467E;
	margin: 0 39px 16px 50px;
	line-height: 15px;
}
div#content a {
	font-size: 11px;
	font-weight: bold;
	color: #00467E;
}
div#content-footer {
	width: 560px;
	margin-top: 20px;
}

/*
		footer
*/
div#footer {
	width: 560px;
	clear: both;
	padding: 0 20px 100px 220px;
}
div#footer p {
	font-size: 9px;
	color: #053E6B;
	border-top: 1px solid #053E6B;
	padding-top: 1em;
}

/*
		splash page
*/
div#splash {
	width: 900px;
	margin: 0 auto;
}
div#part {
	width: 470px;
	float: left;
}
div#part-right {
	width: 110px;
	border-left: 1px dotted #053E6B;
	float: left;
}
div#part-right p {
	font-size: 10px;
	line-height: 1em;
	font-weight: bold;
	color: #053E6B;
}

/*
		form elements
*/
fieldset {
	border: 1px solid #A3A3A3;
	padding: 1em 7px .5em 7px;
	margin-left: 20px;
	width: 540px;
}
legend {
	background-color: #A3A3A3;
	padding: 3px 7px;
	font-weight: bold;
}
label {
	width: 540px;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding-bottom: .3em;
}
label.required, .required {
	color: #B70036;
}
label span.lite {
	font-weight: normal;
	padding-left: 10px;
}
input, select, textarea {
	font-size: 11px;
	margin-bottom: 1em;
}
fieldset div {
	margin-top: 1.0em;
}

/*
		generic classes
*/
.clear {
	clear: both;
}
div.iframe {
	padding-left: 20px;
}
.bgWhite {
	background-color: #FFFFFF;
}