#innerContainer {
	background: #FFFFFF url(../images/landing-container-bg.jpg) repeat-y;
}

#header {
	height: 344px;  
}

#mainNav {
	position: absolute;
	top: 79px;
	height: 40px;
	left: 409px;
}

#espanol #mainNav {
	top: 79px;
}

#sidebar1 {
	position: absolute;
	top: 469px;
	left: 0;
	width: 235px; /* padding keeps the content of the div away from the edges */
	background: url(../images/sidebar-bg.png) no-repeat bottom;
	min-height: 350px;
}

#sidebar2 {
	position: absolute;
	top: 125px;
	right: 0;
	width: 235px; /* padding keeps the content of the div away from the edges */
	background: url(../images/sidebar-bg.png) no-repeat bottom;
	min-height: 350px;
	color: #FFFFFF;
}
#sidebar2  img {
	padding-top: 20px;
}


#mainContent {
	margin: 0 235px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 350px;
	padding-bottom: 30px;
}

#mainContent ul {
	padding-left: 40px;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 10px;
	list-style: disc;
	padding-right: 40px;
}

#mainContent li {
	padding-bottom: 8px;
}

#flash {
	background: url(../images/landing-container-bg.jpg) repeat-y;
	width: 940px;
}

body#espanol #flash {
	margin-top: -4px;
}

#map {
	margin-left: 20px;
	margin-top: 10px;
}

#specialist {
	width: 220px;
	float: left;
	margin-right: 20px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 14px;
}

#mainContent #specialist p {
	padding-right: 10px;
	padding-left: 10px;
}

#downloads {
	padding-left: 20px;
}

#downloads label {
	display: block;
	font-size: 1.2em;
}

#downloads input {
	margin-bottom: 8px;
}
