/* CSS Document */

p  {
	line-height: 1.4em;
	
}

#leftContent  {
	
	/*width:72%;*/
	width: 763px;
	min-height:500px;
	float:left;
	
}

#intro{
	Background-color: #570da2;
	border-top-left-radius: 50px;
	color: white;
	padding-top: 8px;
	padding-right: 24px;
	padding-left: 42px;
	padding-bottom: 4px;
}

h1
{
	font-size:1.5em;
}

h2  {
	font-size:1.4em;
	/*color: #570da2; */
	
}

h3  {
	font-size:1.2em;
	/*color: #570da2; */
	
}

a:link,
a:visited,
a:active {
	/*color: #570da2; */
	color: #002F5F;
	text-decoration:underline;
	
}

a:hover {
	text-decoration:none;
	
}

.introHeading

{
	font-size: 1.4em;
	font-weight: bold;
	border-top-left-radius: 50px;
	margin-top:12px;
	margin-bottom: 6px;
	
}

.introText  {
	font-size:1.1em;
	margin-top:0;
	font-style:italic;
	line-height:1.4em;

}

#content  {
	/* padding-left: 12px;
	padding-right: 12px; */
	
}

#rightNavBox {
	width: 26%;
	float: right;
	margin-left: 20px;
	padding-top:8px;
	margin-top:10px;
}

#rightNav {
	background-color:#ffffff;
	padding-left:16px;
	border-top-left-radius: 20px;
	
}

#socialMedia  {
	text-align:center;
	margin: 4px 0 0 0;
	margin-right:auto; margin-left:auto;
	padding-top: 12px;
	/*border-top: #3e5a68 1px solid;*/
	/*width: 260px;*/
	width:100%;
	/*float:right;*/
}


#socialMedia img {
	border:none;
	padding: 0 4px 0 0;
	
}



/*Right Nav styles*/
/************** The following lines shouldn't need changing **************/
div#ctl00_TreeView1 { font-size:1.1em; margin:16px 0 0 0; padding:5px 0 0 0; width:254px; }

ul#ctl00_TreeView1_UL { margin-top:-6px; padding:0;}
ul#ctl00_TreeView1_UL ul { margin:0; padding:0; }

ul#ctl00_TreeView1_UL li { list-style-type:none; margin:0; padding:0; }
ul#ctl00_TreeView1_UL ul li { border-top:none; }

ul#ctl00_TreeView1_UL a { color:#3e5a68; display:block; font-size:.9em; margin:0; padding:6px 0 6px 15px; text-decoration:none; width:185px; }
div#ctl00_TreeView1 .ctl00_TreeView1_0 { color:#3e5a68; display:block; font-size:.9em; margin:0; padding:0 0 6px 15px; text-decoration:none; width:185px; /*border-top:1px solid #565557;*/ }
div#ctl00_TreeView1n0Nodes, div#ctl00_TreeView1n1Nodes, div#ctl00_TreeView1n2Nodes, div#ctl00_TreeView1n3Nodes, div#ctl00_TreeView1n4Nodes { border-top:1px solid #565557;}
ul#ctl00_TreeView1_UL ul a { font-size:.8em; padding:4px 0 2px 30px; width:200px; }
ul#ctl00_TreeView1_UL ul ul a { padding:4px 0 2px 45px; width:155px; }
ul#ctl00_TreeView1_UL ul ul ul a { padding:4px 0 2px 60px; width:140px; }

ul#ctl00_TreeView1_UL li.AspNet-TreeView-Selected ul { margin:0 0 -1px 0; }
/*End right nav styles*/

/*ul#ctl00_TreeView1_UL ul, ul#ctl00_TreeView1_UL li { border-top:1px solid #565557; }*/
ul#ctl00_TreeView1_UL li ul { border-bottom:0px; }
ul#ctl00_TreeView1_UL li.AspNet-TreeView-Selected ul { border-bottom:1px solid #570da2 }
ul#ctl00_TreeView1_UL a:hover, ul#ctl00_TreeView1_UL li.AspNet-TreeView-Selected a, ul#ctl00_TreeView1_UL li.AspNet-TreeView-Selected a:hover { color:#570da2; }
ul#ctl00_TreeView1_UL li.AspNet-TreeView-ParentSelected a:hover { text-decoration:underline; }
