@charset "UTF-8";
html {min-height: 100%; margin-bottom: 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;
	font-family: Candara;
	font-size: 100%;
	background-color: #292017;
	background-image: url(images/headerbar.png);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #404a6e;
	text-decoration: none;
}
a:visited {
	color: #404a6e;
	text-decoration: none;
}
a:hover {
	color: #6d7aaa;
	text-decoration: none;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	height: 167px;
	padding-top: 0;
	padding-bottom: 0;
} 
#mainContent  {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #f2daae;
	font-family: Candara;
	clear: both;
}
#monogram {
	margin-right: auto;
	margin-left: auto;
	height: 79px;
	width: 91px;
	position: relative;
	top: 88px;
}
h1 .bold {
	font-size: 36px;
	color: #f2daae;
	text-transform: uppercase;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	text-align: center;
	font-style: italic;
	font-weight: lighter;
	color: #9c917f;
	padding-bottom: 20px;
}
ul {
	list-style-type: square;
	font-size: 20px;
}
li {
	padding-bottom: 15px;
	text-align: left;
}
.clearfloat {
	clear: both;
}
#indexbuttons{
	text-align: center;
	font-size: 34px;
	padding-left: 450px;
	padding-top: 10px;
	font-style: italic;
}
#footer {
	height: 150px;
	clear: both;
	background-color: #63616c;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f2daae;
	border-bottom-color: #f2daae;
	margin-top: 40px;
	color: #292017;
	font-size: 15px;
	text-align: left;
	width: 100%;
}
hr {
	background-color: #f2daae;
	height: 1px;
	color: #f2daae;
}
#footmenu {
	text-align: center;
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f2daae;
	border-bottom-color: #f2daae;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#footercontent {
	width: 935px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 40px;
	padding-right: 25px;
	height: 100%;
}
#footercontent a:link {
	color: #353D5C;
	text-decoration: none;
}
#footercontent a:visited {
	color: #353D5C;
	text-decoration: none;
}
#footercontent a:hover {
	color: #6d7aaa;
	text-decoration: none;
}
#footer #contentleft {
	float: left;
	width: 350px;
}
#footer #contentright {
	float: right;
	width: 350px;
	text-align: right;
}
fieldset {
	clear: both;
	background-color: #63616c;
	color: #292017;
	font-size: 15px;
	text-align: left;
	border: 1px solid #f2daae;
	width: 475px;
	padding: 15px;
	float: left;
	margin-right: 40px;
}

.formleft
	{
	margin-left: 10px;	
	}

.formbuttons
	{
	margin-top: 10px;	
	text-align: center;	
	}

#name, #email
	{
	width: 30em;
	}
p {
	text-align: left;
	letter-spacing: 1px;
}
#fadeshow1 {
	float: left;
	margin-right: 50px;
	border: 2px solid #9c917f;
}
.processes {
	background-color: #63616c;
	border: 1px solid #f2daae;
	width: 900px;
	color: #292017;
	font-size: 10px;
	margin-left: 100px;
}
