/* CSS Document */
body{
font: normal 10pt "Lucidia Sans Unicode","Lucidia Grande", Tahoma, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	color:#333333;
}


a {	color:#752F00;	text-decoration: none; }
a:visited{text-decoration:none;}



h1{
	font: normal 22px/1.0em "Lucidia Sans Unicode","Lucidia Grande",  Arial, Helvetica, Tahoma,sans-serif;
	padding:0;
	margin:0 0 9px 0;
}

h2{
	font: normal 18px/1.5em "Lucidia Sans Unicode","Lucidia Grande",  Arial, Helvetica, Tahoma,sans-serif;
	color:#272B5A;
	padding:0;
	margin:0 0 6px 0;
	/*font-weight:bold;*/
}

h3{
	font: bold 12px/1.5em "Lucidia Sans Unicode","Lucidia Grande",  Arial, Helvetica, Tahoma,sans-serif;
	color:#272B5A;
	padding:0;
	margin:0 0 4px 0;
}

hr {
height:1px;
color:#D4D5DE;
background-color: #D4D5DE;
border:0;
margin:18px 0 18px 0;
}

font{
font-family: "Lucidia Sans Unicode","Lucidia Grande",  Arial, Helvetica, Tahoma,sans-serif;
color:#272B5A;
}


table {
font: normal 11px/1.5em "Lucidia Sans Unicode","Lucidia Grande", Tahoma, Arial, Helvetica, sans-serif;
margin:0;
padding:0;

}

.underline{
border-bottom:1px solid #D4D5DE;
}

td.galleryTable {
background-color:#fff;
border-left:0px;
border-right:3px solid #fff;
padding:12px 0 12px 0;
vertical-align: top;
}

form{
	margin:0;padding:0;
}


li{
	
}

table img{
border: 1px solid #9B9DB3;
}


#contentarea a:hover{
	border-bottom:1px dotted;
	
}


/*DIV*/

#container{
	margin:auto;
	width:780px;
	border-left: 2px solid #272B5A;
	border-right: 2px solid #272B5A;
}

#masthead{
	height:140px;
	background-color:#3E7789;
	background-image:url(/uploads/21290/template_img/fern_upper.jpg);
	background-repeat:no-repeat;
}

#logo{
	height:96px;
	width:96px;
	border:3px solid white;
	margin:18px 44px 0 18px;
	float:left;
}

#text{
	float:left;
	margin-top:44px;
}

#main{
	clear:both;
	background-color:#fff;
}

#mail{margin:44px 0px 18px 6px;}
#mail .fImg{margin:6px 0 0 16px;}

#contentarea{
	width:641px;	
	float:left;
	/*border:1px solid orange;*/
}

#footloose{
	clear:both;
	padding-top:34px;
	border-bottom:6px solid #272B5A;
}

#hero{
	padding:24px 24px 12px 24px;
	background-color:#749CAF;
	border-bottom:6px solid #272B5A;
	background-image:url(/uploads/21290/template_img/fern_lower.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	color:#fff;
}

#hero h1{color:#fff;}
#hero .copy{ width:420px; margin-bottom:20px;}
#hero a, #hero font{ color:#ffff00; }
#hero .left{padding-right:28px; color:#fff;}
#hero .priorityLink a{color:#FDD751;}
#hero p, #sec p, #third p{
	margin:0 0 6px 0;
	padding:0;
}
.first {
	font-size: 12px;
	color:#fff;
}
#sec{
        overflow: auto;
	clear:both;
	padding:18px 24px 18px 24px;
	background-color:#FFFEEF;
	border-bottom:1px solid #272B5A;
        border-left:1px solid #EDEBDC;	
}

#sec .right{width:200px;}
#sec .left{width:270px;}


#content{
      
	clear:both;
	padding:16px 24px 18px 24px;
}

#content .left{width:376px;}
#content img{margin:4px 0 6px 0;}

.left{	float:left; }
.right{	float:right;}
.clear{	clear:both;}
.fInput{	width:118px;}

#content .right{width:200px; }


.special1,.special2,.special3 {
        
	background-image: url(/uploads/21290/template_img/ico_pdf.gif);
	background-repeat: no-repeat;
	padding: 5px 0 2px 30px;
        line-height: 1.5em;
        display:block;
        margin:2px 0 0 0;
}

.special2{ background-image: url(/uploads/21290/template_img/ico_doc.gif); }
.special3{ background-image: url(/uploads/21290/template_img/ico_browser.gif); }

p .special1 { line-height:1.5em; }
p .special2 { line-height:1.5em; }
p .special3 { line-height:1.5em; }

.content{
margin-top:6px;

overflow:hidden;
}








#navFrame{
	float:left;
	border-top:18px solid #272B5A;
	border-bottom:6px solid #272B5A;
	width:139px;
	background-color:#9DBFCB;
	
}


#navFrame ul{
 float: none;
        margin:0;
	padding: 0;
	border: none;
        list-style: none;
	width:139px;
}


#navFrame a{
 float: none;
	display:block;
	border-top: 1px solid #E1EBEF;
	height: 21px; 
	padding-top: 4px;
	background: #9FC0CC url(/uploads/21290/template_img/nav/btn_gradient.jpg) no-repeat;
	font-size: 13px;
	text-indent: 18px;
	margin-bottom: 2px;
	line-height: normal;
}


#navFrame a{	color: #272B5A;}
#navFrame a:hover{	color:#FFF;}


#menu li {
 float: none;
 position:relative;
 display: block;
 left: 0;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
 display: none;   /* removes the anoying space between buttons where popupmenus exist.*/
 visibility:hidden;  /* dropdowns hidden by default, until hovered over */
 position:absolute;
 top:0;
 left:130; 
 width: 130px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 padding: 2;
 background-color: #555; /* color of the entire dropdown */
}

#menu ul ul ul {
 position: absolute;
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 130;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 130;   /* width is based on the containing block */
 background-color: #444; /* color of the entire dropdown */
}

#menu li ul a {  /* override colours for drop down buttons */
 background-color: #666;
 color:white;
 width: 130px;
 text-align:center;
 font-size: 9pt;
 border-top: 1px  solid white;
 border-left: 1px  solid white;
 border-right: 0px ;
 border-bottom: 1px  solid #000000;
 padding:2px;
 margin: 0; 
}


#menu li ul a:hover {  /* override colours for drop down buttons */
 color: white;
 background-color: #999;
}



#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#imenu li:hover ul, 
#imenu li.sfhover ul 
{ 
  visibility:visible;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}

#imenu li li:hover ul, 
#imenu li li li:hover ul, 
#imenu li li.sfhover ul, 
#imenu li li li.sfhover ul {
  visibility:visible;
  left: auto;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}
