body {
	background-color: #efb650;
	background-image: url(../img/background.gif);
	color: #444;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
}

p, pre, address {
	font-weight: 300;
	font-size: 14px;
	color: #5e5e5e;
}



.nomargin-right {
	margin-right: -17px !important;
}

.canvas {
	margin: 0 auto;
	position: relative;
	background-color: white;
}

.section-header {
	height: 234px;
	position: relative;
}

.section-header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 233px;
	width: 100%;
	margin-left: 15px;
}

.section-header .ribbon {
	position: absolute;
	top: 176px;
	display: block;
	width: 21px;
	height: 57px;
}

.ribbon-l {
	background-image: url(../img/header-end-l.png);
	left: -6px;
}

.ribbon-r {
	background-image: url(../img/header-end-r.png);
	right: -21px;
}

.section-header .btn-group {
	position: absolute;
	top: 175px;
	z-index: 2;
	margin: 0;
	padding: 0;
}

.section-header .btn {
	background: none;
	border: none;
	border-width: 0;
	height: 48px;
	margin: 0;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	font-weight: 500;
}

.section-header .btn:hover {
	text-shadow: 0 1px 2px #4a6f93;
	border-bottom: 3px solid #4a6f93;
}

.section-header .active {
	background: #54a7e9; /* Old browsers */
	background: -moz-linear-gradient(top, #54a7e9 0%, #2277bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54a7e9), color-stop(100%,#2277bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #54a7e9 0%,#2277bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #54a7e9 0%,#2277bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #54a7e9 0%,#2277bc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #54a7e9 0%,#2277bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a7e9', endColorstr='#2277bc',GradientType=0 ); /* IE6-9 */
}

.section-footer {
	height: 70px;
	line-height: 70px;
	position: relative;
}

.share {
	top: 30px;
}

.share li {
	position: absolute;
	top: -23px;
	right: 0;
	list-style-type: none;
}

.share li a img {
	margin-top: -7px;
}

.share .fb {
	right: 30px;
}

.share .tw {
	right: 80px;
}

.share .follow {
	right: 130px;
}

.well {
	background-color: #f0f0f0;
	margin: 15px;
	padding: 5px 10px 10px;
}

.sidebar-form p {
	margin-left: 0;
	padding-left: 0;
}

.address, pre.address {
	font-size: inherit;
	font-family: inherit;
	color: #2176bb;

}

.content {
	margin-left: 10px;
	margin-right: 10px;
}

.content .content {
	margin-left: 5px;
	margin-right: 5px;
}

.contact {
	list-style-type: none;
	margin-left: -23px;
}

.directions tr {
	height: 59px;
	vertical-align: middle;
}
th {
	color: #5d5d5d;
}
.directions th {
	padding-left: 61px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: inherit;
	font-size: 15px;
}

.directions .bus {
	background-image: url(../img/bus.gif);
}
.directions .dlr {
	background-image: url(../img/dlr.gif);
}

.busTimes .cell {
	width: 30px;
	zoom: 1;
	display: inline-block;
	*display: inline;
}

.dlrTimes .cell {
	width: 77px;
	zoom: 1;
	display: inline-block;
	*display: inline;
}


.directions td {
	padding: 0 10px;
	color: #2176bb;
}

.googlemap {
	margin: 10px 25px;
}

.timetable {
	margin-top: 15px;
	font-size: 12px;
}
.timetable tr {
	border-top: 1px solid #ccc;
}
.timetable td, .timetable th {
	padding: 10px 0px;
	text-align: center;
	margin: 0;
	border: 1px solid #6B819D;
}

.timetable .empty {
	border: none !important;
	background-color: transparent !important;
}


.border-noright {
	border-right-width: 0 !important;
}
.border-nobottom {
	border-bottom-width: 0 !important;
}

.timetable .day {
	background-color: #f99f1c;
	color: #152950;
	border-color: #876436;
	width: 27px;
	padding-left: 10px;
	padding-right: 10px;
}

.timetable .course {
	background-color: #162a51;
	border-color: #98a1b2;
	color: #fff;
	width: 110px;
}

.timetable .blank, .timetable.long td.blank {
	background-color: #88b2d6;
	height: 52px;
}

.timetable {
	color: #162a51;
}

.timetable.long td {
	background-color: #eef4fb;
}

.slideshow {
	width: 100%;
	height: 287px;
	margin: 0;
	padding: 0;
	overflow: hidden !important;
}

.buildingShot {
	width: 604px;
	height: 405px;
	margin: 5px auto 5px 0 !important;
}

/*.slideshow img {
	width: 922px;
}*/
.courseHero {
	padding-left: 5px;
}

/* components */

.hero {
	max-width: 100%;
	display: block;
	margin: 5px auto;
}
h1,h2,h3,h4,h5,h6,p,pre,table,figure {
	margin: 0 15px;
}
h3 {
	margin: 0 15px 5px;
	padding-bottom: 20px;
	padding-top: 30px;
	color: #284d8c;
	border-bottom: 2px solid #2277bc;
	font-weight: 500;
	font-size: 23px;
}
h4 {
	font-weight: 500;
	margin: 10px 15px 17px;
}

a, a:hover, a:visited {
	color: #2176bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #4221bb;
}

p {
	margin: 10px 15px;
	padding-bottom: 4px;
	line-height: 21px;
	word-spacing: -1px;
}

hr {
	margin: 0 28px 0 22px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #D6D6D6;
}


h5 {
	color: #142950;
	font-size: 14px;
	margin-bottom: -6px;
}
.faq h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 18px 15px -8px;
}
strong {
	color: #142950;
}
em {
	font-family: Georgia, serif;
	color: #26736a;
	font-weight: 400;
}
.semibold {
	font-weight: 500;
}
.faq strong {
	color: #5e5e5e;
}

input, textarea, select {
	margin: 7px 0 15px;
	display: block;
	width: 100%;
	padding: 10px 0;
	color: #444;
	font-size: 1.1em;
	border: 1px solid #e5e5e5;
	text-indent: 5px;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-family: Helvetica;
	color: #5f5f5f;
	font-weight: 200;
}
textarea {
	width: 100% !important;
	height: 71px;
}
::-webkit-input-placeholder {
	font-family: Helvetica, sans-serif;
	font-weight: 200;
	color: #5f5f5f;
}

input[type=submit] {
	width: 101%;
	color: #fff;
	text-shadow: 0 1px #2b79b8;
	background: #5ca9e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #5ca9e7 0%, #2377bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ca9e7), color-stop(100%,#2377bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5ca9e7 0%,#2377bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5ca9e7 0%,#2377bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5ca9e7 0%,#2377bc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5ca9e7 0%,#2377bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ca9e7', endColorstr='#2377bc',GradientType=0 ); /* IE6-9 */
	font-weight: 500;
}

input[type=radio], .label-radio {
	display: inline;
}

input[type=radio] {
	width: 30px;
}

form hr {
	margin: 0;
}

.charity {
	position: absolute;
	top: 13px;
	left: 25px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
}

/*  additions 9/7/13  */
.balls, button {
  cursor:pointer;
}

#navarea {
  display:block;
  margin: 0 auto;
  width: 98%;
  /*border-bottom:2px solid #2277bc;*/
}
#navarea li {
  display:inline;
  list-style-type:none;
  margin:0 6px;
}
#navarea a {
  text-decoration:none;
  font-weight:normal;
  font-size:16px;
	color: #2176bb;
}
#navarea a:visited {
	color: navy;
}
#navarea a:hover {
	color: orange;
}
#navarea a:active {
	color: #2176bb;
	background:whitesmoke;
}
.right {

}
.gold {
  background-color:gold;
}
.imageHolderL {
  position:relative;
  overflow:hidden;
  margin-left:15px;
}
.imageHolderR {
  float:right;
  position:relative;
  overflow:hidden;
  margin-right:15px;
}
.capTxtL {
  position:absolute;
  bottom:0;
  left:19px;
  width:100%;
  height:20px;
  background-color:whitesmoke;
}
.capTxtR {
  position:absolute;
  bottom:0;
  left:14px;
  width:100%;
  height:20px;
  background-color:whitesmoke;
}
/*  image sizes */
.wide900 {
  width:900px;
}
.wide780 {
  width:780px;
}
.wide740 {
  width:740px;
}
.wide700 {
  width:700px;
}
.wide660 {
  width:660px;
}
.wide620 {
  width:620px;
}
.wide540 {
  width:540px;
}
.wide500 {
  width:500px;
}
.wide460 {
  width:460px;
}
.wide420 {
  width:420px;
}
.wide380 {
  width:380px;
}
.wide340 {
  width:340px;
}
.wide300 {
  width:300px;
}
.wide260 {
  width:260px;
}
.wide220 {
  width:220px;
}
.Lm5px {
  margin-left:-5px
}
.Rm5px {
  margin-right:-5px
}
.L5px {
  margin-left:5px
}
.R5px {
  margin-right:5px
}
.L10px {
  margin-left:10px
}
.R10px {
  margin-right:10px
}
.L15px {
  margin-left:15px
}
.R15px {
  margin-right:15px
}
.PrtsizeAL {
  width:300px;
  margin-left:5px;
}
.PrtsizeAR {
  width:300px;
  margin-left:5px;
}
