@charset "UTF-8";
/** {margin:0; padding:0; border: none; }*/


body{
	position:relative;
	left:0px;
	margin: 0;
	background:#ffffff;/*Background strips and blue color*/
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}

/*Default Text Formatting*/

p{
	margin:10px 0px 10px 0px;
}

a,
a:link,
a:active {/* This is applied as the default for all <a> */
	color:#647E97;
	text-decoration:underline;
	font-size:inherit;
}

a:visited{
	color:#e9901a;
	text-decoration:underline;
	font-size:inherit;	
}

a:hover {/* This is the rollover default for all <a> */
	color:#647E97;
	text-decoration:none;
	font-size:inherit;
}


h1{	/*This is the default for all <h1>*/
	font-size:32px;
	font-weight:bold;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{	/*This is the default for all <h2>*/
	font-size:24px;
	font-weight:bold;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3{	/*This is the default for all <h3>*/
	font-size:18px;
	margin:0;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4{	/*This is the default for all <h4>*/
	font-size:16px;
	font-weight:bold;
	margin:20px 0 0 0;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h5{/*This is the default for all <h5>*/
	font-size:14px;
	font-weight:bold;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*Text Formatting End */

#main{
	padding-top:0px;
	overflow:auto;
}

#main-body{
	width:950px;
	margin:0px auto auto auto;
	text-align:left;
}

#content-width{
	width:950px;
	margin:0px auto;
}

#head-idx{
	background:url(../img/headers/header-idx.jpg) top center no-repeat; 
	width:950px;
	height:257px;
	margin-left:1px;
}

#head-about{
	background:url(../img/headers/header-about.jpg) top center no-repeat; 
	width:950px;
	height:257px;
	margin-left:1px;
}

#head-contact{
	background:url(../img/headers/header-contact.jpg) top center no-repeat; 
	width:950px;
	height:257px;
	margin-left:1px;
}

#head-gi{
	background:url(../img/headers/header-getinvolved.jpg) top center no-repeat; 
	width:950px;
	height:257px;
	margin-left:1px;
}

#logo{ 
	margin-top:70px;
	margin-left:21px;
	width:265px;
	height:177px;	
}

/*Top Nav Formatting*/

#top-nav{
	height:39px;
	width:950px;
	background: url(../img/top-nav-shadow.png) bottom left repeat-x;
	}
	
#top-nav img{
	margin:0 22px 0 20px;
}



/*top-nav end*/

#content-containter{
    padding: 0;
	background-color:#FFFFFF;
	background-image:url(../img/leaf-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:950px;
	height:auto;
}

#content-area{ /*Style for the content-area which is the whole box right of the left nav*/
	padding:0px;
	line-height:1.3em;
	/*width:922px;*/
	/*overflow: auto;*/
}

	img.imgrt{ /*Float Image Right*/
		float:right;
		border:none;
		margin:0px 0px 5px 10px;
	}

	img.imgrt-border{ /*Float Image Right w/Border*/
		float:right;
		border:1px solid #647e97;
		margin:0px 0px 5px 10px;
	}

	img.imgleft{ /*Float Image Left*/
		float:left;
		border:none;
		margin:0px 10px 5px 0px;
	}
	
	#content-area img.imgleft-border{ /*Float Image Left w/Border*/
		float:left;
		border:1px solid #647e97;
		margin:0px 10px 5px 0px;
	}

	#content-area a strong,
	#content-area a b{ /*Linked Bold Color*/
		font-weight:bold;
		color:#647e97;
		}

	#content-area li{ 
		margin-top:0px;
		font-size:13px;
		line-height:1.3em;
	}
	
	#content-area table td{
		padding:5px;
	}
	
/*Left Nav Formatting*/

#left-nav-container{
	width:276px;
	float:left;
}

#left-nav{
	width:248px;
	padding-bottom:55px;
	background:url(../img/lft-nav.png) bottom left no-repeat;
	margin-left:28px;
	font-size:13px;
}

#ln-top{
	background:url(../img/lft-nav.png) top left no-repeat;
	height:55px;
	margin:0;
}

#ln-mid{
	background:url(../img/lft-nav.png) top right repeat-y;
	margin:0;
}

#left-nav h2{
	background: #647E97;
	margin:0 12px 10px 12px;
	padding-left:16px;
}


#left-nav p{
	/*background:url(../img/lft-nav.png) top right repeat-y;
	margin:0;*/
	}

#left-nav ul{
	margin:0;
	padding-left:12px;
	list-style:none;
}

#left-nav li{
	padding:0 0 10px 0;
}

#left-nav li a{
	color:#647E97;
	text-decoration:none;
	padding:10px 20px 10px 20px;
	}
	
	#left-nav li a:hover{
		color:#647E97;
		text-decoration:underline;
	}
	
#left-nav ul ul{
	margin:0;
	padding-left:20px;
	list-style:none;
}

#left-nav ul ul li{
	padding:5px 0 0 0;
}


#contentarea-mid{/*Index content box*/
	line-height:1.6em;
	padding:20px;
	color:#000000;
	width:355px;	
	float:left;
	/*overflow:auto;*/
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}

#contentarea-mid a.orange-links{
	color:#e9901a;
	text-decoration:underline;
}

#contentarea-mid .orange-boldtext{
	color:#e9901a;
	font-weight:bold;
}


#contentarea-wide{/*Wide content box*/
	line-height:1.6em;
	padding:20px;
	color:#000000;
	width:500px;	
	float:left;
	/*overflow:auto;*/
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}

#contentarea-wide a.orange-links{
	color:#e9901a;
	text-decoration:underline;
}

#contentarea-wide .orange-boldtext{
	color:#e9901a;
	font-weight:bold;
}

/*Right Nav Formatting*/

#rt-nav-top{
	margin-top:75px;
	width:270px;
	padding-bottom:39px;
	background:url(../img/rt-nav-btm.png) bottom center no-repeat;
	font-size:13px;
}

#rt-nav{
	width:270px;
	padding-bottom:39px;
	background:url(../img/rt-nav-btm.png) bottom center no-repeat;
	font-size:13px;
}	

#rn-top{
	background:url(../img/rt-nav-t.png) top center no-repeat;
	height:22px;
	margin:0;
}

#rn-mid{
	background:url(../img/rt-rpt.png) top center repeat-y;
	margin:0;
	padding:0 18px 0 28px;
}

#rt-nav h1, #rt-nav-top h1{	
	font-size:20px;
	font-weight:bold;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 5px 0;
	margin:0;
}

#rt-nav h2, #rt-nav-top h2{	
	font-size:18px;
	font-weight:bold;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 5px 0;
	margin:0;
}

#rt-nav h3, #rt-nav-top h3{
	font-size:16px;
	color:#4D6275;
/*	color:#647e97;
	text-transform:uppercase;*/
	padding:10px 0 5px 0;
	margin:0;
	}

/*#rt-nav h3 a, #rt-nav-top h3 a{
	font-size:inherit;
	color:#e9901a;
	text-decoration:none;
	text-transform:inherit;
	}
	
#rt-nav h3 a:hover, #rt-nav-top h3 a:hover{
	font-size:inherit;
	color:#e9901a;
	text-decoration:underline;
	text-transform:inherit;
	}*/

#rt-nav h4, #rt-nav-top h4{	
	font-size:14px;
	font-weight:bold;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 5px 0;
	margin:0;
}

#rt-nav h5, #rt-nav-top h5{
	font-size:12px;
	font-weight:bold;
	color:#4D6275;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 5px 0;
	margin:0;
}

#rt-nav p, #rt-nav-top p{
	/*margin:0 37px 0 45px;*/
	margin:0;
	padding:0;
	color:000000;
	font-size:14px;
}

#rt-nav a, #rt-nav-top a{
	color:#e9901a;
	font-weight:bold;
	text-decoration:underline;
}

#rt-nav a:hover, #rt-nav-top a:hover{
	color:#e9901a;
	font-weight:bold;
	text-decoration:none;
}

/*contentarea-rt are the styles applied to the right column*/
#contentarea-rt{
	float:right;
	margin:0px;
	padding:0px;	
	width:270px;
}



#footer-img-idx{
	background:#4d6275 url(../img/footer-bar.jpg) top center no-repeat;
	width:950px;
	height:17px;
	margin:0 auto;
	border-top:9px solid #4d6275;
}

#footer-img-about{
	background:#4d6275 url(../img/footer-bar-about.jpg) top center no-repeat;
	width:950px;
	height:17px;
	margin:0 auto;
	border-top:9px solid #4d6275;
}

#footer-img-contact{
	background:#4d6275 url(../img/footer-bar-contact.jpg) top center no-repeat;
	width:950px;
	height:17px;
	margin:0 auto;
	border-top:9px solid #4d6275;
}

#footer-img-gi{
	background:#4d6275 url(../img/footer-bar-getinvolved.jpg) top center no-repeat;
	width:950px;
	height:17px;
	margin:0 auto;
	border-top:9px solid #4d6275;
}

#footer{ /*Style applied all footer elements including the nav*/
	background: #4d6275;
	width:914px;
	height:80px;
	padding:12px 18px 0 18px;
	margin:0 auto; /*28px auto;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

#footer-content{
	color:#ffffff;
	float:left;
}

#footer-content a{
	color:#e9901a;
	text-decoration:underline;
}

#footer-content a:hover{
	color:#e9901a;
	text-decoration:none;
}

#foot-nav{
	float:right;
	margin-top:20px;
	color:#FFF;
	text-align:right;
}

#foot-nav a{
	color:#e9901a;
	text-decoration:underline;
	padding:0 5px;
}

#foot-nav a:hover{
	color:#e9901a;
	text-decoration:none;
}

.smaller-text{
	font-size:11px !important;
}

.orange-links{
	color:#e9901a;
	text-decoration:underline;
}

table.contact-table, table.contact-table table{
	font-size:12px;
}

table.edu-table{
	font-size:11px;
	width:100%;
	line-height: 1.1em;
}

table.edu-table th{
	background:#dadada;
	border:1px solid #ffffff;
	border-bottom:1px solid #647E97;
	text-align:center;
	font-size:11px;
	padding:0 4px 0 4px;
}

table.edu-table td{
	vertical-align:top;
	border:1px solid #dadada;
	border-top:none;
	font-size:llpx;
}

table.edu-table a,
.mceContentBody table.edu-table a{
	font-size:11px;
	}
	

body.mceContentBody {
    background:#ffffff;
	line-height:1.6em;
	padding:20px;
	color:#000000;
	width:355px;	
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
}

.mceContentBody a {
    font: 14px Tahoma, Geneva, sans-serif !important;
	color:#647E97 !important;
	text-decoration:underline;
}

.mceContentBody a b,
.mceContentBody a strong,
.mceContentBody b a,
.mceContentBody strong a{
    font: 14px Tahoma, Geneva, sans-serif !important;
	color:#647E97 !important;
	text-decoration:underline;
	font-weight:bold !important;
}

.mceContentBody h1 a, .mceContentBody a h1,
.mceContentBody h2 a, .mceContentBody a h2,
.mceContentBody h3 a, .mceContentBody a h3,
.mceContentBody h4 a, .mceContentBody a h4,
.mceContentBody h5 a, .mceContentBody a h5{
	font-size:inherit;
	font-family:inherit;
	font-weight:bold !important;
	color:#e9901a !important;	
	text-transform:inherit;
	}

/*.mceContentBody #rn-mid{
	background:none;
	margin:0;
}

.mceContentBody #rn-mid h3{
	font-size:14px;
	color:#647e97;
	text-transform:uppercase;
	padding:20px 0 10px 0;
	margin:0 17px 0 40px;
	text-align:left;
	}

.mceContentBody #rn-mid h3 a{
	font-size:inherit;
	font-family:inherit;
	font-weight:bold !important;
	color:#e9901a !important;
	text-decoration:none !important;	
	text-transform:inherit;
	}

.mceContentBody #rn-mid p{
	margin:0 37px 0 45px;
	padding:0 0 15px 0;
	color:000000;
	font-size:14px;
}
	
.mceContentBody #rn-mid a{
	color:#e9901a !important;
	font-weight:bold !important;
	text-decoration:underline !important;
}*/


/* Temporary Class Just During the build process delete after site goes live */

.underline{
	text-decoration:underline;
}
