@charset "utf-8";

/* Globals */

html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	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-color: #333;
	background-image:url(/images/background.gif);
	background-repeat: no-repeat;
}

/* Horizontal Rule */

.hr {
	color: #333;
	}

.pagelink{
	color: #F60;
	}
	
.disclaimer{
	font-size: 1em;
	color:#900;
	font-style: italic;	
	}

/* Container */
	
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 8px solid #333;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header */

*.oneColFixCtrHdr #header {
	padding: 50px 0px 0px 0px;  /* 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(/images/header.gif);
	background-repeat: no-repeat;
	
}

.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 */
}

/* Main Content */

*.oneColFixCtrHdr #mainContent {
	padding: 130px 10px 0px 20px;
	background-image: url(/images/body.jpg);
	background-repeat: repeat-y;
}

*.oneColFixCtrHdr #mainContent a{
	color:#F60;
	}

/* Random Photos */

#photo{
	border: 0px solid #333;
	float: right;
	margin: 0 0 10px 5px;
	clear:both;
	}
	

#photodescrip{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	color:#600;
	font-weight: bold;
	clear:both;
	position:relative;
	}

.photodescrip{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color:#600;
	font-weight: bold;
	margin-left: 11px;
	}


/* H1 - H4 */

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F60;
	font-variant: small-caps;
	}
	
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F60;
	font-variant: small-caps;
	}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-variant: small-caps;
	}
	
h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	}	

/* Navigation */

.oneColFixCtrHdr #Nav{
	float: right;
	margin: 10px 20px 10px 10px;
	padding: 20px 80px 20px 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C7B18B;
	border-bottom-color: #C7B18B;
	border-top-width: thin;
	border-bottom-width: thin;
	}

.oneColFixCtrHdr #Nav ul{
	margin: 0;
	padding: 0;
	text-style-type: none;
}

.oneColFixCtrHdr #Nav li{
	text-align: left;
	display: block;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D1E17;
	padding: 5px 5px 5px 5px;
	}

/* links */

	a{
	color: #2D1E17;
	text-decoration:none;
		}
	
	a:hover{
		color:#c7b18b;
		}

/* Form */

form{
	width:65%;
	}

fieldset{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: #c7b18b;
	}

input.radio, input.checkbox, input.submit{
	width:auto;
	}
	
input.radio{
	float: left;
	margin-right: 1em;
	}
	
textarea{
	width: 300px;
	height: 100px;
	}

.required{
	font-size: 0.75em;
	color:#760000;
	}

/* Table */
#table{
	width: 65%;
	border: 1px, solid, #c7b18b;
	}
td{
	padding:10px 10px 10px 10px;
	}



/* Footer */

.oneColFixCtrHdr #footer {
	padding: 20px 10px;
	background-image: url(../images/footer.gif);
	background-color: #fff;
}

.alternativecaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #600;
	font-weight: bold;
}
