/* 
  ------------------------------------------------
  CSS Layout for Jim Vigias / Educational Productions
  Created March 1, 2010 
  By Digital Magic Show
  www.digitalmagcishow.com
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #000066;
	margin: 10px;
	padding: 0;
}
#assembliesheader {
	color: #FFFFFF;
	background-image:url(../images/assemblies_header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:75px;
	padding: 0px;
	margin: 0;
}
#facultyheader {
	color: #FFFFFF;
	background-image:url(../images/faculty_header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:75px;
	padding: 0px;
	margin: 0;
}
#workshopheader {
	color: #FFFFFF;
	background-image:url(../images/workshop_header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:75px;
	padding: 0px;
	margin: 0;
}
#listofschoolsheader {
	color: #FFFFFF;
	background-image:url(../images/listofschools_header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:75px;
	padding: 0px;
	margin: 0;
}
#aboutheader {
	color: #FFFFFF;
	background-image:url(../images/about_header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:75px;
	padding: 0px;
	margin: 0;
}
#guaranteeheader {
	color: #FFFFFF;
	background-image:url(../images/guarantee_header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:75px;
	padding: 0px;
	margin: 0;
}
#fundraisersheader {
	color: #FFFFFF;
	background-image:url(../images/fundraisers_header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:75px;
	padding: 0px;
	margin: 0;
}
#testimonialsheader {
	color: #FFFFFF;
	background-image:url(../images/testimonials_header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:75px;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#column_wrapper {
	background-image:url(../center_bkg.png);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width:660px;
	float: left;
}
#rightLetters {
	width:100%;
	float: left;
}
#left {
	width: 300px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 1.0em;
	line-height: 1.65em;
}
#rightLetters .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-image:url(../footer.png);
	width:960px;
	height:43px;
	padding: 0px;
	margin: 0;
	font-size:12px;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
h1 {
	font-size: 1.4em;
	margin: 0;
	color:#000;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color:#000;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.texta { 
 font-size: 10px; 
 background-color: #CCCCCC; 
 border: 1px solid #666666; 
}
.formtext {
	 font-size: 10px; 
     color:#FFF;
	 font-weight:bold;
}

.button { 
border: font-size: 11px; 
color: #FFFFFF; 
font-weight: normal; 
font-family: arial; 
background-color: #CC0000; 
text-decoration: none; 
} 
.textPhone { 
 font-size: 30px;
 font-weight:bold;
 color: #FFFFFF; 
}
.school_list{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
}

