@charset "utf-8";
/* CSS Document */

#subContent {
	text-align:center;
	margin-right:1em;
	margin-left:6em;
	width:47em;
}

.fullHeight {
	font-size:100% important;
	height:35em;
	width: auto;
	padding:2em;
}

img.auto {
	height:auto !important;
	width:19em !important;
	margin-top:4em;
}


.green {
	background-color: #2F644D;
	min-height:28em;
	max-height:35em;
}

th {
	border-bottom:dotted 1px #878787;	
}


/* --------- TEMPLATE INFO ----------- */

#edit_text {
	text-align:left;
}


#subNavList {
	padding-top:1em;
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;

}

#subNavList li{
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #878787;*/
	margin-left:0px;
	padding:0;
	text-align:left;
	/*border-bottom:solid 1px #FFFF80;*/
}

#subNavList a {
	width:8em;
	padding-left: 2em;
	padding-bottom:0.5em;
	padding-top:0.5em;
	font-weight:bold;
	display:block;
	background-color:#FFFFFF;
	color:#878787;
}

#subNavList a:hover, #subNavList a.current {
	background-color:#DADADA;
	color:#000;
}

#subNavList a.current {
	width:7.8em;
	border-leftt-width: .3em;
	border-left-style: solid;
	border-left-color: #FF3E3E;
	
}

#subTop, #subBottom {
	width:8em !important;	
}

#subTop:hover, #subBottom:hover { background-color:#869AAC !important; }

/* ----------------------------------- */


/* ---------Bullet points--------------- */
fieldset
{
	width:19.5em;
	margin:0px;
	margin-left:.5em;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #141414;	
}

fieldset ul {
	list-style-image:url(../images/list_img.png);
}

sl {
	color:#CC3333;	
}



/* ------------------------------------- */