/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;

}
.top-linebg {
	background-image: url(../images/bgtopbase.jpg);
	background-repeat: repeat-x;
	height: 13px;
}
.pop-border {
	border: 1px solid #000000;

	cursor: pointer;
}

.bottom-linebg {
	background-image: url(../images/bgbottombase.jpg);
	background-repeat: repeat-x;
	height: 16px;
}
.middle-linebg {
	background-image: url(../images/bgbackground.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}
.left-linebg {
	background-image: url(../images/left-line.png);
	background-repeat: repeat-y;
	width: 10px;
}
.nav-bg {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
}
.grey-linebg {
	background-image: url(../images/grey-line.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
.spy-bg {
	background-image: url(../images/spy-bg.jpg);
	background-repeat: repeat-x;
	height: 199px;
}
.bottom-bg {
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: repeat-x;
	height: 78px;
	background-color: #215CA8;
}

.header-bg {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 266px;
	background-color: #008DD2;
}
.flash-header-bg {
	background-image: url(../images/flash-header-bg.jpg);
	background-repeat: no-repeat;
	height: 266px;
	width: 733px;
}
.blue-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #184682;
}
.white-text {
	color: #FFFFFF;
	line-height: 18px;
}
.white-text a{
	color: #FFFFFF;
	line-height: 18px;
	text-decoration:none;
}
.text2 {
	line-height: 20px;
}

.form {
	height: 18px;
	width: 195px;
	border: 1px solid #b8b8b8;
}

.form2{
	width: 195px;
	border: 1px solid #858585;
	background-color: #F8F8F8;
}
.form4 textarea{
	width: 195px;
	border: 1px solid #858585;
	background-color: #F8F8F8;
}

.form3 input{
	width: 195px;
	border: 1px solid #858585;
	background-color: #F8F8F8;
}
p {
	line-height: 16px;
}
.bullet2 {
	list-style-image: url(../images/buttet2.gif);
}

.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #940e0f;
	text-decoration: none;
}
.heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #980d0e;
	text-decoration: none;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0362B2;
	text-decoration: none;
}

.link1 {
	color: #000000;
	text-decoration: underline;
}
.link1:hover {
	color: #000000;
	text-decoration: none;
}


	
.bottom ul {
	margin: 0px;
	padding: 0px;
}
.bottom li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #b6cae4;
	text-decoration: none;
	background-image: url(../images/b6cae4dot-line.jpg);
	background-position: 3px bottom;
	padding-left: 5px;
	display: block;
	background-repeat: no-repeat;
	width: 120px;
	list-style-type: none;
}
.bottom  a {
	color: #b6cae4;
	text-decoration: none;
	background-image: url(../images/bullet1.jpg);
	background-position: left center;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.bottom  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/* style for blog*/
.blog_box
{
	display:block;
	width:97%;
	background-color:#F3F4F8;
	border:#16387c solid 1px;
	margin-bottom:2px;
	padding:5px;
}
.blog_title
{
	font-weight: bold;

}
.blog_date
{
color:#000000;
font-size:12px;
}
.blog_detail
{
font-size:14px;
}
.blog_head
{
background-color:#FFFDFE;
color:#16387c;
padding:5px;
display:block;
width:97%;
}
.blog_comment a
{
color:#000000;
font-size:12px;
}
.blog_desc
{
	display:block;
	width:97%;
	background-color:#FBFDFD;
	margin-bottom:2px;
	padding:5px;
}
.blog_css a
	{
	color:#000000;
font-size:12px;
	}
#blog_archive a
	{
	color:#000000;
font-size:12px;
	}
	

* html img,
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
