@charset "UTF-8";
/* CSS Document */
/* Styles used throughout the site */

hr {
	color: #002d56;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
	margin-left:5px;
	width: 600px;
}

body {
	background-attachment: scroll;
	background-color: #826b4d;
	background-image: url(../images2/bkg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#main {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images2/main.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 400px;
	width: 950px;
	margin: 0px;
}

.inside {
	background: transparent url("../images/interface/inside-bg-border.png") repeat-y 50% 0;
}

.indent {
margin-left: 40px;
}

.container {
	width: 950px;
 	margin: 0 auto;
}

.bottom_padding {
	padding-bottom: 20px;
}

#header {
	background: #1a1113;
	z-index: 100;
	height: 90px;
	font-family: inherit;
}
	/********************************************************************************
               Sidebar Styles
********************************************************************************/


#sidebar {
	margin-bottom: 25px;
	padding-right: 0px;
	margin-left: 10px;
	padding-bottom: 25px;
}

#sidebar #secondary {
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #D4EB76;
	padding-bottom:15px;
}

#sidebar #secondary h4 {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	background-color: #FFF;
}
#sidebar #secondary h4 a {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
}

#sidebar #mindbody {
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #D4EB76;
	padding-bottom:20px;
	font-size: 100%;
	font-family: inherit;
}

#sidebar #mindbody img {
	text-decoration:none;
	background-position: center;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
}

#sidebar #mindbody h3 img {
	text-decoration:none;
	background-position: center;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	margin-left:22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sidebar #mindbody h2 {
	background-image: url(../images2/createnew.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-left: 51px;
	list-style-type: none;
	height: 24px;
	width: 128px;
	margin-top: 15px;
}
#sidebar #mindbody h2 a   {
	background-image: url(../images2/createnew.png);
	display: block;
	height: 24px;
	width: 128px;
	text-decoration: none;
	list-style-type: none;
}
#sidebar #mindbody h2 a:hover {
	background-image: url(../images2/createnew-hover.png);
	display: block;
	height: 24px;
	width: 128px;
	text-decoration: none;
	list-style-type: none;
}

#sidebar #email {
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #D4EB76;
	padding-bottom:15px;
}

#sidebar h3 img {
	margin-top: 20px;
	margin-bottom: -10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	margin-right: 25px;
}

#sidebar h4 {
	color: #002d56;
	text-transform: uppercase;
	padding-top: 20px;
	font-weight: bold;
	margin-bottom: .8em;
}

#sidebar .pdf{
	border: none;
	background: transparent url("../images/interface/pdficon.png") no-repeat scroll left 12px;
	padding-top: 2px;
	padding-left: 26px;
}

#sidebar a.simplelink {
	color:#002d56;
	text-decoration:none;
	font-weight: bold;
	background: none;
	padding: 10px 0 0 0;
}

#sidebar a.simplelink:hover {
	color:#002d56;
	font-weight: bold;
	text-decoration:underline;
	height: 24px;
	width: 128px;
}

#sidebar .thesiscaps {
	font-size: 12pt;
	font-style: normal;
	color: #002c54;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images2/bbl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 47px;
	width: 186px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 22px;
	margin-left: 22px;
	margin-bottom: 10px;
	font-family: inherit;
}

#sidebar table img    {
	padding: 2px;
	float: left;
	background-position: center top;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #002d56;
}



/********************************************************************************
              Center Content Styles
********************************************************************************/

#home_content h2 {
	padding-right: 15px;
	padding-left: 15px;
}
#home_content h3 {
	padding-right: 15px;
	padding-left: 15px;
}

#content .greenText {
	color: #d5e14d;
}

#content {
	background-color: #FFF;
	margin: 0px;
	float: left;
	width: 950px;
	background-attachment: scroll;
	background-repeat: repeat;
	display: block;
	padding-bottom: 25px;
	z-index: -100;
}

#content h2 {
	color: #002d56;
	text-transform: uppercase;
}

#content h3 {
	font-style: italic;
	color: #666;
	line-height: 1.5;
}

#content h4 {
	color: #666666;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5;
}

#content h5 {
	color: #002d56;
	text-transform: uppercase;
}

#borderlessImg img{
	border: none;
	padding-bottom: 18px;
}


#content img.leftNoborder{
	padding: 0 10px 18px 0;
	border: none;
	float: left;
}

#content img.rightNoborder{
	padding: 0 0 18px 10px;
	border: none;
	float: right;
}

#content .pdf{
	border: none;
	background: #fff url("../images/interface/pdficon.png") no-repeat scroll left center;
	padding-top: 2px;
	padding-left: 26px;
}

#content .step01{
	border: none;
	background: #fff url("../images/step01.png") no-repeat scroll left center;
	padding-top: 2px;
	padding-left: 50px;
}

#content .step02{
	border: none;
	background: #fff url("../images/step02.png") no-repeat scroll left center;
	padding-top: 2px;
	padding-left: 50px;
}

#content .step03{
	border: none;
	background: #fff url("../images/step03.png") no-repeat scroll left center;
	padding-top: 2px;
	padding-left: 50px;
}

#gallery img{
	padding: 2px;
	border: solid 1px #000;
	margin: 0 16px 18px 0;
}

a.solo {
	background: transparent url("../images/interface/pixel_arrow.gif") no-repeat scroll left center;
	padding-left: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #002d56;
}

a.solo:hover {
	background: transparent url("../images/interface/pixel_arrow.gif") no-repeat scroll left center;
	padding-left: 14px;
	font-weight: bold;
	color: #666;
}

#bio {
	height: 90px;
	width: 320px;
	margin-bottom: 18px;
	padding: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/interface/team_back.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bio img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: inherit;
}

#bio h5 {
	color: #002d56;
	padding: 0;
	margin: 0;
}

#bio p {
	padding: 0;
	margin: 0;
}

#bio p {
	padding: 0;
	margin: 0;
}

#bio a {
	text-decoration: none;
	color: #000;
}

#bio a:hover {
	text-decoration: underline;
	color: #000;
}

#testimonial {
	float: left;
	width: 126px;
	padding-bottom: 36px;
}

#testimonial h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
}

#testimonial img {
	width: 98px;
	height: 98px;
}

#testimonial_feature img {
	width: 98px;
	height: 98px;
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
	border: none;
}

#testimonial_feature h5 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
}

/********************************************************************************
               Join Now Promo Styles
********************************************************************************/

#join {
	display: block;
	width: 162px;
	height: 155px;
	float: right;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images2/postit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: -75px;
	margin-right: 20px;
}

#join h3 {
	text-indent: -9999px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#join a {
	display: block;
	width: 111px;
	height: 82px;
	text-indent: -9999px;
	padding: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images2/clickhere.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	}

#join a:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images2/clickhere-hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 82px;
	width: 111px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	}

/********************************************************************************
               Header Logo Treatment
********************************************************************************/

#logo {
	width:278px;
	height:89px;
	margin-bottom: 0;
	position: relative;
	z-index:6;
	}	

#logo span.tab {
	display: block;
	position: relative;
	width: 280px;
	height: 130px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../../../School%20Designs/ReDesign/HTML/images/logoblock.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -45px;
}

#logo h1 {
	display: block;
	width: 214px;
	height: 74px;
	text-indent: -9999px;
	margin-left: 24px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/IFLogo-Gr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin-top: 20px;
	}	

#logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	}

/********************************************************************************
               Footer Styles
********************************************************************************/

#footer {
	background: #1a1113;
	font-size: 90%;
	line-height: 1.6;
	color: #fff;
	display: block;
	float: left;
	width: 950px;
}

#footer address {
	font-style: normal;
	padding: 17px 0 0 0;
}

address a {
	text-decoration: none;
	color: #fff;
}

.vcard a, .maps a, .share a {
	text-decoration: none;
	color: #fff;
}

.smLogo {
	padding: 17px 0 34px 31px;
}

#footer ul {
	padding: 17px 0 0 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #C3D349;
}

#footer .vcard {
	background: transparent url(../images/interface/vcard_add.png) no-repeat scroll left 0px;
	padding-left: 28px;
	text-decoration: none;
}

#footer .maps {
	background: transparent url(../images/interface/world.png) no-repeat scroll left 1px;
	padding-left: 28px;
}

#footer .share {
	background: transparent url(../images/interface/socialmedia.gif) no-repeat scroll left 3px;
	padding-left: 28px;
	padding-top: 3px;
}

/********************************************************************************
               Calendar Related Styles
********************************************************************************/
#calendar .weekday {
	background: transparent url(../images/calendar_tile.gif) repeat scroll left 0px;
	width: 100px;
	border-right: solid 1px #ccc;
}

#calendar .hour {
	width: 30px;
	text-align: right;
	vertical-align: top;
}

#calendar .hour p {
	color: #666;
	font-size: 8px;
	font-weight: bold;
	padding-bottom: 24px;
	padding-right: 5px;
}


#calendar th, td {
	padding: 0;
	margin: 0;
}

#calendar th {
	background-color: #002d56;
	color: #fff;
	border-right: solid 1px #fff;
	height: 36px;
	padding-left: 10px;
}

#calendar td {
	vertical-align: top;
	}

#calendar p {
	margin: 0px;
}

#calendar .morning {
	height: 252px;
}

#calendar .afternoon {
	height: 108px;
}

#calendar .evening {
	height: 180px;
}

#calendar .bottom {
	border-bottom: solid 1px #ccc;
	}

#calendar .break {
	height: 36px;
	background-color: #ccc;
	text-align: center;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
}

#calendar .afternoon_gap {
	text-align: center;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
}

#calendar .course {
	background-color: #D5E14D;
	text-align: center;
	padding: 2px;
	margin-bottom: 1px;
	vertical-align: top;
}

#calendar .one_cell {
	margin-top: 18px;
}

#calendar .four_cells {
	margin-top: 86px;
}

#calendar .five_cells {
	margin-top: 90px;
}

#calendar .six_cells {
	margin-top: 108px;
}

#calendar .nine_cells {
	margin-top: 162px;
}


#calendar .time {
	font-size: 9px;
}

/********************************************************************************
               Blog Related Styles
********************************************************************************/

#content .authorphoto img {
	float: left;
	margin-right: 20px;
}

#content .byline {
	font-weight: bold;
}

#content .timestamp {
	font-style: italic;
}
#logo .tab {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images2/logoblock.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 280px;
}
#header #logo .tab {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images2/2.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 243px;
	width: 300px;
	margin-left:0px;
}

#footer .span-4 a .smLogo {
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#home_bottom {
	width:670px;
	float:left;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	margin-top: -20px;
	background-color: #d4eb76;
	display: block;
	margin-left: 10px;
	z-index: -100;
	margin-bottom: 20px;
	height: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#home_content {
	width:670px;
	float:left;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
	nox-shadow: rgba(0, 0, 0, 0.3) 1px 1 px 3px;
	margin-top: -5px;
	background-color: #e5eba1;
	display: block;
	margin-left: 15px;
	z-index: -100;
	font-family: inherit;
	padding: 0px;
	opacity: 100%;
}

#home_white {
	width:610px;
	float:left;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
	nox-shadow: rgba(0, 0, 0, 0.3) 1px 1 px 3px;
	background-color: #FFF;
	display: block;
	z-index: -100;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: inherit;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#home_content p {
	padding-left: 15px;
	font-family: inherit;
}

.container .span-24.last {
	z-index: -50;
	margin: 0px;
}
#home_white #monthly_client {
	text-align: left;
}
#home_white #monthly_client p {
	background-position: top;
}
#home_content #home_white #fineprint {
	font-size: 10px;
}

