/*** Some generic style overrides ***/
/* enable :hover in ie */

html {
	background: #FFFFFF url('../images/biglizard.gif') 140px 100% no-repeat;
	color: #000000;
	background-attachment: fixed;
	height: 100%;
}

/* remove padding and margin from page */
html, body, div {
	margin: 0;
	padding: 0;
	font: 10pt/12pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* remove borders from images */
img {
	border: 0;
	margin: 0;
	padding: 0;
	
}

/* header/banner */
#header {
	height: 91px;
	background: #000000 url('../images/banner/background.gif') repeat-x;
	color: #FEFEFE;
}

#header h1 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 91px;
	background:   url('../images/banner/logo.gif') top left no-repeat;
}

#header h1 a {	
	display: block;
	height: 91px;
	width: 300px;
	background:   url('../images/banner/logo.gif') top left no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

#header h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	width: 280px;
	height: 57px;
	background:   url('../images/banner/aes.gif') no-repeat;	
	text-indent: -2000px;
	position: absolute;
	top: 0px; right: 0px;
}

/* search box */
#search {
 padding: 0px; margin: 0px;
 position: absolute;
 top: 64px;
 right: 24px;
}

#search label {
	font: 0.8em/1em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #BCD2EE; font-size: 0.8em; font-weight: bold; padding: 0px; margin: 0px;
}

#search input {
	background-color: #333333;
	color: #BCD2EE;
	border-color: #4F94CD;
	border-width: 2px;
	font-size: 0.8em;
}

#search_submit {
	border: outset 2px #4F94CD;
}

#search legend {
	display: none;
}

#search fieldset {
	border: none;
	display: inline;
	margin: 0; padding: 0;
}

/* menu */
div#menu {
	font: 1em/1em Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 150px;
	left: 0px;
	top: 91px;
	padding-top: 0;
	padding-bottom: 100px;
	background: #FFFFFF url('../images/fade_line.gif') bottom right no-repeat;
	color: #000000;
	padding-right: 1px;
	z-index: 2;
}

#main_menu {
	margin-top: 20px !important;
	
}

#menu a {	
	font: 1em/1em Tahoma, Arial, Helvetica, sans-serif;
	display: block !important;
	text-decoration: none;
	color: #333333;
	padding: 6px 3px 6px 9px;
	background: #FFFFFF;
	margin: 0;
}

#menu a:hover {
	background: #000000;
	color: #EEEEEE;
	border-left: 2px solid #F00;
	padding-left: 7px;
	margin: 0;
}

#menu ul {
	width: 150px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 100%;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 100%;
	position: relative;
	background: #FFFFFF;
	color: #000000;
	display: block;
}

#main_menu ul {
	display: none;
	background: #FFFFFF;
	color: #000000;
}

/*
#main_menu .smaller {
	 font-size: 80%;
	line-height: 1.1em;
} */

#menu li:hover {
	background-color: #CCCCCC !important;
	color: #000000;
}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	z-index: 6000;
}

#menu .parent {
	background-image:   url('../images/menu_exp.gif');
	background-position: 140px 50%;
	background-repeat: no-repeat;
}

#menu .parent:hover {
	background-image:   url('../images/menu_exp_inv.gif');
	background-position: 138px 50%;
	background-repeat: no-repeat;
}

#menu ul ul {
	width: 20em;
	font-weight: normal;
	position: absolute;
	top: 0px;
	left: 150px;
	border-top: 1px solid #ccc;	
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;	
	background-color: #FFFFFF !important;
	color: #000000;
	z-index: 5;
}

#menu ul ul li {
	border-bottom: 1px solid #ccc;
}

/* sidebar */
div#rightsidebar {
	font: 1em/1em Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 100px;
	right: 0px;
	top: 91px;
	padding-top: 0;
	padding-bottom: 500px;
	background: #FFFFFF url('../images/shortFade_line.gif') top left no-repeat;
	color: #000000;
	padding-left: 10px;
	z-index: 2;
}

div#rightsidebar p, #rightsidebar ul {
	margin-right: 10px !important;
}

div#rightsidebar .text
{
	text-align: center;
	font-size: 1.1em;
	font-style:italic;
	color: #333333;
}

div#rightsidebar .link
{
	text-align: center;
	font-size: 1.1em;
	color: #333333;
}

/* MIDDLE */
div#middle
{
	font: 1em/1em Tahoma, Arial, Helvetica, sans-serif;

}

div#middle .text
{
	text-align: center;
	font-size: 1.1em;
	color: #333333;
}

div#middle .link
{
	text-align: center;
	font-size: 1.1em;
	color: #333333;
}
/* content **********************************************************************/
#content-child {
	margin-left: 175px;
}
#content {
	/*margin-left: 175px;*/
	margin-right: 25px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

#contentwithsidebar {
	margin-right: 100px;
}

#content h1, #content h2, #content h3 {
	margin: 1.5em 0px 0.5em 0px;
	padding: 0;
	color: #666666;
  	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	font-size: 1.5em;	
	padding: 0 0 4px 0;
	border-bottom: 1px solid #F00;
}
#content h2 { font-size: 1.2em; }
#content h3 { font-size: 1em; }

#content div.breadcrumb {
	font-size: 0.7em;
	line-height: 1.0em;
}

#content p, #content ul {
	font-size: 0.9em;
	margin-right: 75px !important;
}

/*
#content ul { margin: 0; padding: 0; }

#content li {
	margin: 0 0 5px 0;
	padding: 0 0 0 14px;
	background: #fff url('../images/bullet.gif') 0 5px no-repeat;
	list-style:  none;
} */

#content ul {
	list-style-type: disc;
}

#content p.first
{
	font-size: 1.1em;
	font-style:italic;
	line-height: 1.5em;
	color: #333333;
	margin-left: 12px;
}

#content a { text-decoration: none; }
#content a:link { color: #0066CC; text-decoration: underline; }
#content a:link:hover { color: #0000FF; text-decoration: underline; }
#content a:visited { color: #333399; text-decoration: underline; }
#content a:active { color: #663399; text-decoration: underline; }

#content a.pdf, #content a.jpg, #content a.email, #content a.external {
	padding-bottom: 5px;
	padding-left: 19px;
	min-height: 32px;
	
}

#content a.pdf {		background: transparent url('../images/logos/pdficon_small.gif') top left no-repeat;	}
#content a.jpg {		background: transparent url('../images/logos/image.gif') top left no-repeat; 			}
#content a.external {	background: transparent url('../images/logos/external.gif') top left no-repeat;			}
#content a.email {	background: transparent url('../images/logos/email.gif') top left no-repeat;				}

#content a.new_window {
	font-size: 0.7em;
	vertical-align: sub;
}

#content .subtext {
	color: #666666;
	font-size: 0.7em;
	vertical-align: sub;
}

#content .figure {
	font-size: 0.8em !important;
	text-align: center !important;
	margin: 12px !important;
	color: #666666 !important;
}

#content .figure img {
	border: 1px solid #000;
	margin: 3px;
	padding: 0;
}

#content .narrow {
	float: right;
	width: 200px;
}

/** Front page *********************************************************************************/
#content div.front_news
{
	margin-right: 150px;
}

#content div.front_news h2
{
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #F00;
}

#content div.front_news h3
{
	font-size: 1.0em;
	line-height: 1.0em;
	margin-left: 20px;
}

#content div.front_news p
{
	margin-left: 40px;
}

/** Downloads **********************************************************************************/
#content ul.downloads li {
	margin-bottom: 3px;
}

/** Employment *********************************************************************************/
#content div.job 
{
	margin: 6px;
	padding: 4px;
	border: 1px solid #999;
}

/* Related Projects ****************************************************************************/
#content h3.related_projects { font-size: 1.2em; line-height: 1.2em; margin: 0 !important; padding: 0 !important;}
#content ul.related_projects { border-top: 1px solid #DDD; list-style: none; }
#content ul.related_projects li { 
	background-image: none;
	border-bottom: 1px solid #DDD;
	margin: 0; 
	padding: 0;
	min-height: 58px;
}
#content ul.related_projects h4 {
	font-size: 1em;
	line-height: 1.0em;
	margin-top: 3px !important;
	margin-bottom: 0 !important;
	padding: 0 0 0 80px !important;
}
#content ul.related_projects p {
	margin: 0, 0, 3px, 0 !important;
	padding: 0 0 0 80px !important;
	margin-right: 0px  !important;
}

#content ul.related_projects img {
	float: left;
	margin: 3px 0px 3px 3px;
	border: 1px solid #333;
}



img.download_icon {
	margin: 0;
	vertical-align: text-bottom;
	margin-right: 5px;
}

/* side box ************************************************************************************/
#side {
	width: 190px;
	min-height: 100px;
	float: right;
	margin-bottom: 20px;
}

/* footer **************************************************************************************/
#footer
{ 
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 20px;
	text-align: left;
 	color: #999999;
	background: #000000;
  	font-size: 10px;
	line-height: 100%;
	z-index: 1000;	/* force footer to sit over menu */
} 

#footer ul {
	float: left;
	margin: 3px 0px 3px -1px;
	padding: 0;
	text-indent: 0;
	line-height: 100%;
	
}

#footer li {
	margin: 0;
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding: 0px 3px 0px 6px;
}

#footer a {
	text-decoration: none;
	color: #FEFEFE;	
}

#page_info {
	float: right;
	margin: 0; padding: 0;
	font-size: 7px;
	color: #999999;
/*	font-style:italic; */
}

#page_info img {
	vertical-align: middle;
}

/* email address obfuscation */
.em_dm {
	background: transparent url('../images/at.gif') 0% 50% no-repeat;
}

/*   Table**************************************************************************/
table.textBox {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: rgb(239, 239, 239);
}

td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none;
	-moz-border-radius: 0px 0px 0px 0px;
	font: 10pt/12pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/*   Show, Hide and FAQ*********************************************************************/
.faqQ{
	margin-left:15px;
	padding-left:10px;
	text-decoration: none;
	height: 20px;
}
.faqTab{
	padding-top:15px;
	margin-left: 25px;*/
}
.faqTab li {
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.faqHide{
	display: none;
}
.faqShow{
	display: block;
}
.hideTxt{
display: none;
}
.hide img {
display: none;
}
.hide select{
display: none;
}
.showTxt{
display: block;
}
.show img {
display: block;
}
