body {
  margin: 0px;
}
#page, #site_bar_content, #page_container > footer, #page_container > header {
  width: 1000px;
  margin: 0px auto;
}
#body_content_left {
  float: left;
  width: 600px;
}
#body_content_right {
  float: right;
  width: 400px;
}
#body_content_left .inner {
  padding-right: 10px;
}     
#body_content_right .inner {
  padding-left: 10px;
}     
#body_content.no_body_content_left #body_content_right,
  #body_content.no_body_content_right #body_content_left {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.menu ul {
  margin: 0px;
  padding: 0px;
}
.menu li {
  padding: 0px;
  margin: 0px 9px 0px 0px;
  list-style: none;
  float: left;
}
.menu li.last {
  margin-right: 0px;
}
.menu li.selected > a {
  font-weight: bold;
}
.inquiries form label {
  width: 150px;
  float: left;
}
.inquiries form input {
  width: 200px;
}
.inquiries form input, .inquiries form textarea {

}
.inquiries form textarea {

}
.inquiries form .actions {
  margin-left: 150px;
}
.inquiries form .actions input {
  width: auto;
}
.inquiries .field {
  margin: 12px 0px;
}
.inquiries form {
  padding-top: 12px;
}
.page_not_live {
  border: 1px solid #A00027;
  color: #A00027;
  background: #FFB1B1;
  padding:3px 9px;
  font-weight:bold;
  width:auto;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  generica
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #F8F5EF url('http://floatinguniversity.com/img/kaku_equations_alpha.png') fixed no-repeat;
  font-family: proxima-nova, 'proxima-nova', sans-serif !important;
  color: black;
  font-size: 15px;
}

a, a:link, a:visited, a:active {
  color: #da8400;
  text-decoration: none;
}
a:hover {
  color: orange;
}

ul, li {
  list-style: none;
}

img {
  border: 0px;
  margin-bottom: -3px !important;
}

.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}

.hidden {
  display: none;
}

.gray {
  color: #999;
}

.center {
  text-align: center;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}
h1+h2 {
  margin-top: 30px;
}
h2 {
  font-size: 18px;
  color: #999;
  font-weight: normal;
  margin-bottom: 20px;
}
h2.divider {
  padding-top: 20px;
  margin-top: 25px;
  border-top: solid 1px #ddd;
}
h3 {
  color: #888;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
}

.highlight {
  background: #ffc;
}

p.callout {
  font-style: italic;
  font-size: 15px;
  color: #888;
}

object, embed {
  margin-bottom: 15px;
  border-top: solid 1px #ddd;
}
object {

}
object + p.image_caption {
  padding-top: 17px;
  padding-bottom: 13px;
}

p + object {
  margin-top: 50px;
}

iframe {
  border: 0px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
iframe::-webkit-scrollbar {
  display: none;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  envelope
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#envelope {
  width: 960px;
  vertical-align: top;
  margin-left: -480px;
  position: absolute;
  left: 50%;
  height: 100%;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  top
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#top {
  position: relative;
  height: 170px;
}

#logo {
  margin-top: 35px;
  margin-left: 30px;
  float: left;
}

#top_nav {
  font-size: 15px;
  position: absolute;
  top: 75px;
  right: 30px;
}
#top_nav li {
  float: left;
  margin-left: 10px;
}
#top_nav a,
#top_nav a:link,
#top_nav a:visited,
#top_nav a:active {
  color: #888;
  padding: 6px 8px 4px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#top_nav a.current,
#top_nav a.current:hover {
  background: orange;
  color: white;
}
#top_nav a:hover {
  color: black;
  background: #ece9e4;
  background: #fdfaf5;
  background: url('http://floatinguniversity.com/img/bg_white_50.png');
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  content + container
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#content {
  position: relative;
}

ul#container_nav {
  font-size: 14px;
  height: 48px;
  width: 960px;
  max-width: 960px;
  min-width: 960px;
  margin: -30px 30px 30px -30px;
  background: #FDFAF5;
  border-bottom: solid 2px #F8F5EF;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 30px !important;
}
#container_nav li:first-child {
  margin-left: 28px;
}
#container_nav li {
  float: left;
  margin: 10px;
  margin-right: -3px;
  font-style: normal;
}
#container_nav li a {
  display: block;
  padding: 4px 11px 4px 11px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: solid 1px transparent;
}
#container_nav a.current,
#container_nav a.current:hover,
#container_nav a:hover {
  border: solid 1px #efefef;
  background: white;
  color: black;
}
#container_nav + * {
  clear: left;
}

#content p,
#content ul {
  margin-bottom: 20px;
}

.container {
  background: #f9f9f9;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: block;
  padding: 30px;
  color: #666;
  min-height: 250px;
}

.container .main h1,
.container .main h2,
.container .main h3,
.container .main ul,
.container .main ol,
.container .main li,
.container .main p {
  max-width: 580px;
  line-height: 20px;
}

.container .main ul,
.container .main ol,
.container .main li,
.container .main p {
  line-height: 20px;
}

.container .main h1,
.container .main h2,
.container .main h3 {
  line-height: 24px;
}

.main {
  max-width: 620px;
  float: left;
}

.container ul,
.container ol {
  margin-bottom: 20px;
}

.container ul.bullet_list li {
  list-style: disc;
  margin-left: 40px;
}

.container li {
  margin-left: 20px;
  margin-bottom: 10px;
  color: #666;
}

.big_divider {
  margin-left: -30px;
  border-bottom: solid 2px #F8F5EF;
  margin-bottom: 30px;
  width: 980px;
  clear: both;
}

.button a {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.9;
  margin-bottom: 20px;
  color: white;
}
.button a:hover {
  opacity: 1.0;
}
.button.big a,
.button.medium a {
  min-width: 120px;
  padding: 13px 10px 0px 20px;
  height: 35px;
  background: #F9A54B url('http://floatinguniversity.com/img/icon_arrow_white.png') 114px 13px no-repeat;
}

.button.big.gray a {
  min-width: 120px;
  padding: 13px 10px 0px 20px;
  height: 35px;
  background: #bbb url('http://floatinguniversity.com/img/icon_arrow_white_gray.png') 114px 13px no-repeat;
}

.button.medium.gray a {
  padding: 11px 10px 0px 20px;
  height: 28px;
  background: #bbb url('http://floatinguniversity.com/img/icon_arrow_white_gray.png') 114px 8px no-repeat;
}
.button.big a {
  font-size: 18px;
  font-weight: bold;
}
.button.medium a {
  font-weight: normal;
  font-size: 15px;
}
.button.small a {
  font-size: 14px;
  min-width: 78px;
  padding: 5px 4px 0px 10px;
  font-weight: normal;
  height: 21px;
  background: #F9A54B url('http://floatinguniversity.com/img/icon_arrow_small.png') 68px 4px no-repeat;
}
.button.small.top_right a {
  position: absolute;
  top: 11px;
  right: 12px;
  width: 88px;
  background: #F9A54B url('http://floatinguniversity.com/img/icon_arrow_small.png') 78px 4px no-repeat;
}

.sidebar {
  float: right;
  width: 250px;
}
.sidebar p {
  font-size: 13px;
}
.sidebar .button.big {
  float: right;
}
.sidebar .feature {
  background: #f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px 1px 20px;
  margin-bottom: 20px;
}
.sidebar .feature h2 {
  font-size: 16px;
  margin-bottom: 15px;
}
.sidebar .feature.schools p {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
}
.sidebar .lectures {
  color: #888;
}
.sidebar .lectures h2 {
  margin-bottom: 5px;
  font-size: 13px;
}
.sidebar .lectures p {
  font-size: 13px;
}
.sidebar ul.bullet_list li {
  margin-left: 10px;
  color: #888;
}
.sidebar h2 + p > img {
  margin-top: 15px;
}

.big_link {
  margin-bottom: 20px;
}
.big_link a,
.big_link a:visited {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 18px 15px 50px;
  display: inline-block;
  color: black;
  display: inline-block;
  border: solid 1px #ddd;
  margin-right: 20px;
  background-color: white;
}
.big_link a:hover {
  border: solid 1px #bbb;
}
.big_link.document a,
.big_link.document a:visited,
.big_link.document a:hover {
  background: white url('http://floatinguniversity.com/img/icon_document.png') 12px 14px no-repeat;
}
.big_link.arrow a,
.big_link.arrow a:visited,
.big_link.arrow a:hover {
  background: white url('http://floatinguniversity.com/img/icon_arrow.png') 13px 14px no-repeat;
}

.course_data {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FDFAF5;
  max-width: 580px;
  border: solid 1px #edebe9;
  padding: 22px 25px 0px 25px;
  margin: 30px 0px;
}
.course_data p {
  width: 520px;
}
.course_data li {
  color: #444;
  font-style: normal;
  margin-left: 0px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  bigger slideshow (deprecated)
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#slideshow {
  width: 960px;
  height: 540px;
  margin-bottom: 40px;
  position: relative;
  /* background: url('http://floatinguniversity.com/img/slides/slide_bg.jpg') no-repeat;  */
}
#slideshow .slideShow {
  width: 960px;
  height: 540px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  homepage specialties
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#home_media {
  width: 960px;
  height: 312px;
  margin-bottom: 40px;
  position: relative;
}

#home_media img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#home_media #home_slideshow {
  width: 470px;
  height: 264px;
  float: left;
  margin-right: 20px;
  position: relative;
}
#home_media #home_slideshow .slideShow {
  width: 470px;
  height: 264px;
  margin-bottom: 20px;
}
#home_media #home_video {
  width: 470px;
  height: 264px;
  float: left;
}
#home_media #home_video object,
#home_media #home_video embed {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

#home_media .button a {
  width: 440px;
  background-position: 435px 13px;
  font-weight: normal;
}

#slide_nav li {
  float: left;
}
#slide_nav a {
  display: block;
}
#slide_nav a.prev,
#slide_nav a.next {
  height: 28px;
  width: 27px;
}
#slide_nav a {
  height: 28px;
  width: 24px;
}

#home_media #home_slideshow #slide_nav {
  z-index: 99 !important;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url('http://floatinguniversity.com/img/slide_nav.png') no-repeat;
  width: 78px;
  width: 54px;
  height: 28px;
  top: 10px;
  right: 10px;
}

div.pennant {
  height: 66px;
  max-width: 800px;
  overflow: hidden;
  white-space: no-wrap;
  margin-left: -43px;
  margin-top: -7px;
}
div.pennant + .big_divider {
  margin-top: 20px;
}
div.pennant div {
  float: left;
}
div.pennant .side {
  width: 13px;
  height: 66px;
  background: url('http://floatinguniversity.com/img/heading_pennant_side.png') no-repeat;
}
div.pennant .main {
  max-width: 787px;
  height: 66px;
  padding-right: 80px;
  background: url('http://floatinguniversity.com/img/heading_pennant_main.png') right top no-repeat;
  display: inline-block;
}
div.pennant h1 {
  font: bold 22px/0px proxima-nova, 'proxima-nova', sans-serif !important;
  padding: 25px 0px 0px 30px;
  color: white;
  display: inline-block;
}

#content .promotion {
  padding-bottom: 10px;
}
#content .promotion h2 {
  margin-top: -7px;
}
#content .promotion .description {
  width: 620px;
  line-height: 25px;
  margin-right: 30px;
}
#content .promotion .description,
#content .promotion .image {
  float: left;
}

#content .promotion .image {
  position: relative;
  width: 250px;
}
#content .promotion .image .sale {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
  width: 53px;
  height: 53px;
}
#content .promotion .image .sale.left {
  background: url('http://floatinguniversity.com/img/sale_corner_left.png') no-repeat;
}
#content .promotion .image .sale.right {
  background: url('http://floatinguniversity.com/img/sale_corner_right.png') no-repeat;
}
#content .promotion .image img {
  z-index: 1;
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  course/lecture layouts
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.course_heading {
  margin-bottom: 10px;
}
.course_heading h1 {
  font-size: 20px;
  margin-bottom: 25px;
}
.course_heading h1 a {
  font-size: 20px;
  display: block;
  margin-top: 7px;
}
.course_heading h1 a:hover {
  color: black;
}

.course_heading .description {
  float: left;
}
.course_heading .sidebar p {
  width: 100%;
  font-size: 14px;
}

.course_heading p {
  color: #666;
  width: 620px;
  font-size: 16px;
  line-height: 25px;
}

.course_heading .aside {
  float: right;
  background: #f5f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 30px 0px 30px;
  text-align: center;
}
.course_heading .aside li {
  width: 190px;
  text-align: center;
  margin: 0px 0px 30px;
}

.course_heading .buttons {
  float: right;
  vertical-align: top;
}

.course_highlights {
  float: left;
  width: 425px;
}
.course_highlights li {
  font-style: normal;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 14px;
}
.course_highlights h2 {
  color: black;
}
.course_highlights h2:first-child {
  margin-bottom: 30px;
}

.course_lectures {
  float: right;
  width: 425px;
}
.course_lectures > h2 {
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.course_lectures .lecture {
  border-bottom: solid 1px #ddd;
  padding: 20px 0px 0px 0px;
}
.course_lectures .lecture:first-child {
  padding-top: 0px;
}
.course_lectures .lecture + .lecture:last-child {
  border-bottom: 0px;
}
.course_lectures .lecture.unavailable h2,
.course_lectures .lecture.unavailable h3,
.course_lectures .lecture.unavailable p {
  color: #bbb;
}
.course_lectures .lecture h2 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}
.course_lectures .lecture h3 {
  font-size: 15px;
  color: black;
}
.course_lectures .lecture p {
  font-size: 13px
}

.container.lectures .lecture {
  padding: 20px 0px 5px 0px;
  max-width: 580px;
  border-top: solid 1px #ddd;
}
.container.lectures .lecture.unavailable * {
  opacity: 0.5;
}
.container.lectures .lecture img {
  float: left;
  margin-right: 20px;
}
.container.lectures .lecture > div {
  float: right;
  width: 400px;
  min-height: 166px;
}
.container.lectures h1 + .lecture,
.container.lectures h2 + .lecture {
  margin-top: 30px;
}
.container.lectures .lecture h2 {
  font-size: 15px;
  margin-bottom: 15px;
}
.container.lectures .lecture h2 a {
  /*
  display: block;
  height: 28px;
  padding-top: 2px;
  padding-left: 35px;
  background: url('http://floatinguniversity.com/img/icon_arrow.png') 0px 3px no-repeat;
  */
}
.container.lectures .lecture h3 {
  font-size: 15px;
  color: black;
}

.image_caption {
  display: block;
  background: #f3f3f3;
  border-bottom: solid 1px #ddd;
  padding: 15px 20px;
  margin-top: -23px;
}
li .image_caption {
  margin-top: 0px;
}
.main .image_caption {
  width: 620px;
}

.top_bottom_border {
  margin: 10px 0px 30px 0px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.footnote {
  font-size: 13px;
  color: #aaa;
}

.container.press .sidebar p.gray {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.container.press .sidebar p:last-child {
  border-bottom: 0px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  .container classes - specific for certain pages
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.container.contact h2 {
  margin-bottom: 10px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  bottom_nav - for secondary info
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#bottom_nav {
  font-size: 15px;
  width: 960px;
  max-width: 960px;
  min-width: 960px;
  height: 48px;
  background: #FDFAF5;
  border-top: solid 2px #F8F5EF;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#bottom_nav li:first-child {
  margin-left: 28px;
}

#bottom_nav li {
  float: left;
  margin: 10px;
  margin-right: -3px;
  font-style: normal;
}
#bottom_nav li a {
  display: block;
  color: #999;
  padding: 4px 12px 4px 11px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#bottom_nav a.current,
#bottom_nav a.current:hover {
  background: orange;
  color: white;
}
#bottom_nav a:hover {
  color: black;
  background: url('http://floatinguniversity.com/img/bg_black_05.png');
}
#bottom_nav + * {
  clear: left;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  forms
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

form {
  padding: 20px;
  border: solid 1px #ddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 580px;
  display: inline-block;
  background: #FDFAF5;
  background: transparent;
}

textarea,
input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding: 6px;
  background: #f6f6f6;
  color: #888;
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}

input {
  width: 250px;
}
input.email {
  width: 250px;
}
textarea:focus,
input:focus {
  background: #fff;
  color: black;
}
input.button {
  margin-top: 10px;
  background: orange;
  color: white;
  border: 0px;
  padding: 5px;
  width: auto;
  opacity: 0.9;
  margin-bottom: 0px;
}
input.button:hover {
  opacity: 1.0;
  cursor: pointer;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}

div.mce_inline_error {
  color: #d00;
  margin-top: 10px;
  font-size: 12px;
}

div#mce-responses {
  margin-top: 20px;
  max-width: 580px;
  color: #888;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

table.feature_matrix {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 620px;
  margin-bottom: 30px;
}
table.feature_matrix th,
table.feature_matrix td {
  border-bottom: solid 1px #ccc;
}

table.feature_matrix th {
  padding: 0px 10px 10px 0px;
  font-weight: normal;
  text-align: center;
}
table.feature_matrix th.features {
  color: #bbb;
  text-align: left;
}

table.feature_matrix th.gbi {
  width: 110px;
}
table.feature_matrix th.enhanced {
  width: 132px;
}
table.feature_matrix th.eseminar {
  width: 70px;
}

table.feature_matrix td {
  padding: 10px 10px 10px 0px;
  text-align: left;
}
table.feature_matrix td.yes {
  background: url('http://floatinguniversity.com/img/feature_matrix_yes.png') center no-repeat;
}
table.feature_matrix td.no {
  background: url('http://floatinguniversity.com/img/feature_matrix_no.png') center no-repeat;
}
table.feature_matrix td.soon {
  background: url('http://floatinguniversity.com/img/feature_matrix_soon.png') center no-repeat;
}





/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#footer {
  background: url('http://floatinguniversity.com/img/cityscape_960x361.png') left bottom no-repeat;
  position: relative;
  height: 120px;
  /*
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 30px 0px;
}


#footer p {
  font-size: 15px;
}

#corporate {
  position: absolute;
  left: 30px;
  top: 24px;
  width: 560px;
  color: #666;
}
#bigthink {
  padding: 10px 30px 10px 0px;
  float: left;
}

#social_links {
  position: absolute;
  top: 40px;
  right: 40px;
}
#social_links li {
  float: left;
  height: 40px;
  width: 40px;
  margin-left: 10px;
}
#social_links a {
  display: block;
  height: 40px;
  width: 40px;
  opacity: 0.5;
}
#social_links a:hover {
  opacity: 1.0;
}
#social_links li.facebook a {
  background: url('http://floatinguniversity.com/img/social_facebook.png') no-repeat;
}
#social_links li.twitter a {
  background: url('http://floatinguniversity.com/img/social_twitter.png') no-repeat;
}
#social_links li.linkedin a {
  background: url('http://floatinguniversity.com/img/social_linkedin.png') no-repeat;
}
#social_links li.youtube a {
  background: url('http://floatinguniversity.com/img/social_youtube.png') no-repeat;
}




/* Default error colouring */

article, nav, header, footer, aside, hgroup, section{
	display:block;
}

div.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
  border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
  outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; /* for height 0, it's necessary to force overflow hidden */
  clear: both;
  visibility: hidden;
}
.clearfix, section {
  display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix, section {
  display:block;
}
/* End hide from IE Mac */


/* null */

/* alignment styles */
.text-align-left  {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}

/* block alignment styles */
.image-align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.image-align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
}

/* font sizes */
.font-size-small {
  font-size: 0.75em;
}
.font-size-normal {
  font-size: 1em;
}
.font-size-large {
  font-size: 1.25em;
}

/* null */