
/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style-type:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; }


/* Global Elements
=====================================================================*/

html { /*overflow-x: auto;*/ height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	/*background: url(../images/webBG_01.jpg) no-repeat scroll 50% 0pt;*/
	background-color:#d8d8d8;
	text-align: center;
	line-height: 1.6em;
	height:100%;
}

input[type="text"] { 
}

/* Library
=====================================================================*/

.l { float: left; width: 50%; }
.r { float: right; width:50%; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-left-img { float:left; margin: 0 40px 40px 0; }
.float-right { float: right; }
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.clear-both { clear: left; float: none; }
.inline { display: inline; }
.block { display: block; }
.noborder { border: 0px none; }
.bold { font-weight: bold; }
.boldItalic {font-weight:bold; font-style:italic;}
.italic { font-style: italic; }
.normal { font-weight: normal; }
.red { color: #ba0205; }
.green {color:#00CC00; font-size: 1.6em; }
.green-bg { background-color:#009900; }
.blue { color:#1777bd; }
.white { color:#FFFFFF; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.visible { display: block; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.border5 { border: solid 10px #c7c7c7; }
.border10 { border: solid 10px #c7c7c7; }
.border20 { border: solid 20px #c7c7c7; }
.font-16 { font-size:16px; }
.font-17 { font-size:17px; }
.padding-20 { padding:20px; }
.padding-left-20 { padding-left:20px; }
.padding-right-20 { padding-right:20px; }
.padding-top-15 { padding-top:15px; }
.padding-bottom-10 { padding-bottom:10px; }
.margin-right-10 { margin-right:10px; }
.margin-right-20 { margin-right:20px; }
.margin-bottom-20 { margin-bottom:20px; }
.image-float-right {float:right; margin-left:15px;}
.image-float-left {float:left; margin-right:15px;}

div.hidden, a.hidden
{
	display: none;
	margin: 0;
}

/* Typographic Elements
=====================================================================*/

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

p {
	margin-bottom:10px;
	font-size:13px;
	line-height:20px;
}

/* Homepage Specific Headers
=====================================================================*/

h1 {
	font-size: 2em;
	font-weight:bold;
	line-height: 1.2em;
	color: #000;
}

h2 {
	color:#000;
	font-size: 1.8em;
	font-weight:bold;
	line-height:1.1em;
	padding-bottom:5px;
}

.l h2 { } /* Left column specific */

.r h2 { letter-spacing:1px; padding: 0px 7px; margin-bottom: 10px; } /* Right column specific */

h3 {
	color:#000;
	font-size: 1.6em;
	line-height: 1.1em;
}

h4 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #000000;
	padding-bottom:10px;
}

h5 {
	font-size: 1.4em;
	font-weight:bold;
	line-height:normal;
}

h6 {
	font-size: 1.2em;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

h7 {
	font-size:1.8em;
	color: #ba0205;
	/*letter-spacing: 1px;*/
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}

/* Interior page Specific Headers
=====================================================================
-------------------------------------------------------------- 
PAGE CONTENT STYLES
-------------------------------------------------------------- 
*/

#page_content .photo{
	margin: 20px 0px 20px 20px;
}

/* form elements */

/* // Join email list // */

form {
	margin-top:10px; padding: 5px;
	/*width:450px;*/
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #333333;
	color:#333333;
}
textarea {
	width:300px;
	padding:2px;
	border:1px solid #333333;
	height:100px;
	display:block;
	color:#333333;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #333333;
	background: #FFF; 
	padding: 2px 3px; 
	color: #ba0205;	
}

form#paypal-form input {
	border:none;
	padding-top:15px;
}

/* Misc Typography
=====================================================================*/

body { 
	font-size: .70em; 
	line-height: 1.5em;
	color:#333333;}

table { 
	/*font-size: 1em; 
	line-height: 1.5em;
	color: #424242;*/
}

i, em { 
	font-style: italic;
	font-weight: bold;
}

blockquote {
	clear:both;
	font-size:1.2em;
	line-height: 1.6;
	padding: 0px;
	color: #666666;
}

blockquote, blockquote p {
	clear: both;
	color: #666666;
}

.smallcaps {
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	text-transform: lowercase;
	letter-spacing: .1em;
}

.citation, .cite {
	font-size: 12px;
}




/* List Elements
=====================================================================*/

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.decimal {list-style-type: decimal}
ul.decimal-leading-zero {list-style-type: decimal-leading-zero}
ul.lower-roman {list-style-type: lower-roman}
ul.upper-roman {list-style-type: upper-roman}
ul.lower-alpha {list-style-type: lower-alpha}
ul.upper-alpha {list-style-type: upper-alpha}
ul.lower-greek {list-style-type: lower-greek}
ul.lower-latin {list-style-type: lower-latin}
ul.upper-latin {list-style-type: upper-latin}
ul.armenian {list-style-type: armenian}
ul.georgian {list-style-type: georgian}

ol, li{
	margin-left:20px;
}

ul li, ol li
{
	font-size:13px;
	height: auto;
	margin: 0;
	margin-bottom:5px;
	padding: 0;
	line-height:18px;
	color:#333333;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

li a:hover {
}

li.no-list {
	list-style-type:none;
}

ul.events-menu {
	float:left;
	list-style-type:disc;
	margin-left:15px;
	width:200px;
}
	ul.events-menu li {
		margin-bottom:4px;
	}

ul.social {
	clear:left;
	float:left;
	list-style-type:none;
	margin-left:15px;
	width:200px;
}

dl {
	height: auto;
	margin: 0;
	list-style: none;

}

dl a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

dl a:hover {
	background-color: #ffffff;
}

dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}

dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 

dd {
	margin-left: 50px;
}

.alt-text { font-family: Georgia; text-transform: lowercase;}

/* Global Links
=====================================================================*/

a {
	font-size:1em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited,
a:active
{
	color: #ba0205;
}

a:hover
{
	color: #fe7f7b;	
}

a.facebookRollover {  
	display:inline-block;
	width: 22px;  
	height: 22px;  
	background: url(../images/facebook-icons.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
	margin-left:63px;
}  
a:hover.facebookRollover {  
   background-position: 0 -22px;  
}

a.find-us-on-facebook {
	display:inline-block;
	width: 192px;  
	height: 39px;  
	background: url(../images/find-us-on-facebook-02.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}
a:hover.find-us-on-facebook {
	background-position: 0 -39px;
}

a.myspaceRollover {  
	display:inline-block;
	width: 22px;  
	height: 22px;  
	background: url(../images/myspace-icons.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
	margin-left:5px;
}  
a:hover.myspaceRollover {  
   background-position: 0 -22px;  
}  

a.find-us-on-myspace {
	display:inline-block;
	width: 192px;  
	height: 39px;  
	background: url(../images/find-us-on-myspace.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}
a:hover.find-us-on-myspace {
	background-position: 0 -39px;
}

a.watch-40-video {
	display:inline-block;
	width: 224px;  
	height: 36px;  
	background: url(../images/watch-40-video.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}
a:hover.watch-40-video {
	background-position: 0 -36px;
}

a.sara-bibik-headshot {  
	display:inline-block;
	width: 78px;  
	height: 96px;  
	background: url(../images/sara-bibik-78x192.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.sara-bibik-headshot {  
   background-position: 0 -96px;  
}

a.laura-wade-headshot {  
	display:inline-block;
	width: 79px;  
	height: 73px;  
	background: url(../images/laura-wade-79x146.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.laura-wade-headshot {  
   background-position: 0 -73px;  
}

a.dardi-headshot {  
	display:inline-block;
	width: 80px;  
	height: 80px;  
	background: url(../images/dardi-mcginley-gallivan-02.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.dardi-headshot {  
   background-position: 0 -80px;  
}

a.zachary-headshot {  
	display:inline-block;
	width: 81px;  
	height: 99px;  
	background: url(../images/zachary-whittenburg-81x198.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.zachary-headshot {  
   background-position: 0 -99px;  
}

a.paige-headshot {  
	display:inline-block;
	width: 80px;  
	height: 125px;  
	background: url(../images/paige-cunningham-80x250.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.paige-headshot {  
   background-position: 0 -125px;  
}

a.carrie-headshot {  
	display:inline-block;
	width: 80px;  
	height: 80px;  
	background: url(../images/carrie-80x159.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.carrie-headshot {  
   background-position: 0 -79px;  
}

a.ben-headshot {  
	display:inline-block;
	width: 79px;  
	height: 61px;  
	background: url(../images/benLaw_03.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.ben-headshot {  
   background-position: 0 -61px;  
}

a.pam-headshot {  
	display:inline-block;
	width: 81px;  
	height: 100px;  
	background: url(../images/pamela-mcneil.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.pam-headshot {  
   background-position: 0 -100px;  
}

a.autumn-headshot {  
	display:inline-block;
	width: 79px;  
	height: 88px;  
	background: url(../images/autumn-eckman-02.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.autumn-headshot {  
   background-position: 0 -88px;  
}

a.kristina-headshot {  
	display:inline-block;
	width: 80px;  
	height: 68px;  
	background: url(../images/kristina-fluty-02.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.kristina-headshot {  
   background-position: 0 -68px;  
}

a.headshot-coming-soon {  
	display:inline-block;
	width: 80px;  
	height: 80px;  
	background: url(../images/headshot-coming-soon-80x160.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.headshot-coming-soon {  
   background-position: 0 -80px;  
}

a.google-calendar {  
	display:inline-block;
	width: 150px;  
	height: 100px;  
	background: url(../images/calendar-150x200.jpg) no-repeat 0 0;  
	overflow:visible;
	text-indent: -10000px;
	font-size:0px;
	line-height:0px;
}  
a:hover.google-calendar {  
   background-position: 0 -100px;  
}

/* Grid
=====================================================================*/

/* layout styles */

#house
{
	margin: 0 auto 0 auto;
	text-align: left;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 901px; 	/* Total width */
	/*background-color: #ffffff;*/
	/*background-image: url(http://);*/
}

#header {
	background: url(../images/headerBG_01.gif) no-repeat scroll 50% 0pt;
	width: 901px;
	margin: 0 auto;
	position: relative;
	height: 167px;
	display: block;
}

#header_logo {
	margin-top:28px;
	margin-left:53px;
}

#header h1 {
	float:left;
}

/*#header1 {
	height: 21px;
	display:block;
	background-image: url(../images/headerBar_01.jpg);
}*/

/*#header,
#header1,
#content,
#bottom {
	width: 795px;
	margin: 0 auto;
	position: relative;
}*/

#container
{	
	width: 901px;
	height:auto;
	margin: 0 auto;
	background: transparent url(../images/bodyBG_01.gif) repeat-y;
}

#menuBar {
	width:795px;
	height:25px;
	margin: 0 auto;
	background-image:url(../images/menuBar_bg_03.jpg);
	background-repeat:repeat-x;
}

#flashcontent {
	height: 100%;
}

ul.mainNav li{
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
}

ul.mainNav li a, ul.mainNav li a:link, ul.mainNav li a:visited{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	border-left:1px solid #500001;
	border-right:1px solid #ffffff;
	text-decoration:none;
	padding-top:3px;
	padding-left:5px;
	padding-right:6px;
	display:block;
	height:22px;
}

ul.mainNav li a:hover, ul.mainNav li a.active{
	background-image:url(../images/menuBar_bg_02.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
}

#content {
	width: 795px;
	margin: 0 auto;
}

/*#page_content { padding: 20px 60px 40px 30px; }*/
#page_content {
	width: 760px;
	padding: 17px;
}
#page_content ul li {
	/*height: auto;
	padding:0;
	margin:0;*/
}

div#page_content div#inset_r ul li {
	margin:0px;
	padding: 0;
	list-style: none;
}

div#page_content div#inset_r ul li.more {
	padding: 5px 10px;

}

div#page_content div#inset_r ul li ul li {
	padding: 3px;
	list-style: circle inside;
}

#column1
{
	float: left;
	width: 180px;
	/*background-image: url(http://);*/
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	/*margin-top:21px;*/
	/*margin-left:1px;*/
	background-color: #ececec;	
}

#col1a {
	float: left;
}

#col1b {
	float: right;
}

#column2
{
	float:right;
	width:545px;
	height:auto;
	padding: 0px;
	margin: 0px;
	/*margin-top:21px;*/
	/*margin-right:-1px;*/
	/*background-image: url(http://);*/
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

#column2_bot {
	/*background-image: url(http://);*/
	height:200px;
}



.module.l  {
	height: auto;
	width: 270px;
	padding: 20px 15px 20px 35px ;
}

.module.r 	{
	height: auto;
	width: 270px;
	padding: 20px 35px 20px 15px ;
}

#column2 .module {
	padding-top:20px;
}

#bottom {
	background-color: #ffffff;
}

#logo-print { display: none; }

/*
-------------------------------------------------------------- 
sidebar
-------------------------------------------------------------- 
*/
.sidebar {
	width:220px;
	padding-right:10px;
	border-right:1px dotted #666666;
}

.sidebar ol li{
	padding-bottom:10px;
}

/* Page Specific
-------------------------------------------------------------- 
Home Page
-------------------------------------------------------------- 
*/

#flashBG {
	/*width:759px; */
	height:auto;
	background-image: url('../images/flashBG_01.jpg');
	background-repeat: repeat-x;
}

.latestitem {
	width:221px;
	margin-right:10px; 
	padding:10px;
	-moz-border-radius: 0.5em;
	border:1px solid #999999;
	background-image:url(../images/latestitem-bg.jpg);
	background-repeat:repeat-x;
	
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
}

/*
-------------------------------------------------------------- 
Events
-------------------------------------------------------------- 
*/

.eventItemHeaderContainer {
	background-image: url('../images/eventItemBG_01.jpg');
	background-repeat:no-repeat;
	width:720px;
	height:auto;
	margin-top:20px;
}

.eventItemHeader {
	padding-top:4px;
	padding-left:12px;
	color:#FFFFFF;
}

.eventItem {
	width:688px;
	padding:15px;
	border: solid 1px #b88d52;
	border-top:none;
}

.eventItemNew {
	border-bottom:1px dotted #990000;
	padding-bottom:10px;
	margin-bottom:15px;
}
.eventItemNew.last {
	border-bottom: none;
}
	.eventItemNew img {
		border:1px solid #999;
		padding:5px;
		
		-moz-box-shadow: 2px 2px 3px #666;
		-webkit-box-shadow: 2px 2px 3px #666;
		-moz-border-radius: 3px 3px;
		-webkit-border-radius: 3px 3px;
	}

.eventImage {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:5px;
	border:1px solid #666666;
}

.eventImage:hover {
	border:1px solid #fe7f7b;
}

.eventImage:active {
	border:1px solid #FF0000;
}

.google-map {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

/*
-------------------------------------------------------------- 
Company
-------------------------------------------------------------- 
*/

.founder {
	font-size:50px; 
	line-height:50px;
	padding: 0 0 20px 0;
}

#founderItalic {
	font-family:Georgia, 'Times New Roman', Times, serif; 
    color:#ba0205; 
	font-style:italic;
}

#founder1 {
	font-size:50px; 
	line-height:50px;
}

#founderItalic1 {
	font-family:Georgia, 'Times New Roman', Times, serif; 
    color:#ba0205; 
	font-style:italic;
}

.company-member-image {
		border:1px solid #999;
		margin-left:20px;
		margin-bottom:20px;
		padding:5px;
		
		-moz-box-shadow: 2px 2px 3px #666;
		-webkit-box-shadow: 2px 2px 3px #666;
		-moz-border-radius: 3px 3px;
		-webkit-border-radius: 3px 3px;
}

.company-member-image-left {
		border:1px solid #999;
		margin-right:40px;
		margin-bottom:40px;
		padding:5px;
		
		-moz-box-shadow: 2px 2px 3px #666;
		-webkit-box-shadow: 2px 2px 3px #666;
		-moz-border-radius: 3px 3px;
		-webkit-border-radius: 3px 3px;
}

.companyMember {
	font-size:30px;
	line-height:30px;
}

.companyMemberItalic {
	font-family:Georgia, 'Times New Roman', Times, serif; 
    color:#ba0205; 
	font-style:italic;
}

/*
-------------------------------------------------------------- 
Classes
-------------------------------------------------------------- 
*/
#class-teacher-container {
	float:left;
	width:480px; 
	padding-right:30px; 
	border-right:thin dotted #333333; 
}
.teacher-container {
	display:block;
}
.teacher-headshot {
	display:inline-block;
}
.teacher-headshot a {
		border:1px solid #999;
		
		-moz-box-shadow: 2px 2px 3px #666;
		-webkit-box-shadow: 2px 2px 3px #666;
		-moz-border-radius: 3px 3px;
		-webkit-border-radius: 3px 3px;
}
.teacher-bio {
	display:inline-block;
	width:350px;
	margin-left:15px;
	margin-top:10px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #D8DCDF; 
	background:url("images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6; 
	font-weight: normal; 
	color: #fe7f7b; 
	outline: none; 
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { 
	border: 1px solid #D8DCDF; 
	background:url("images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6; 
	font-weight: bold; 
	color: #fe7f7b; 
	outline: none; 
}

.ui-widget-content p {
	padding-top:15px;
}

#class-info-container {
	float:left;
	width:160px; 
	margin-left:30px; 
	margin-right:15px; 
}

.class-info-block {
	padding-bottom:20px;
}

.class-info-block form {
	background-color:transparent;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
.class-info-block input {
	border:none;
	padding:0px;
}

/*
-------------------------------------------------------------- 
Mentoring
-------------------------------------------------------------- 
*/

#mentoringContainer {
	background: url(../images/engageYoung_01.jpg) no-repeat scroll 0 -45px;
	width: 755px;
	/*margin: 0 auto;
	position: relative;
	height: 167px;
	display: block;*/
}
	#mentoringContainer p, #mentoringContainer h5, #mentoringContainer form {
		width: 300px;
	}
	#mentoringContainer form {
		padding-bottom:50px;
	}

.mentoring {
	padding: 0 20px 20px 20px;
}
	.mentoring h1 {
		margin-bottom: 15px;
	}
	.mentoring h2 { 
		color:#727272;
		font-size:1.5em;
		line-height:1.3em;
		margin-bottom:20px;
	}
		.mentoring h2 strong {
			color:black;
		}
	.mentoring p {
		margin-bottom: 25px;
		margin-right: 40px;
	}
		.mentoring p.clear-both {
			padding-top:20px;
		}
	
.mentee {
	float:left;
	width:345px;
}
	.mentee.first {}
	.mentee.last {
		margin:0;
		margin-left:30px;
	}
	.mentee img {
		margin: 0 0 20px;
		border:1px solid #999;
		padding:5px;
		
		-moz-box-shadow: 2px 2px 3px #666;
		-webkit-box-shadow: 2px 2px 3px #666;
		-moz-border-radius: 3px 3px;
		-webkit-border-radius: 3px 3px;
	}
	.mentee p, .mentee h3 {
		margin-bottom: 15px;
		margin-left: 20px;
	}

/*
-------------------------------------------------------------- 
Critical Reviews
-------------------------------------------------------------- 
*/

#criticalContainer {
	background: url(../images/liaBen_01.jpg) no-repeat;
	width: 755px;
	/*margin: 0 auto;
	position: relative;
	height: 167px;
	display: block;*/
}

/*
-------------------------------------------------------------- 
Quest
-------------------------------------------------------------- 
*/

#questContainer {
	background: url(../images/quest_02.jpg) no-repeat;
	width: 755px;
	/*margin: 0 auto;
	position: relative;
	height: 167px;
	display: block;*/
}

/*
-------------------------------------------------------------- 
Support Us
-------------------------------------------------------------- 
*/
.supportUs form {
	margin-top:10px; padding-top: 5px; padding-bottom:5px;
	border:none; 
	background-color:#FFFFFF;
	/*width:450px;*/
}
.supportUs label {
	display:block;
	font-weight:bold;
	margin:0;
}
.supportUs input {
	padding: 0px;
	border:none;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
.supportUs textarea {
	width:300px;
	padding:0px;
	font: normal 1em Verdana, sans-serif;
	border:none;
	height:100px;
	display:block;
	color:#777;
}
.supportUs input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border:none;
	background: #FFF; 
	padding: 0px; 
	color: #ba0205;	
}


/*
-------------------------------------------------------------- 
Image Scrapbook
-------------------------------------------------------------- 
*/
.scrapbook {
	color:#000000;
	font-size:24px;
	font-weight:bold;
}

.alumni-image {
	float:right;
	margin-left:20px;
	padding:5px;
	border:1px solid #666666;
}


/*
-------------------------------------------------------------- 
FOOTER
-------------------------------------------------------------- 
*/

.footer {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	vertical-align: bottom;
	height:117px;
	background: url(../images/footerBG_01.gif) no-repeat 0 bottom;
}

.footer a { 
	display: inline; 
	white-space: nowrap; 
	color:#FFFFFF; 
	text-decoration:underline;
}

.footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

.footer ul {
   	margin: 0 auto;
   	padding: 1em 0;
   	text-align: center;
   	width: 85%;
}
.footer ul li{
	display: inline;
	padding: 0.5em;
}

/*
-------------------------------------------------------------- 
IMAGE REPLACEMENT
-------------------------------------------------------------- 
*/
/* ids added to replace <h> tags with images while being standards compliant. */
h1.swap {
  height:226px;
  background-repeat:no-repeat;
  }
h1.swap span {display:none;}
h1#t_forty_year {background-image:url(../images/40_anniversary_01.jpg); background-color:#FFFFFF;}

h2.swap {
  height:78px;
  background-repeat:no-repeat;
  }
h2.swap span {display:none;}
h2#t_honoring_beacon {background-image:url(../images/40_anniversary_02.jpg);}

h3.swap {
  height:261px;
  background-repeat:no-repeat;
  }
h3.swap span {display:none;}
h3#t_dance_center {background-image:url(../images/40_anniversary_03.jpg);}

h4.swap {
  height:118px;
  background-repeat:no-repeat;
  }
h4.swap span {display:none;}
h4#t_order_tickets {background-image:url(../images/40_anniversary_04_01.jpg); clear:both;}

h5.swap {
  height:89px;
  background-repeat:no-repeat;
  }
h5.swap span {display:none;}
h5#t_contribution {background-image:url(../images/40_anniversary_06.jpg);}

h6.swap {
  height:213px;
  background-repeat:no-repeat;
  }
h6.swap span {display:none;}
h6#t_special_offer {background-image:url(../images/40_anniversary_07.jpg);}

h7.swap {
  height:42px;
  background-repeat:no-repeat;
  background-color:#999999;
  }
h7.swap span {display:none;}
h7#t_behind_the_scenes {background-image:url(../images/behind-the-scenes-01.jpg);}


/*
-------------------------------------------------------------- 
40 Year Anniversary Gala Page
-------------------------------------------------------------- 
*/

.anniversary p {
	font-size:17px;
	padding-bottom:10px;
}

.pads {
	padding:20px 40px 20px 40px;
}

#gala_footer {
	width:760px;
	height:22px;
	display:block;
	background-image:url(../images/40_anniversary_09.jpg);
}

/*
-------------------------------------------------------------- 
Overrides
-------------------------------------------------------------- 
*/
.ui-widget-overlay {
	background:none;
	background-color:#000000;
	opacity:0.9;
}
.ui-dialog .ui-dialog-content img {
	border:1px solid #999;
	padding:5px;
	
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
}