﻿
/***** Body and main container *****/
html{
	margin:0;
	padding:0;
}

body {
margin: 0 auto;
padding:0;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
background-color:#fff;
color:#666666;
}

#prewrap {
background:none;
margin:0 auto;
padding:0px 0px;
}

#wrap {

color:#333333;
margin:0 auto;
padding:0px 0px;
width:960px;
}

/***** Header *****/

#header {
background: url(header.jpg) bottom left no-repeat;
height:450px;
margin:0;
padding:0;
border-bottom:0px solid #ffffff;
}

#title1 {
float:right;
text-align:right;
color:#ffffff;
font-size:2.6em;
letter-spacing:-2px;
position:relative;
top: 10px;
right: 20px;
width: 700px;
display:none;
}
#logo{
	width:427px;
	height:175px;
	margin:0;
	padding:0;
	float:right;
	clear:both;
	display:block;
	position:relative;
	top:65px;
	right:30px;

}
#title2 {
	float:right;
	clear:both;
text-align:right;
color:#fd6fee;
font-size:20px;
font-style:normal;
width: 450px;
font-family:"Courier New", Courier, monospace;
position:relative;
top:75px;
right:30px;
}
#header a img{
	border:none;
}

/***** Top Menu *****/

#centeredmenu {
   clear:both;
   margin:0 auto;
   padding:0;
   width:960px;
   font-family: Verdana, Geneva, sans-serif;/* Menu font */
   font-size:15px; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   top:162px;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:0;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:8px 15px;
   font-size:15px;
   line-height:1em;
   background:normal;
   text-decoration:none;
   color:#666666;
   font-weight:normal;
   
}
#centeredmenu ul li.current a {
   color:#3d9983;
   background:none;
}
#centeredmenu ul li a:hover {
   background:none; /* Top menu items background colour */
   color:#666666;

}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:none; /* Top menu items background colour */
   color:#3d9983;

}

/* Submenu items */
#centeredmenu ul ul{
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:190px; /* width of the drop-down menus */
   padding:0 6px 6px 0;
   background:url(topmenu-ul-bg.png) bottom right no-repeat;
 
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:190px;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.current li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:15px;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#d6e2bb;
   color:#3d9983;
   line-height:1em; /* overwrite line-height value from top menu */

}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.current ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#d6e2bb; /* Sub menu items background colour */
   color:#666666;
}


/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}



/*Sub Submenu items */
#centeredmenu ul ul ul{
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:0;
   left:190px;
   right:auto; /*resets the right:50% on the parent ul */
   width:190px; /* width of the drop-down menus */
   padding:0 6px 6px 0;
}
#centeredmenu ul ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:190px;
}


/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul li ul{
	display:none;
}
#centeredmenu ul li ul li:hover ul{ /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}


/***** Left sidebar *****/

#avmenu {
clear:left;
float:left;
width:278px;
margin:30px 0 0 20px;
padding:0;
font-family: Verdana, Geneva, sans-serif;
font-size:15px;
}

#avmenu ul {
list-style:none;
width:278px;
margin:10px 0 0 0;
padding:0;
}

#avmenu li {
margin-bottom:5px;
}

#avmenu li a {     						
height:29px;
margin: 0 0 0 0;
text-decoration:none;
color:#666666;
display:block;
padding:8px 5px 0 5px;
font-size:15px;
font-weight:normal;
text-align:center;
background:url(leftMenu-nav.png) top left no-repeat;
}

#avmenu li a:hover{      				
color:#3D9983;
background:url(leftMenu-nav.png) bottom left no-repeat;
}

#avmenu li a.current {      			
color:#3D9983;      
background:url(leftMenu-nav.png) bottom left no-repeat;
}


#avmenu ul ul {
margin:5px 10px 15px 10px;
width:258px;
}

#avmenu ul ul a {
font-size:14px;
height:100%;
padding:5px 5px 5px 10px;
background-image: none;
border-top:none;
border-bottom:none;
background:none;
color:#666666;
}

#avmenu ul ul a:hover{
height:100%;
border-top:none;
border-bottom:none;
background:none;
color:#3D9983;      				
}

#avmenu ul ul a.current {
height:100%; 
border-top:none;
border-bottom:none;
background:none;
color:#3D9983;      				
}

#sidebar{
float:left;
width:238px;
padding:3px 20px 3px 20px;
line-height:1.6em;
margin-right:1px;
margin-left:0px;
margin-top:10px;
margin-bottom:0px;
border-top:solid 0px #d7eacb;
border-bottom:solid 0px #d7eacb;
font-size:13px;
color:#666666;
font-family:Verdana, Geneva, sans-serif;
}

#sidebar a{
color:#3d9983;
text-decoration:none;    			
}

#sidebar a:hover{
color:#2e7d6a;
text-decoration:underline;      			
}
#sidebar a img{
	border:none;
}

/***** Main content *****/

#contentwide {
margin:-20px 20px 10px 318px;
padding:1px 0 0 0;
line-height:1.5em;
text-align:left;
}

#content h1, #contentwide h1, #contentfull h1 {
font-size:30px;
color:#3d9983;      					
font-weight:normal;
padding:0px 0 5px 0px;
margin:15px 0 10px 0;
text-transform: none;
font-family:Verdana, Geneva, sans-serif;
font-style:normal;
}

#content h2, #contentwide h2, #contentfull h2 {
font-size:26px;
color:#5cb09c;      					    	
font-weight:normal;
padding:5px 0 10px 0px;
margin:20px 0 20px 0;
text-transform: none;
font-family:Verdana, Geneva, sans-serif;
}

#font-family h3, #contentwide h3, #contentfull h3 {
font-size:22px;
color:#3d9983;      					     	
font-weight:normal;
padding:5px 0 10px 0px;
margin:20px 0 20px 0;
font-style:italic;
font-family:Verdana, Geneva, sans-serif;
}

#content img, #contentwide img, #contentfull img, img.thumbnail {
padding:1px;
display:inline;
color:#e1e1e1;
border-color: #e1e1e1;      
}

img.thumbnail {
padding:1px;
display:inline;
border:solid 3px;
border-color: #e1e1e1;      
}

#content a#font-family, #contentwide a, #contentfull a {
font-weight:normal;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
margin:0 0 16px 20px;
padding:0;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
margin:2px 0 2px 20px;
}

#content li, #contentwide li, #contentfull li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:29px 0 0 0;    
width:960px;
height:60px;
text-align:center;
color:#768060;
background:url(footer.jpg) top center no-repeat;
font-size:12px;
font-family:"Courier New", Courier, monospace;
letter-spacing:0px;
line-height:1.5em;
}

#footer p {
padding:0;
margin:0;
}

#footer a {
color:#768060;      
background-color:inherit;
text-decoration:underline;
}

#footer a:hover {
	color:#768060;
text-decoration:none;
}

/***** Bottom *****/

#bottom {
clear:both;
margin:0 auto;
margin-top:-20px;
padding:2px 0 15px 0;
width:900px;
text-align:center;
color:#666666;      
font-size:13px;
line-height:1.5em;
}

#bottom p {
padding:0;
margin:0;
}

#bottom a {
color:#3d9983;      
background-color:inherit;
text-decoration:none;
}

#bottom a:hover {
color:#2e7d6a;      
text-decoration:none;
}

/***** Various tags *****/

a {
color:#3d9983;      
text-decoration:none;
}

a:hover {
color:#2e7d6a;      
text-decoration:underline;
}

p {
margin:8px 0 14px 0;
}


/***** Table styles *****/




table {
margin:0 10px 10px 10px;
line-height:1.3em;
border-color: #e1e1e1;     
}

table p{
padding:0;
}

input, textarea{
border:2px solid #e1e1e1;       
margin:0;
padding:2px;
}


/***** Various classes *****/

hr {
  border: 0;
  height: 3px;
  background-color: #e1e1e1;      
  color: #e1e1e1;
  width: 100%;
  text-align:center;
}

table.gbentry {
line-height:1.0em;
border:1px solid #e1e1e1;      
width:98%;
margin: 5px;
padding: 5px;
}

td.gbtitle {
background-color:#e1e1e1;      
font-weight:bold;
line-height:1.0em;
margin: 5px;
padding: 5px;
font-size:1.0em;
}

td.gbcontent {
line-height:1.1em;
padding: 5px;
font-size:1.0em;
}

td.gbtitle img.button {
border:0px solid #e1e1e1;      
padding:0px;
margin:0px;
background:#e1e1e1;      
width:auto;
}

.nixhier {
	display:none;
}



