@charset "UTF-8";
body, ul, ol, li, p, h1, h2, h3, h4 {
	border: 0;
	padding: 0;
	margin: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body  {
	font: 80%/1.5em 'Century Gothic', 'Helvetica Neue', Helvetica, sans-serif;
	;
	;
	background: #AC6023 url(images/bg-pattern-380x380.jpg) repeat;
	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: #A65C21;
}
h1 {
	color: #F1720B;
	letter-spacing: 0.15em;
	padding-bottom: 10px;
	font-size: 160%;
	font-weight: lighter;
	padding-top: 10px;
	line-height: 1.4em;
}
h2 {
	font-weight: normal;
	color: #7789A6;
	font-size: 110%;
	padding-top: 7px;
	padding-bottom: 7px;
}	
h3 {
	font-size: 140%;
	font-weight: lighter;
	color: #DA680D;
	padding-top: 15px;
	padding-bottom: 7px;
}
h4 {
	font-size: 120%;
	color: #F1720B;
	font-weight: lighter;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-top: 4px;
}
hr {
	color: #7789A6;
}
p {
	padding-bottom: 10px;
}
a:link {
	color: #426FB4;
	text-decoration: none;
}
a:active {
	color: #426FB4;
}
a:visited {
	color: #426FB4;
	text-decoration: none;
}
a:hover {
	color: #5690EF;
	text-decoration: underline;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg-container.png) repeat-y;
	margin: 10px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 0 0 12px;  /* 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. */
} 
#mainbox {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
#iconsleft {
	float: left; /* since this element is floated, a width must be given */
	width: 40px;
	padding-left: 5px;
	padding-right: 10px;
}
#iconsright {
	float: right;
	width: 40px;
	padding-right: 5px;
	padding-left: 10px;
}
#maincontent {
	margin: 0 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#sidebar {
	float: left;
	width: 150px;
	text-align: right;
	border-right: 2px solid #CDCFC9;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 90%;
	letter-spacing: 0.3em;
}
#sidebarphotos {
	text-align: left;
	padding-left: 5px;
	letter-spacing: .1em;
	padding-top: 0px;
}
#sidebar li {
	list-style-type: none;
	list-style-position: inside;
}
#sidebar  li  a {
	background:#F8EED0;
	color:#B86A2B;
	text-align:right;
	text-decoration:none;
	border-bottom: 1px solid #95A9C8;
	padding-top: 10px;
	padding-right: 0.5em;
	display: block;
	padding-bottom: 7px;
}
#sidebar  li  a:hover {
	background:#F7E4C1;
	color:#B86A2B;
}
#sidebar  li  a.on {
	background:#F6D4A7 !important;
	color:#F1720B !important;
}
#submaincontent    {
	margin-left: 230px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#submaincontent li {
	margin-left: 40px;
	padding-top: 15px;
	font-weight: bold;
	list-style-type: circle;
}
#footer {
	border-top: 2px solid #95A9C8;
	margin-right: 70px;
	font-weight: normal;
	text-align: left;
	margin-left: 70px;
	padding-right: 10px;
	padding-top: 5px;
} 
#copyright {
	text-align: right;
	padding-right: 40px;
	font-size: 75%;
	padding-bottom: 5px;
}
#sitedesign {
	text-align: left;
	width: 930px;
	padding-bottom: 20px;
	font-size: 65%;
	clear: both;
	color: #95A9C8;
	margin: 0 auto;
}
#sitedesign a {
	color: #95A9C8;
	text-decoration: none;
}
#sitedesign a:hover {
	color: #F8EED0;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	border: 2px solid #9A4E17;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
	border: 2px solid #9A4E17;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallprint {
	font-size: 85%;
	font-weight: normal;
}
.style1 {
	font-size: 130%;
	font-style: italic;
	font-weight: lighter;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.photopadding {
	border: 1px solid #9A4E17;
	padding: 3px;
	margin-top: 10px;
}
.iconpaddingleft {
	padding-left: 40px;
}
.iconfloatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

