/* COLOR PALETTE (dark to light):

Purple: 5e1b71  834395  bc8ec9  e9d8ee
Gold  : e39a12  e7b24e  ecc782  f5e7ce
Gray  : 665e68  978f9a  c6bfc8  edebed

Dark Purple Text : 300e3a

*/

/**Start Reset*********************************/

html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**End Reset*********************************/

/**** Globals ****/

body {
	color:#222;
	background:#834395 url(../images/bkgd.jpg) top left repeat-x;	
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	/* font-family:Verdana, Geneva, sans-serif;*/ 
	font-size:90%;
}

a { color:#834395; text-decoration:underline; }
a:hover {color: #300e3a }
.lite { color:#978f9a }
.noUnderline { color:#834395; text-decoration:none; }

/*.png {
	behavior: url(../includes/iepngfix.htc);
}*/

#placements ul, li {
	text-decoration:none;
	list-style:none;
	list-style-type:none;
	}
/**** common h tags ****/

#content h1 {
	font-size:24px;
	font-weight:bold;
	color: #300e3a;
	padding:0 0 5px 0;
	margin: 0 0 7px 0;
	text-indent:0;
}
#content h1.vid-title {
	font-size:24px;
	font-weight:bold;
	color: #300e3a;
	padding:0 0 5px 0;
	margin: 10px 0 7px 0;
	text-indent:0;
}
#content h2 {
	font-size:20px;
	font-weight:bold;
	color: #300e3a;
	margin: 0 0 11px 0;
}
#content h3 {
	font-size:17px;
	font-weight:normal;
	color: #300e3a;
	margin: 0 0 6px 0;
}
#content h4 {
	font-size:15px;
	font-weight:normal;
	color: #300e3a;
	margin: 0 0 6px 0;
}
#content p {
	line-height:19px;
	margin: 0;
	padding-bottom: 15px;
}



#container {
	width:960px;
	margin:0px auto;
	padding:0px;
	position:relative;
}
#logo {
	width:330px;
	height:251px;
	position:absolute;
	left:-50px;
	top:0px;
	background:url(../images/logo-Brook-Group.png) top left no-repeat;
  behavior: url(../includes/iepngfix.htc);
	z-index:1000;
}
#logo h1 {text-indent:-99999px}
#logo a {
	display:block;
	width:330px;
	height:250px;
}
	
	
#header {
	height:162px;
	position:relative;
	overflow:hidden;
}
#mainNav {
background: url(../images/bkgdNavBar.png);
height:52px;
width:680px;
z-index:5000;
margin-left: 280px;
margin-top: 110px;
/*position:absolute;
top:110px;
right:0px;
*//* mainNav in nav.css */
}

#bannerHome {
	width:960px;
	height:242px;
	background: url(../images/banner-home.jpg) top left no-repeat;
	overflow:hidden;
}
#banner {
	width:960px;
	height:95px;
	background: url(../images/bkgdBanner.jpg) top left no-repeat;
	overflow:hidden;
}
#banner h1 {
	font-size:24px;
	color:#300e3a;
	padding:30px 0 0 300px;
	font-weight:normal;
}
#tweet {
	width:960px;
	height:71px;
	overflow:hidden;
	position:relative;
	background:url(../images/bkgdTweet.gif) top left no-repeat;
	}
	#tweet a.follow {
		position:absolute;
		top:45px;
		left:10px;
		width:140px;
		height:30px;
		text-align:center;
		font-size:75%;
		display:block;
		color:#fff;
		text-decoration:underline;
	}
 #tweet p.twitterMessage {
		position:absolute;
		top:22px;
		left:230px;
		width:680px;
		height:50px;
		text-align:left;
		font-size:85%;
		color:#222;
		line-height:15px;
	}
	#tweet p.twitterMessage span {
		color:#834395;
	}
	
	#tweet p.twitterMessage2 {
		position:absolute;
		top:23px;
		left:230px;
		width:680px;
		height:50px;
		text-align:left;
		font-size:85%;
		color:#222;
		line-height:15px;
	}
	#tweet p.twitterMessage2 span {
		color:#834395;
	}
#contentContainer	 {
	background:#fff url(../images/bkgdContent.gif) top left no-repeat;
	width:960px;
	min-height:300px;
}
#content {
	width:940px;
	margin:0px auto;
	font-size:85%;
}







#content ul {
	display:block;
	list-style:disc;
	margin:10px 20px;
}
#content li {
	line-height:19px;
	margin-bottom:15px;
}



#crumb {
	font-size:85%;
	color:#978f9a;
}
#crumb b {color:#000; font-weight:bold; }

/****  columns for content ****/
.fullWidth { width:940px; }
.mainFullWidth { width: 890px; margin-left: 20px; }
.mainFullWidthText { width: 880px; margin-left: 30px; }
.mainLeft { width:200px; float:left; margin-left: 5px;}
.mainRight { width:670px; float:right; margin:0 20px; }

.fullWidth a { text-decoration: none;}

/*.mainLeftBox { width:200px; float:left; margin-left: 5px; border: solid 1px #834395; text-align:center;}*/
.mainLeftBox { width:200px; float:left; margin-left: 5px; text-align:center;}

.col-3 {	width:300px;	float:left; }
.col-4 { width:220px; float:left; }
.col-3-spacer, .col-4-spacer {float:left; width:20px; }


/* home page teasers */
#content .teaser {
	background:url(../images/promo-bottom.gif) bottom right no-repeat;
	height:350px;
	position:relative;
}
#content .teaser p.text {
	font-size:93%;
	margin:10px 15px 0 15px;
	line-height:18px;
}
#content .teaser p.text b.blogTitleHome{
	font-size:110%;
	color:#5e1b71;
}
#content .teaser p.viewAll {
	font-size:93%;
	text-align:right;
	margin:5px 10px;
	position:absolute;
	bottom:10px;
	right:10px;
	width:250px;
}
#content .teaser h2 {
	margin:0px;
	text-align:right;
	font-weight:normal;
}
#content .teaser h2 a, #content .teaser h2 a:hover {
	color:#300e3a;
	text-decoration:none;
}

/* announcment page */
.blogdate {
	color:#5e1b71;
	border-left: 6px solid #eee;
	padding-left:10px;
}
.bloglist {
	background:url(../images/bkgdFadeRight.gif) top right no-repeat;
	padding: 10px 15px 0 0;
}

/* clientList */

#clients {
	width:900px;
	margin:0px auto;
}
#clients IMG {
	float:left;
	margin:10px;
}

/* client bio page */
.bioPix {
	float:right;
	margin:0 0 15px 15px;
	padding:5px;
	border:1px solid #555;
	background:#fff;
}

/* testimonials */

#content .quoteWrapper {
	 background:url(../images/gfxQuote.gif) top left no-repeat;
		margin-bottom:25px;
}
#content .photo {
	width:150px;
	height:150px;
	padding:5px;
	border:1px solid #555;
	float:right;
	overflow:hidden;
	margin:10px 5px 0 10px;
	background:#ffffff;
}
#content .info {
	width:440px;
	float:left;
	margin-left:38px;
	display:inline;
}
#content .info p.quote {
margin:25px 35px 10px 0px;
}
#content .info .name {
	margin:0px;
	line-height:15px;
	font-size:15px;
	color:#834395;
	font-weight:bold;
	font-style:italic;
}
#content .info .title {
		margin:0px;
		line-height:auto;
		font-size:12px;
		font-style:italic;
		color:#300e3a;
}



/* photos */ 
#photos table { 
margin:0px auto; 
width:840px;
}

#photos IMG {}
/*#photos a {
	float:left;
	margin:10px;
	width:180px;
	overflow:hidden;
	border:1px solid #000;
}
*/

#photos td {
	width: 190px;
	height: 190px;
	padding: 8px;
/*	border:1px solid #FF0000;*/
	vertical-align: middle;
	text-align:center;
}

#photos img {
	border:1px solid #834395;
	padding: 3px;
}
/*Photo Sort*/
#photos-sort ul{
margin: 0px auto;
width:840px;
}
#photos-sort li{
width:190px;
height:190px;
padding:8px;
text-align:center;
}
#photos-sort img {
border: 1px solid #834395;
padding:3px;
}


/*Photos Placements */

#photos_placements { 
margin:0px auto; 
width:890px;

}
#photos_placements IMG { vertical-align:middle;}
#photos_placements a {
	float:left;
	margin:10px;
	width:150px;
	height:225px;
	overflow:hidden;
	border:1px solid #834395;
	padding:3px;
}


 /* contact form */ 
	#contactForm td {
		padding:7px;
	}
	.contact {
		width:450px;
		padding:5px 10px;
		border:1px solid #978f9a;
		color:#300e3a;
		font-size:100%;
	}
	.contact:focus {
		background: #fff url(../images/bkgdFadeRight.gif) top right no-repeat;
	}
	.contactText {
		width:450px;
		padding:5px 10px;
		border:1px solid #978f9a;
		color:#300e3a;
		font-size:13px;
		height:200px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		overflow:auto;
	}
	.contactText:focus {
		background: #fff url(../images/bkgdFadeRight.gif) top right no-repeat;
	}
	
/* newsletter list */
#newsletterList {
	margin:15px 0 0 0;
}
#newsletterList a {
	background: url(../images/newsletter.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0 0 0 120px;
	font-size: 120%;
	height:100px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	line-height:16px;
}
#newsletterList a span {
	color:#978f9a;
	font-style:italic;
	text-decoration:none;
	font-size:12px;
}
#newsletterList a:hover {
	background-position:0px -100px;
}

/* events page */
#eventMonths {
	background:url(../images/teaserBottomCapRight.gif) bottom left no-repeat;
	padding:0 0 10px 0;
}
#eventMonths p {
	text-align: left;
	margin:0px;
}
#eventMonths p a {
	padding:6px 15px 6px 60px;
	display:block;
}
#eventMonths p a:hover {
	background:#e9d8ee;
}
#eventMonths p a span {
	color:#978f9a;
}
/* Faculty Listings */
#facultyList {
	margin:30px 0 0 0;
	padding:0 20px 20px 20px;
	background:url(../images/bkgdFacultyTabBig.gif) top left no-repeat;
}

#tabs {
	height:32px;
	overflow:hidden;
	padding-left:50px;
	margin-bottom:20px;
}
#tabs a {
	float:left;
	width:136px;
	height:32px;
	overflow:hidden;
	background:url(../images/bkgdTabs.gif);
	background-position:0px -32px;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-top:8px;
	font-size:110%;
	text-align:center;
	display:block;
}
#tabs a:hover {	background-position:0px -64px;}
#tabs a.on, #tabs a:hover.on {	background-position:0px 0px;}

#facultyList td {
	background:url(../images/bkgdTeacherList.jpg) bottom right no-repeat;
	padding: 10px;
	height:100px;
	border-bottom:1px dotted #ccc;
}
#facultyList td p {
	margin:0px;
}
#facultyList td p.name {
	font-size:120%;
}
  #facultyList td p.name a { 	color:#300e3a;}
  #facultyList td p.name a:hover { 	color:#5e1b71;}
		
#facultyList td p.title {
	font-size:100%;
	margin: 0 0 5px 0;
}
#facultyList td p.link {
	font-size:83%;
}
.email {
	background:url(../images/iconEmail.gif) top left no-repeat;
	padding: 0 0 0 23px;
	display:block;
}
#facultyList td p.name a { 	color:#300e3a;}
#facultyList td p.name a:hover { 	color:#5e1b71;}




/**** footer ****/
#footer {
	width:960px;
	height:220px;
	overflow:hidden;
/*	position:relative;*/
	margin:0px auto;
	padding-bottom:20px;
	background:url(../images/bkgdFooter.jpg) top left no-repeat;
/*	behavior: url(../includes/iepngfix.htc);*/
}
#footer p.footerLeft {
	font-size:80%;
	color:#fff;
	font-weight:normal;
	text-align:left;
	line-height:20px;
	float:left;
	width:270px;
	padding:37px 0 0 39px;

}
#footer p.footerRight {
font-size:80%;
float:right;
width:630px;
padding:100px 0 0 0;
line-height:23px;
color:#834395;
}

#footer p.footerRight a {
	color:#a770b6;
	text-decoration:none;
}
#footer p.footerRight a:hover {
	color:#e9d8ee;
	text-decoration:underline;
}

/**** clears and spacers *****/
.dottedRule { height:0px; border-bottom:1px dotted #ccc;}
.clear0 {clear:both; height:0px; overflow:hidden;}
.clear5 {clear:both; height:5px; overflow:hidden;}
.clear10 {clear:both; height:10px; overflow:hidden;}
.clear15 {clear:both; height:15px; overflow:hidden;}
.clear20 {clear:both; height:20px; overflow:hidden;}
.clear30 {clear:both; height:30px; overflow:hidden;}
.clear100 {clear:both; height:100px; overflow:hidden;}

/**** video page ****/
#videos { 
	margin:0px auto; 
	width:840px;
	position: relative;
/*	padding-left: 42px;
	border: #FF0000 1px solid;*/
}
#contentContainer #content #videos #video-details {
	position: absolute;
	top: 30px;
	left: 600px;
}
#contentContainer #content #videos #video-details h4 {
  font-size: 14px;
	padding: 0 8px 0 0;
	color: #FF6600;
	margin-bottom: 0 10px 5px 0;
	width: 220px;
}
#contentContainer #content #videos #video-details p {
	margin: 5px 10px 5px 0 !important;
}
#contentContainer #content #fullWidth #playerBox {
	z-index: 0;
	float: left;
	width: 445px;
	text-align: center;
	height: auto;
}
/*#contentContainer #content #videos #playerBox object {
	width: auto;
	height: auto;
	overflow: auto;
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #ccc;
}*/

/* video room list of videos */

#contentContainer #content #videos .videoRow {
	height: auto;
	overflow: auto;
	min-height: 166px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

#contentContainer #content #videos .videoRow .video {
	width: 140px;
	height: 110px;
	float: left;
	margin: 0 0px 0 23px;
/*	border: 1px solid #000;*/
}
#contentContainer #content #videos .videoRow .video img.vid-thumb {
	padding: 2px 2px;
	border: 1px solid #CCC;
	width: 120px;
	height: 90px;
}
#contentContainer #content #videos .videoRow .video p.vidtitle {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 5px;
}

/* blog */
#content .mainRight .post h2.posttitle {
	font-size: 15px;
	margin: 8px 0 3px 0;
	color: #FFFF99;
}

#content .mainRight .post a { color:#834395; text-decoration:none; }
#content .mainRight .post a:hover {color: #300e3a; text-decoration:underline; }

#content .mainRight .post h3.postdate {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 10px 0;
}

#content .mainRight .post p.readmore {
	font-size: 12px;
	margin: 15px 0 15px 0;
}

#content .mainRight .post img {
	padding:5px;
	border:1px solid #555;
	overflow:hidden;
	margin:10px 5px 0 10px;
	background:#ffffff;
}


/* blog comments styling */
#commentsdisplay {
	padding: 6px 6px;
	margin: 15px 10px 10px 0px;
	background-color: #e8b4f2;
	border-top: 1px dashed #824394;
	border-bottom: 1px dashed #824394;
}

#commentsdisplay span.count {
	font-weight: bold;
	color:#FF0000;
}

#commentsdisplay .commentbox {
	margin: 3px 0 12px 0;
	padding-bottom: 8px;
	border-bottom: 1px dashed #824394;
}

#commentsdisplay .commentboxLast {
	margin: 3px 0 12px 0;
}

#commentsdisplay .commentbox h4.commenttime, #commentsdisplay .commentboxLast h4.commenttime {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
}

#commentsdisplay .commentbox h3.commentname, #commentsdisplay .commentboxLast h3.commentname {
	font-size: 13px;
	font-weight: bold;
	color: #824394;
	margin: 0 0 6px 0 !important;
}

#commentsdisplay .commentbox p.comment, #commentsdisplay .commentboxLast p.comment {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 17px;
}

