/* CSS Document */


a:link    {color:#063771;}
a:visited {color:#063771;}
a:hover   {color:#063771;}
a:active  {color:#063771;} 



#menu {
width: 958px;
background: #063771;
float: center;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;   
}

#menu a, #menu h2 {
font: bold 11px/14px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #e4e49e;
background: #063771;
text-transform: uppercase;
}

#menu a {
color: #FFFFFF;
background: #063771;
text-decoration: none;
text-align: left;
/*width: 150px;*/
}


#menu a:hover {   
color: #063771;
background: #e3e3a5;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 200;
width: 150px;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu h2 a:active {
color: #e3e3a5;
background: #063771;
text-decoration: none;
text-align: left;
float: center;
}

a.sliderTop:link {
color: #063771;
}
a.sliderTop:visited {
color: #063771;
}
a.sliderTop:hover {
color: #063771;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


.heading_page
{
font: bold 20px arial, helvetica, sans-serif;
color: #063771;
}

.heading_sub
{
font: bold 14px arial, helvetica, sans-serif;
color: #063771;
}

p
{
font: normal 14px arial, helvetica, sans-serif;
}

.standard_text
{
font: normal 14px arial, helvetica, sans-serif;
}

a.imgLinkBorder:link {
color: #063771;
}
a.imgLinkBorder:visited {
color: #063771;
}
a.imgLinkBorder:hover {
color: #063771;
}

/*////////////////////////////////////////////// enlarge image code ///////////////*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50; /*so it is on top of everything else on page*/
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: 0px; /* was -1000px*/
border: 1px #063771;
visibility: hidden;
/*color: black;*/
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
border: 1px #063771;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 00px;    /*position where enlarged image should offset horizontally */   /*was 20*/

}

/*///////////////////////////////////////////////*/
#image-gallery {
/*	background:url(../images/home/image-gallery-bg.png) left top no-repeat;*/
	width:709px;
	height:296px;
	padding:0px 0px 0px 0px;
	float:left;
	margin-bottom:0px;
    /*border-color: 1px #ff0000;*/
}

/* iframe */
iframe {
border: 1px solid #063771;
}


