



/* =================================================== */
/* ================== level2 styles ================== */
/* =================================================== */

h1 {
	font-size: 16px;
	color: #cb7100;
}

h2 {
	font-size: 11px;
	color: #cb7100;
	margin-left: 10px;
}

#min_pg_height {
	position: relative;
	float: left;
	width: 80px;
	height: 300px;
	/* background-color: #ffcccc; */
}


#leftcol {
	position: relative;
	float: left;
	width: 645px;
	margin-right: 23px;
	/* background-color: #ccffcc; */
}

#level2Top {
	margin-bottom: 25px;
}

/* -- Used by 2 and 3 column layouts -- */
.level2Box {
	position: relative;
	float: left;
	width: 190px;
	margin-bottom: 15px;
}

/* -- Used by 4 column layouts -- */
.level2Box2 {
	position: relative;
	float: left;
	width: 153px;
	margin-bottom: 15px;
}


.level2BoxRight img, .level2BoxRight2 img {
	margin-left: 10px;
}

.level2BoxTop {
	background: url(../images/gray_dotted_line.gif) repeat-x bottom;
	margin-bottom: 5px;
	padding-bottom: 3px;
}


.level2BoxLeft {
display: none;
	position: relative;
	float: left;
	width: 1px;
	height: 50px;
	font-size: 1px;
	background: #8093a5 url(../images/popups/10ft_landing/tall_thin_gray_bar.gif) no-repeat top left;
	
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	
}

/* -- Used by 2 and 3 column layouts -- */
.level2BoxRight {
	position: relative;
	float: left;
	width: 189px;
	background: url(../images/taller_thin_gray_bar.jpg) no-repeat bottom left;
}

/* -- Used by 4 column layouts -- */
.level2BoxRight2 {
	position: relative;
	float: left;
	width: 153px;
	background: url(../images/taller_thin_gray_bar.jpg) no-repeat bottom left;
}

.level2BoxRight2 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.level2BoxBottom {

}


.level2BoxRight p, .level2BoxRight2 p {
	margin: 0px 0px 10px 10px;
	
}

.level2BoxRight ul, .level2BoxRight2 ul {
	padding-left: 17px;
	margin-left: 10px;
	margin-top: 0px;
}

.level2BoxRight ul li, .level2BoxRight2 ul li {
	margin-left: 0px;
	color: #77847f; 
	font-size: .9em;
}

.level2BoxRight ul li a, .level2BoxRight2 ul li a {
	color: #77847f; 
}

#level2Top p {
	font-size: .9em;
}