@charset "utf-8";
/* CSS Document */

/* GENERAL PAGE STYLES */


body {
margin: 0px; 
font-family: "trebuchet MS", arial, sans-serif; 
font-size: 62.5%; 
background-repeat: repeat;
background-color: #fff;

}


h1 {
font-size: 1.6em; 
margin-top: 10px;
margin-bottom: 20px;
font-weight: bold;
color: #990066;
}

h2 {
font-size: 1.3em; 
font-weight: bold; 
line-height: 90%;
color: #990066;
margin-top: 0px;
margin-bottom: 10px;
}

h2 a, h2 a:link, h2 a:visited{
	text-decoration: none;
	color: #990066;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #990066;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
}


a:link {
	text-decoration: none;
	color: #990066;
}

a:hover, a:active {
	text-decoration: underline;
	color: #990066;
}

a:visited {
	text-decoration: none;
	color: #990066;
}

img {
	border: none;
}

blockquote {margin-left: 15px;}

ul.menuheader {
	margin-top: 0px;
}

ul.checkbullet {
	list-style: none;
	margin-left: 0px;
}

li.checkbullet {
	background: transparent url(/images/accents/checkmark.gif) no-repeat left top;
	padding: 0 0 0 40px;
}


.subhead {
font-size: 1.4em; 
font-weight: bold; 
color: #000000;
}

.smallright {
	font-size: 0.8em;
	text-align: right;
}

.borderbottom {
	border-bottom: 1px #000 solid;
}

.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.rightalign {
	float: right;
	margin: 0px 10px 7px 10px;
}

.leftalign {
	float: left;
	margin: 0px 10px 0px 0px;
	
	padding-bottom: 10px; 
}

.fb {
	float: left;
	width: 90px;
	font-size: 10px;
}

.ms {float: right;  width: 90px; font-size: 10px; }

.clear {
clear: both;
}

.video-embed {
	border: 2px solid #000;
	margin: auto;
}

/*This line fixes issues of transparency for PNGs in IE 5.5 and 6. Two files must exist to make this work - iepngfix.htc and blank.gif. */
img, div { 
behavior: url(/iepngfix.htc) 
}


.datesubhead {
	font-size: 1.2em; 
	font-weight: bold; 
	font-style: italic;
	margin-top: 0px;
	line-height: 100%;
	color: #000;
}


/* BASIC PAGE LAYOUT STYLES */

#header {
margin-top: 50px;
margin-right: auto;
margin-left: auto; 
width: 900px; 
height: 60px; 
border-bottom: 8px solid #990066;

}

#header_left {
	float: left; 
	clear: both;
}

#header_right {
	font-size: 1.4em;
	margin-top: 40px;
	text-align: right;
	
	height: 20px;
	float: right; 
	
}

#subPheader {
margin-top: 25px;
margin-right: auto;
margin-left: auto; 
width: 900px; 
height: 90px; 
border-bottom: 8px solid #990066;
}


#mainbody {
	font-size: 1.4em;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 900px;
	border-bottom: 1px solid #990066;
	background: #fff;
}

/*IE/6 needs a little more horizontal playroom*/
 * html #mainbody {width:920px;} 



#maincontent {
padding-top: 10px;
padding-left: 10px;
width: 500px;
margin: 0px 221px 5px 165px; 
background-color: #fff;

}


* html #maincontent {height: 1%;} /*hasLayout trigger*/ 

#subPmaincontent {
padding-top: 10px;
padding-left: 10px;
width: 700px;
margin: 0px 10px 5px 165px; 
background-color: #fff;
}

#featurecontainer {
	width: 500px;
	
}



.featureboxL {
	
	float: left;
	width: 240px;
	background-image: url(/images/global/featurebox_bg.gif);
	background-repeat: repeat-y;
	}
	
.featureboxR {
	float: right;
	width: 240px;
	background-image: url(/images/global/featurebox_bg.gif);
	background-repeat: repeat-y;
	}


.featureboxtop {
height: 10px;
}

.featureboxtext {
padding: 5px;
}

.featureboxbot {
height: 10px;
}

.right {text-align: right;}

#sidebar {
float: right; 
width: 200px;
padding: 9px;
border-left: solid 0px #00cc00;
margin-top: 10px;
margin-bottom: 5px;
}


#footer {
height: 34px;
width: 100%; 
background: #632483; 
}

#copyright {
width: 898px;
margin: 20px auto 10px auto;
border-top: thin #990066 solid; 
padding-top: 10px;
font-size: 11px; 
font-style: italic; 
color: #000;
text-align: center;
}

.eventframe {
	margin-left: 20px;
}

.menuheader {
	margin-bottom: 0px; 
}

.img_left {
	float: left;
}



#sbfeature {

width: 182px;
margin-top: 0px;

background-image: url(/images/global/sb_feature_bg.gif);
background-repeat: repeat-y;
	
}

.sbfeaturetop {
	height: 10px;
	
}

.sbfeaturebot {
	height: 10px;
	
	
}

.sbfeaturetext {
padding: 7px;

}

.workshopframe {
	width: 480px;
	
	margin-bottom: 15px;
	
}

.workshopleft {
	float: left;
	width: 169px;
	margin-right: 10px;
	height: 145px;
	
}

.workshopright {
	
	margin-left: 179px;
}


.callout {
	width: 75%;
	font-size: .9em;
	font-weight: normal; 
	font-style: italic;
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 5px; 
	border: 1px solid #C99;
}

.divider {
	width: 400px;
	margin: 15px auto 15px auto;


}


 /* Navigation Styles */
#navcontainer {
float: left;
width: 150px;	
margin-top: 10px;
margin-left: 5px;
margin-bottom: 0px;

}



#navbar {
float: left;
width: 150px;
background-color: #ffffff;
margin-bottom: 0px;

}



.menu {
	margin-top: 0px; 
	font: normal 14px  "trebuchet MS", arial, sans-serif; 
}


.menu li {
margin:0px 0px 0px -33px;
	list-style:none;
	
	}
	
.menu li.twoline {height: 3em; }
.menu a, .menu a:visited {
	width:136px;
	height:15px;
	margin:0px 0px 2px 0px;
	position:relative;
	display:block;
	color:#990066;
	text-decoration:none;
	background:url(/images/global/menubg2.gif) no-repeat;
	padding:4px 0px 0px 8px;
	
	}
*html .menu a, .menu a:visited {
	width:136px;
	height:15px;
	margin:0px 0px 2px -0px;
	position:relative;
	display:block;
	color:#990066;
	text-decoration:none;
	background:url(/images/global/menubg2.gif) no-repeat;
	padding:4px 0 0 8px;
	}
	
	.menu2l a, .menu2l a:visited {
	width:136px;
	height:30px;
	margin:0px 0px 2px 0px;
	position:relative;
	display:block;
	color:#990066;
	text-decoration:none;
	background:url(/images/global/menubg2.gif) no-repeat;
	padding:4px 0px 0px 8px;
	
	}
	
	
.menu a:hover, .menu a:active,
.menu li.current_page_item a, .menu li.current_page_item a:visited  {
	background:url(/images/global/menubg1.jpg) no-repeat;
	text-decoration:underline;
	}	

/* End Navigation Styles */





/* Contact Form Styles */

#contact-area {
	width: 475px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 15px;
	border: 1px solid #656692;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	margin-right: 10px;
	float: right;
}

td.left {
	width: 80px;
	text-align: left;
	vertical-align: top;
	font-size: 1.4em;
}

/* End Contact Form Styles */

/* Placement Application Styles */
#app-area {
	width: 600px;
	margin-top: 25px;
}

#app-area input, #app-area textarea {
	padding: 3px;
	width: 450px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 15px;
	border: 1px solid #656692;
}

#app-area input.short {
	padding: 3px;
	width: 180px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 15px;
	border: 1px solid #656692;
}

#app-area input.radio {
	padding: 3px;
	margin-left: 15px;
	width: 20px;
	border: none;
	
}

#app-area textarea {
	height: 90px;
}


#app-area textarea.short {
	height: 45px;
}
#app-area textarea:focus, #app-area input:focus {
	border: 1px solid #900;
}

#app-area input.submit-button {
	width: 100px;
	margin-right: 10px;
	float: right;
}

/*End Placement Application Styles */


/*Form Styles*/

form {
	width: 475px;
	margin: 0;
	padding: 0;
}

form.donate {
	width: 180px;
}

form p {
	width: 325px; 
	
	padding: 10px 0 10px 130px;
	margin: 0px;
	border-top: 1px dashed #ccc;
}

form p.intro {
	padding-left: 0px;
	font-style: italic; 
	font-size: 0.8em;
	border: none;
}

form p.none {border: none;}

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

legend {
	font-size: 1.4em;
	color: #99cc33;
	font-weight: bold; 
	padding: 10px;
	
}

label {
	float: left;
	margin-left: -130px; 
	width: 120px;
	font-weight: bold;
}

input, textarea {
	width: 275px;
	margin: 0 0 0 20px;
	background: #f1f7db;
	border: 1px solid #99cc33;

}



#zip {
	width: 100px;
}

#phone {
	width: 150px;
}

#contact {
	border: none;
	background-color: #fff;
	width: 10px; 
	
}

#submit {
	width: 130px;
	height: 30px;
	margin-right: 20px;
	background-color: #e4f0b4;
	border: 2px solid #99cc33;
	color: #990066;
	float: right;
	font-weight: bold;
}

#submit:hover {
	
	background-color: #e4f0b4;
	cursor: pointer;
	color: #99cc33;
	font-weight: bold;
	
}


#BB_BuyButtonForm input {
	width: auto;
	margin: 0;
	background-color: #fff;
	border: 1px solid #999;
}

#BB_BuyButtonForm input.donate {
	width: auto;
	margin: 0;
	background-color: transparent;
	border: none;
}

#BB_BuyButtonForm form {
	width: auto;
	margin: 0;
	padding: 0;
}

#BB_BuyButtonForm form p {
	width: 325px; 
	
	padding: 0;
	margin: 0px;
	border-top: none;
}

form.paypal, input.paypal {
	width: auto;
}

/*End Form Styles*/


 
/* General Layout Styles */

/* ws_styles */

.ws_subject { /* for automated submissions */
	display: none;
}
/* End ws_styles */

#creditfooter {display: none;}

.fbsubscribelink {display: none;}

.feedburnerFeedBlock .headline {font-weight: bold;}

.feedburnerFeedBlock ul {display: inline;}

.feedburnerFeedBlock li {list-style: none; margin-bottom: 1em;}

.spacertop {margin-top: 15px;}
