/* CSS Document */

body {
	margin:0 0 50px 0;
	padding:0;
/*	background:#DCE6CF;	*/
	background: url(/images/bg-img.jpg) ;
	background-repeat:repeat-x;
	
	background-attachment:fixed;
	background-color:#554e40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#000066;
}

h2 {
	margin-bottom:-5px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#006699;
}

h3 {
	margin-bottom:-5px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#555;
}

p, li, ul, ol {
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#555;	
}

ul, ol {
	margin-bottom:20px;	
}

li {
	list-style-type:disc;	
}

p a, li a {
	text-decoration:underline;
	color:#354818;
}

p a:hover, li a:hover {
	text-decoration:none;
	color:#555;
}

img {
	border:0;
}


#wrapper {
	position: relative;
	width:760px;
	margin:0 auto;
	background-color: #fefefe;
/*	background: url(/i/wrapper-background.gif) repeat-y;	*/
}

#header {
	width:760px;
	height:125px;
	position:absolute;
	top:0;	
	background-image:url(/images/tile-header-hardwood.jpg);
	background-repeat:no-repeat;

	/* background:url(/i/header.jpg) no-repeat; */
}

#leftnav {
	padding-top: 15px;
	text-align: center;
}

#header img {
	width:260px;
	height:125px;
	position:relative;
	top:0px;
	left:0px;
}

#breadcrumbs {
	width:740px;
	height:16px;
	position:absolute;
	top:125px;
	padding:2px 10px 0 10px;
	background:#3F271B;
	/* background: url(/images/bc-bar.jpg) repeat-x; */
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
	border-color: #ccc #666 #666 #ccc;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
}

#breadcrumbs a {
	text-decoration:none;
	color:#ffffff;
}

#breadcrumbs a:hover {
	text-decoration:underline;
	color: #eeeeee;	
}

#content {
	margin-top:145px;
	float:right;
	width:510px;
	padding:15px;	
}

#contentppc {
	float:left;
	padding-right:15px;
}

#footer {
	width:740px;
	height:20px;
	clear:both;
	padding-right:20px;
	padding-top:5px;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
	border-color: #ccc #666 #666 #ccc;
	background:#3F271B;
	/* background: url(/images/bc-bar.jpg) repeat-x; */
	text-align:right;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	padding:0 5px;
	color: #ffffff;
}

#footer a:hover {
	color:#eeeeee;
	text-decoration:none;
}



.keywords {
	text-transform:capitalize;
}



/* Menus */
#menu {
 	width:220px;
	display:block;
	float:left;
	margin-top:145px;
}

.m1:link, .m1:visited, .open1:link, .open1:visited, .youarehere1:link, .youarehere1:visited {

	width:190px;
	height:21px;
	display:block;
	padding:4px 0 0 30px;
	background:none 0px 6px #999999;
/* background:url(/i/m1-background.gif) no-repeat 0px 6px #556d30; */
	border-bottom:1px solid #fff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFCC;

}

.m1:hover, .youarehere1:link, .youarehere1:visited {
	background: none #003366 0px 6px;
	/* background:url(...) no-repeat 0px 6px ;	*/

}




/* Advertiser Links */

#ppc {
	padding:5px 10px 10px 10px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;	
	font-family:Arial, Helvetica, sans-serif;
}

#ppc .ppclisting {
	padding-top:10px;
}

#ppc .ppctitle {
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	text-transform:capitalize;
	color:#2b320f;
}

#ppc .ppctitle:hover {
	text-decoration:none;
}

#ppc .ppcdescription {
	display:block;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
	color:#666;
}


#ppc .ppchost {
	display:block;	
	font-size:11px;
	line-height:13px;	
	color:#556d30;
}

#ppcsl {
	margin-top:3px;
	display:block;
	text-align:right;
	font-size:11px;
	color:#666;	
}

#ppcsl a {
	color:#2b320f;
}

#ppcsl a:hover {
	text-decoration:none;
}
