/* CSS Document */

 /* for all html general tag */
body 
	{	
	margin: 0 auto ; 
	padding:0px;
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-size: 12pt;
	font-style: normal;
	background-color:#cccccc;
	}
	
	
a{
	color: #006699;
}
a:hover{
	text-decoration:none;
}	
	
p
	{
	margin-top:0px;	
	}	
		
	
	


/*** Site Heading Tags ***/

h1,h2,h3,h4,h5,h6 
	{
	margin:0px;
	padding:0px;
	}	
		
h1 
	{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	padding:0px 0px 10px 0px;
	}	
	
h2 
	{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	}
	
h4 
	{ 
	color:#999; 
	font-size:15px;
	font-weight:bold; padding-bottom:10px;
	}



/**** Site Body Section- HeaderPart CSS ****/	

#site_toppart
	{
	width:740px;
	margin: 0 auto;
	padding:20px 0px 0px 40px;
	background-color:#FFFFFF;
	
	
	}
	
#site_bannpart
	{
	width:780px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	text-align:center; 
	
	}
	

	
	
/*** Site Horizontal Nav****/	
	
#site_hornav
	{
	width:780px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	background-color:#FFFFFF;
	}
	

	
	
	
	
	
#hormenu 
	{
	margin:0 auto;
	width:720px;
	background-image:url(../images/nav_bg.gif);
	height:22px;
	text-align:center;
	
    
	}	
#hormenu ul
	{ 
	margin:0px; 
	padding:0px;
	float:left;
	}
	
#hormenu ul li
	{
	float:left;
	display:inline; 
	font-size:12px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-right:0px solid #cfcfcd;
	}
	
#hormenu ul li a
	{
	
	color:#000;
	text-decoration:none;
	display:block;
	padding:3px 13px 3px 14px;
	}
		
#hormenu ul li a:hover
	{
	background-color:#154692;
	text-decoration:none;
	color:#fff;
	}	
	
#hormenu #on1 a
	{
	background-color:#154692;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:3px 13px 3px 14px;
	}
	
#hormenu #on1 a:hover
	{
	
	text-decoration:none;
	background-color:#154692;
	color:#fff;
	}	
	
	
/*drop down css*/

#dropmenudiv{
position:absolute;
background-color: #D8D8D8;
border:1px solid #ffffff;
border-bottom-width: 0; 
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
color:#000;
background-color:#D8D8D8;
font-size:12px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #154692;
color:#ffffff;
}	
	
	
	
	
	
	
	
	
	
	
	
	
		
	

/**** Site Body Section - Left Navigation and Content CSS ****/

#site_contentgall
	{
	width:780px;
	margin:0 auto;
	background-color:#fff;
	padding-bottom:20px;
	}
	
a.mlink
	{
	text-decoration:none;
	color: #336633;
	}	
	
 a:hover.mlink
	{
	text-decoration:underline;
	color:#DD2024;
	}	
	
#site_cont
	{
	width:570px;
	float:left;
	background-color:#fff;	
	}
	#site_cont2
	{
	width:395px;
	float:left;
	background-color:#fff;	
	}
	
#site_gall
	{
	width:210px;
	float:right;
	background-color:#fff;
	padding:22px 0px 0px 0px;
	}
	
	#site_gall2
	{
	width:380px;
	float:right;
	background-color:#fff;
	padding:22px 0px 0px 0px;
	}
	

	
#content_pad
	{
	padding:35px 6px 20px 30px;
	}
	
#gallimg
	{
	border-left: 1px solid #999;
	background-color:#FFFFFF;
	border-right: 1px solid #999;
	}	
	.clear {
	height: 0px;
	clear: both;
	}
	#gallery_column {
	width: 240px;
	float:left;
	}
	
.pad9
	{
	padding-top:9px;
	}
	
.borgry
	{
	border:1px solid #999999;
	padding:10px;
	width:236px;
	font-size:11pt;
	font-style:italic;
	text-align:center;
	margin:7px;
    }
	
	
.homecap
	{
	border:1px solid #999999;
	padding:3px;
	width:154px;
	font-size:9pt;
	font-style:italic;
	text-align:center;
	margin:0px 5px 5px 5px;
    }	
	
.homecap2
	{
	border:1px solid #999999;
	padding:3px;
	width:154px;
	font-size:9pt;
	font-style:italic;
	text-align:center;
	margin:0px 5px 5px 5px;
	float: left;
    }	
	
	
	.notonly
	{
	border:1px solid #999999;
	padding:3px;
	width:154px;
	font-size:9pt;
	font-style:italic;
	text-align:center;
	margin:0px 5px 0px 5px;
    }	
	
	
	
	
	
	
	
	
	
	
	
.bor250
	{
	border:1px solid #999999;
	padding:10px;
	width:250px;
	font-size:11pt;
	font-style:italic;
	text-align:center;
	margin:7px;
    }	
	.bor2501
	{
	border:1px solid #999999;
	padding:10px;
	width:250px;
	font-size:11pt;
	font-style:italic;
	text-align:center;
	margin:7px;
	float: right;
	margin-top: 12px;
    }	
	
.bor270
	{
	border:1px solid #999999;
	padding:10px;
	width:270px;
	font-size:11pt;
	font-style:italic;
	text-align:center;
	margin:7px;
    }	
.bor117
	{
	border:1px solid #999999;
	padding:10px;
	width:117px;
	font-size:11pt;
	font-style:italic;
	text-align:center;
	margin:7px;
    }
	
	
.bor171
	{
	border:1px solid #999999;
	padding:10px;
	width:171px;
	font-size:11pt;
	font-style:italic;
	text-align:center;
	margin:7px;
    }	
	
	
	
	
	
	
			
	
.wht{ background-color:#FFFFFF;}	

 a.clo
	{
	text-decoration:none;
	color:#535933;
	font-weight:bold;
	}	
	
 a:hover.clo
	{
	text-decoration:none;
	color:#DD2024;
	font-weight:bold;
	}	

.imgbor
	{
	border: 1px solid #999;
	}

.prgt10{ padding-left:10px;}

.galvline{ border-left:1px solid #999; }





	
.right { float: right; }
.left { float: left; }	


/**** Site Body Section- UL tags ****/


#siteul
	{
	margin:0px;
	padding:0px;
	padding-left:15px;
	line-height:18px;
	color:#DD2024;
	}	
	
#siteul ul ul
	{
	margin:0px;
	padding:0px;
	padding-left:15px;
	line-height:18px;
	}




/**** Site Body Section- Bottom Part CSS ****/	

#foot
	{
	margin:0 auto;
	background-color:#FFFFFF;
	width:780px;
	padding:0px;

	}
#footerline
	{
	margin:0 auto;
	background-image:url(../images/footer_line_bg.gif);
	background-repeat:repeat-x;
	height:1px;
	width:720px;
	}



#site_bottom
	{
	width:780px;
	margin: 0 auto;
	padding:7px 0px 10px 0px;
	background-color:#ffffff;
	color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	





#site_bottom a
	{
	text-decoration:none; 
	font-size:11px;
	color:#000;
	
	}
	
	
#site_bottom a:hover
	{
	text-decoration:none;
	font-size:11px;
	color: #154692;
	}


	
	
/***Gallery Page Css* **/

.searchImg 
	{
	border: 1px solid #F15407;
	}

#trailimageid
	{
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 390px;
	height: 0px;
	}


.galleryimgbg 
	{ 
	padding:0px 0px 0px 0px; 
	border:1px solid #F15407; 
	font-size:11px; 
	background-color:#F5E1CD; 
	text-align:center;
	}
.gallery_title 
	{
	background-color:#F15407; 
	height:20px; 
	text-align:left; 
	padding-top:5px; 
	color:#ffffff; 
	margin-bottom:10px;
	}



/*** zoom popbox javascript  css ***/


#powin
	{
	
	text-align:center;
	color:#FE5A05;
	
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	}

#powin1
	{
	
	text-align:left;
	
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	}


/***Site Inside Pages css ***/
#site_continsd
	{
	width:755px;
	float:left;
	background-color:#fff;	
	}

 a.galink
	{
	text-decoration:none; 
	font-size:9pt;
	color: #336633;
	font-weight:bold;

	
	}
	
	
a:hover.galink
	{
	text-decoration:none;
	font-size:9pt;
	color: #990000;
	font-weight:bold;
	}





/*** Error Messages Class***/

#errmsg
	{
	
	margin:0 ;
	color:#9d0000; 
	padding:0px;
	}	 
	
#lisno
	{
	margin:0px;
	padding:0px;
	padding-left:10px;
	}









/*  Form Elements  */

input, textarea, select
	{
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	}	


.txtbox
	{
	border:#999 1px solid;
	background-color:#ffffff; 
	color:#000000;
	height:18px;
	}


.button
	{
	
	background-color:#154692;  
	color:#fff;
	
	height:23px;
	font-weight:bold;
	}
	
	
.red{ 
	color:#FF0000; 
	font-size:16px;
	}	


.go
	{
	background-color:#003b77; 
	font-size:11px;
	font-weight:bold; 
	height:20px; 
	color:#ffffff; 
	width:25px; 
	 }



	
.txtarea 
	{
	border:#999 1px solid;
	background-color: #ffffff;
	font-size: 11px;
	color:#000000;
	}


.selbox 
	{
	border:#999 1px solid;
	color:#000000; 
	 }
	 



	
