@charset "UTF-8";
/* CSS Document */
/*Author: Noelle Blankenship*/
/*Created on 7/6/11*/

#main {
	background-color: #FFFFFF;
	float: left;
	margin-top: -170px;
	min-height: 750px;
	padding: 20px 30px 0;
	width: 938px;
	z-index: 99;
}
#left_col {
	float: left;
	position: relative;
	width: 235px;
}
#right_col {
	float: left;
	min-height: 500px;
	margin: 0 0 0 20px;
	width: 680px;
}
#ad {
	background-color: #E3DCCC;
	height: 191px;
	margin: auto;
	position: relative;
	top: 0px;
	width: 224px;
}
#social {
    padding: 30px 0px 25px 35px;
	text-align: left;
}
#banner180 {
    border: 1px solid black;
	margin: 5px auto;
	width: 180px;
	height: 150px;
}

/************ CLASSES *************/
.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.breadcrumb {
	color: #a89c81;
	margin-bottom: 75px;
}
#ad p {
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
}
span.bold_light_blue {
	color: #1e7cc0;
	font-weight: bold;
}
/************ LINK STYLES *************/
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
	color: #a89c81;
}
#left_col ul {
	padding: 40px 0;
}
#left_col li a {
  background: url("https://www.hslda.org/hpimages/left_link_divider.jpg") no-repeat scroll center bottom transparent;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 6px 0 6px 2px;
  text-decoration: none;
}
#left_col li a:hover {
	background-color: #C4B388;
}