/* CSS Document */

#banner {
background-image: url(images/banner.gif);
background-repeat:no-repeat;
width:760px;
height: 84px;
}

div#outer {
	margin: 5px auto 0px auto;
	width:760px;
	background:#ffffff;
	background-image: url(images/background_strip.gif);
	background-repeat:repeat-y;
    border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	padding-bottom: 0px;

}

#content {
	width:625px;
	padding: 0px 70px 0px 15px;
	text-align:left;
	overflow: visible;

}

#header{
padding:20px 0 0 0;
width:400px;
clear:both;
}





#navbar {
	background-color:#007AC1;
	width:auto;
	height: auto;
	text-align:left;
	clear:both;
	padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:0px;
}


.tabs ul {
	margin: 0;
	padding: 0;
	border: 0;
	}


.tabs ul li {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
 	border: 1px solid #0099CC;
	border-bottom: 0px;
	height:auto;
	background-color:#007AC1;
	display: inline;
	background-color:#007AC1;
}

.tabs ul li.here {
	border-bottom: 2px solid #ffffff;
	padding-top:2px;
	list-style: none;
	display: inline;
	background-color:#FFFFFF;
	color:#000000;
}

.tabs ul li a{
font-family:Trebuchet MS, Helvetica,Arial,Verdana, sans-serif;
font-weight:bold;
font-size: 15px;
text-decoration:none;
color:#ffffff;
}

.tabs ul li a:hover{
color: #000000;
background-color:#FFCC66;
}

.tabs ul li a.here2{
color: #000000;

}


body {
	min-height: 1200px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #333333;
	padding-bottom: 25px;
}

.imagePreload{
display:none
}

div#preFooter{

	width: 760px;
	height: 135px;
	padding: 0;
	background-image: url(images/footer_logo.gif);
	background-position:bottom;
	display:block;
	clear:both;
}


#footer{
text-align:center;
clear:both

}

#footer a {
color:#ffffff;
padding:3px 8px 3px 8px;


}

#footer a:active{
color:#000000;
background-color:#FFFFFF
}

#footer a.here{
color:#FFFFFF;
background-color:#777777
}

#footer a:hover{
color:#FFFFFF;
background-color:#555555;
}


h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #007AC1;
	clear: both;
 	}

h5 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:normal;
	color: #007AC1;
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
	}



p {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style:normal;
	padding-top: 1px;

	}


.addressList {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-style:normal;
}

ul {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-style:normal;
}
.stdHyperlink{
font-weight:bold;
text-decoration:underline;
}

.acpohetext{
	font-size: 78%;
	color:#006699;
	text-align: center;
	background-image: url(images/footer_logo.gif);
	background-repeat: no-repeat;
	padding-right: 80px;
	padding-top: 80px;
}

hr {
color:#00DDFF;
}

.fullPage{
	width:100%;
	padding-bottom:5px;
	clear:right;

}

div#container{
width: 100%;
clear:both;
}

.noBorder{
border:none;
}


.column50l{
float: left;
padding: 10px 10px 10px 10px;
width: 275px;
}

.column50r{
float:right;
padding: 10px 10px 10px 20px;
clear: right;
width: 275px;
}

.column33l{
float: left;
padding: 10px 10px 10px 0px;
width: 185px;
}


.column25r{

padding:18px 0px 50px 0px;
clear: right;
float:right;
width: 220px;
}
.column33r{

padding: 10px 10px 10px 20px;
clear: right;
float:right;
width: 190px;
}

.column66l{
	float: left;
	padding: 10px 10px 10px 0px;
	margin-right:15px;
	width: 375px;
}


.blueBackground {background-color: rgb(240,250,255);}
.greyText {color:#999999;}
.dottedRight {border-right: 1px dashed #9999ff;}

li{
list-style-position:inside;
padding: 2px 5px 2px 5px;
margin: 0 0 2px 0;
}
.tight{
padding: 2px 0 2px 0;
margin: 0 0 0 0;
}
.listboxOrange {
background-color:#FFF6E8;
border-width:thin;
border-style:groove;
border-color:#0099CC;
padding-right:5px;
padding-left:5px;
padding-bottom:0px;
margin-left:0px;
}

.montage{
padding: 0 0px 0 20px;
}

.last {
	margin-bottom: 0;
}

.blacktext{
color:#000000;
}
#greytable{
background-color:#CCCCCC
}

/*new added 18th July 2008 image preloader & input button styling for pnysearch page */
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

input.btn{
   color:#050;
   height:30px;
   width:90px;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:95%;
   font-weight:bold;
   }

