@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: 'Trebuchet', Arial;
  color: #444;
  font-size: 12px;
}

#home {
  background: #FFF url(/assets/images/production/home/bg.jpg) top center repeat-x;
}

#inside {
  background: #FFF url(/assets/images/production/inside/bg.jpg) top center repeat-x;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}

/* HEADER STYLES */

#header {
  height: 110px;
  background: url(/assets/images/production/global/bgHeader.jpg) top center no-repeat;
}

#header h1 a {
  display: block;
  float: left;
  height:100px;
  width: 275px;
  text-indent: -9000px;
  display: inline;
} 

#header #search {
  float: right;
  width: 220px;
  height: 30px;
  padding-top: 7px;
}

#header #search .input {
  padding: 3px 10px;
  border: 1px solid #DEDEDE;
  width: 169px;
}

#header #search .submit {
  background: url(/assets/images/production/global/bgSearchButton.jpg) no-repeat;
  margin-left: 3px;
  border: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-indent: -9000px;
}

#nav {
  float: right;
  width: 600px;
  height: 40px;
  margin-top: 39px;
}

#nav #mainNav li {
  display: block;
  float: left;
  border-top: 2px solid #000;
  padding: 5px 3px;
  margin: 0 7px;
  font-size: 13px;
  font-weight: bold;
}

#nav #mainNav li a {
  color: #000;
  text-decoration: none;
}

#nav #mainNav li a:hover {
  color: #91268F;
}

/* BANNER STYLES */

.slideshow {
  height: 343px;
}

.bannerRaise {
  height: 343px;
  background: url(/assets/images/production/home/bannerRaise.jpg) no-repeat;
}

.bannerR {
  height: 343px;
  background: url(/assets/images/production/home/bannerR.jpg) no-repeat;
}

.bannerA {
  height: 343px;
  background: url(/assets/images/production/home/bannerA.jpg) no-repeat;
}

.bannerI {
  height: 343px;
  background: url(/assets/images/production/home/bannerI.jpg) no-repeat;
}

.bannerS {
  height: 343px;
  background: url(/assets/images/production/home/bannerS.jpg) no-repeat;
}

.bannerE {
  height: 343px;
  background: url(/assets/images/production/home/bannerE.jpg) no-repeat;
}

.back {
  float: left;
  width: 31px;
  height: 59px;
  margin-top: 255px;
}

.forward {
  float: right;
  width: 31px;
  height: 59px;
  margin-top: 255px;
}

.statement {
  float: left;
  width: 250px;
  margin: 165px 0 0 627px;
}

.statement p {
  padding-bottom: 15px;
  line-height: 16px;
}

#bannerInside {
  height: 185px;
}

#bannerLanding{
  height: 270px;
}

.listAction {
  width: 300px;
  float: right;
  clear: both;
  margin-top: 65px;
}

.listAction li {
  display: inline;
}

/* CONTENT STYLES */

#content {
  padding: 20px 0;
}

#content p {
  padding: 7px 0;
  line-height: 18px;
}

.clear {
  clear: both;
  height: 1px;
}

.listSquare {
  line-height: 18px;
  margin: 10px 25px;
}

.listSquare li {
  list-style: square;
  margin-bottom: 10px;
}

.listRoomDetails {
  margin: 10px 0 50px 10px;
}

.listRoomDetails li {
  margin-bottom: 10px;
  width: 320px;
  margin-right: 10px;
  float: left;
}

.listNone {
  line-height: 18px;
  margin: 10px;
}

.listNone li {
  margin-bottom: 5px;
}

.buffer {
  padding-top: 15px;
}

.imgRight {
  float: right;
  margin: 20px 0 20px 20px;
  max-width: 300px;
}

.jumpMenu {
  width: 245px;
  padding: 3px 5px;
  border: 1px solid #CCC;
  font-size: 11px;
}

iframe {
  border: 4px solid #EFEFEF;
  background: #F9F9F9;
}

/* COLUMN STYLES */

#column {
  float: right;
  width: 670px;
  display: inline;
}

#column p {
  font-size: 13px;
  line-height: 21px;
  padding: 7px 0;
}

#column a {
  color: #1E4C88;
  text-decoration: underline;
}

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

#columnThin {
  float: left;
  width: 255px;
  padding: 10px;
  display: inline;
  background: #E9E8E7;
  font-size: 11px;
}

.listSubNav {
  background: url(/assets/images/production/inside/bgSubNav.png) no-repeat;
  padding: 30px 0 0 0;
}

.listSubNav li {
  background: url(/assets/images/production/inside/bgSubNavList.png) no-repeat;
  padding: 5px 0 0 30px;
  display: block;
  height: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.listSubNav li a {
  color: #666;
  text-decoration: none;
}

.listSubNav li a:hover {
  color: #222;
  text-decoration: underline;
}

.subColumn {
  float: left;
  width: 230px;
  margin: 0px 5px 10px 5px;
}

.subColumnCourse {
  float: left;
  width: 270px;
  margin: 0 30px 0 20px;
}

.subColumnCourse ul {
  margin-bottom: 25px;
}

.room {
  float: right;
  padding: 4px;
  max-width: 200px;
  margin: 0 0 25px 25px;
  border: double #DEDEDE;
  background: #EFEFEF;
}

.subColumn p {
  color: #777;
  line-height: 20px;
  height: 180px;
}

.subColumn h2 {
  font-size: 14px;
}

.ad {
  float: left;
  width: 275px;
  margin: 10px 0;
}

/* HEADER STYLES */

h2 {
  font-size: 16px;
  font-family: Century Gothic;
  margin: 10px 0;
  text-transform: uppercase;
  color: #000;
}

h3 {
  font-size: 14px;
  font-family: Century Gothic;
  padding-bottom: 5px;
  margin: 10px 0 0 0;
}

h4 {
  font-size: 13px;
  font-family: Century Gothic;
  padding-bottom: 5px;
}

/* FOOTER STYLES */

#footer {
  width: 980px;
  height: 100px;
  margin: 0 auto 50px auto;
  color: #888;
}

#footer #social {
  background: #F7F7F7 url(/assets/images/production/global/bgSocial.jpg) top left no-repeat;
  border: 1px solid #EFEFEF;
  min-height: 85px;
  padding: 20px 150px 0 200px;
  margin-bottom: 15px;
}

.tweet {
  float: left;
  width: 350px;
  color: #666;
  height: 60px;
  padding-right: 40px;
  border-right: 2px solid #DEDEDE;
  margin-right: 40px;
}

.tweet ul li {
  line-height: 16px;
}

.tweet ul li a {
  text-decoration: none;
  color: #777;
}

.tweet  ul li a:hover {
  color: #444;
}

.tweet  ul li span {
  display: block;
  font-size: 11px;
}

.listSocial {
  margin-top: 6px;
}

.listSocial li {
  display: inline;
}

.listDisclaimer {
  float: left;
  width: 450px;
}

.listDisclaimer li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.listDisclaimer li a {
  color: #888;
  text-decoration: none;
}

.listQuickLinks {
  float: right;
  width: 300px;
  text-align: right;
}

.listQuickLinks li {
  display: inline;
  margin-right: 8px;
}

.listQuickLinks li a {
  color: #91268F;
  text-decoration: none;
}
