/* Madeline Jane Ermisch Stylesheet */
/* Created 12/20/09 by A. B. Myers */

/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}
/* Set base font size and family in the body.
   Use percentages elsewhere in ALL other cases.
   This permits you to control all sizes via this setting. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* This is the base font size.  All others are a percentage of this size */
	color: #323232; /* Site text color */
	background-color: #FCD7FC;
}
h1 {
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323232; /* Display head color */
	font-weight: normal;
	text-shadow: 0.08em 0.08em 0.1em #7e7a4c;
}
h2 {
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323232; /* Display head color */
	font-weight: normal;
	text-shadow: 0.08em 0.08em 0.1em #7e7a4c;
}
h3 {
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323232; /* Display head color */
	font-weight: normal;
	text-shadow: 0.08em 0.08em 0.1em #7e7a4c;
}
h4 {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323232; /* Display head color */
	font-weight: normal;
	text-shadow: 0.08em 0.08em 0.1em #7e7a4c;
}
h5 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323232; /* Display head color */
	font-weight: normal;
	text-shadow: 0.08em 0.08em 0.1em #7e7a4c;
}
h6 {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323232; /* Display head color */
	font-weight: normal;
	text-shadow: 0.08em 0.08em 0.1em #7e7a4c;
}
a:link {
	color: #10228e;
	text-decoration: none;
}
a:visited {
	color: #10228e;
	text-decoration: none;
}
a:focus {
	color: #10228e;
	text-decoration: none;
}
a:hover {
	color: #10228e;
	text-decoration: underline;
}
a:active {
	color: #10228e;
}
a:focus {
	outline: none;
}
p {
	margin: .5em 0;
}
sup {
	font-size: 75%;
}
hr {
	border: none 0;
	border-top: solid #c1c1c1 1px;
	height: 1px;
	margin: 0 0;
}
.textColor {
	color: #38241b; /* Site text color */
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
.inline {
	display: inline;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.smallText {
	font-size: 90%;
}
.top10 {
	padding-top: 10px;
}
.top15 {
	padding-top: 15px;
}
.top20 {
	padding-top: 20px;
}
.top25 {
	padding-top: 25px;
}
.boldWhiteText {
	color: #fff;
	font-weight: bold;
}

/* General page and content containers (prelogin) */
#topOuterContainer {
	height: 120px;
	background:url('../images/bkg_header.png') repeat-x;
	/*background-color: #fcd7fc;*/
	border-top: solid 2px #4d577f;
	border-bottom: solid 1px #323232;
}
#topInnerContainer {
	width: 900px;
	margin: 0 auto;
	/*background-color: #fff;*/
}
#topLeftContainer {
	float: left;
	padding-top: 10px;
	padding-left: 168px;
}
#topCenterContainer {
	float: left;
	padding-top: 25px;
	width: 240px;
	text-align: center;
	margin: 0 73px;
}
#topRightContainer {
	float: left;
	padding-top: 10px;
}
#blueStripeContainer {
	height: 8px;
	background-color: #4d577f;
	border-top: solid 1px #83a9ce;
	border-bottom: solid 1px #03294e;
}
#searchAndToolsDiv {
	width: 900px;
	margin: 6px auto 0 auto;
}
#mainContentBackground {
	background-color: #e6e6e6;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #000;
}
#mainContentOuter {
	position: relative;
	height: 396px;
	width: 900px;
	margin: 0 auto;
}
#photoOuterContainer {
	position: absolute;
	top: -28px;
}
#leftPhotoContainer {
	float: left;
	width: 420px;
	height: 253px;
	position: relative;
}
#leftPhotoDropShadow1 {
	position: absolute;
	top: -27px;
	left: 1px;
	width: 420px;
	height: 253px;
	background-color: #777;
	-khtml-opacity: .20;
	-moz-opacity: .20;
	-ms-filter: 'alpha(opacity=20)';
	filter: alpha(opacity=20);
	opacity: .20;
}
#leftPhotoDropShadow2 {
	position: absolute;
	top: -26px;
	left: 2px;
	width: 420px;
	height: 253px;
	background-color: #777;
	-khtml-opacity: .10;
	-moz-opacity: .10;
	-ms-filter: 'alpha(opacity=10)';
	filter: alpha(opacity=10);
	opacity: .10;
}
#rightPhotoDropShadow1 {
	position: absolute;
	top: -27px;
	left: 461px;
	width: 420px;
	height: 253px;
	background-color: #777;
	-khtml-opacity: .20;
	-moz-opacity: .20;
	-ms-filter: 'alpha(opacity=20)';
	filter: alpha(opacity=20);
	opacity: .20;
}
#rightPhotoDropShadow2 {
	position: absolute;
	top: -26px;
	left: 462px;
	width: 420px;
	height: 253px;
	background-color: #777;
	-khtml-opacity: .10;
	-moz-opacity: .10;
	-ms-filter: 'alpha(opacity=10)';
	filter: alpha(opacity=10);
	opacity: .10;
}
#rightPhotoContainer {
	float: left;
	margin-left: 40px;
}
#buttonContainerBefore {
	position: absolute;
	top: -45px;
	left: 60px;
	width: 300px;
	height: 40px;
}
#buttonContainerAfter {
	position: absolute;
	top: -45px;
	left: 520px;
	width: 300px;
	height: 40px;
}
#leftButton {
	position: absolute;
	top: 208px;
	left: 310px;
}
#rightButton {
	position: absolute;
	top: 208px;
	left: 770px;
}
#infoBoxesOuter {
	position: absolute;
	top: 243px;
}
#infoBoxLeft {
	float: left;
	width: 572px;
	height: 137px;
	background:url('../images/bkg_leftBottom.png') no-repeat;
	overflow: hidden;
}
.infoBoxContent {
	padding: 8px 8px 8px 10px;
}
.infoBoxMoreButtonGraf {
	text-align: right;
	padding-top: 10px;
}
#infoBoxRight {
	float: left;
	width: 292px;
	height: 137px;
	margin-left: 16px;
	background:url('../images/bkg_rightBottom.png') no-repeat;
	overflow: hidden;
}
#footerBackground {
	height: 25px;
	background-color: #4d577f;
	border-top: solid 1px #868485;
	border-bottom: solid 1px #000;
}
#footerContent {
	width: 900px;
	margin: 0 auto;
	color: #ccc;
	padding-top: 0px;
}
#footerContent a:link,#footerContent a:visited,#footerContent a:hover,#footerContent a:active {
	text-decoration: underline;
	color: #ccc;
}

/* Form elements */
.buttonStd {
	width: 89px;
	height: 25px;
	border: none;
	background:url('../images/bkg_buttonStd.gif') top left;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
}
.buttonStdHover {
	width: 89px;
	height: 25px;
	border: none;
	background:url('../images/bkg_buttonStd.gif') top right;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
}
.buttonLarge {
	width: 300px;
	height: 40px;
	border: none;
	background:url('../images/bkg_buttonLarge.gif') top left;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	cursor: pointer;
}
.buttonLargeHover {
	width: 300px;
	height: 40px;
	border: none;
	background:url('../images/bkg_buttonLarge.gif') top right;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	cursor: pointer;
}

/* Lists and list elements */
.listStd li {
	margin-left: 18px;
	line-height: 1.5em;
	font-size: 125%;
}
