/* Primary CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 14px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	line-height: 130%;
	color: #050505;
	background: #FAFAFA;
}
a {color: #AD873E; text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {font-size: 250%; line-height: 150%;}
h2 {font-size: 160%; line-height: 120%;}
h1, .h1 {color: #B38F24;}
h2, .h2 {color: #A8723E;}

#containerOUT {
	width: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	border-top: solid 3px #FAC35B;
	border-bottom: solid 3px #FAC35B;
}	
#containerBG {
	width: 1000px;
	margin: 0 auto;
	background: transparent url(http://digiwalks.org/images/xwalk.gif) right -20px no-repeat;
}
#containerIN {
	width: 700px;
	margin: 0 auto;
}
#footer {
	font-size: 80%;
	text-align: center;	
}
div.section {
	padding: 20px;
	border-bottom: solid 1px #ADADAD;
	width: 100%;
	clear: both;
	overflow: hidden;
}	


div.head {
	text-indent: 10px;
	font-size: 250%;
	color: #DCDCDC;
	float: left;
	width: 45%;
	line-height: 400%;
}

div.desc {
	float: right;
	width: 45%;
}

div.desc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.desc ul li {
	margin-bottom: 10px;
}

div.desc dl {
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;
}
div.desc dl dt {
	display: block;
	float: left;
	padding-right: 10px;
}
div.desc dl dd {
	display: block;
}

.howto {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 850px;
	padding: 10px;
	background: #fff;
	border: solid 3px #050505;
}
.bigger {
	font-size: 120%;
	font-weight: bold;
}


.textButton {
	padding: 3px 5px;
	background: #eee;
	border: solid 1px #ddd;
	color: #AD873E;;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

ol.outline li, ul.outline li {
	margin-bottom: 8px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}
	