/* Colors:
	Drk Blue: #000080;
	Lt Blue: #e8eeff;
	Purple/Blue: #6861fc;
*/

/*DROPDOWN MENUS - HORIZONTAL*/

#menuh-container {
	padding:0;
	margin:0;
	border:none;
	}

#menuh	{
	font-size:20px;
	position: relative;
	width:900px;
	height:35px;
	margin:0px;
	padding:0;
	border:none;
	background:url('Images/menubg2.jpg') repeat-x;
	}
	
/* First Layer */	
#menuh ul {padding:0; margin:0; white-space:nowrap;}
#menuh ul li {float:left; position:relative;}	/*Top Level links */
#menuh ul li a, #menuh ul li a:visited{
		display:block;
		text-decoration:none;
		border: 2px solid #ffffff;
		border-width:0px 0px 0px 3px;
		background: url('Images/menubg2.jpg') repeat-x;
		margin:0;
		padding: 0px 0px 0px 8px;
		width:216px;height:30px;
		}
#menuh ul li ul {display:none;padding:0;width:217px;margin:0;}  /* Hide Submenus by Default*/
#menuh ul li ul li {margin:0;}

/*Second Layer */
#menuh ul li:hover a,#menuh ul li a:hover {text-decoration: underline;	background:#e8eeff;}	/*Top Level Hover, using both li:hover and a:hover */
#menuh ul li:hover ul {display:block;position:absolute; top:30px; z-index:1000;}
#menuh ul li:hover ul li {float:left;}	/*Items in sub menu */
#menuh ul li:hover ul li a {display:block; float:left; background:#d7d8eb;}
#menuh ul li:hover ul li a:hover {background:#e8eeff;}

#menuh ul li a:visited#firstlink, #menuh ul li a#firstlink { border:none;}
#menuh ul.narrow_link li a, #menuh ul.narrow_link li a:visited{width:100px;}

/*Third Layer
#menuh ul li:hover ul li ul, #menuh ul li a:hover ul li a ul {visibility:hidden; position:absolute; width:233px}
#menuh ul li:hover ul li:hover ul, #menuh ul li a:hover ul li a:hover ul {visibility:visible; left:-1px; top:31px; color:#000;}
#menuh ul li:hover ul li:hover ul li a, #menuh ul li a:hover ul li a:hover ul li a {display:block; width:200px; background:#dfc184; color:#000; border-left:1px solid #eee;}
#menuh ul li:hover ul li:hover ul li a:hover, #menuh ul li a:hover ul li a:hover ul li a:hover {background:#bd8d5e; color:#fff;}
*/
/*end of dropdown menus - horizontal*/

/* Request Info Images */
#contact_details {
	float:right;
	margin:0px 70px 0 0;
}

#contact_details img {
		width:200px;
	}

#application_pic {
	float:right;
	margin-right:70px;
	margin-top:10px;	
}



/* Selector Rules  */
a, a:visited, a:hover {color:#000000;}
a:active{border:none;}

body { font-family:calibri, sans-serif;
		text-align:center;
		min-width:900px;
}

body div {text-align:left;}

h1 {
	margin:0; padding:0;
}

sup {
	font-size:7pt;
	text-decoration:none;
	line-height:0px;
}

ul {
	list-style:none;
}

/* Class References */
.left {
	float:left;
	width:300px;
}

.floatright {
	float:right;
	margin: 0px 0px 10px 10px;
}

.floatleft {
	float:left;
	margin:0px 10px 10px 0px;
	height:200px;
}

.newrow {
	border-bottom:2px solid #6861fc;
	padding:5px 0px 0px 0px;
	min-height:234px;
}

.newrowdrk {
	border-bottom:1px solid #000080;
	margin-bottom:10px;	
	min-height:50px;
}

.newrowdrk h2 {
	margin:0;
}

.lastnewrow {
	border-bottom:none;	
}

/* ID Rules  */
#footer {
	font-family:calibri;
	/*border-top:1px solid gray;*/
	min-height:10px;
	font-size:11px;
	text-align:center;
}

#header {
 	background:url('Images/headerbg.jpg') repeat-x;
	min-height:140px;
}

#homepage {
	background:url("Images/Home Photo/800.gif") no-repeat;
	height:434px;
	width:900px;
}

#image {
	float:left;
	height:300px;
	width:300px;
	margin-left:20px;
}

#image img {
	
}

#index1, #index2 {
	float;	
}

#index1 {
	position:relative;
	top:10px;
	font-size:23pt;
	z-index:-100;
}

#index2 {
	float:right;
	margin:300px 30px 0 -200px;
	z-index:100;
	font-size:18pt;
}


#main {
	clear:both;
	border:1px #000080 solid; min-height:350px;
	padding:5px;
	margin:10px 0 10px 0;
	-moz-border-radius:1ex;
  	-webkit-border-radius:1ex;
  	overflow:hidden;
}

#main img {
	align:right;
}

#menu {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	
	width:100%;
	padding: 0px;
}

#page_wrapper {
	width:900px; margin:0 auto 0 auto;
	padding:none;
	
}

#partnumbers_wrapper {
	position:relative;
}

#performance div:last-child {
	border-bottom:none;
}





/*Test area */


