/* CSS Document */
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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: #000000;
}
a {
	color: #996666;
	background: inherit;
	font-weight: bold;
}
a:hover { color: #000000; background: inherit; text-decoration: underline}
p {
	line-height: 150%;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #98BD4A;
}
h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }

/*----TOP PANEL----*/
#topPan {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 121px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topPan .logo {
	padding-top: 20px;
	background-color: transparent;
	text-align: left;
	padding-left: 20%;
		}
	.logo h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: 1px; color: #323232 }
	.logo h2 { font: 1.0em Arial, Sans-Serif; letter-spacing: 0px; color: #868686; margin:0; padding: 0 }

/* Menu part */	
#header2 {
	width: 100%;
	height: 225px;
	margin: 0 auto;
	background-color: #FFFCF7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACA899;
}

#menuPan {
	width:800px;
	position:relative;
	color:#707070;
	margin:0 auto;
	padding:0px;
}
.buttonscontainer {width: 200px;}

.buttons a {color: #4B3C23;
background-color: #F4F4F4;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #DCDBD7;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #F4F4F4;
color: #A68A63;
text-decoration: none;}


#menu {
	float: left;
	width: 200px;
	height: 200px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
}

#menu li {
	display: inline;
	text-align: right;
}

#menu a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #4B3C23;
}

#menu a:hover {
	color: #A68A63;
}
#pic {
	float: right;
	width: 590px;
	height: 200px;
}
/* Content part */	
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DFDED9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar1 h2 {
	height: 26px;
	margin: 0;
	color: #ffffff;
	background-color: #54534E;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border: 1px solid #000;
	font-size: 100%;
	font-weight: bold;
}
#sidebar1 h3{ color:#333;
}
#sidebar1 ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar1 li {
	display: inline;
	text-align: left;
}
#sidebar1 li a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #796239;
	background-image: url(images/bg_bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#sidebar1 li a:hover {
	color: #A68A63;
}

#mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent p span{font-weight:bold;}
#mainContent ul{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainContent ul li{height:20px;}
#mainContent ul li a{height:20px; background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#mainContent ul li a:hover{background:url(images/arrow4.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}
/*----FOOTER PANEL----*/
#footer{
	height:125px;
	color:#fff;
	clear:both;
	background-color: #54534E;
}
#footerPan{width:797px; position:relative; margin:0 auto;}
#footerPan p.copyright{background:#54534E; color:#fff; font:11px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; position:absolute; top:50px; left:26px;}
#footerPan ul{width:500px; position:absolute; top:20px; left:14px;}
#footerPan li{float:left; font:13px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPan ul li a{padding:0 12px 0; color:#fff; background:#54534E; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}
#footerPan ul.apwebdesign{width:300px; background:#54534E; color:#fff; display:block; position:absolute; font-size:12px; top:80px; left:26px;}
#footerPan ul.apwebdesign li a{background:#54534E; display:block; color:#fff; text-decoration:none;}
#footerPan ul.apwebdesign li a:hover{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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
