/* image viewer starts*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#navigation {
	width: 900px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../images/navigation-bg.jpg) no-repeat left top;
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 15px;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
	background: url(../images/navigation-separator.png) no-repeat right center;
} 

#navigation ul li a:hover {
	color:#FFF;
	background: url(../images/navigation-hover.png) repeat-x left top;
}

#navigation ul li#active a {
	color:#FFF;
	background: url(../images/navigation-hover.png) repeat-x left top;
}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 2px;
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*/
position: absolute;
visibility: visible;
z-index: 50;
top: -50px;
left: 5px; /*position where enlarged image should offset horizontally */

}



/* image viewer ends*/





.body_margin
	{
	background-image:url(../images/bgfill1.jpg);
	background-repeat:repeat;
	margin-top: 0px;
	margin-bottom: 0px;	
	}
.footer_fill
	{
	background-image: url(../images/footer_fill.jpg);
	background-repeat: repeat-x;	
	}
.smalltext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;	
	}
.more:link
	{
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.more:visited
	{
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
	}
.more:hover
	{
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;	
	}
.more:active
	{
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
	}
.content
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	line-height: 18px;
	}
.content_bold
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
	line-height: 18px;
	}
.blue_txt_bold
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0072A7;
	line-height: 18px;
	}
.nav_fill
	{
	background-image: url(../images/nav_fill.jpg);
	background-repeat: repeat-x;	
	}
.box
	{
	background-repeat: repeat-x;
	background-image: url(../images/top_bg_fill.jpg);
	}
.box1_bot {
	background-repeat: repeat-x;
	background-image: url(../images/box1_bot_fill.jpg);
}
.box1_top
	{
	background-repeat: repeat-x;
	background-image: url(../images/box1_top_fill.jpg);
	}
.box2_bot {
	background-repeat: repeat-x;
	background-image: url(../images/box2_bot_fill.jpg);
}
.box2_top
	{
	background-repeat: repeat-x;
	background-image: url(../images/box2_top_fill.jpg);
	}
.menu:link
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;		
	}
.menu:visited
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;		
	}
.menu:hover
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7FB000;
	text-decoration: none;		
	}
.menu:active
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;		
	}

.nav:link
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
	}
.hdr_ftr:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;	
	}
.hdr_ftr:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
}
.hdr_ftr:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.hdr_ftr:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
}
.pipe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.nav:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
	height:33px;
	background: url(../images/navigation-hover.png) repeat-x left top;
}
.nav:active {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.box_grey_fill
	{
	background-repeat:repeat-x;
	background-image: url(../images/box_grey_fill.jpg);
	}
.box_green_fill {
	background-repeat:repeat-x;
	background-image: url(../images/box_green_fill.jpg);
}
.green_txt_bold {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #679300;
	line-height: 18px;
}
.box_blue_fill {
	background-repeat:repeat-x;
	background-image: url(../images/box_blue_fill.jpg);
}
.box_brown_fill {
	background-repeat:repeat-x;
	background-image: url(../images/box_brown_fill.jpg);
}
.brown_txt_bold {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #930000;
	line-height: 18px;
}
.heading {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #F6F6F6;
	text-decoration: none;
}
.heading_blue {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #005984;
	text-decoration: none;
}
.heading_grey {

	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}
.asterisks {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #cc0000;
}


.hdr_ftr_Clone
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;	
	cursor:pointer;
	}
.red_txt_bold
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	line-height: 18px;
	}
 
 
 /*accordion style starts here */
 
 .menu_list {	
	width: 620px;
	margin:5px;
}
.menu_head {
	/*padding: 5px 10px;*/
	cursor: pointer;
	position: relative;
	margin:5px;
	color:#404040;
    font-weight:bold;
	background: #eef4d3 ;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	border :1px solid #cccccc; 
	padding:5px 0px 5px 5px;
	
	
}
.menu_body {
	display:none;
	padding:5px 0px 5px 5px;
	}

