/* Reset all tags to the same characteristics */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  height: 100%;
}

body {
  background-color: #000;
  background: #000 url(/images/background.jpg) repeat-x;
  color: black;
  font-family: Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1;
  height: 100%;
}

:focus {
  outline: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

.noBorder {
  border: none !important;
}

.left {
  float: left;
  width: 49%;
}

.right {
  float: right;
  width: 49%;
}

a {
  color: #C0453B;
}

p#ie6 {
  display: none;
}



/* Header ------------------------------------------------------------------ */

#header {
  height: 160px;
  width: 100%;
  text-align: right;
  position: relative;
  margin-top: 40px;
}

img#logo {
  margin-top: 15px;
  margin-right: 40px;
}

img#newHere {
  position: absolute;
  top: 50px;
  left: 20px;
}

#quickLinks {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.8em;
  text-align: left;
}

#quickLinks li {
  display: inline;
  margin-left: 5px;
}

#quickLinks span {
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 5px;
}

#quickLinks a {
  color: #484848;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
}

#quickLinks a:before,
#quickLinks a:after {
  font-size: 1.5em;
  font-weight: normal;
}

#quickLinks a:before {
  content: "[";
  margin-right: 5px;
}

#quickLinks a:after {
  content: "]";
  margin-left: 5px;
}

#quickLinks a:hover {
  color: #000;
}



/* Primary Navigation ------------------------------------------------------ */

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #333 url(/images/menu-bg.png);
  height: 40px;
}

#menu table {
  width: 100%;
  border-collapse: separate;
}

#menu td {
  color: #fff;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  display: inline;
  float: right;
  height: 40px;
  line-height: 40px;
}

#menu ul li#menuLogo,
#menu ul li.nav {
  float: left;
}

#menu ul li a {
  display: block;
  border-left: 1px solid #222;
  color: #777;
  padding: 0px 10px 0 10px;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
}

#menu ul li a.last {
  border-right: 1px solid #222;
}

#menu ul li a:hover {
  background-image: url(/images/menu-link-hover.png);
  color: white;
}

#menu ul li a span {
  color: #555;
}

#menu li#menuLogo img {
  padding-top: 12px;
  padding-left: 10px;
  padding: 12px 20px 0 10px;
}



#primaryNavigation ul {
  position: absolute;
  top: 131px;
  left: 10px;
  font-weight: bold;
  vertical-align: middle;
  -webkit-user-select: none;
}

#primaryNavigation ul li {
  display: inline;
  margin-left: 10px;
  color: #444;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}

#primaryNavigation ul li:first-child {
  margin-left: 0;
}

#primaryNavigation a {
  display: block;
  float: left;
  padding-left: 18px;
  padding-right: 10px;
  line-height: 2.2em;
  font-size: 0.9em;
  outline: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

#primaryNavigation ul li a:hover {
  color: #333;
  background: url(/images/arrow-menu.gif) no-repeat 3px 8px;
}

#primaryNavigation ul li:active {
  background-color: #fff;
  color: white;
}

/* Navigation Tabs */

body#welcome.index li#homeLink a,
body#welcome.calendar li#homeLink a,
body#welcome.contact li#homeLink a,
body#welcome.worship li#worshipLink a,
body#welcome.stories li#storiesLink a,
body#welcome.community li#communityLink a,
body#welcome.grow li#growLink a,
body#message_groups li#messagesLink a,
body#messages li#messagesLink a,
body#dashboard li#dashboardLink a
{
  background-color: #c0453b;
  background-image: none;
  color: #fff;
}

body#welcome.index #primaryNavigation li#homeLink a,
body#welcome.calendar #primaryNavigation li#homeLink a,
body#welcome.contact #primaryNavigation li#homeLink a,
body#welcome.worship #primaryNavigation li#worshipLink a,
body#welcome.stories #primaryNavigation li#storiesLink a,
body#welcome.community #primaryNavigation li#communityLink a,
body#welcome.grow #primaryNavigation li#growLink a,
body#message_groups #primaryNavigation li#messagesLink a,
body#messages #primaryNavigation li#messagesLink a {
  color: #c0453b;
  background: url(/images/arrow-menu-active.gif) no-repeat 3px 8px;
}



/* Separator --------------------------------------------------------------- */

#separator {
  background-color: #a4c43d;
  background: url(/images/separator_bg.jpg) repeat-x top left;
  height: 55px;
  line-height: 55px;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#separator a {
  display: block;
}

#separator a.appLink {
  float: left;
  margin-left: 10px;
  margin-top: 3px;
}

#separator a.socialNetworkingLink {
  float: right;
  margin-right: 10px;
  margin-top: 7px;
}

#separator img {
  margin-top: 8px;
}



/* Footer ------------------------------------------------------------------ */

#footerWrapper { clear: both; width: 100% !important; background: #000  repeat-x top left; text-shadow: #000 0px -1px 1px; }

#footer { margin: 0 auto 0 auto; height: 350px; padding-top: 50px; }
#footer { font-size: 11px; line-height: 1em; color: #999999; }

#footer ul { list-type: none; padding: 0; margin: 0; }

#footer li { border-bottom: 1px solid #222; display: block; padding: 0 0 3px 0; margin: 0 0 3px 0; line-height: 1.8em; }

#footer a:link { color: #555; background: url(/images/icon-fillarrow-gray.gif) no-repeat 0 50%; padding: 0 0 0 10px; }

#footer a:visited { color: #333; background: url(/images/icon-fillarrow-gray.gif) no-repeat 0 50%; text-decoration: none; padding: 0 0 0 10px; }

#footer a:hover { color: #999; text-decoration: none; background: url(/images/icon-fillarrow-gray.gif) no-repeat 0 50%; padding: 0 0 0 10px; }

#footer a:active { color: #555; text-decoration: none; background: url(/images/icon-fillarrow-gray.gif) no-repeat 0 50%; padding: 0 0 0 10px; }



.columnWrapperFooter  { float: left; width: 900px; margin-bottom: 40px; } /* wraps each horizontal sets of columns in the footer */
.leftWrapperFooter    { float: left; width: 620px; margin-left: 20px; }
.rightWrapperFooter   { float: right; width: 220px; margin-right: 20px; }

.colOneFooter { float: left; width: 135px; margin-right: 20px; }
.colTwoFooter { float: left; width: 135px; margin-right: 20px; }
.colThreeFooter { float: left; width: 135px; margin-right: 20px; }
.colFourFooter { float: left; width: 135px; }
.colFiveFooter           { float: right; width: 220px; color: #555; line-height: 1.8em; }
.colFiveFooter a:link    { color: #555; background: none !important; padding: 0 0 0 0 !important; }
.colFiveFooter a:visited { color: #555; background: none !important; padding: 0 0 0 0 !important; }

.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* clears floats */

#footer h5 { border-bottom: 1px solid #222; font-weight: normal; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; color: #777; padding: 0 0 20px 0; margin: 0 0 5px 0; }

#contactUsImage img { margin-top: 31px; margin-bottom: 10px; }



/* Sidebar ----------------------------------------------------------------- */

#serviceTimes {
  background-color: #fff;
}

#serviceTimes h1 {
  background-color: #484848;
  color: white;
  text-transform: uppercase;
/*  font-size: 0.9em;*/
  font-weight: bold;
  padding: 10px 10px;
  margin-bottom: 10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

#serviceTimes h1 a {
/*  font-size: 0.85em;*/
  font-weight: normal;
  color: #e8e8e8;
  margin-left: 10px;
  text-transform: lowercase;
}

#serviceTimes dl {
  margin-bottom: 10px;
  padding-left: 5px;
  color: #333;
}

#serviceTimes dl dt {
  font-weight: bold;
  font-size: 0.92em;
}

#serviceTimes dl dd {
  font-size: 0.85em;
  padding: 3px;
  margin-top: 2px;
}

#serviceTimes dl span {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 56px;
  background-color: #559bc4;
  padding: 4px 4px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}

#serviceTimes p {
  padding: 10px;
  color: #444;
  font-style: italic;
  font-family: Georgia, Times, serif;
}

div.sidebar {
  float: right;
  width: 235px;
  margin: 70px 30px 20px 0;
  z-index: 9999;
}

div.sidebar h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #C0453B;
  margin-bottom: 20px;
}

div.sidebar img {
  margin-bottom: 10px;
}

img.sidebarImage {
  float: right;
  margin-right: -270px;
}

div.sidebarImage {
  float: right;
  width: 235px;
  margin-right: -270px;
}

div.sidebarImage p {
  color: #555;
  font-style: italic;
  font-size: 0.7em;
}

#content ul.submenu {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}

#content ul.submenu li {
/*  display: inline;*/
  margin: 0;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #646464;
}

#content ul.submenu li:last-child {
  border: none;
}

#content ul.submenu li a {
  color: #646464;
  text-decoration: none;
  font-size: 0.85em;
  padding: 0 0 0 10px;
  background: url(/images/icon-fillarrow-gray.gif) no-repeat 0 50%;
}

#content ul.submenu li a:hover {
  color: black;
}


/* Content ----------------------------------------------------------------- */

#container {
  margin: 0 auto;
  width: 900px;
  min-height: 100%;
  background-color: #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  background: url(/images/container-bg.png);
}

/*#content {
  position: relative;
}*/

#content p {
  line-height: 150%;
  margin-bottom: 0.5em;
}

#content ul {
  list-style: disc;
  margin: 1em 0 1em 2em;
}

#content li {
  margin-bottom: 0.5em;
}

/*#content ul#submenu {
  position: absolute;
  top: 130px;
  right: 30px;
  list-style: none;
}

#content ul#submenu li {
  display: inline;
  margin-left: 5px;
}

#content ul#submenu li a {
  font-size: 0.8em;
  text-decoration: none;
  padding: 5px;
  color: #fff;
  background-color: #888;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}*/

.messageGroup h2:first-child {
  margin-top: 10px;
}

.messageGroup h2 {
  margin: 0 10px;
  font-size: 1.4em;
  font-weight: bold;
/*  color: #333;*/
  background-color: #333;
  color: white;
  font-family: Trebuchet, 'Trebuchet MS', Arial, sans-serif;
  padding: 7px 14px;
  font-weight: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.messageGroupImage {
  float: left;
  margin: 20px 10px 10px 10px;
  padding: 5px;
  border: 1px solid #444;
  background-color: #fff;
}

.messagesWrapper {
  float: right;
  width: 700px;
}

#content .messagesWrapper p {
  float: left;
}

#content .message dl {
  float: left;
  padding: 5px;
  color: #fff;
  background-color: #a4c43d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 0;
}

#content .message dt {
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}

#content .message dd {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  padding: 3px 0 0 0;
}

.messageTitle {
  float: left;
}

/*.fileWrapper {
  height: 41px;
  background: url(/images/stripes-bg.gif) repeat-x;
  float: left;
  clear: both;
}*/

#content .section {
  float: left;
/*  clear: both;*/
  width: 580px;
  position: relative;
  padding: 30px 0px 30px 30px;
/*  margin-bottom: 60px;*/
  border-bottom: 2px dotted #b8b8b8;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topright: 14px;
}

#content .section.full {
  width: 840px;
}

#content .section .messageActions {
  position: absolute;
  top: 20px;
  left: 0;
}

#content .section .messageActions img {
  display: block;
  margin-bottom: 5px;
}

#content .section .more {
  border-top: 1px #888;
  border-bottom: 1px #888;
  margin: 30px 0 30px 0;
}

#content .section .top {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#content .section .top a {
  color: #888;
  text-decoration: none;
  font-family: 'Trebuchet', 'Trebuchet MS', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}

#content .section .top a:before,
#content .section .top a:after {
  font-weight: normal;
}

#content .section .top a:before {
  content: "[";
  margin-right: 5px;
}

#content .section .top a:after {
  content: "]";
  margin-left: 5px;
}

#content .section .top a:hover {
  color: #4A8FB1;
}

#content .section h1 {
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 1em;
  padding-left: 5px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 28px;
  background: url(/images/arrow-bullet.png) no-repeat top left;
}

#content .section.message h1 {
  margin-top: 0;
  padding-left: 10px;
  background-image: none;
}

#content .section h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #4A8FB1;
}

#content .section.message {
  padding: 20px 0 20px 30px;
  border-bottom: 1px dotted #777;
  float: none;
  width: 660px;
}

#content .section.message:last-child {
  border-bottom: none;
/*  padding-bottom: 10px;*/
}

#content .section h1.messageTitle {
  margin-bottom: 0.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 610px;
}

/*#content .section h1.messageTitle span {
  color: #777;
  font-size: 0.8em;
  letter-spacing: -1px;
  text-transform: none;
}

#content .section h1.messageTitle span a {
  text-decoration: none;
}*/

#content .section h2.seriesTitle {
  border-left: 18px solid transparent;
  padding-left: 5px;
  color: #555;
}

#content .section p.messageDate {
  position: absolute;
  top: 30px;
  right: 20px;
}

#content .section p.messageImage img {
  border: 1px solid #444;
  background-color: #fff;
  padding: 5px;
  float: right;
}

#content .section div.fileWrapper {
  vertical-align: top;
  width: 500px;
  float: left;
}

#content .section object.messagePlayer {
  margin: 0 0 0 10px;
  float: left;
}

#content .section object {
  margin: 20px 0;
}

#content .section a.outlineLink,
#content .section span.noOutlineLink {
  display: block;
  float: left;
  padding: 6px 0 4px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  background-color: #777;
  border: 1px solid #444;
  text-decoration: none;
  font-size: 11px;
  background: #777 url(/images/outline.png) no-repeat 5px 4px;
  margin-left: 10px;
  width: 97px;
  height: 12px;
  white-space: nowrap;
}

#content .section span.noOutlineLink {
  color: #333;
  border: 1px solid #999;
  background-color: #bbb;
}

#content .section .bio {
  padding-top: 40px;
}

#content .section .bio h2 {
  line-height: 1.25em;
  margin-top: 0;
}

#content .section .bio h2 span {
  color: #666;
  font-size: 0.85em;
}

#content .section .bio img.bioPic {
  float: left;
  margin-right: 20px;
}

#content dl {
  margin-bottom: 10px;
  padding-left: 5px;
  color: #333;
}

#content dl dt {
  font-weight: bold;
  font-size: 0.92em;
}

#content dl dd {
  font-size: 0.85em;
  padding: 3px;
  margin-top: 2px;
}

#content dl span {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 56px;
  background-color: #4A8FB1;
  padding: 4px 4px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}

#content #home {
  background: url(/images/stories_that_shape_us.png) no-repeat top right;
  height: 345px;
  padding-right: 450px;
  padding-bottom: 0;
}

#content #calendar {
  min-height: 200px;
  width: 820px;
}

#content #calendar #details {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  background-color: #ccc;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  width: 450px;
  min-height: 200px;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topright: 14px;
}

#content #foodPantry { background: url(/images/food_pantry.png) no-repeat top right; }
#content #freeMarket { background: url(/images/free_market.png) no-repeat top right; }

#content #welcomeImage { border-bottom: 2px solid #ccc; }

#content div.s3-swf-upload-link a {
  display: block;
  float: left;
  margin: 20px 0 20px 0;
  font-size: smaller;
  color: #333;
  background-color: #e8e8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  border: 1px solid #aaa;
  text-decoration: none;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

img.classImage {
  margin-top: 20px;
}

p.description {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}

#mapCanvas {
  width: 900px;
  height: 350px;
}

p.address {
  color: #d8b077;
  margin: 10px 0 10px 0;
}

div.mapInfoWindow {
  height: 100px;
}

div.mapInfoWindow p {
  font-size: 0.85em;
  margin: 5px 0 5px 0;
}

div.mapInfoWindow h1 {
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
}



/* Tables ------------------------------------------------------------------ */

#highlights {
  width: 860px;
  margin: 0 auto;
}

.highlightImage {
  float: left;
  display: block;
  text-indent: -9999px;
  height: 150px;
  width: 278px;
  background-repeat: no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #aaa;
  margin: 0 10px 10px 0;
}

.highlightImage.last,
.highlightImage:last-child {
  margin-right: 0;
}

#featureImage {
  height: 350px;
  width: 860px;
  background-repeat: no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #aaa;
  margin: 0 auto 10px auto;
}



/* Tables ------------------------------------------------------------------ */

table {
  border-collapse: collapse;
}

table tr { /* TODO This maybe should not be global */
  line-height: 2em;
  border-bottom: 0.1em solid #eee;
}

table th,
table td {
/*  text-indent: 0.5em;*/
  padding: 0.1em 0.5em;
}

table th:first-child,
table td:first-child
{
  text-indent: none;
}

table thead th {
  font-size: 0.75em;
  font-weight: bold;
  color: #555;
  cursor: default;
}

table .monetary {
  text-align: right;
}

table tr td.positive,
table tr td.positive a {
  color:green;
}

table tr td.negative,
table tr td.negative a {
  color:red;
}

table tr.total td {
  font-weight: bold;
}

table.data tr.failed td {
  background-color: #fcc;
}

table.data tbody th {
  min-width: 125px;
  width: 125px;
  background-color: #efefef;
  border-right: 1px solid #ccc;
  text-align: right;
  vertical-align: top;
  padding-right: 5px;
}

table.data tbody tr:nth-child(odd) {
  background-color: #fff;
}

table.data tbody tr:nth-child(even) {
  background-color: #e4e4e4;
}

table.data tfoot td {
  font-weight: bold;
}

table.data {
  font-size: 0.90em;
  width: 100%;
}

table.data.show td {
  background-color: #fff;
}

/* Column Styles */

th.metric,
td.metric {
  width: 100px;
  text-align: center;
}



/* Forms ------------------------------------------------------------------- */

form label {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  color: #444;
}

#content form p {
  margin-bottom: 15px;
}

input {
  font-size: 1em;
  margin: 0;
  padding: 3px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline: 0;
  background-color: #F2DAD8;
}

input[type=submit],
input[type=button] {
  background-color: #555;
  border: 1px solid #333;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  padding: 7px;
}

input[type=button].cancelLink {
  background-color: #ddd;
  border: 1px solid #888;
  color: #666;
}

input[type=submit]:focus,
input[type=button]:focus {
  border-width: 3px;
  padding: 5px;
}

p.formActions {
  clear: both;
}



/* Flash ------------------------------------------------------------------- */

.flash {
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  margin: 20px 0 10px 0;
}

.notice {
  border-color: #9c9;
  color: #060;
  background: url(/images/alert_good_icon.png) #E2F9E3 7px no-repeat;
}

.error {
  border-color: #C0453B;
  color: #fff;
  text-shadow: 1px 1px 2px #661A14;
  background: url(/images/alert_bad_icon.png) #E4918B 7px no-repeat;
}

#announcement {
  color: #fff;
  background-color: #db8686;
  border: 1px solid #c94949;
  height: 34px;
  line-height: 34px;
  margin: 10px;
  clear: both;
}

#announcement span {
  float: left;
  color: #863131;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 20px;
  padding: 0 10px;
}



/* Errors ------------------------------------------------------------------ */

#errorExplanation {
  border: 2px solid #C0453B;
/*  padding: 7px;*/
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#errorExplanation h2,
#content .section #errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px 10px 27px;
  font-size: 12px;
  background: url(/images/cross_circle_frame.png) #C0453B 5px no-repeat;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin: 10px 7px 0 7px;
  padding: 5px;
}

#errorExplanation ul {
  margin-left: 30px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.fieldWithErrors {
  display: inline;
}

div.fieldWithErrors input {
  background-color: #efd1ce;
  border-color: #C0453B;
}
