* html {
    height: 100%;
}

html {
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	padding:0;
	width: 800px;
	background: #F7F3E8;
	font: 80%/1.25 Calibri, "Arial Narrow", Helvetica, sans-serif;
	text-align:center;
	height: 100%;	
	behavior:url("csshover2.htc");	
}

html>body #wrapper {height:auto; min-height:100%;} /* not ie6- */ 

#wrapper {
	margin: 0 auto;
	text-align: left;
	width:760px;	
	min-height: 100%;	
	border: 2px #990000 outset;			
}	
#masthead {
	margin: 0;
	height: 83px;
	background-repeat: no-repeat;
	background-image: url(../images/mast760.jpg);
	min-height: 100%;	
}
#searchForm {
	background-image: url(../images/topbar-30.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 1px 8px;
}
#searchForm form {
	text-align:right;
	padding: 1px 0;
	margin: 0 6px;	
}		
#searchForm label {  /* currently not used */
	display:inline;
	margin:0;
	color:#990000;
	margin-right:4px;
    line-height:10px;	
	font-weight:bold;
}
#searchForm .btn {
	border: 1px outset #999999;
	color: #333333; 
	padding: 0 1px;
	margin:0;
} 
#searchForm input.txt {
	padding:0;
	margin:0 4px 0 0;
	color:#000;
	background-color:#FFFFCC;
	border: 2px inset #990000;
}
#searchForm input.txt:focus {
	color:#000;
	background-color:#f6feda;
}

#content {
	/* margin: 40px 26px 0 320px;*/
	margin:2.2em 1.75em 1em 25em;	
	float:left;
}

#MyHeader {
	margin:0 0 .7em 0;
	line-height:28px;	
}

#MyHeader p {
	margin:0;
	font-weight:bold;
	color:Navy;
	font-size:2em;
}

/* #Intro {
	font-size:18pt;
	margin:12px 0 0 0;
	line-height:1.1em;
}
*/

#Intro {
	font-size:1.85em;
	margin:.7em 0 0;
	line-height:1.1em;
}

#mainContent {
	padding:0;
	margin:0;
	position:relative;
	background-image: url(../images/portal.jpg);
	background-repeat:no-repeat;	
	height:400px;
	width:760px;
	text-align:left;
	/* float:left;	*/
	display: block;
	background-color:#F7F3E8;
}

.breadcrumb {
	font-weight: bold;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	padding-top: 4px;
}
.breadcrumb a {
	padding: 0 .3em; 
	color: navy;
}
.breadcrumb a:visited, .breadcrumb a:active {
	color: navy;
}
#footer {
	clear:both;
	width: 760px;
	color: #0000CC;	
	background-color: #7982A1;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align:left;
	border-top-color: #C7D1EC;
	border-right-color: #C7D1EC;
	border-bottom-color: #C7D1EC;
	border-left-color: #C7D1EC;
}
#footer p {
	font-size: 10pt;
	padding: 6px;
	margin:0;
}
.AskUs {
	float: right;
	margin-right: 1.2em;
	font-size: 1em;
	color:#0000CC;
}
.link { margin: .75em 3em 2em; line-height:1% }

a[href$="pdf"] {
	display:inline-block;
	background: transparent url(../images/pdf.gif) no-repeat right top;
	padding-right: 14px;
}
a[href$="doc"] {
	background: transparent url(../images/doc.gif) no-repeat right top;
	padding-right: 16px;
}
a[href$="xls"] {
	background: transparent url(../images/xls.gif) no-repeat right top;
	padding-right: 16px;
}
a[href^="mailto:"] {
	display:inline-block;
	background: transparent url(../images/mailto.gif) no-repeat right top;
	padding-right: 16px;
}
.clear { clear:both; height:0;}

/* Navigation */
#MainMenu {
	/* text-align:center;  */
	/* margin:0 auto; */
	margin:0;
	padding:0;	
	z-index:0;
}

#nav, #nav ul {
	float:left;
	list-style: none;
	line-height: 1em;
	z-index:100;
	margin: 0;
	padding:0;
	position:relative;
}
#nav a {
	display: block;
	text-decoration: none;
	color: navy;
	font-size: 12pt;	
	width: 116px;	
	margin:0;
	line-height: 18px;	
}

/* old
#nav a {
	display: block;
	text-decoration: none;
	color: navy;
	font-size: 12pt;	
	width: 7.26em;	/* width of dropdown menu */
	/* margin:0;
	line-height: 1.15em;	
}
*/

#nav li {
	float: left;
	margin:0 0 -1px 0;	/* -1px bottom removes extra space between list items */
	padding:0;	
	position: relative;
}

#nav li ul {  /* submenu */
	position: absolute;
	left: -999em; /* hide from screen readers and non-CSS browsers */
	width: 120px; /* keeps background color from overflowing into submenu */
	/*  width: 9.75em;  keeps background color from overflowing into submenu */
	margin: 0;
	height: auto;
	border-width: 4px;
	/* border-width: 0.25em; */
}

#nav li li {
	padding:0;	
	/* font-size: .75em; */
	font-size:10px;
}

#nav li ul a {
	width: 138px; /* width of dropdown box */
	font-size:10.75pt;
	/* width: 12.3em;
	w\idth: 10.05em; */
}

/*#nav li ul ul {
	margin: -2.2em 0 0 14.5em;
}	
*/

#nav li ul ul {
	margin: -2.75em 0 0 14.65em;
	padding:0;
}	

#nav li ul li ul.sub li a {
	width:175px;
}

#nav a:link, #nav a:visited {
	border: 1px solid Navy;
	padding: 4px; /*controls padding of dropdown box */
	color: #990000;
	background-color: #fff;
	text-decoration: none;
	text-align:center;
}

#nav ul li a:hover {
	color: #FFFF33;
	background-color: #990000;
}

#nav li:hover ul, #nav li.over ul {   /* make sub-menus appear correctly, w/o sticking */
	display: block; 
	z-index:110;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto; 
	padding: 0; /* controls alignment of dropdown border from edge of button */
}

* html #nav li.sfhover {
	position: relative;
}

#nav .subdown {
	background: #F3F3F3 url(../images/arrow-down.gif) no-repeat center right;
	text-indent:-5px;	/* indent of triangle icon for vertical drop menu */
	/* text-indent:-.85em; */
}
#nav .subright{
	background: #F3F3F3 url(../images/arrow-right.gif) no-repeat center right;
}

* html #nav a {
	float:left;
	height: 1%;
}
#diamonds {
	padding:0;
	margin:0;
	background-image: url(../images/prospective.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	height:153px;
	visibility: visible;
	width: 164px;
	left: 200px;
	top: 200px;
}

#diamonds ul {
	list-style:none;
	list-style-type: none;	
}

#Prospective li {
	background-image: url(../images/prospective.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	height:153px;
	visibility: visible;
	width: 164px;
	left: 200px;
	top: 200px;
}

#stars {
	font-size:1.7em;
	margin:4em 1.75em 0 12.5em;
}
#stars li {
	line-height:1.4em;
	margin:18px 3px;
	padding-left: 36px;
	list-style:none;
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: 0 15%;
}

