/* ---------- START LAYOUT SECTION ----------- */
* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #011CB3;
 font-size: 12px;
 line-height: 18px;
}
/*#wrapper {
 min-width: 990px; 
 margin: 0 auto;
 min-height: 814px;
} */

#wrapper {
  /* margin: 0 auto; */
  min-height: 814px;
  text-align: center;
  width: 941px;
  margin-left: auto;
  margin-right: auto;
 }
 
 #wrapperForm {
  /* margin: 0 auto; */
  min-height: 1214px;
  text-align: center;
  width: 941px;
  margin-left: auto;
  margin-right: auto;
 }

#wrapperSM {
  /* margin: 0 auto; */
  min-height: 714px;
  text-align: center;
  width: 941px;
  margin-left: auto;
  margin-right: auto;
 }

#header {
 /* margin: 5px 5px 0px 5px; */
 height: 206px;
 /* padding: 10px; */
 width: 941px;
 background-color: #011CB3;
/* background-image:url(/images/Aspire-header.jpg); */
}
* html #header {height:215px} /* IE Min-Height Hack */

#topBar{
background: #F2F2F4;
background-color: #F2F2F4;
height: 30px; /*Height of top section*/
/* padding: 2px 0 2px 0; */
border-left: 1px solid #333;
text-align: absmiddle;
}


#wrapper2 {
 width: 970px;
 margin: 0 auto;
}







/* ------------------ START LEFT COLUMN ------------------------  */

#leftcolumnLocation { /* Parent Wrapper for inside boxes */
 /* margin: 0 0px 0px 5px; */
 /* padding: 4px; */
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 border-left: 1px solid #333;
 background-color: #DDDDDD;
 min-height: 746px;
}
* html #leftcolumnLocation {height:746px} /* IE Min-Height Hack */

#leftcolumnEvening { /* Parent Wrapper for inside boxes */
 /* margin: 0 0px 0px 5px; */
 /* padding: 4px; */
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 border-left: 1px solid #333;
 background-color: #DDDDDD;
 min-height: 824px;
}
* html #leftcolumnEvening {height:824px} /* IE Min-Height Hack */

#leftcolumn { /* Parent Wrapper for inside boxes */
 /* margin: 0 0px 0px 5px; */
 /* padding: 4px; */
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 border-left: 1px solid #333;
 background-color: #DDDDDD;
 min-height: 952px;
}
* html #leftcolumn {height:952px} /* IE Min-Height Hack */

#leftcolumnTestimonial { /* Parent Wrapper for inside boxes */
 /* margin: 0 0px 0px 5px; */
 /* padding: 4px; */
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 border-left: 1px solid #333;
 background-color: #DDDDDD;
 min-height: 1041px;
}
* html #leftcolumnTestimonial {height:1041px} /* IE Min-Height Hack */


#leftcolumnDirections { /* Parent Wrapper for inside boxes */
 /* margin: 0 0px 0px 5px; */
 /* padding: 4px; */
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 border-left: 1px solid #333;
 background-color: #DDDDDD;
 min-height: 1309px;
}
* html #leftcolumnDirections {height:1309px} /* IE Min-Height Hack */


#leftcolumnCalendar { /* Parent Wrapper for inside boxes */
 /* margin: 0 0px 0px 5px; */
 /* padding: 4px; */
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 border-left: 1px solid #333;
 background-color: #DDDDDD;
 min-height: 1202px;
}
* html #leftcolumnCalendar {height:1202px} /* IE Min-Height Hack */

#leftcolumnInspire { /* Parent Wrapper for inside boxes */
 /* margin: 0 0px 0px 5px; */
 /* padding: 4px; */
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 border-left: 1px solid #333;
 background-color: #DDDDDD;
 min-height: 3076px;
}
* html #leftcolumnInspire {height:3076px} /* IE Min-Height Hack */

#indent { /* indent for classes */
 margin: 0 0px 0px 12px; 
 padding: 14px; 
 display: inline; /* IE Hack */
 width: 240px;
 
}

/* ------------------ END LEFT COLUMN ------------------------  */






ul {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: 20px;
		border: none;
		}
		
li {
		margin: 0;
		list-style: none;
		list-style:square;
		list-style-type:square;
		}

#button {
	/* width: 12em; */
	width: 240px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color: #DDDDDD;
	color: #333;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 2px solid #ccc;
		border-top: 2px solid #ccc;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#button li a {
		display: block;
		/* padding: 5px 5px 5px 0.5em; */
		padding: 5px 5px 5px 15px;
		text-align:left;
		border-left: 3px solid #ccc;
		border-right: 3px solid #ccc;
		background-color: #dae2cb;
		color: #78419C;
		text-decoration: underline;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 3px solid #ccc;
		border-right: 3px solid #ccc;
		background-color: #2586d7;
		color: #fff;
		}

	


/* ------------------ START CENETER COLUMN ------------------------  */




#centercolumn {
 border-right: 1px solid #FFF;
 background-color: #C4D9DA;
 background-position:right; 
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 290px;
 float: left;
 min-height: 944px;
}
* html #centercolumn {height:944px} /* IE Min-Height Hack */ 

#centercolumn2 {
 /* border-right: 1px solid #FFF; */
 background-color: #D6DD99;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 8px;
 width: 385px;
 float: left;
 min-height: 930px;
}
* html #centercolumn2 {height:930px} /* IE Min-Height Hack */ 


/* ---------------------- ABOUT US PAGE ---------------------------- */

#centercolumnAbout {
 border-right: 1px solid #FFF;
 background-color: #C4D9DA;
 background-position:right; 
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 8px;
 width: 278px;
 float: left;
 min-height: 738px;
}
* html #centercolumnAbout {height:738px} /* IE Min-Height Hack */ 

#centercolumnAbout2 {
 /* border-right: 1px solid #FFF; */
 background-color: #D6DD99;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 8px;
 width: 385px;
 float: left;
 min-height: 730px;
}
* html #centercolumnAbout2 {height:730px} /* IE Min-Height Hack */ 



#centercolumnLocationWide {
 /* border-right: 1px solid #FFF; */
 background-color: #D6DD99;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 8px;
 width: 684px;
 float: left;
 min-height: 730px;
}
* html #centercolumnLocationWide {height:730px} /* IE Min-Height Hack */ 


#centercolumnCalendar {
 /* border-right: 1px solid #FFF; */
 background-color: #D6DD99;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 8px;
 width: 684px;
 float: left;
 min-height: 1030px;
}
* html #centercolumnCalendar {height:1030px} /* IE Min-Height Hack */ 



#centercolumnTestimonialsWide {
 /* border-right: 1px solid #FFF; */
 background-color: #D6DD99;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 8px;
 width: 684px;
 float: left;
 min-height: 1230px;
}
* html #centercolumnTestimonialsWide {height:1230px} /* IE Min-Height Hack */ 



#footer {
 background-color: #FFB400;
 border-left: 1px solid #333;
 border-right: 1px solid #333;
 border-bottom: 1px solid #333;
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 982px;
 height: 50px;
}






/* ---------- START TEXT SECTION ----------- */

.topsectiontext{
	margin: 0;
	padding-top: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-stretch:extra-expanded;
	color:#FFFFFF;
	padding-bottom: 10px;
	margin-bottom:10px;
}

p.newsiteheader{
	padding:10px 0px !important;
}
.newsiteheader{
	width:950px;
	display:block;
	margin: 0;
	padding: 10px 0;
	font-family:"Helvetica",Verdana, Times, serif;
	font-size:24px;
	font-weight:normal;
	font-stretch:extra-expanded;
	color:#333333;
	padding-bottom: 10px;
	background-color:#FFFFFF
}


 a:link {
	color: #78419C;
	text-decoration: underline;
}

a:hover {
	color: #78419C;
	text-decoration: underline;
}

a:visited {
	color: #78419C;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.PageTitle {
 font-family: Arial, Helvetica, sans-serif; 
 color: #78419C; 
 font-weight: bold;
 line-height: 35px;
 font-size:18px;
 }
 .smallTitle {
 font-family: Arial, Helvetica, sans-serif; 
 color: #78419C; 
 font-weight: bold;
 line-height: 35px;
 font-size:14px;
 }

