/* CSS for Woynarski's website by Nautalex */

/*Always Show Vertical Scrollbar in Firefox 
regardless of whether there is content to scroll (this is automic by Internet Explorer)*/
html {overflow: scroll;}


body 
	{
	background-color: #800000;
	
	
	font:9pt sans-serif;
	line-height:1.4em;   /* makes text easier to read */
	color:#333333;
	text-align:left;
	vertical-align:top;
	
	}

.whitespace
  {
	background-color: #ffffff;
	width:718px;
	border: 5px #300202 double;
	
	vertical-align: top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;

	top: 0px;
	height: auto;
	left: 0px;
	}


td
	{
	font-size:7pt;
	white-space: nowrap;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	}	
	
th
	{
	text-align:right;
	font-weight:normal;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
	}

tr.highlight {
	background-color: #E7E7E7;
	
	padding: 1px;
}

input {padding:0px; }
		
.floatright
	{float:right;
	margin-left:3em;
	text-align:right;
	}

.tableheaderimg
	{
	
	}


.clearboth
	{clear:both;
	}		
	
h2 {
	text-align:center;
	line-height: 1.5em;
}



.right {text-align:right;}
.center {text-align:center;}
.left {text-align:left;}

img.center { display: block;
    margin-left: auto;
    margin-right: auto;
		padding:20px 0px 20px 0px; }

.imglink {margin:0px; 
				padding:0px;
				border:0px;
				}


		
.googlemap {
          display: block;
          border: 2px solid;
    	 margin-left: auto;
         margin-right: auto;
				 padding-top: 220px;
				 padding-bottom: 120px;
				 }
#map{
	border: 2px solid #800000;
	margin-left: auto;
	margin-right: auto;
	
	
	position: relative;
	left: auto;
	right: auto;
	width: 700px;
	height: 500px;
    }

textarea {font:9pt serif;}


/* =float clearing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.floatfix {
   display: block;
   height: 1%;
}

.floatfix:after{
   	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
}


/* =nav
~~~~~~~~~~~~~~~~~~~*/

ul#nav{
	list-style: none;
	padding-bottom: 3px;
	width: 100%;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 5px;
}

ul#nav li{
	float: left;
	margin-right: 10px;

}

ul#nav li a{
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/* =subnav
~~~~~~~~~~~~~~~~~~~*/
ul#subnav, ul#subnav ul{
	list-style: none;
	margin-bottom: 100px;
}

#footer ul{
	list-style: none;
	padding-left: 20px;
}

ul#subnav li{
	margin-bottom: 15px;
}

ul#subnav li ul li{
	margin-bottom: 0px;
}

ul#nav li a{
	display: block;
}


#footer ul li{
	float: left;
	padding-left: 20px;
}

/* =hyperlinks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link, a:visited {
	color: #800000;
}

a:hover, a:active{
	color: #800000;
	text-decoration: underline;
}

#header a:link{
	color: #800000;
}

ul#nav li a, #footer ul li a{
	text-decoration: none;
}

ul#nav li a:hover, #footer ul li a:hover{
	text-decoration: underline;
}



ul#nav li#subnav a, ul#nav li#subnav a:hover{
	color:#800000;
	text-decoration: none;
}


#header{
	
	background: transparent url('images/nav_bg.jpg') center bottom no-repeat;
	color: white;
}


#footer{
	background: transparent url('images/nav_bg.jpg') center top no-repeat;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 11px;
	clear: both;
}


/* Menu */

#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	border: 1px solid #999999;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	
}

#dropmenudiv a:hover{ /*hover background color*/
	
	text-decoration: underline;
}



.whitespace h1 {
	font-family: sans-serif;
	font-size: 24px;
}
.whitespace h2 {
	font-family: sans-serif;
	font-size: 18px;
}


.normaltable td {
	font-size:9pt;
	white-space: nowrap;
	text-align: right;
	border:thin outset #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.normaltable th {
	font-size:9pt;
	padding:10px 0px 10px 0px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	background-color: #cccccc;
	border: thin outset #cccccc;
}

#errmessage {
    font-family:  sans-serif;
    font-size: 12px;
    color: #800000;
    background-image: url(images/i_warn.gif);
    background-repeat: no-repeat;
    margin-left: 4px;
    padding-left: 28px;
    width: 80%;
    height: 50px;
    text-align: left;
    background-position: 2px 2px;
    visibility: hidden;

}



input.button {
	background: #800000;
	color: #FFFFFF;
	border-style: outset;
	text-align:center;
	padding-top: 8;
	padding-right: 0;
	padding-bottom: 8;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	vertical-align: middle;
	height: 30px;
	width: 350px;
	cursor:pointer;
	font-family:sans-serif;
	font-size: 9pt;
}

input.button:hover {
	border-style: inset;
	
}
input.inputtext{
	font-family:sans-serif;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* =hyperlinks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td a:link, td a:visited , td a:active{
    text-decoration: none;
	color: #FFFFFF;
}

td a:hover{
    color: #FFFFFF;
	text-decoration: underline;
}

.left_column{
	float: left;
	width: 340px;  
   

}

.right_column{
    float: right;
	width: 340px;  
}

.link_board{
	background-image: url(images/linktable.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
	margin-bottom: 10px;
}

.linktitle{
	font-weight: normal;
	margin-left: 7px;
	margin-top: 1px;
}

.linkcontent ul li{
	list-style-type: circle;
}

.sub_title{
	font-weight: bold;
	text-align: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}


ul li{
 list-style-type: circle;
}
.pdffilelisttable {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
}

.pdffilelisttable td {
	font-size:9pt;
	white-space: nowrap;
	text-align: right;
	border:thin outset #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pdffilelisttable td a:link, .pdffilelisttable td a:link,.pdffilelisttable td a:visited, .pdffilelisttable td a:hover, .pdffilelisttable td a:active {
	
	color: #800000;
	text-decoration: underline;
}



.pdffilelisttable th {
	font-size:9pt;
	padding:10px 0px 10px 0px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	background-color: #cccccc;
	border: thin outset #cccccc;
}
.getadobeimg{
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
}
