@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(../images/PageBg_01.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 22px;
}

.list2, .list3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #002d62;
}



#nav .list1, #nav .list1 a{
	font-size: 13px;
	vertical-align:middle;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002d62;
	text-decoration: none;
}

td .list1 {
	height:38px;
	width:100%;
	border:solid 1px;
	border-color:#acd4f1;
	padding-top:3px;
	padding-left:10px;
		
}
.list2  {
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
	margin-top: 10px;
	text-decoration: none;

}

#nav .list2 a {
	font-size: 12px;
	line-height:20px;
	padding-left:15px;
	font-weight: normal;
	margin-top: 10px;
	text-decoration: none;
	color: #002d62;

}

.list3 {
	font-size: 12px;
	line-height:20px;
	padding-left:20px;
	font-weight: normal;
	text-decoration: none;
}

.list3-current, .list3-current a {
	font-size: 12px;
	line-height:20px;
	padding-left:20px;
	font-weight: normal;
	text-decoration: none;
	color: #0069AA;
}

.text-rtTable {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color:#000000;
	line-height: 1.2em;
	
}

.text-rtTable a, .text-rtTable a:hover {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color:#000000;
	line-height: 1.2em;
	text-decoration: none;
	
}

.text-linkmore a, .text-linkmore a:visited, .text-linkmore a:hover,  .text-linkmore a:active {
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0069AA;
	text-decoration: none;	
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #003C78;
	font-weight: lighter;
	line-height: 1.1;

}

h2 {
	font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003C78;
	font-weight: lighter;
	line-height: 1;
}

h3 {
	font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0069AA;
	font-weight: bold;
	vertical-align: top;

}

.text-blue, .text-blue a {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0069AA;
	font-weight: bold;
	
}

.text-blue-light, .text-blue-light a {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0069AA;
	font-weight: normal;
	
}

.text-blue-light, .text-blue-light a {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0069AA;
	font-weight: normal;
	
}

.text-normal {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
}



.text-small-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}

/*.text-small-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: 700;
	line-height: 1.5em;
}*/

.text-small-bold-exp {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 2em;
}

/*.text-small-bold-exp {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 2em;
}*/

/*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;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #0069AA;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -200px; /*position where enlarged image should offset horizontally */
top: -100px;
}
