
body,td,th,h1,h2,h3,h4,h5,h6,img,form,p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin:0px;
	padding:0px;
	border:0px;
	line-height:20px;
}
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #f79239;
}
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

h1 {
	font-size: 18px;
	color: #f79239;
}
h2 {
	font-size: 14px;
	color: #58595b;
}
h3 {
	font-size: 12px;
	font-weight:bold;
	color: #242021;
}
.menu{
font-size:12px;
color:#FFFFFF;
line-height:25px;
text-decoration: none;
}

.menu:hover{
font-size:12px;
color: #000000;
text-decoration: none;
}

.menu1{
font-size:12px;
color: #ffffff;
text-decoration: none;
background-color:#003333;
/*background-image:url(../images/menu_sel_bg.jpg);
background-repeat:repeat-x;*/
/*border-left:1px #FFFFFF solid;
border-right:1px #FFFFFF solid;*/
}

.menu1:hover{
font-size:12px;
color: #CCCCCC;
text-decoration: none;
}



.highlights{
	font-size: 14px;
	font-weight:bold;
	color: #242021;
}

.footer_text{
font-size:11px;
}
.image{padding:10px 0px 10px 10px;
}

.img_broder{
padding:5px;
margin:5px;
/*border:1px solid #bdbdbd;*/}


.textcon { line-height:23px; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;  }

.textcon2 { line-height:20px; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;  }

#wrapper, slideshow ul li { margin:0px; padding:0px;  } 

/**********************************************************************************************/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-left:10px;
	padding-right:10px;
	}

#sddm li a
{	font-size:11px;
    display: block;
	margin: 0 1px 0 0;
	padding: 2px 10px;
	width:auto;
	color: #FFF;
	text-align: center;
	text-decoration: none;
		}

#sddm li a:hover{
color:#ffffff;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #F7923A;
	border: 1px solid #003333;
	z-index:1000;
	}

	#sddm div a
	
	{	font-size:11px;
	    position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #F7923A;
		color: #FFFFFF;
		}

	#sddm div a:hover
	{	background: #003333;
		color: #FFF}
		
/****************************************************************************************/


.thumbnail{
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
