/* http://www.ACUSIM.com    */
/* created  12/22/05 by MS  */
/* modified 01/04/06 by MS  */
/* modified 10/28/06 by HFN */
/* modified 11/10/06 by HFN */
/* modified 12/17/06 by MS  */
/* modified 09/12/07 by HFN */

@import url(nav.css) all;

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: #EEE;
}

/* be kind to NS4: redundancy, to combat lack of inheritance */
/* Modified by HFN - 09/12/07 */
/* removed align-text: left; to ensure proper alignment in /html/command_reference.html */ 
p,td,li,ul,ol,dl,dt,dd
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	
}

p {
	line-height: 1.5em;
}

td#content {
	vertical-align: top;
	background-color: #FFF;
}

a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #666;
}

a:hover {
	color: #0066FF;
}

h1 {
	margin:0;
	padding: 10px 0 0 12px;
	font:bold 1.4em Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0;
	color: #003399;
	font:bold 1.3em Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0;
	color: #003399;
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0;
	color: #003399;
	font:bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	margin: 0;
	color: #003399;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	margin: 0;
	color: #000;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.errorField {
  color               : red;
  font-weight         : normal; 
}
.loginBox {					/* login area  */
  width               : 250px; 
  border              : #008080 1px solid; 
  padding             : 3px;
  font-size           : 11px 
}
.formLabel {                             
  color               : black;
}  
/* containing table for all site contents */
table#container {
	width: 750px;
	margin: 0;
	padding: 0;
}

/* sets page border */
td#hdr, td#ftr, td#content, td#home {
	border: 1px solid #003D7F;
}

/* sets location for header logo */
/* added by MS - 12/17/06        */

#logo img {
	font-size: 2em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 17px;
	top: 34px;
	border: none;
}

/* sets borders for page content */
td#content, td#home {
	border-width: 0 1px;
	padding: 10px;
}

/* sets header background */
td#hdr {
	width: 750px;
	height: 110px;
	background: #FFF url(/images/hdr_bg.jpg) no-repeat top left;
}

/* sets location for flash, images */
td#hdr object, td#hdr img {
	float: right;
}

/* containing block for navigation items */
#navcontainer {
	border: 1px solid #003D7F;
	border-width: 0 1px;
	padding-left: 10px;
	background: transparent url(/images/navcontainer_bg.gif) repeat-x top;
}

#navcontainer ul {
	background: transparent url(/images/navcontainer_bg.gif) repeat-x top;
	height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	display: inline;
	margin: 0 4px 0 0;
	white-space: nowrap;
}

#nav a:link, #nav a:visited {
	font-size: .8em;
	color: #FFF;
	text-decoration: none;
	background: none;
	padding: 5px 14px 6px 4px;
	margin: 0;
	display: block;
}

#nav a:hover, #nav li:hover, #nav li.over {
	color: #FFF;
	background: transparent url(/images/navlihover_bg.gif) repeat-x top right;
	display: block;
}

/* Navigation : Dropdown Menus : Elements */
/* -------------------------------------- */

#nav li ul {
	background: none;
	display: none;
	position: absolute;
	top: 100%;
	width: inherit;
	left: 0;
	font-weight: normal;
	margin: 0;
	padding: 0 0 1em 0;
}

#nav li>ul {
	top: auto;
	left: auto;
}

/* be kind to IE lack of support for hover on non-anchor elements */
#nav li:hover ul, #nav li.over ul {
	display: block;
	top: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li li a:link, #nav li li a:visited {
	border: 1px solid #EEE;
	border-width: 0 1px 1px 1px;
	font-size: .85em;
	width: 12em;
	color: #FFF;
	background-color: #567FA5;
	display: block;
	text-align: left;
	vertical-align: bottom;
}

#nav li li a:hover {
	background: #003D7F;
	color: #FFF;
}

#nav li.applications li a:link, #nav li.applications a:visited {
	width: 80px;
}

#nav li.publications li a:link, #nav li.publications a:visited {
	width: 102px;
}

/* main page content */
td#content {
	padding: 55px 10px;
}

/* home page styles */

td#home {
	background-color: #DFEFFF;
	padding: 55px 10px 20px 10px;
}

#home h1 {
	font-size: .95em;
	margin:0 -12px;
}

#home a:link,#home a:visited {
	color: #F00;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	display: block;
	margin: 0;
}

#home a:hover {
	text-decoration: underline;
	color: #900;
}

	/* CSS for home page content blocks */
	.boxcontents {
		padding:0 0 0 12px;
      	/* controls height of boxes on main page  */
		height: 35em;
	}

	#leftbox {
		width: 300px;
		padding:0 12px 0 0;
		background:url(/images/leftbox.gif) 100% 0 no-repeat;
		float: left;
	}

	#leftbox p {
		font-size: 1.1em;
	}

	#centerbox, #centerbottombox, #rightbox {
		width: 195px;
		padding:0 12px 0 0;
	}

	#centerbox {
		float: left;
		margin: 0 0 0 1px;
		background:url(/images/centerbox.gif) 100% 0 no-repeat;
	}

	#centerbox p, #rightbox p{
		font-size: .9em;
	}

	#main, #rightbox {
		float: right;
	}

	h1#bottombox {
		margin:0 -12px;
		padding: 12px 0 15px 12px;
		background:url(/images/centerbottombox.gif) 100% 0 no-repeat;		
	}

	.bb {
		height:6px;
		margin:0 -12px;
		background:url(/images/leftbox.gif) 100% 100% no-repeat;
	}

  
	#centerbox .bb, #rightbox .bb {
		height:6px;
		margin:0 -12px;
		background:url(/images/rightbox.gif) 100% 100% no-repeat;
	}

       

	#rightbox {
		background:url(/images/rightbox.gif) 100% 0 no-repeat;
	}

/* changed absolute value from -0.1 */
/* modified by HFN 11/10/06         */ 

	#rightbox h1 {
		letter-spacing: -.05em;
	}

	/* size images at 152 width */
	#rightbox img {
		margin: 10px 0 0 10px;

	}

/* secondary page styles */
/* --------------------- */

/* left hand column containing block */
#lhc {
	float: left;
	width: 200px;
}

/* secondary page side navigation */

	#sideNav {
		width: 198px;
		padding: 0 4px 0 0;
		background: #DFEFFF url(/images/sidenav_border_r.gif) 100% 0 repeat-y;
	}

	#sideNav .bi {
		padding:0 0 0 2px;
		height: auto;
		background: #DFEFFF url(/images/sidenav_border_l.gif) 0 0 repeat-y;
	}

	#sideNav .bt {
		height: 14px;
		margin: 0 -6px;
		background: #FFF url(/images/sidenav.gif) 100% 0 no-repeat;
	}

	#sideNav .bb {
		margin: 0 -6px;
		height: 20px;
		background:url(/images/sidenav.gif) 100% 100% no-repeat;
	}
        

	#sideNav ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	#sideNav ul li {
		list-style-type: none;
		border-bottom: 1px solid #003D7F;
	}

	#sideNav ul li a {
		color: #000;
		padding: 8px;
		text-decoration: none;
		display: block;
	}

	#sideNav ul li a:hover, #sideNav ul li a.active {
		background: #C8E1F5 url(/images/sidenav_bullet.gif) no-repeat center left;
		color: #00689F;
		text-decoration: none;
	}

	#sideNav ul li.title {
		padding: 0 8px 4px 8px;
		font-weight: bold;
	}

/* imageBox styles */

	.imageBox {
		margin: 10px 0 0 0;
		width: 200px;
		font-size: .85em;
	}

	.imageBox img {
		border: 1px solid #003D7F;
		margin: 0 0 5px 0;
	}

	.imageBox p {
		background: #DFEFFF;
		padding: 5px 10px;
		color: #000;
		margin: 0;
		line-height: 1.4em;
	}

	.imageBox h6 {
		background: #DFEFFF;
		font-weight: bold;
		font-size: 1em;
		padding: 5px 10px;
		margin: 0;
	}

/* second level page box styling */

#main {
	width: 495px;
	padding:0 12px 0 0;
	background:#fff url(/images/secondmainbox_border_r.gif) 100% 0 repeat-y;
	float: left;
	height: auto;
	margin: 0 0 0 15px;
}

#main h1 {
	width: 230px;
}

	#main .bi {
		padding:0 0 0 12px;
		background:#fff url(/images/secondmainbox_border_l.gif) 0 0 repeat-y;
		height: auto;
	}

	#main .bt {
		background:url(/images/secondmainbox.gif) 100% 0 no-repeat;
		height: 38px;
		margin: 0 -12px;
	}

	#main .bb {
		height: 12px;
		background:url(/images/secondmainbox.gif) 100% 100% no-repeat;
	}

        

/* imageBox styles for body text */

	#main .imageBox {
		background: #DFEFFF;
		float: right;
		margin: 10px;
	}

	#main .imageBox img {
		padding: 10px;
		border: none;
	}

/* second-level "wide page" box styling */
/* added by HFN - 10/28/06              */

#main-wide {
	width: 729px;
	padding:0 11px 0 0;
	background:#fff url(/images/secondmainbox_border_r.gif) 100% 0 repeat-y;
	float: left;
	height: auto;
	margin: 0 0 0 15px;
}

#main-wide h1 {
	width: 230px;
}

	#main-wide .bi {
		padding:0 0 0 12px;
		background:#fff url(/images/secondmainbox_border_l.gif) 0 0 repeat-y;
		height: auto;
	}

	#main-wide .bt {
		background:url(/images/secondmainbox_wide.gif) 100% 0 no-repeat;
		height: 38px;
		margin: 0 -12px;
	}

	#main-wide .bb {
		height: 12px;
		background:url(/images/secondmainbox_wide.gif) 100% 100% no-repeat;
	}

        

/* imageBox styles for wide body text */

	#main-wide .imageBox {
		background: #DFEFFF;
		float: right;
		margin: 10px;
	}

	#main-wide .imageBox img {
		padding: 10px;
		border: none;
	}

/* footer */

td#ftr {
	color: #FFF;
	background: #4A94BB url(/images/ftr_bg.jpg) no-repeat top left;
	padding: 10px 20px;
	font-size: .75em;
	color: #FFF;
}

#ftr ul {
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 0 0;
}

#ftr p {
	color: #FFF;
	margin: 5px 0 0 0;
}

#ftr ul li {
	color: #FFF;
	border-left: 1px solid #FFF;
	display: inline;
	text-indent: 0;
	padding: 0 10px;
}

#ftr ul li.left {
	border: none;
	padding: 0 10px 0 0;
}

#ftr li a {
	color: #FFF;
	text-decoration: none;
}

#ftr li a:hover {
	color: #FFF;
	text-decoration: underline;
}
