/* CSS Document */


/* Three Column -------------------------------------------------------*/

/* Left Column -------------------------------------------------------*/

#bodyColLeft {
	width: 180px;
	margin-right: 10px;
	overflow: visible;
}

.section_indicator {
	background-image: url(../_images/section_indicator2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 28px;
}

.section_indicator p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 14px;
	padding-top: 5px;
}


ul {
margin: 0;
padding: 0;
list-style-type: none;
}

ul a {
	display: block;
	width: 180px;
	height: 25px;
	color: #4d55b0;
	text-decoration:none;
	background-image:url(../_images/left_nav_off.gif);
	text-indent: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: baseline;
	line-height: 25px;
}

ul a:hover {
	display: block;
	width: 180px;
	height: 25px;
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(../_images/left_nav_over.gif);
	text-indent: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: baseline;
	line-height: 25px;
}

.nav-expand {
	display: block;
	width: 180px;
	height: 25px;
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(../_images/left_nav_on.gif);
	text-indent: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: baseline;
	line-height: 25px;
}

.nav-on {
	display: block;
	width: 180px;
	height: 25px;
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(../_images/left_nav_over-on.gif);
	text-indent: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: baseline;
	line-height: 25px;
}

.nav-expand-on a{
	display: block;
	width: 180px;
	height: 25px;
	color: #4D55B0;
	text-decoration:none;
	background-image:url(../_images/left_sub_nav.gif);
	text-indent: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: baseline;
	line-height: 25px;
	font-weight: normal;
}

.nav-expand-on a:hover{
	display: block;
	width: 180px;
	height: 25px;
	color: #4D55B0;
	text-decoration:none;
	background-image:url(../_images/left_sub_nav.gif);
	text-indent: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: baseline;
	line-height: 25px;
	font-weight: bold;
}


/* Page Column -------------------------------------------------------*/

#bodyColPage{
	width: 576px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.pageElement{
	width: 576px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10;
	display: inline;
	z-index: 1;
}

.pageElement .col1 {
	float:left;
	width:273px;
	margin-right:10px;
}

.pageElement .col2 {
	float:left;
	width:273px;
}

.subElementTwo{
	background-color:#BFBFFF;
	width: 250px;
	margin: 10px;
}


.subElementThree{
	width: 170px;
	background-color:#D0D0E8;
	float:left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	background-image: url(../_images/object-5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	height: 190px;
}

.subElementThreeMiddle{
	width: 170px;
	background-color:#D0D0E8;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	display: inline;
	background-image: url(../_images/object-5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	height: 190px;
}


.subElementFour{
	width: 251px;
	height: 150px;
	background-color:#BFBFFF;
	float:left;
	margin: 10px;
}

#mainContainer #bodyContainer #bodyColPage .subElementThree h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4D55B0;
	padding-top: 4px;
}
#mainContainer #bodyContainer #bodyColPage .subElementThreeMiddle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4D55B0;
	padding-top: 4px;
}


.subElementThreeMiddle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #424764;
}

.float-left{
float:left;

}
#mainContainer #bodyContainer #bodyColPage .pageElement h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #727AD6;
}
#mainContainer #bodyContainer #bodyColPage .pageElement p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

