

body 
{
  /*background: url(images/gradient.jpg) no-repeat bottom right #ffffff;*/
   border-width:0px;
  margin: 0px;
  padding: 0px;
   overflow:hidden;
}
#master_header 
{
/* background: url(images/gradient.jpg) no-repeat top right #ffffff;*/
  /*width: 100%;*/
  height:75px;
  /*border: solid 1px red;*/
 padding-left:0px;
  padding-right:0px;
}
#master_nav 
{
      background: url(images/gradient1.jpg) no-repeat top right #ffffff;

 /*border: 1px solid black;*/
  float: right;
  width: 270px;
  /*height: 500px;*/
  overflow:auto;
  
  padding-right:10px;
  padding-top:10px;
  margin-left:0px;
  vertical-align:top;
}


#master_content 
{
   /* background: url(images/gradi.png) repeat-x #ffffff;*/
  /*border: 1px solid red;*/
  float: left;
  /*height: 500px;*/
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  margin-right:0px;
  vertical-align:top;
}

#master_footer {
  clear: both;
  /*width: 100%;*/
  height:34px;
  padding-top:3px;
  padding-left:10px;
  padding-right:10px;
  
  	FONT-FAMILY: Verdana,Arial,Sans-Serif;
	 font-size:80%;
    COLOR: #376090; TEXT-DECORATION: none
}


#master_footer A {
	COLOR: #376090; TEXT-DECORATION: none
}
#master_footer A:hover {
	TEXT-DECORATION: none;
	color:#f9c205;
}


  .map_box 
  {
      position:relative; 
      border: 1px solid #6178a3;
   }
   
   
  .content_box 
  {
      position:relative; 
      border: 1px solid #6178a3;
   }

      
 .title1
 {
    font-family: Tahoma, Verdana, Arial,helvetica;
    font-size:14px;
    font-weight:bold;
	color: #376090;    
    
     }  
     
    .result_text  
    {
        font-family: Tahoma, Verdana, Arial,helvetica;
        font-size:80%;
        color: #376090; 
        line-height :normal;  
    }   
       .result_text  p
    {
        margin-top:2px;
        margin-bottom:1px;
    }   
     .content_text  
    {
        font-family: Tahoma, Verdana, Arial,helvetica;
        font-size:80%;
        color: #376090; 
        line-height :normal;  
    } 
    
     	
 .form_label
 {
    font-family: Tahoma, Verdana, Arial,helvetica;
    font-size:80%;
    	color: #376090;    
    
     }  
     
.form_textbox 
{
	width:228px;
	border: #bfbfbf 1px solid;/*#90b557*/
	color:#376090;
	padding-left:3px;
}


.fieldtitle
{
   	color: #376090;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
    
a.fieldtitle:link
{
   	color: #376090;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.fieldtitle:visited
{
    color: #376090;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.fieldtitle:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    /*border-bottom: dotted 1px #333366;*/
}   
        
.searchbox 
{  
    
	visibility : hidden;
	margin : 0px!important;
	background-color : #ffffff;
	color : #90b557;
	border : #90b557;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	/*height : 200px;*/
    text-align : left; 
    list-style-type : none;
     z-index:100;
}

/* AutoComplete highlighted item */

.searchbox_highlighted
{
    font-family:Arial, Tahoma, helvetica;
    font-size:80%;
	background-color: #b2d281;
	color: white;
	padding: 1px;
	cursor:pointer;
}

/* AutoComplete item */

.searchbox_item 
{
    font-family:Arial, Tahoma, helvetica;
    font-size:80%;
	background-color : window;
	color : #376090;
	padding : 1px;
	cursor:pointer;
}

/*Textbox Watermark*/

.search_textbox 
{
	width:350px;
	border: white 0px solid;
	color:#376090;
}

.search_textbox_watermarked {
	width:350px;
	border: white 0px solid;
	color:#6178a3;
}	   
   

@media print
{
    .noprint, #master_footer,  #master_header {display:none;}
    #master_nav, #master_content{width:100%; overflow:visible}
    .result_text{color:#000000;}
    #master_nav{float:left}
    #master_content{float:right}
}



.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	width:550px;
}



.contactPopup	
{
    background:#7E7E7E;
    line-height:17pt;
    padding:3px 3px 3px 10px;
}