/* CSS Document */
tml, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	background-color: #FFFFFF;
	color: #11175E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}


#wrapper {
	background-color:#FFFFFF;
	margin: 23px auto;
	width: 710px;
}

#header {
	padding-bottom: 5px;
	background-image: url(newColorschemes/banner_prod.jpg);
	background-repeat: no-repeat;
	height: 101px;
}

#leftCol {
	background-image: url(newColorschemes/lftColBackProd.jpg);
	width: 190px;
	height: 400px;
	float: left;
	margin-top: 5px;
}

#leftColTop {
	height: 30px;
	padding-top: 5px;
}

#leftColTop h4 {
	color:#FFFFFF;
}

.leftColCap {
	background-position: bottom;
}

#leftColBtm p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 10px;
}

#leftColBtm {
	width: 180px;
	height: 370px;
	position: relative;
	padding-left: 5px;
}

#rightCol {
	background-image: url(newColorschemes/rtColBackProd.jpg);
	width: 510px;
	height: 400px;
	float: right;
	margin-top: 5px;
}

#rightColTop {
	height: 30px;
	padding-top: 5px;
}

#rightColTop h4 {
	color:#FFFFFF;
}

#rtColBtm {
	height: 370px;
	width: 510px;
}

#rtColBtm p {
	padding: 10px;
	font-size: 10px;
}

#footer p {
	font-size: 10px;
	text-align: right;
	padding-right: 60px;
}

/* images */
.rightimage {
	float: right;
	margin-left: 10px;
}

.leftimage {
	float: left;
	margin-right: 10px;
}

.adobeimage {
	position: absolute;
	left:50px;
	top:320px;
}

.mapimage {
	position: absolute;
	left: 120px;
}
 
/* Horizontal Rules */
hr.d {border: none 0; 
	border-top: .5px solid #8388A5;
	border-bottom: thin;
	width: 90%;
	height: 1px;
	padding: 0px;
	text-align: center;
	}
	
hr.e {border: none 0; 
	border-top: .5px solid #8388A5;
	border-bottom: thin;
	width: 80%;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

/* Scrolling java text field */

div.scrollholder
{
    position: relative;
    width: 460px; height: 300px;
    overflow: auto;
    z-index: 1;
    background-color: #E9E6E1;
	text-align: left;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

div.scroll ul
{
	padding-left: 15px;
	margin-left: 15px;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    z-index: 3;
    background: #C7D8B5;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #C7D8B5;
}  

/*  drop down navigation menu */

#nav {
	background-image: url(newColorschemes/navBackProd.jpg);
	padding-left: 5px;
	width: 700px;
	height: 35px;
	background-position: center;
	background-repeat: no-repeat;	
}

/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;
	left: 1em;
	}

#menuh
	{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin-left: 3.2em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.71em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #11175E;
	background-color: #E9E6E1;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FFFFFF;
	background-color: #B4A797;
	}	

#menuh a.parent	/* menu at mouse-over dropdown background  */
	{
	color: #FFFFFF;
	background-color: #8388A5;
	padding: 0.4em;
	border-bottom: solid #FFFFFF thin;
	}	

#menuh a.parent:hover	/* submenu at mouse-over dropdown hover  */
	{
	color: #FFFFFF;
	background-color: #B2B2B2;
	}
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-color: 8388A5;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-color: 8388A5;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:7em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
