@charset "utf-8";
/* reset for compatibility */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {  
  margin: 0; 
  padding: 0; 
  border: 0; 
}
/* set some defaults */
.clearing {
  clear: both;
}
/* links */
a {
  color:#066693;
}
a:link {
  color:#066693;
}
a:hover {
  color:#0c3666;
  text-decoration: none;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #3f3660;
  font-variant: small-caps;
}
h1 {
  font-size:2.2em;
}
h2 {
  font-size:1.9em;
}
h3 {
  font-size:1.7em;
}
h4 {
  font-size:1.4em;
}
h5 {
  font-size:1.2em;
}
h6 {
  font-size:1.2em;
}
p {
  margin: 10px 0px 5px;
  font-size:1.20em;
  line-height: 1.5em;
  text-align: justify;
}
ul, ol {
  margin: 15px 0 15px 30px;
}
li {
  padding: 3px;
  font-size:1.3em;
}

body {
  background-color: #fff;
  color: #333036;
  font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
  font-size: 62.5%;  
}
#header {
  height: 90px;
  background-image: url(../images/header-bg.jpg);
  background-repeat: repeat-x;
}
#header-content {
  width: 890px;
  margin: 0 auto;
}
#header-content h1 {
	font-family: "ff-nuvo-sc-web-pro-1","ff-nuvo-sc-web-pro-2","Lucida Grande","Lucida Sans Unicode",sans-serif;
	
  font-size: 3.3em;
  font-weight: normal;
  font-variant: small-caps;
  margin: 0;
  padding-top: 18px;
}
#header-content a {
  color: #ccc;
  text-decoration: none;
}
#header-content a:hover {
  color: #fff;
}
#main-nav {
  background-image: url(../images/main-nav-bg.jpg);
  background-repeat: repeat-x;
}
#main-nav-content {
  width: 890px;
  margin: 0 auto;
}
#main-nav-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 35px;
}
#main-nav-content ul li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
#main-nav-content ul li a {
  display: block;
  float: left;
  font-size: 1.0em;
  color: #ccc;
  text-decoration: none;
  padding: 9px 20px 8px;
  text-align: center;
  font-variant: small-caps;
}
#main-nav-content ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#main-nav-content ul li#active a {
  color: #000606;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c6c9c9;
  background: #e6e8e9;
  text-decoration: none;
}
#intro {
  background-color: #e6e8e9;
  margin: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
#intro-content {
  width: 890px;
  margin: 0 auto;
}
#intro-content p {
  font-size: 1.3em;
  line-height: 1.6em;
}
#moody {

}
#moody-content {
  width: 890px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  background-image: url(../images/grey-fade.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#moody-content img {
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
}


#main {

}
#main-content {
  width: 890px;
  margin: 0 auto;
}


/* columns */
.col-one, .col-two, .col-three {
  float: left;
  width: 269px;
  margin: 20px 20px 20px 0;
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.col-three {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.column-wrapper h2 {
  margin-top: 0;
  text-align: center;
	font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2","Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-variant: normal;	
	font-size: 1.9em;
}
.column-wrapper a {
  color: #3f3660;
}
/*.column-wrapper div p:last-child {
  text-align: center;
}*/

#footer {
  clear: left;
}
#footer-content {
  width: 890px;
  margin: 50px auto 0;
  border-top: 1px solid #ddd;
  padding: 30px 0 40px 0;
  background-image: url(../images/grey-fade.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#footer-content ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#footer-content ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#footer-content ul li a {
  font-size: 1.0em;
  color: #999;
  text-decoration: none;
  padding: 0 10px;
  text-align: center;
  font-variant: small-caps;
}
#footer-content ul li a:hover {
  color: #333;
  text-decoration: underline;
}


p#copyright {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 1.1em;
}

table {
  margin: 15px 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.2em;
}
th {
  text-align: center;
  font-weight: bold;
}
th, td {
  padding:5px 8px;
}

/* FORMS */

table.form-layout {
  padding: 6px;
  background: #eee;
  border: 1px solid #ddd;
}
table.form-layout label {
  display: block;
  text-align: right;
}

/* TESTIMONIAL PAGE */
div#testimonial-list {
  margin: 30px 60px;
}

div#testimonial-list p.author {
  color: #999;
  font-variant:small-caps;
  margin-bottom: 30px;
}

/* SYSTEM STATUS */
div.system-status {
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  background-image: url(../images/grey-fade.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.cta {
  font-weight: bold;
  font-size: 1.8em;
  color: #900;
  text-align: center;
 }
 .cta a {
   color: #900;
 }
 
#moody-content #cu3er-wrapper {
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
}
#cu3er-container {width:882px; outline:0;}