@charset "utf-8";
body {
	font-family:"Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	letter-spacing: .1em;
	/*background-image: url(images/scovil_background_A.jpg); background-repeat: no-repeat; background-position: center;*/
}
a:link, a:visited {
	color:#FFFFFF;
}

.oneColLiqCtrHdr #container {
	/*width: 80%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #000000;
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
	background-image: url(mainLogo.gif);
	background-repeat: no-repeat;
	background-position: center;*/
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10%; /* 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.label{
	font-size: 150%; /*2em;*/
	text-decoration: none;
}
.label2{
	font-size: 1.2em;
	text-decoration: none;
}
.button {
	background-color:#000000;
	border-color:#FFFFFF;
	border-style:outset;
	padding: 5px;
	color:#FFFFFF;
	text-align: center;
	cursor: pointer;
	font-family: "Times New Roman", Times, serif;
}

.hide {visibility: hidden;}
.show {visibility: visible;}

#header #site-name {
	font: 300% "Times New Roman";
	letter-spacing: .05em; 
	/* margin:0 0 0 40px; */
	padding:8px 0 0 0;
	color:#FFF;
	border:none; 
	text-align:center;
	}
.welcome {font: 260% "Times New Roman"; 
	font-style: italic; 
	text-align:center;
	margin-bottom: 10px;
	}
h2.welcome {font-size: 230%}
h3.welcome {font-size: 150%}

#mainContent #directions {font: 155% "Times New Roman"; font-style: italic; text-align:center;}
#mainContent #message {font: 100% "Times New Roman"; font-style: normal; text-align:center; color:red}
#contact_box {font:125% "Times New Roman";}

.fieldTable td {text-align:left;}

/* TOP BORDER ON LOGIN PAGE */
#border {
	background-image: url(/border1.jpg);  /* means border1.jpg in root dir of website */
	background-repeat: repeat-x; 
	background-position: right top; 
	background-size: auto 100px; 
	height:100px; 
	margin: 2px 0 25px 0px;
	}
div.featured_item {
	display: inline-block; 
	width: 650px; margin:7px; 
	background-color: #666666; 
	color:white; 
	font-family: arial,tahoma,verdana,sans-serif; 
	padding:1px;"
	}	
div.featured_descrip {
	background: black; 
	padding: 8px;
	}