@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

body {
	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: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial Unicode", Verdana, "Sans Serif";
	font-size: 65%;
	background-color: #2962A5;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
.oneColFixCtrHdr #header {
	padding: 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. */
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6d3331;
	height: 135px;
	background-color: #E6CE88;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav {
	margin: 0;
	padding-bottom: 10px;
	list-style-type: none;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
#nav li {
	font-size: 2em;
	float: left;
	text-align: right;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #2a62a6;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 2a62a6;
	padding-right: 20px;
}
#nav a {
	display: block;
	float: left;
	text-decoration: none;
	color: #2a62a6;
	margin: 0px;
}
#nav a:hover, body#b_credits #credits a, body#b_web #web a, body#b_contact #contact a{
	color: #BC262B;
	}
.oneColFixCtrHdr #mainContent {
	width: 950px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: left;
	padding: 0;
	clear: both;
}
#mainContent p {
	font-size: 1.4em;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: .75em;
}
.oneColFixCtrHdr #picture_row {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	clear: both;
}
.oneColFixCtrHdr #picture_row 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 */
}
#header #logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#header #logo2 {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header_content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6d3331;
	height: 135px;
	background-color: #E6CE88;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#picture_row img {
	border: 4px solid #FFF;
	margin-right: 2px;
	margin-left: 2px;
}
#mainContent p a {
	color: #FFF;
	text-decoration: none;
}
#mainContent p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mainContent .left_column {
	float: left;
	width: 435px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 40px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
#mainContent .right_column {
	float: right;
	width: 435px;
	font-size: 12px;
	margin-right: 30px;
	margin-left: 5px;
	margin-bottom: 20px;
}
dt q {
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}
#mainContent dd {
	margin-bottom: 0.5em;
	text-indent: 0em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#mainContent h1 {
	font-size: 2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent dl {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.2em;
}
#mainContent .picture_column {
	float: left;
	width: 180px;
	padding-left: 35px;
	padding-right: 40px;
}
#mainContent .credit_column {
	float: left;
	padding-top: 30px;
}
#mainContent .picture_column img {
	margin-bottom: 7px;
}
#info {
	margin-top: 100px;
	margin-left: 40px;
	position: relative;
	height: 300px;
}
#info ul {
	height: auto;
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	margin-bottom: 120px;
	top: auto;
	margin-top: auto;
	font-size: 2em;
	line-height: 1.2em;
	right: 400px;
}
#info img {
	float: right;
	position: absolute;
	bottom: 0px;
	top: auto;
	margin-bottom: 0px;
	margin-top: auto;
	right: 0px;
	left: auto;
}
.smaller {
	font-size: .75em;
}
#info ul a {
	color: #FFF;
	text-decoration: none;
}
#info ul a:hover{
	text-decoration: underline;
	}
