/* CSS Document */
/* Redefining HTML tags sitewide */
body,input,select,label,textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFF;
	color:#666;
}

#container {
	position:absolute;
	width:712px;
	height:430px;
	top:50%;
	margin-top:-215px;
	left:50%;
	margin-left:-356px;
	padding:0px;
}

#title, #print {
	font-size: 110%;
	margin-bottom: 12px;
}

#header {
	float: left;
	height:94px;
}
#header1Title {
	display: none;
}
#header2Title {
	position:absolute;
	top: 11px;
	left: 473px;
}
#header1Photo {
	position:absolute;
	top:11px;
	left: 191px;
}
#header2Photo {
	position:absolute;
	top:5px;
	left: 135px;
}
#headerNav {
	position:absolute;
	top: 57px;
	left: 5px;
}

#copyright, #homepageCopyright {
	position: absolute;
	font-size: 9px;
	color: #663333;
}

#copyright {
	top: 9px;
	left: 468px;
	width: 220px;
	text-align:right;
	white-space: nowrap;
}

#homepageCopyright {
	top: 426px;
	left: 494px;
	text-align:left;
}

#copyright a, #homepageCopyright a {
	color: #663333;
	text-decoration:none;
}

#content {
	float: left;
	width: 721px;
	height: 306px; 
}

#print {
	float: left;
	clear:both;
}


/*------------------ NAV AND FOOTER LINKS -------------------*/
#nav {
	float:left;
	clear:both;
	text-decoration:none;
}
#nav ol {
	padding:0px;
	margin: 0px;
}
#nav li {
	margin-top: 8px;
	list-style:none;
}

/*------------------ TEXT -------------------*/
a {
	color: #666;
	text-decoration:none;
}

a:hover {
	color:#663333;
	background: #ECECEC;
}

h1 {
	font-size: 190%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

ul.bigList {
	font-size: 140%;
	padding: 0px 0px 0px 16px;
	margin: 0px;
}

ul.bigList li {
	margin: 9px 0px 9px 0px;
}

ol.bigListNoBullets {
	font-size: 165%;
	padding: 0px;
	margin: 0px;
	color: #66676B;
	font-weight: bold;
}

ol.bigListNoBullets li {
	list-style-type: none;
	padding: 0px;
	margin: 2px 0px 2px 0px;
}

ol.bigListNoBullets .itemDesc {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px;
}

/*------------------ FORMS ------------------*/

form, label, input, textarea {
	font-size: 100%;
}

form {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

label {
	display: none;
}

input {
	font-weight:normal;
}

.textInput, .textArea {
	border: solid 1px #999;
	padding: 1px 2px 2px 2px;
	width: 207px;
	margin-bottom: 2px;
}

.textArea {
	height: 45px;
}

.textInput, .textInputGet {
	height: 11px;
}

.textInputGet {
	border: solid 1px #999;
	padding: 2px;
	width: 140px;
	font-size: 11px;
	margin: 7px 2px 0px 0px;
}

.formButton {
	float: left;
	clear: both;
	color: #FFF;
	background-color: #CCC;
	border: 0px;
	padding: 2px;
	margin-top: 1px;
}

.formButtonGet {
	color: #FFF;
	background-color: #CCC;
	border: 0px;
	padding: 3px 2px 1px 2px;
	font-size: 10px;
	width: 46px;
	height: 17px;
}

.formButton:hover, .formButtonGet:hover {
	background-color: #FFF;
	color: #CCC;
	padding: 2px 1px 0px 1px;
	border: solid 1px #CCC;
}

/*------------------ COLS -------------------*/
#col1 {
	float:left;
	margin: 3px 0px 0px 8px;
	width: 465px;
}

#col2 {
	float:left;
	width: 212px;
	margin: 3px 0px 0px 21px;
}

#col2 a {
	font-weight: bold;
}

#col2 #captionText {
	float: left;
	clear: both;
	border-top: solid 1px #663333;
	width: 212px;
	margin-top: 13px;
	padding: 7px 0px 7px 0px;
}
#col2 #captionText span {
	position: relative;
	left: -9px;
}

/* Holly Hack Targets IE Win only \*/* html #col2 #captionText { display: block; } /* End Holly Hack */

#nextPrevBack {
	height: 24px;
	border-bottom: solid 1px #663333;
	margin-bottom: 5px;
	text-align:center;
	font-size: 110%;
	color: #CCC;
	padding-top: 5px;
}

#nextPrevBack a {
	font-weight: normal;
}

#galleryPages {
	text-align: left;
	font-size: 120%;
	padding: 4px 0px 4px 0px;
	width:215px;
}

/*------------------ IMAGE -------------------*/
