@charset "utf-8";
/* CSS Document 
Author: J.Cousins April 2009 www.inhouselogic.com
*/
* { font-size: 100%;}
html {font-size: 62.5%;}
body {
	font-size: 1.4em;
	background-color: #39352F;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #D8D7CF;
}
a:link {
	color: #E0B78B;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E0B78B;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Verdana, sans-serif;
}
h1 {
	font-size: 1.8em;
	color: #6C4139;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 0.7em;
}
h2 {
	font-size: 1.6em;
	color: #6C4139;
}
h3 {
	font-size: 1.5em;
	color: #54636A;
}
h4 {
	font-size: 1.4em;
	color: #56656C;
}
h5 {
	font-size: 1.2em;
	color: #54636A;
}
h6 {
	font-size: 1.2em;
	color: #FFFFFF;
}

#outerWrapper1 {
	width: 100%;
	border-bottom-color: #39352F;
}

#outerWrapper1 #innerWrapper1 {
	margin: 10px;
	border-top-color: #384145;
	border-right-color: #384145;
	border-bottom-color: #384145;
	border-left-color: #384145;
	background-color: #39352F;
	background-image: url(../imgs/bkgnd_wrapper.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#pagerWrapper1 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#pagerWrapper1 {
}

#pagerWrapper1 #pageWrapper2 {
	color: #5B6A71;
}

#masthead {
	height: 250px;
	background-color: #92A3A9;
	background-image: url(../imgs/ihl_masthead.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* ----------------------------- START NAV STYLES ---------------------------- */
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 33px;
	font-weight: bold;
	color: #99CC99;
	text-decoration: none;
	background-color: #394348;
	height: 33px;
	background-image: url(../imgs/bkgnd_nav1.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-size: 16px;
}

#navigation ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;	/* fixes Firefox 0.9.3 */
}
#navigation ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #D1D1C5;
	text-decoration: none;
	-moz-text-shadow: 2px 2px 6px #333;
	-webkit-text-shadow: 2px 2px 6px #333;
	text-shadow: 2px 2px 6px #333;
	}

#navigation ul li a:hover,
#navigation ul li a:active {
	/*background-color: #141718;*/
	color: #E5D3BB;
	background-image: url(../imgs/arrow_up.gif);
	background-position: 50% -3px;
	background-repeat: no-repeat;
}

#navigation #active { border-left: 1px solid #fff; }
/* ----------------------------- END NAV STYLES ---------------------------- */

#content {
	padding: 16px 8px 8px 8px;
	background-image: url(../imgs/cc_watermark.gif);
	background-position: 15px 100%;
	background-repeat: no-repeat;
	min-height: 500px;
}

#footer {
	background-color: #394348;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1C2022;
	height: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #272521;
	padding: 12px 16px 0 16px;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: 0;
	background-image: url(../imgs/ihl_footer.jpg);
}

#footer #siteCredit {
	float: right;
	padding-right: 2em;
	text-align: right;
}

#footer #copyright {
	float: left;
	width: 650px;
}

#content #article {
	float: left;
	width: 525px;
	padding-left: 16px;
}

#clearingBlock {
	display: block;
	margin: 0px;
	padding: 0 0 39px 0;
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
}

#content #pageGallery {
	float: left;
	width: 345px;
	display: block;
	margin-left: 35px;
}

#article p {
	padding-left: 2em;
	line-height: 1.8em;
	padding-bottom: 0.7em;
	padding-right: 2em;
}
#pageGallery p {
	padding-left: 1em;
	line-height: 1.8em;
	padding-bottom: .8em;
}

#article ul,
#article ol {
	padding-left: 3em;
	list-style-position: outside;
	padding-bottom: 0.7em;
}
#article ul {
	list-style-type: circle;
}
#article ul li,
#article ol li {
	padding-bottom: .5em;
}
#footer a,
#footer a:link,
#footer a:visited {
	font-weight: normal;
	color: #39352F;
}

#footer a:hover,
#footer a:active {
	font-weight: normal;
	color: #669933;
}

#pageGallery img {
	padding: 5px;
	float: left;
	border: 1px solid #544D45;
	margin-right: 6px;
	margin-bottom: 6px;
}

#errorBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	display: block;
	clear: left;
}

#pageGallery h1 {
	font-size: 1.2em;
	padding-top: 20px;
}

#pageGallery #recordControlBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	display: block;
}

#pageGallery #galleryBlock {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* ------------------------ FORM CONTROLS ------------------------- */

.caption {
	font-size: 11px;
	color: #666666;
}
.input {
	font-size: 11px;
	color: #666666;
}
.textarea {
	font-size: 11px;
	color: #666666;
}
.form_label {
	font-size: 12px
}
label {
	font-size: 10px;
}
fieldset {
	color: #D9D9D9;
	margin-top: 2em;
	border: 1px solid #D9D9D9;
}
.button {
	color: #003366;
	background-color: #D9D6B7;
	display: block;
}
.button1 {
	color: #FFFFFF;
	background-color: #5A6B72;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.form_label1 {
	font-size: 1.25em;
	color: #6C4139;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.input1 {
	font-size: 1.1em;
	color: #333333;
	background-color: #F9FBF8;
	border: solid #B9C5B8 1px;
	margin-bottom: 3px;
}
.error_list {
	color: #000000;
	border: 1px solid black;
	display: block;
	margin: .4em 1.2em 1em 1.2em;
	background-color: #EE7A66;
	padding: 1em 2em;
}
#form_table .error_list li,
blockquote .error_list li {
	background-image: none;
	padding-left: 5px;
}
#form_table .error_list li ul,
blockquote .error_list li ul {
	padding-left: 5px;
	margin-left: 15px;
	margin-top: 10px;
}
#form_table .error_list li ol li,
blockquote .error_list li ol li {
	background-image: none;
	padding-left: 5px;
	margin-left: 10px;
}
.legend_text {
	font-size: 0.8em;
	color: #666666;
	margin-left: 30px;
	padding: 3px 6px;
	border: 1px solid #363636;
	background-color: #EDEBDC;
}
#form_table {
	margin-right: auto;
	margin-left: auto;
	margin-top: .1em;
	margin-bottom: 1em;
	width: 460px;
	background-color: none;
}
/* -------------------- END FORM CONTROLS --------------------------- */

#outerWrapper1 #innerWrapper1 #pagerWrapper1 #pageWrapper2 #contentWrapper {
	background-image: url(../imgs/bkgnd_content1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
}

#pageGallery #galleryBlock img { 
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	
	-moz-border-radius: 4px;
	-moz-outline-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline-radius: 5px;
 }

