#mcdonald {
	background: url(../img/doug-macdonald-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: Arial, Helvetica;
	font-size: .8em;
}
#wrapper {
	margin: 0 auto;
	width:1000px;
	background-color: #FFF;
	margin-bottom: 100px;
	padding: 0 !important;
	
}
#wrapper a {
	text-decoration: none;
	color: #006699;
}
#wrapper a:hover {
	text-decoration: underline;
}
#content {
	background-color: #FFF;
	height: 800px;
}
#mcdonald div.pad {
	padding: 10px;
}
div.top {
	padding-top: 10px;
}
h2 {
	font-size: 21px;
	color:#006699;
	padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	color:#666666;
	padding-bottom: 7px;
}
p {
	font-size: 1.2em;
}
ul {
	margin-bottom: 10px;
	margin-left: 10px;
}
ul li {
	padding: 3px;
}
div.grid_3 {
	border-right: 1px dashed #006699;
}
div.callout {
	background-color:#F4F4F4;
	border: 1px dashed #006699;
	border-top: none;
	margin-left: 5px;
	height: 200px;
}

div.accordion {
	margin-top: 40px;
	margin-bottom: 100px;
	
	/*border-top:  1px dashed #006699;*/
}

div.accordion h3 {
	background: url(../img/doug-mcdonald-accordion-bg.jpg);
	background-position: left;
	background-repeat: repeat-x;
	/*background-color: #666666;*/
	height: 30px;
	width: 100%;
	margin-top: -5px;
}
div.accordion a {
	vertical-align: -23px;
	padding-left: 15px;
	color: #FFF !important;
	text-decoration: none;
}
div.accordion a:hover {
	text-decoration: underline;
}
div.accordion p {
	margin-top: -10px;
	padding-bottom: 10px;
}
div.footer {
	color:#999999;
	text-align: center;
	font-size: 10px;
	width: 100%;
}
