/* --------------------------------------------------
CSS Document For OTC
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			color: #000000;
			background-color: #FFF;
		}
		
/* GENERAL STUFF */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			height: 156px;
			border-bottom: px solid #000066;
			padding-top: px;
			clear: both;
			margin-bottom: 10px;
			background-image:url(images/banner1.jpg);
			z-index: 0;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#000066;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000033 url(arrow.gif) 96% 50% no-repeat;
			background-color: #E5DEB0;
			color:#000066;
		}
		
/* NAVIGATION 2 ELEMENTS */

.menu {font-size: 10pt; margin: 1px; font-family: verdana; float: left;}
.menu ul {padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; width: 10em; padding-top: 0px; list-style-type: none; position: relative}
.menu li {float: left; background-color: #E5DEB0}
.menu li.sub {background-color: #999966}
.menu table {margin-top: -1px; font-size: 1em; z-index: 100; left: 0px; position: absolute; top: 0px; border-collapse: collapse}
.menu a {border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; display: block; padding-left: 2px; font-weight: normal; text-transform: none; border-left: #ffffff 1px solid; width: 12em; color: #003366; line-height: 2em; border-bottom: #CCCCCC 1px solid; font-style: normal; height: 2em; font-variant: normal; text-decoration: none}
.menu a:visited {border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; display: block; padding-left: ; font-weight: normal; text-transform: none; border-left: #ffffff 1px solid; width: 12em; color: #003366; line-height: 2em; border-bottom: #CCCCCC 1px solid; font-style: normal; height: 2em; font-variant: normal; text-decoration: none}
.menu b {float: right; margin-right: 2px}
* html .menu a {width: 12em}
* html .menu a:visited {width: 12em}
* html .menu a:hover {font-weight: normal; text-transform: none; color: #FFFFFF; font-style: normal; position: relative; background-color: #999966; font-variant: normal; text-decoration: none}
.menu li:hover {position: relative}
.menu a:active {font-weight: normal; text-transform: none; color: #ccff66; font-style: normal; background-color: #999966; font-variant: normal; text-decoration: none}
.menu a:focus {font-weight: normal; text-transform: none; color: #ccff66; font-style: normal; background-color: #999966; font-variant: normal; text-decoration: none}
.menu li:hover > a {font-weight: normal; text-transform: none; color: #FFFFFF; font-style: normal; background-color: #999966; font-variant: normal; text-decoration: none}
.menu li ul {padding-right: 2em; padding-left: 2em; left: 10.2em; visibility: hidden; padding-bottom: 2em; padding-top: 2em; position: absolute; top: -2em; background-color: transparent; z-index: 100;}
.menu li:hover > ul {visibility: visible}
.menu ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility: visible}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
	width: 362px;
	margin-left: 180px;
	margin-right: 200px;
	line-height: 1.4em;
		}
		
		#content p {
			border-bottom: px solid #DDDDDD; /* A faint grey line below the text */
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 0px;
			clear: both;
			background-color:#FFFFFF;
			border-top: 2px solid #000033;
			padding: 0px 0px 0px 0px;
		}
		
		#footer p {
			text-align:right;
			color:#89817f;
			padding: 0px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/*The End.*/
#container #content h4 {
	font-size: 14px;
	color: #6C0;
}

