/* Big Mind Learning CSS Document */

body {
	background:url(../images/bg.jpg) repeat-x;
	margin:0;
}

/** Headings **/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ED9200;
	margin:0;
	line-height:1.2em;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#1b3153;
	line-height:1em;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1b3153;
	margin:0;
	padding:0;
	line-height:1.5em;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1b3153;
	margin:0;
	padding:0;
	line-height:1.5em;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1b3153;
	margin:0;
	padding:0;
	line-height:1.5em;
}

/** Content - global links **/

p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0 0 1em 0;
	padding:0;
	line-height:1.5em;
}

.white {
	color:#ffffff;
}

.orange {
	color:#ed9200;
}

a {
	color:#ee9605;
	text-decoration:none;
}
a:visited {
	color:#ee9605;
	text-decoration:none;
}
a:hover {
	color:#326497;
	text-decoration:underline;
}
a:active {
	color:#ee9605;
	text-decoration:none;
}

/** Site Structure **/

a.essay:hover {
    color:#326497;
	text-decoration:none;
}

a.announcement {
	color:#FFF;
	text-decoration:none;
}
a.announcement:visited {
	color:#FFF;
	text-decoration:none;
}
a.announcement:hover {
	color:#e6e7ec; 
	text-decoration:none;
	
}
a.announcement:active {
    color:#e6e7ec; 
	text-decoration:none;
	border: 1px solid #000;
	box-shadow: inset 2px 4px 8px black;
}

.announcement {
    text-align: center;
    color:#FFF;
    font-size:1em;
    display: inline;
    font-weight: bold;
    text-shadow:0px 0px 32px #322bac;
    font-style: italic;
    background-color: #4176c6;
    padding:10px 0px 10px 0px;
    /*padding:9px 3px 9px 3px;*/
    border-radius: 10px;
    box-shadow: 2px 4px 8px black;
}


.container {
	width:960px;
	margin:0 auto;
	padding:0;
	position:relative;
}

.header {
	width:960px;
	height:182px;
	margin:0;
	padding:0;
}

div.socialNetworks {
	float:right;
	width:142px;
	padding-top:8px;
}

img.socialNetworks {
	border: none;
}

img.socialNetworks:hover {
	opacity: 0.50;
	filter:alpha(opacity=50);
}

div.wraptext {
    float:right;
    margin:0px 0px 0px 20px;

}

div.wraptextleft {
    float:left;
    margin:0px 20px 0px 0px;

}

div.wraptext p {
    text-align: center;
    font-size: .7em;
    text-indent: 0;
    
}

div.wraptextleft p {
    text-align: center;
    font-size: .7em;
    text-indent: 0;
    
}

a.logo {
	background:url(../images/logo.jpg) no-repeat;
	width:175px;
	height:172px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-indent:-9999em;
	cursor:pointer;
}

.rotatingBanner {
	width:530px;
	height:182px;
	float:left;
	margin:0 0 0 30px;
	padding:0;
}

.rotatingBanner img {
	padding: 0;
	border: 0;
}

.contactInfo {
	width:205px;
	height:182px;
	float:right;
	margin:0;
	padding:0;
}

div.contactInfo h3 {
	text-align:right;
	clear:both;
}
	/** contact btn **/
	a.contactBTN {
		background:url(../images/contact-btn.jpg) no-repeat;
		width:131px;
		height:38px;
		display:block;
		margin:0 0 10px 0;
		padding:0;
		float:right;
		text-indent:-9999em;
		cursor:pointer;
	}

.manNav {
	width:970px;
	height:45px;
	margin:0;
	padding:0;
	float:left;
	clear:both;
}

.welcome {
	background:url(../images/welcome.jpg) no-repeat;
	width:370px;
	height:64px;
	clear:left;
	margin:0;
	padding:0;
	text-indent:-9999em;
}

.contentArea {
	width:960px;
	margin:0;
	padding:20px 0;
	clear:both;
}

.logoLight {
	background:url(../images/logo-light.jpg) no-repeat;
	width:102px;
	height:103px;
	margin:0;
	padding:0;
}

.footer {
	width:940px;
	border-top:1px solid #cccccc;
	margin:0 auto;
	padding:10px;
	clear:both;
	text-align:center;
}

/** home layout **/

.homeSideNav {
	width:275px;
	float:left;
	margin:0;
	padding:0;
}

.boxes {
	width:640px;
	float:left;
	margin:0 0 0 20px;
}

div.toolTip {
	width:206px;
	height:76px;
	float:left;
	margin:4px 2px 4px 2px;
}

.box1 {
	background:url(../images/home-img-1.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;
}
.box2 {
	background:url(../images/home-img-2.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;
}
.box3 {
	background:url(../images/home-img-3.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;
}
.box4 {
	background:url(../images/home-img-4.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;
}
.box5 {
	background:url(../images/home-img-5.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;
}
.box6 {
	background:url(../images/home-img-6.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;
}
.box7 {
	background:url(../images/home-img-7.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;
}
.box8 {
	background:url(../images/home-img-8.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;	
}
.box9 {
	background:url(../images/home-img-9.jpg) no-repeat;
	width:206px;
	height:76px;
	display:block;
	margin:0;
	padding:0;
}

/*** INSIDE PAGE LAYOUT ***/

a.getStarted {
	background:url(../images/btn-get-started-today.jpg) no-repeat;
	width:421px;
	height:72px;
	margin:0;
	padding:0;
	position:absolute;
	display:block;
	top:227px;
	left:541px;
	text-indent:-9999em;
}

.leftCol {
	float:left;
	width:245px;
	margin:45px 0 0 0;
	padding:0;
}

.rightCol {
	float:left;
	width:600px;
	margin:45px 0 0 25px;
	padding:0;
}


.newsBanner {
    padding-top: 10px;
    position: relative;
    width: 630px;
    float:right;
    margin-right: 30px;
}

.testimonialOfTheMonth {
    padding-top: 10px;
    width: 270px;
    position: relative;
    display: inline-block;
    float:left;
    clear:left;
    margin-right:20px;
    margin-left:10px;
    font-weight: bold;
}

.newsAnnounce {
    padding-top: 10px;
    position: relative;
    width: 630px;
    float:right;
    margin-right: 30px;
}




/** Links - Navigation **/

ul.homeSideNav-links {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.homeSideNav-links li {
	list-style-type:none;
	text-align:right;
	margin:0 0 10px 0;
	padding:0;
}

ul.homeSideNav-links li a {
	font-family:Impact, Tahoma, Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#9e9e9e;
	text-decoration:none;
	text-align:right;
}

ul.homeSideNav-links a:visited {
	color:#9e9e9e;
	text-decoration:none;
}

ul.homeSideNav-links a:hover {
	color:#ee9605;
	text-decoration:none;
}

ul.homeSideNav-links a:active {
	color:#9e9e9e;
	text-decoration:none;
}

ul {
	margin:0 0 0 10px; padding: 0 0 0 10px;
}

ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1B3153;
	line-height:1.4em;
}

ol {
	margin:0 0 0 10px; padding: 0 0 0 10px;
}

ol li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.4em;
}

.testimonial {
	width:190px;
	margin:0;
	padding:0;
	float:left;
}

.testimonialFull {
	margin:0;
	padding:0;
}

.testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#3e301e;
	line-height:1.7em;
}



.headings {
	position:absolute;
	left: 294px;
	top: -30px;
}
#essay_link{
	display:block;
	color:#36689b;
	text-align:right;
	font-family: Impact, Tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-right:20px;
	text-decoration:none;
}
#essay_link:hover{
	text-decoration:none;
	color:#e37600;
}

.shadow {
	margin-bottom: 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/** - Testimonial page styles - **/

.hidden {
	display:none;
}

div.videoArea {
	width: 680px;
	height:175px;
}

ul.videoArea {
	list-style-type: none;
	color: #1B3153;
}

ul.videoArea li {
	display: inline-block;
	padding-right: 15px;
}

ul.quicklinks  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1B3153;
	line-height:1.4em;
	list-style-type: none;
	padding-top: 45px;
}

div.video {
	text-align: center;
	width: 200px;
	height: 175px;
}

img.video {
	/*width:200px;*/
	height:112px;
	border: none;
}

p.video {
	width:200px;
	height:50px;
	overflow: hidden;
}

object.video {
	width: 200px;
	height: 131px;
}

object.videoBig {
	width: 853px;
	height: 480px;
}

.quote {
	
}

.quote_author {
	text-align: right;
	padding-bottom: 30px;
	font-style: italic;
}

#blanket {
  background-color:#111;
  opacity: 0.65;
  filter:alpha(opacity=65);
  position:absolute;
  z-index: 9001;
  top:0px;
  left:0px;
  width:100%;
}

.tVideoTitle {
	background-color: #000;
	color: #FFF;
	width: 853px;
	height: 20px;
}

.tVideoTitleLeft {
	display:inline-block;
	text-align:left;
	width:420px;
}

.tVideoTitleRight {
	display:inline-block;
	text-align:right;
	width:420px;
}

#tVideo {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
  position:absolute;
  background-color:#eeeeee;
  width:853px;
  height:500px;
  z-index: 9002;
}

