@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 9px;
	background-color:#031931;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
}
#left-menu-bg{
	background-image:url(../images/leftmenu-bg.jpg);
	background-repeat:no-repeat;
	height:317px;
}
#bg{
	background-image:url(../images/body-condent-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-right:#71828e solid 5px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#565656;
	margin:0px 0px 5px 0px;
}
.home-text{
	font-family:Arial, Helvetica, sans-serif;
	color:#565656;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	padding-right:5px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#565656;
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 0px 0px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#565656;
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 0px 0px;
}
#dhtmlgoodies_tooltip{
		position:absolute;
		display:none;
		z-index:20000;
}
li{	
	margin:0px;
	list-style:lower-greek;
}
a:link {
	color: #565656;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #565656;
}
a:hover {
	text-decoration: underline;
	color: #565656;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.home-text1{
	font-family:Arial, Helvetica, sans-serif; 
	color:Gray; 
	font-size:12px;
	line-height:18px;
	word-spacing:0.1em;
	font-weight:bold;
	text-align:justify;
}

.smallfont
{
	font-family:Arial, Helvetica, sans-serif; 
	color:#565656; 
	font-size:11px;		
	font-weight:bold;
	text-align:justify;
	word-spacing:-0.05em;
}

.tdonblur
{
	background-color:#333333;
	color:#FFFFFF;
	width:40px;
	text-align:center;
}

.tdfocus
{
	background-color:#666666;
	color:#FFFFFF;
	width:40px;
	text-align:center;
	cursor:pointer;	
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
.bullet{
	float:left; 
	margin-bottom:5px;
	margin-left:3px;
	margin-top:3px;
	cursor:pointer;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #565656;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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*/
visibility: visible;
top: 0;
left: 130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

 .dvbdy1 {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
         }
		 
		 .dvhdr1 {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
         }
         