/* NVAM Colors

Light Green - #71958B
Dark Brown - #5B491F
Beige - #EBE4D5
Blue - #003F7A
Powder Blue - #8EBAE5
Orange - #F97244
Powder Orange - #FDC480
*/

/*
NEW COLORS

GREEN - #A8B400;
TEAL - #009BBB;
ORANGE - #FF6319;

*/

html,body{
  text-align:center;
  
  margin:0px;
  padding:0px;
   
  background-color: #FFFFFF;
  background-image:url(../images/pageBack.jpg);
  background-repeat:repeat-x;
  }

#content{
  width:900px;
  padding-left:20px;
  padding-right:20px;
  height: auto;
  text-align:center;
  margin: 0px auto 0px auto;
  background-color: #FFFFFF;
  /*border-right: 2px solid #5B491F;
  border-left: 2px solid #5B491F;*/
  
}

#footer{
  margin-top:20px;
  text-align:center;
  width:902px;
  height: 90px;
  background-color: #FFFFFF;
  
  }
  
#left{
  overflow:hidden;
  }
  
#right{
  overflow:hidden;
  }
  
  
  

a,p,input,textarea,td {
  font-family:"Century Gothic",Helvetica,Arial,sans-serif;
  font-size: 12pt;
  text-decoration:none;
  font-weight: normal;
  color: #5B491F;
  line-height:1.5em;
  }
  
.smallText{
  font-size:8pt;
}
  
ul,li {
  font-family:Arial,"Century Gothic",Helvetica,Arial,sans-serif;
  font-size: 12pt;
  text-decoration:none;
  font-weight: normal;
  color: #5B491F;
  line-height:1.6em;
  }


a img{
  border:0px;
  text-decoration:none;
  }
  
.imageLink{
  border:3px solid #5B491F;
  }

.imageLinkOver{
  border:3px solid #FF6319;
  }
  

#footer .link{
  font-family:arial;
  font-size:8pt;
  font-weight:bold;
  color: #5B491F;
  }
  
#footer .linkOver{
  font-family:arial;
  font-size:8pt;
  font-weight:bold;
  color: #FF6319;
  text-decoration:underline;
  }
  
#footer p{
  font-family:arial;
  font-size:8pt;
  font-weight:normal;
  color: #5B491F;
  }
  
  
a.blueLink, p.blueLink{
  font-family:arial;
  font-size:8pt;
  color:blue;
  text-decoration:underline;
  }
  
a:hover{
  color:#FF6319;
  }
  
  
a.activePage, p.activePage{
  font-family:arial;
  font-size:8pt;
  color:blue;
  text-decoration:none;
  }
  
p.press{
  font-family:arial;
  font-size:8pt;
  font-weight:normal;
  color:#5B491F;
  }
  
.headline{
  font-family:arial,"Century Gothic",arial;
  font-size:16pt;
  line-height:1.3em;
  font-weight:bold;
  color:#FF6319;
  }
  
  
.bold{
  font-weight:bold;
  }

.spacer{
  clear: both;
  width:1px;
  height:1px;
  font-size:0pt;
  }
  

#left{
  text-align:left;
  padding-right:20px;
  float:left;
  }
  
#right{
  text-align:left;
  float:left;
  }
  
td{
  padding:3px;
  }

form input,textarea,td,p{
  font-family:arial,verdana;
  font-size:12pt;
  }
  
  
td a{
  font-family:arial,verdana;
  font-size:8pt;
  }
  
.icon{
  border: 2px solid #5B491F;
  }

.icon_over{
  border: 2px solid #FF6319;
  }  

  
  
  
  

  
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 11px Arial, Helvetica, sans-serif;
	color: #EBE4D5;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#EBE4D5;
}

#TB_window a:link {color: #EBE4D5;}
#TB_window a:visited {color: #EBE4D5;}
#TB_window a:hover {color: #FFFFFF;}
#TB_window a:active {color: #EBE4D5;}
#TB_window a:focus{color: #EBE4D5;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#F97244;
	display:none;
	border: 4px solid #F97244;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#000000;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

  
  
  
  
  
  
  
  
  
  
  
  
