@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../../images/damask.jpg);
	background-repeat: repeat;
	overflow: hidden;
}
.oneColFixCtrHdr #container {
	width: 100%; /* this overrides the text-align: center on the body element. */
	margin: 0;
}
.oneColFixCtrHdr #header {
	margin:0;  /* 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. */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	background-image: url(../../images/damaskdark.jpg);
	background-repeat: repeat;
	width: 100%;
}
.oneColFixCtrHdr #header a:link {
	color:#CCC;
	text-decoration:none;
	font-weight:lighter;
	}
	.oneColFixCtrHdr #header a:visited {
	color:#CCC;
	text-decoration:none;
	font-weight:lighter;
	}
.oneColFixCtrHdr #header a:active {
	color:#FFF; 
	text-decoration:none;
	font-weight:lighter;
	}	
.oneColFixCtrHdr #header a:hover {
	color:#FFF;
	text-decoration:none;
		font-weight:lighter;
	}
.oneColFixCtrHdr #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 */
	font-weight: lighter;
	color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	margin:0;
	background-position: center center;
	height: 800px;
	width: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;

}
.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFF;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	text-shadow: #3F0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../../images/pattonsmenubar.png);
	background-repeat: repeat;
	text-shadow:#0F3; 
}
.oneColFixCtrHdr #footer a:link {
	color:#CCC;
	font-weight:lighter;
	}
img.oneColFixCtrHdr {
	/* Set rules to fill background */
        /*min-height: 100%;*/
        /*min-width: 1800px;*/

        /* Set up proportionate scaling */
        width: 100%;
	height: auto;
	/* Set up positioning */
        /*position: fixed;*/
        top: 0;
	left: 0;
	z-index: 0;

}
#logofloat {
	left: 15px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	position: absolute;
	float: left;
}
#header h1 selected {
	text-decoration: underline;
}
#textbox {
	position: absolute;
	top: 150px;
	left: 280px;
	width: 500px;
	border: 5px ridge #999;
	background-image: url(../../images/damask%20light.JPG);
	background-repeat: repeat;
	text-align: left;
	padding: 20px;
	margin-right: 20px;
}
.oneColFixCtrHdr #container #mainContent #textbox p strong {
	font-family: Arial, Helvetica, sans-serif;
}
/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* { margin:0; padding:0; }
body {
}
	img{ border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; }
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }	
.oneColFixCtrHdr #mainContent #footer p a {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent #textbox #form1 fieldset {
	display: block;
}
#label {
	display: block;
}
