/* CSS Document */

a:link {
	color: #263F6A;
	text-decoration: none;
}
a:visited {
	color: #263F6A;
	text-decoration: none;
}
a:hover {
	color: #9f2a26;
	text-decoration: underline;
}
a:active {
	color: #9f2a26;
	text-decoration: none;
}

#frame {
 position: relative;
 background: #FFFFFF;
 min-width: 780px;
 max-width: 782px;
}

body {
 margin: 6px;
 padding: 0;
 background-image: url(images/background.jpg);
}

.txtA	{
 font: normal 65%/1.6 Verdana, Geneva, Helvetica, Arial, sans-serif;
}

.txtB	{
 font: normal 1em/1.9 geneva, arial, helvetica, sans-serif;
 font-weight: bold;
 color: #FFFFFF;
}

.txtC	{
 font: normal 80%/1.6 Verdana, Geneva, Helvetica, Arial, sans-serif;
}

#logo	{
 float: left;
 width: 160px;
 height: 60px;
}

#toplinks	{
 display:none;
}

#primary-nav	{
 display:none;
}



#line	{
 clear: both;
 border-top: 1px solid #0d661e;
}

#navigation	{
 display:none;
}

#content	{
 background-image: url(images/bkg-content.jpg);
 float: left;
 padding: 10px;
 width: 405px;
}
 
#content-b	{
 background-image: url(images/bkg-content-b.jpg);
 float: left;
 padding: 10px;
 width: 405px;
 margin-bottom: 5px;
}

#related-infoA {
 display:none;
}

#flashwin-a	{
 display:none;
}
#flashwin-b	{
 display:none;
}

#formrow	{
 clear: both;
 float: left;
 margin-top: 4px;
 width: 100%;
}
#formtag	{
 clear: both;
 float: left;
 width: 220px;
 height: 20px;
}
#formcheckbox	{
 float: left;
 margin-left: 10px;
}
#formtagwide	{
 clear: both;
 float: left;
 width: 320px;
 height: 20px;
}
#formbox	{
 clear: right;
 float: right;
}
#quotehead	{
 background-image: url(images/bkg-content.jpg);
 float: left;
 padding: 10px;
 width: 400px;
 margin-left: 180px;
}
#quotebody	{
 background-image: url(images/bkg-content-b.jpg);
 float: left;
 padding: 10px;
 width: 400px;
 margin-left: 180px;
}
#comentbox	{
 margin: 0px;
 width: 100%;
}
#submit	{
 clear: both;
 margin: 6px;
}

#sitemap ul	{
 padding: 0px;
 font-size: 10px;
 font-weight: bold;
 list-style-type: none;
 margin-left: 25px;
}
#sitemap ul li	{
 display: block;
}
#sitemap ul li a	{
 height: 15px;
 padding: 0px;
}
#sitemap .nml	{
 color: #263F6A;
 text-decoration: none;
}
#sitemap .hlt	{
 color: #9f2a26;
 text-decoration: underline;
}

#btmspacer{
 clear: both;
 bottom: 5px;
 font-size: 9px;
 padding: 2px;
}

#copywright{
 clear: both;
 bottom: 0px;
 border-top: 1px solid #007931;
 font-size: 9px;
 padding: 2px;
}

/* Begin Homepage Only */
#home-toptext1	{
 position:absolute;
 margin-right: 10px;
 padding: 10px;
 width:250px;
 z-index:1;
 left: 500px;
 top: 95px;
 display:none;
}

#home-toptext2	{
 background-image: url(images/home_txt-bkg.jpg);
 float: left;
 margin-left: 10px;
 margin-top: 10px;
 padding: 10px;
 width: 740px;
 z-index:5;
}

#backgroundPics	{
 float: left;
 width:780px;
 height:300px;
 z-index:15;
 display:none;
}

#QuoteBtn {
 position:absolute;
 width:300px;
 height:40px;
 z-index:2;
 left: 0px;
 top: 105px;
 display:none;
}

#flashwin-scrolling	{
 float: left;
 margin-left: 10px;
 width: 550px;
 height: 175px;
 margin-bottom: 10px;
 display:none;
}
/* End Homepage Only */

/* IEx patches \*/
* html #navigation li {
 height: 1%;
}

