@charset "utf-8";
body {
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #7A3529;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #AD1C23;
}
a:hover {
	text-decoration: none;
	color: #461F17;
}
a:active {
	text-decoration: underline;
	color: #61373B;
}
#logo, #home-button a, #home-button a:hover, #header-text-left, #header-text-right, /*#content*/ {
	behavior: url(scripts/iepngfix.htc);
}
h1 {
	font-size: 1.9em;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
#container {
	background-image: url(../images/lay-out/main-bg-center.png);
	background-repeat: repeat-y;
	width: 910px;
	margin: 0 auto;
	position: relative;
}
#main-bg-top {
	background-image: url(../images/lay-out/main-bg-top.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#header {
	height: 200px;
	width: 900px;
	margin-left: 5px;
	position: relative;
	overflow: hidden;
}
#logo {
	background-image: url(../images/lay-out/logo.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 50px;
	top: 0px;
}
#home-button {
	position: absolute;
	height: 24px;
	width: 26px;
	bottom: 9px;
	left: 204px;
}
#home-button a {
	background-image: url(../images/lay-out/home-1.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 26px;
	display: block;
}
#home-button a:hover {
	background-image: url(../images/lay-out/home-2.png);
	background-repeat: no-repeat;
}
#header-text-left {
	background-image: url(../images/lay-out/header-text-bg.png);
	background-repeat: repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#header-text-right {
	background-image: url(../images/lay-out/header-text-bg.png);
	background-repeat: repeat;
	height: 35px;
	width: 560px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	padding-right: 40px;
	padding-top: 15px;
	font-size: 25px;
	color: #555555;
	padding-left: 50px;
}
#content-bg {
	background-image: url(../images/lay-out/content-bg.png);
	background-repeat: no-repeat;
	width: 900px;
	margin-left: 5px;
	background-position: bottom;
}
#content {
	background-image: url(../images/lay-out/nav-bar-bg.png);
	background-repeat: repeat-y;
	width: 100%;
}
#content-left {
	float: left;
	width: 250px;
	margin-top: 50px;
}
#content-left-nav {
	background-image: url(../images/lay-out/content-accent.png);
	background-repeat: repeat-y;
	width: 200px;
	padding-left: 50px;
}
#change-font-size {
	padding-top: 35px;
	padding-left: 70px;
}
.fontsizes a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
}    
.fontsizes a:hover {
	color: #385962;
}
.fontsmall a {
  font-size: 12px;
}    
.fontmedium a {
  font-size: 20px;
}    
.fontlarge a {
  font-size: 28px;
}
#content-center {
	margin: 50px;
	float: left;
	width: 300px;
	font-size: 1em;
	color: #333333;
	line-height: 1.4em;
}
#content-center p {
	margin-top: 0px;
	margin-bottom: 35px;
}
.content-center-quote-1 {
	background-image: url(../images/lay-out/quote-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 35px;
}
.content-center-quote-2 {
	font-size: 1.2em;
	color: #555555;
	text-align: center;
	padding: 10px;
	background-image: url(../images/lay-out/quote-2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.form-field {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	color: #555555;
}
.form-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color: #CCCCCC;
	border: 1px solid #555555;
	color: #555555;
}
.small-text {
	font-size: .7em;
}
#content-right {
	float: right;
	width: 250px;
	margin-top: 50px;
	margin-bottom: 100px;
}
#content-right-photo img {
	height: 175px;
	width: 175px;
	overflow: hidden;
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 35px;
	background-image: url(../images/lay-out/content-accent.png);
	background-repeat: repeat;
}
.content-right-text {
	padding-left: 34px;
	margin-top: 25px;
	margin-right: 40px;
	background-image: url(../images/lay-out/content-text-border.png);
	background-repeat: repeat-y;
	font-size: 0.8em;
	color: #555555;
}
.content-right-text p {
	margin: 0px;
}
.content-right-text img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
#footer {
	background-image: url(../images/lay-out/main-bg-bottom.png);
	background-repeat: no-repeat;
	clear: both;
	height: 10px;
	width: 100%;
}
