/* sitestyle.css stylesheet, version 6.0, 2006-09-11 */

/* initial conditions ============================================== */
* {
	margin: 0px;
	padding: 0px;
	}
/* /initial conditions ============================================== */

/* Tag styles ========================================================= */
html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	}
body {
	background-color: #cccccc;
	background-image: url("/pix/concrete.gif");
	color: #333333;
	text-align: center;
	}

body,td,input,textarea,select,option {
	font: normal 14px georgia,"times new roman",serif;
	}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
p,
div.p,
#pagecontainer li {
	line-height: 1.4;
	}
br {line-height: 100%;}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}

a,
a:link,
a:visited,
a:hover,
.bn1,
#pagecontainer #detail_logo a img,
#pagecontainer #detail_directions a img,
#pagecontainer #detail_image_gallery a img,
#pagecontainer a img  {
	color: #e33526;
	border-color: #e33526;
	text-decoration: none;
	}
a:hover,
.bn1:hover,
#pagecontainer #detail_directions a:hover img,
#pagecontainer #detail_image_gallery a:hover img,
#pagecontainer a:hover img {
	color: #000000;
	border-color: #000000;
	}
#pagecontainer #detail_directions a:hover img,
#pagecontainer #detail_image_gallery a:hover img,
#pagecontainer a:hover img {
	text-decoration: none;
	}

h1,h2,h3,h4 {
	font-family: arial,sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #000000;
	}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: none;
	}
h1 {
	font-size: 130%;
	font-size: 22px;
	font-weight: bold;
	padding-top: 0px;
	}
h1.v2 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	}
h2 {
	font-size: 120%;
	font-size: 18px;
	}
h3 {
	font-size: 110%;
	font-size: 16px;
	}
h4 {
	font-size: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}

table {border-collapse: collapse;}
table.separate {border-collapse: separate;}

form table td {padding: 3px;}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}
legend {padding: 0px 5px 0px 5px;}

img {border-width: 0px;}
img, div {
	behavior: url("/iepngfix/iepngfix.htc");/* IE 5-6 png fix */
	}
/* /Tag styles ========================================================= */

/* list styles ========================================================= */
ul, ol {margin: 0px 0px 0px 5px;}
ul {padding: 0px 0px 0px 15px;}
ol {padding: 0px 0px 0px 25px;}
li {}
ul.bullet {list-style-image: url("/pix/bullet.gif");}
/* /list styles ========================================================= */

/* form ================================================================= */
option {padding: 0px 5px 0px 0px;}

label {
	font-weight: bold;
	font-size: 10px;
	}
input {width: 300px;}
textarea {width: 300px;}

.required {color: #cc0000;}
.auto {width: auto !important;}

.form1 {
	padding: 10px 0px 10px 0px;
	}
.form1 div {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 4px 114px;
	}
.form1 div {width: 380px;}
html>body .form1 div {width: auto;}
.form1 label {
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 0;
	width: 110px;
	text-align: right;
	}
.form1 div div.multicontainer,
.form1 div div.multicontainer div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset,
.form1 div.controlset div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset label {
	position: static;
	font-weight: normal;
	font-size: 100%;
	padding: 0px 10px 0px 4px;
	}
.form1 div.controlset label.label2 {
	font-family: arial,sans-serif;
	font-weight: bold;
	}

.form1 div.controlset input {
	width: auto;
	}
/* /form ================================================================= */

/* buttons =========================================================================== */
/* NOTE: do NOT put these stroked buttons in a tight table, or IE will 
cut off the top border. If you MUST put them into a tight table, 
set the cellpadding to be equal with the padding below */
a.bn1, a:visited.bn1, input.bn1 {
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	text-decoration: none !important;
	}
input.bn1 {
	cursor: pointer;
	padding: 1px;
	}

.button {
	font-family: arial,sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 0px 0px 8px;
	background-image: url("/pix/arrow.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	}
.button:hover {
	background-image: url("/pix/arrow_roll.gif");
	}

.bn_docs {
	font-size: 10px;
	font-family: arial,sans-serif;
	padding: 0px 0px 0px 16px;
	background-image: url("/pix/icon_download.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
/* /buttons =========================================================================== */

/* body structure ================================================================== */
#shell {
	width: 815px;
	margin: 65px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
	border-style: solid;
	border-width: 0px;
	border-color: #00ff00;
	}
#shellb1 {
	background-image: url("/pix/stripes_horizontal.gif");
	background-repeat: repeat-x;
	background-position: top right;
	background-color: #ffffff;
	padding-top: 4px;
	}
#shellb2 {
	background-image: url("/pix/stripes_vertical.gif");
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #ffffff;
	padding-right: 4px;
	}
#shellb3 {
	background-image: url("/pix/stripes_horizontal.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #ffffff;
	padding-bottom: 4px;
	}
#shellb4 {
	background-image: url("/pix/stripes_vertical.gif");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #ffffff;
	padding-left: 4px;
	background-color: #f2efea;
	}
#shell_bg {
	background-color: #f2efea;
	background-image: url("/pix/bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
#shell_pos {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	}

/* /body structure ================================================================== */

/* header ============================================================= */
#header {
	position: absolute;
	top: -62px;
	left: -20px;
	z-index: 0;
	}
/* /header ============================================================= */

/* page ============================================================== */
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	/* stops page height "flash" on js resize */
	min-height: 1000px;
	height: expression("1000px");
	}
#pagecontainer img,
#pagetop img {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	padding: 2px;
	}
#pagecontainer a img,
#pagetop a img {
	border-color: #0000ff;
	}
#pagecontainer a:hover img,
#pagetop a:hover img {
	border-color: #ff0000;
	}
#pagecontainer img.noborder,
#pagetop img.noborder {
	border-width: 0px;
	}

#pagetop {
	padding: 0px 30px 20px 30px;
	}

#pageboxfull {
	margin: 0px 0px 0px 0px;
	}
#pageboxfull_b {
	padding: 0px 30px 30px 30px;
	}
#pagebox1 {
	margin: 0px 180px 0px 0px;
xborder: solid 1px red;
	}
#pagebox1_b {
	padding: 0px 30px 30px 30px;
	}
#pagebox2 {
	/* NOTE: NO padding or margins in this box!!! use the width and right values instead */
	position: absolute;
	right: 30px;
	top: 0px;
	width: 150px;
	xbackground-color: #ffffff; /* in-case javascript is turned off */
xborder: solid 1px green;
	}
#pagebox2_b {
	padding: 35px 0px 30px 0px;
	}
#pagebox2_detail {
	padding-top: 52px;
	}
/* /page ============================================================== */

/* footer ============================================================= */
#footer1,
#footer1 a,
#footer1 a:link,
#footer1 a:visited,
#footer1 a:hover,
#footer2,
#footer2 a,
#footer2 a:link,
#footer2 a:visited,
#footer2 a:hover {
	font-size: 10px;
	text-align: right;
	color: #ffffff;
	}
#footer2 a {
	text-decoration: underline;
	}

#footer1 {
	}

#footer2 {
	padding: 0px 0px 20px 10px;
	}
#footer2 #hp_byline {
	padding: 3px 0px 3px 20px;
	background-image: url("/pix/hp_bug.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
/* /footer ============================================================= */

/* navs =============================================================== */
ul#mainnav {
	margin: 0px;
	padding: 0px 10px 25px 240px;
	list-style-type: none;
	font-family: arial,sans-serif;
	}
ul#mainnav li {
	float: left;
	height: expression('1%');
	}
ul#mainnav li.navstatic {
	background-image: url("/pix/nav_on_bg.gif");
	}
ul#mainnav li#li_start {}
ul#mainnav li#li_end {}
ul#mainnav a {
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 15px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #d2cdcb;
	font-size: 14px;  
	text-transform: lowercase;
	white-space: nowrap;
	}
ul#mainnav a#start {border-left-width: 1px;}
ul#mainnav a#end {}

ul#mainnav a.nav,
ul#mainnav a:visited.nav,
ul#mainnav a:hover.nav {
	font-weight: bold;
	text-decoration: none;
	}
ul#mainnav a:hover.nav {
	text-decoration: none;
	}
ul#mainnav a.navstatic,
ul#mainnav a:visited.navstatic,
ul#mainnav a:hover.navstatic {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
ul#mainnav a:hover.navstatic {
	}

ul#footernav {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
	}
ul#footernav li {
	display: inline;
	}
ul#footernav a {
	xfont-size: 10px;
	xcolor: #333333;
	text-transform: lowercase;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	padding: 0px 5px 0px 5px;
	}
ul#footernav a#end {padding-right: 0px;}

ul#footernav a, ul#footernav a:visited {
	}
ul#footernav a:hover {
	}
/* /navs =============================================================== */


/* misc classes ===================================================================== */
.alert {color: red;}
.smtxt {font-size: 85%;}

.nowrap {white-space: nowrap;}

.block {display: block;}
.inline {display: inline;}
.none {display: none;}

.floatright {float: right;}
.floatleft {float: left;}
.clear {clear: both;}

img.picleft {display: block;}
.picleft, img.picleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
img.picright {display: block;}
.picright, img.picright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

div.pictxtleft:after,
div.pictxtright:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
div.pictxtleft,
div.pictxtright {
	display: expression("inline-block");
	padding-top: 8px;
	padding-bottom: expression("10px");
	}
div.pictxtleft h1,
div.pictxtleft h2,
div.pictxtleft h3,
div.pictxtleft h4,
div.pictxtright h1,
div.pictxtright h2,
div.pictxtright h3,
div.pictxtright h4 {
	padding-top: 0px;
	}
div.pictxtleft img {
	float: left;
	margin: 2px 10px 10px 0px;
	}
div.pictxtright img {
	float: right;
	margin: 2px 0px 10px 10px;
	}

.clearfix:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#toppic {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
	margin: 0px 0px 15px 0px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #999999;
	}
#toppic #image {
	}
#toppic #text_c {
	position: absolute;/* top/right/bottom/left attributes MUST be in page to be correctly modified by the js */
	z-index: 20;
	padding: 2px 8px 3px 6px;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #999999;
	}
html>body #toppic #text_c #text_bg {/* IE 6 does will NOT take the width/height from text_c above */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=20);
	-khtml-opacity: .20;
	-moz-opacity: .20;
	opacity: .20;
	}
#toppic #text_c #text {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 30;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
	}
#toppic #text_c #text h2{
	}

#sponsors_list {
	position: relative;
	top: -5px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 20px 0px;
xborder: solid 1px #000000;
	}
#sponsors_list p, #sponsors_list div {
	font-family: arial,sans-serif;
	font-size: 85%;
	color: #333333;
	}
#sponsors_list img {
	border-width: 0px;
	}
#sponsors_list h2 {
	background-image: url("/pix/sponsor_top.gif");
	background-repeat: no-repeat;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #675e5a;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	background-color: #fcfaf9;
xborder: solid 1px #000000;
	}
#sponsors_list div h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 5px 0px;
	}
#sponsors_list .row1,
#sponsors_list .row2 {
	padding: 10px 10px 10px 10px;
	}
.row_divider {
	width: 150px;
	height: 7px;
	float: left;
	position: relative;
	top: -3px;
	left: 0px;
	z-index: 10;
xborder: solid 1px #000000;
	}
#sponsors_list .row1 {
	background-color: #fcfaf9;
	}
#sponsors_list .row2 {
	background-color: #f6f4f1;
	}
#sponsors_list #row_start {
	padding: 0px 10px 10px 10px;
	}
#sponsors_list #row_end {
	}

#dir_featured {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
	border: solid 1px #d2cdcb;
	background-color: #fcfaf9;
	}
#dir_featured #dir_featured_picleft {
	float: left;
	padding: 0px 10px 0px 0px;
	}
#dir_featured h2 {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 0px;
	}
#dir_featured h3 {
	padding-top: 0px;
	}
#dir_featured img {
	padding: 0px;
	border-width: 0px;
	}
#dir_featured_text {
	}

#dir_reset {
	float: right;
	padding: expression("3px 0px 3px 0px");
	}
#dir_search {
	float: left;
	}
#dir_search input {
	width: 170px;
	}
#dir_search_submit {
	position:relative;
	top: -2px;
	top: expression("0px");
	}
#dir_cats {
	}
#dir_nav {
	padding: 0px 0px 15px 0px;
	line-height: 2.5;
	}
#dir_nav a {
	font-family: arial,sans-serif;
	text-align: center;
	padding: 3px;
	margin: 0px 3px 5px 0px; 
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e33526;
	}
#dir_nav a:hover {
	border-color: #000000;
	}
.dir_hd {
	padding: 3px 2px 3px 5px;
	margin: 0px 0px 10px 0px;
	background-color: #dfdedd;
	}
.dir_hd h1,
.dir_hd h2,
.dir_hd h3,
.dir_hd h4 {
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	}
table.dir {
	width: 100%;
	margin: 0px 0px 10px 0px;
xborder: solid 1px #000000;
	}
table.dir td {
	width: 50%;
	padding: 0px 10px 5px 0px;
	}
.dir_top_bn {
	display: block;
	font-family: arial,sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0px 20px 0px;
	text-align: right;
	}
.dir_top_bn:before {
	content: "- ";
	}
.dir_top_bn:after {
	content: " -";
	}

#detail_toppic {
	padding: 0px 0px 15px 0px;
	}
#detail_toppic_right {
	float: right;
	padding: 0px 0px 15px 15px;
	}
#detail_desc {
	padding: 0px 0px 10px 0px;
	}
#detail_blurb {
	padding: 0px 0px 10px 0px;
	}
#detail_docs {
	padding: 0px 0px 20px 0px;
	}
#detail_docs div {
	padding: 0px 0px 5px 0px;
	}
#detail_other_sites {
	}
#detail_other_sites a {
	padding: 0px 8px 0px 0px;
	}
#detail_logo {
	margin: 0px 0px 5px 0px;
	background-color: #ffffff;
	}
#detail_contact {
	font-family: arial,sans-serif;
	font-size: 85%;
	}
#detail_contact div {
	padding-bottom: 5px;
	}
#detail_address {
	color: #000000;
	}
.detail_phone {
	xfont-size: 10px;
	xtext-transform: uppercase;
	padding-left: 18px;
	background-image: url("/pix/icon_phone.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
.detail_fax {
	xfont-size: 10px;
	xtext-transform: uppercase;
	padding-left: 18px;
	background-image: url("/pix/icon_fax.gif");
	background-position: 0px 1px;
	background-repeat: no-repeat;
	}
.detail_email {
	xfont-size: 10px;
	xtext-transform: uppercase;
	padding-left: 18px;
	background-image: url("/pix/icon_email.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	}
.detail_contact_name {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 18px;
	}
.detail_web {
	xfont-size: 10px;
	xtext-transform: uppercase;
	padding-left: 18px;
	background-image: url("/pix/icon_web.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	}
#detail_hours {
	margin: 10px 0px 10px 0px;
	padding-left: 18px;
	background-image: url("/pix/bn_hours.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
#detail_hours span {
	font-size: 10px;
	text-transform: uppercase;
	}
#detail_directions {
	padding-top: 20px !important;
	}
#detail_directions img {
	display: block;
	margin-bottom: 5px;
	}
#detail_directions a.bn_directions {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 18px;
	background-image: url("/pix/bn_directions.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
#detail_image_gallery {
	padding-top: 20px !important;
	}
#detail_image_gallery img {
	display: block;
	margin-bottom: 5px;
	}
#detail_image_gallery a.bn_image_gallery {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 18px;
	background-image: url("/pix/bn_gallery.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}

.filetree_container {
	float: left;
	min-width: 100%;
	white-space: nowrap;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 5px;
	}

.line {
	margin: 8px 0px 10px 0px;
	border-style: dotted;
	border-width: 2px 0px 0px 0px;
	border-color: #cccccc;
	}

.wp_last3 {
	}
.wp_last3_headlines {
	}

/* /misc classes ===================================================================== */

/* print styles ========================== */
@media print {
/* hack to give hasLayout to IE7, stops runaway printing */
#pagecontainer,
#pageboxfull,
#pagebox0,
#pagebox1,
#pagebox2,
#pagebox3 {
	min-height: 0 !important;
	}
/* /hack to give hasLayout to IE7 */
	}
/* /print styles ========================== */
