/* GENERAL CONTENT STYLES */

/*-------Page with left nav------------*/
.center-col #left-column, .center-column #right-column
{
	display:none;
}
.center-col #center-column
{
	width: 780px !important;
	position: relative;
	left: 40px;
}
.center-col .stem-circle
{
	float: right;
	margin: -60px -50px 0 -50px;
}

/*-------Page with left nav------------*/
.left-col #left-column
{
	display:block;
	width:260px;
	height:462px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	-moz-box-shadow: 2px 2px 10px -1px #666;
	-webkit-box-shadow:  2px 2px 10px -1px #666;
    box-shadow:  2px 2px 10px -1px #666;
}
.left-col #left-column-content {
	margin:20px;
}
.left-col #center-column
{
	display:block;
	width: 590px;
	margin: 20px 35px 0 0;
}
.left-col .stem-circle
{
	float: right;
	margin: -60px -50px 0 -50px;
}
.left-col #right-column
{
	display:none;
}
.left-col #bottom-page-nav{
	display:none;
}

/*_______PAGE WITHOUT LEFT NAV _________*/
.no-left-col #left-column {
	display: none;
}
.no-left-col #center-column {
	width:600px;
	margin-left:25px;
}
.lower-page #center-column-content
{
	border:3px solid #7c9191;
	padding:30px;
	background-color:#e8eeee;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;  
    border-radius: 15px;
	
	-moz-box-shadow: 2px 2px 10px -1px #666;
	-webkit-box-shadow:  2px 2px 10px -1px #666;
    box-shadow:  2px 2px 10px -1px #666;

    margin-bottom:20px;

    min-height: 700px;

}
.lower-page .stem-container {
	background:#fff;
}


.lower-page #center-column-content h2 {
	font-size: 25px;
}

.lower-page #center-column-content h4 {
	font-size:18px;
	margin-bottom:5px;
}

.lower-page #right-column-content h2 {
	color:#0cb0af;
	font-size: 19px;
	line-height:20px;
	padding-top: 20px;
	text-align: center;
}
.lower-page #right-column-content h2.img {
	border:none;
	margin:0 5px;
}
.lower-page .sidebar-box
{
	margin-top:0;
	margin-bottom: 25px;
}
.lower-page #right-column-content .sidebar-box p
{
	margin:20px;
}

/*_______PAGE WITHOUT RIGHT SIDEBAR _________*/
.no-right-col #right-column {
	display:none;
}
.no-right-col #center-column {
	width:875px;
}


#center-column-content div#video-container
{
/*	background: #222655;*/
	width: 512px;
	height: 344px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 0px;
}



/*
 * EXPANDABLE-CONTENT STYLES
 */

div#expandable-content
{
	margin-right: 20px;
	padding-top: 0px;
}

div#expandable-content h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: lighter;
	padding-top: 36px;
}

div#expandable-content p
{
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

div#expandable-content ul#expandable-list
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: #CCEBF6;
	border: 3px solid #AABCC2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

div#expandable-content li .title
{
	padding: 7px 0px 7px 0px;
	border-top: 3px solid #AABCC2;
}

div#expandable-content li:first-child .title
{
	border-top: none;
}

div#expandable-content li.open a
{
	background: url('../images/css-images/expandable-list-open.png') no-repeat 8px 2px;
}

div#expandable-content li.closed a
{
	background: url('../images/css-images/expandable-list-closed.png') no-repeat 8px 2px;
}

div#expandable-content li a
{
	padding: 0px 20px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

div#expandable-content li .revealDiv
{
	overflow: hidden;
	padding: 0px 20px 0px 30px;
	background: #FFFFFF;
	border-top: 3px solid #AABCC2;
}

div#expandable-content div.revealDiv ul
{
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
}

div#expandable-content div.revealDiv ul li
{
	padding-bottom: 8px;
}

