* { margin:0; padding:0;}

body {font-size: 12px; background-color:#000000;font-family: georgia, Sans-Serif, Times New Roman, Times; margin:0;padding:0; line-height:22px; background:#000000; background-repeat:no-repeat; background-position:top center;}

a { color: #ffffff; text-decoration:none; font-style:italic; font-weight:bold; }
a:hover { text-decoration:underline; color:#fecd28}

h3 {font: 17px Georgia, serif; line-height: 28px; text-transform: none; color: #000; margin:20px 0 0 0; padding:0;}
h2 {font: 27px Georgia, serif; line-height: 28px; text-transform: none; color: #000; margin:20px 0 0 0; padding:0;}

img { border:0;}

td { vertical-align:top;}

input, textarea, body, select, font, table
	{ font-family:Verdana; font-size:11px; line-height:14px;color:#787970;}

font { color:#EE381A; font-family:Georgia, Times New Roman, Times, serif;}
.c_text { color:#787970;}
.c_text a { color:#787970; text-decoration:none;}
.c_text a:hover { text-decoration:underline;}

.t_text { color:#353701; font-family:Tahoma; font-size:12px;}

.dark_block { color:#787970;}
.dark_block font { color:#BABBAC; font-weight:bold;}
.dark_block a { color:#787970;}
.dark_block ul li { color:#5A7100;}
.dark_block li {line-height:24px; }
.dark_block li a { color:#5A7100;}
.dark_block .link { background:url(images/1-a.gif) no-repeat right; padding-right:10px;}
.dark_block .link a { color:#AEAFA2; text-decoration:none; background:url(images/1-h-l.gif) repeat-x bottom; margin-right:1px;}
.dark_block .link a:hover { background:none;}
.dark_block span a { color:#5A7100;}

.light_block, .light_block td { color:#605B57;}
.light_block a { color:#605B57;}
.light_block font a { color:#5A7100; font-weight:bold;}
.light_block .link { background:url(images/a.gif) no-repeat right; padding-right:10px;}
.light_block .link a { color:#33383A; text-decoration:none; background:url(images/h-l.gif) repeat-x bottom; margin-right:1px;}
.light_block .link a:hover { background:none;}
.light_block ol li { color:#33383A;}
.light_block ul li { color:#5A7100; list-style:circle}
.light_block li {line-height:10px; }
.light_block li a { color:#5A7100;}

.h_l { background:url(images/h-l.gif) repeat-x; height:1px;}

.homepage { background-image:url(images/btsite5_04.jpg); background-repeat:no-repeat; padding-left:18px; padding-right:18px; padding-top:0px; font-family:Georgia, Times New Roman, Times, serif; color:#FFFFFF; font-size:14px; line-height:20px;}
.homepage2 { font-family:Georgia, Times New Roman, Times, serif; color:#FFFFFF; font-size:18px;}

.c1 {font-family:Georgia, Times New Roman, Times, serif; font-size:12px; color:#FFFFFF;}
.c2 {font-family:Georgia, Times New Roman, Times, serif; font-size:10px; color:#FFFFFF; padding-top:2px; padding-bottom:10px;}
.main {background-color:#FFFFFF; text-align:left}

.hand1	{ font-weight:bold; text-align:center; font-size:14px}
.handtitle { font-weight:bold; text-align:center; font-size:12px; background-color:#30533d; color:#FFFFFF; text-align:center; padding:6px}
.handtitle1 { font-weight:bold; text-align:center; font-size:12px; background-color:#ad9f8d; color:#FFFFFF; text-align:center; padding:6px}



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family:Verdana; 
	font-size:11px;
	line-height:14px;
	color:#787970;
  margin: 0;
  padding: 20px;
  
}

form fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 20px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  width:200px
}

form br {clear:left;}

form input, form textarea, select {
	display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;  /* set margin on left of form elements rather than right of label aligns textarea better in IE */
                             
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                     /* be careful with padding, it'll shift the nice offset on top of border  */
	
}


form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would lessen cognitive load */
}

.form {background:url(images/form_bg.jpg) no-repeat 0 0; height:99px; width:225px; color:#5c5c5c; margin:0 0 10px 27px}
.form .ind {padding:17px 10px 0 13px}
.form .input_1 {width:127px; height:18px; font-size:1em; color:#121212; margin-right:7px}
.form a {color:#5c5c5c; text-decoration:underline}
.form a:hover {text-decoration:none}


ul#gallery, ul#gallery li{
	margin:0;
	padding:0;
	list-style:none;
	}
ul#gallery{
	margin:2em 0;
	}			
ul#gallery li{
	float:left;
	display:inline;
	margin-right:5px;
	}								
ul#gallery a{
	float:left;
	display:inline;
	position:relative;
	}	
ul#gallery a:hover{
	background:none;
	z-index:100;
	}	
ul#gallery a span{
	display:none;
	}
ul#gallery a:hover span{
	float:left;
	display:block;
	cursor:pointer;
	}
ul#gallery a:hover em{
	display:none;
	}				
ul#gallery a img{
	border:0px solid #999;
	padding:2px;
	background:#fff;
	}	
ul#gallery a:hover img{
	border:0px solid #000;
	}
