/* ---------------------------------------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++ Level2 +++++++++++++++++++++++++++++++++++++++++ */
/* ---------------------------------------------------------------------------------------- */

img.head {
	margin: 10px 0;
}

/* +++++ Level 2 Main Content +++++ */

#maincontent2 {
	float: right; /* since this element is floated, a width must be given */
	width: 760px;
}

.maincontent2Head {
	float: right;
	width: 740px; 
	height: 40px;
	padding: 13px 0 0 10px;
	overflow: hidden;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #3a5d74;
	background: #fff;
}

.maincontent2Content {
	float: right;
	margin: 0;
	padding: 0 30px 15px 30px;
	height: 100%;
	width: 690px;
	overflow: hidden;
	font: 13px Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	color: #3a5d74;
	background: #fff;
	min-height: 314px;
	height: auto !important;
	height: 314px;
	background: #fff url(../images/L2_contentbtm.jpg) bottom right no-repeat;
	margin: 0 0 10px 0;
}

.maincontent2Content a:link, .maincontent2Content a:active, .maincontent2Content a:visited {
	color: #3a5d74;
	text-decoration: none;
}

.maincontent2Content a:hover {
	color: #adc4d2;
	text-decoration: underline;
}

span.bold {
	color: #3a5d74;
	font-weight: bold;
}

/* +++++ News Slider +++++ */

h1 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #3a5d74;
	font-weight: bold;
}

#slider {
    width: 690px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 690px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 690px;
}

.scrollButtons {
    float: left;
    cursor: pointer;
}

.hide {
    display: none;
}

/* +++++ Level 2 Sidebar +++++ */

#sidebar2 {
	float: left;
	width: 240px;
}

.sidebar2Head {
	float: left;
	width: 230px;
	height: 40px;
	padding: 13px 0 0 10px;
	overflow: hidden;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #adc4d2;
}

.sidebar2Content {
	float: left;
	margin: 0;
	padding: 15px 30px 15px 30px;
	height: 100%;
	width: 180px;
	overflow: hidden;
	font: 13px Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	color: #fff;
	background: url(../images/contact_bg.jpg) repeat-y;
}

.sidebar2Content a:link, .sidebar2Content a:active, .sidebar2Content a:visited {
	color: #fff;
	text-decoration: none;
}

.sidebar2Content a:hover {
	color: #3a5d74;
	text-decoration: underline;
}

span.bold {
	color: #3a5d74;
	font-weight: bold;
}

.sidebar2Btm {
	float: left;
	width: 240px;
	height: 10px;
	overflow: hidden;
	background: #adc4d2;
	margin: 0 0 10px 0;
}