html {
  height: 100%;
}

body {
  background-color: #000;
  color: #fff;
/*  background-color: #fff;
  color: #444;
*/
  font-family: Arial;
  height: 100%;
}

.container {
/*  background-image: url(/images/floral1.png);*/
  background-image: url(/images/floral.png);
  background-repeat: no-repeat;
  background-position: 488px 100px;
/*  margin-bottom: -7.5em;*/

  position: relative;
  min-height: 100%;
  height: 100%;

}

* html .container {
  height: 100%;
}


#footer { 
  position: relative;
  margin: -7.5em auto 1em auto;
  clear: both;
}


/* IE Hack for footer */

* html #footer {
  margin-top: -2.4em;
}


h1, h2, h3, h4, h5, h6{
  color: #fff;
/*  color: #444;*/
}

p { margin: 0 0 1em; }

p img { 
  margin-top: 0; 
  margin-right: 20px;
}

a {
  color: #cc2e2e;
  text-decoration: none;
}

a:hover {
  background-color: #cc2e2e;
  color: #fff;
}


hr {
  background: #444;
  color: #444;
}

hr.space {
  background: #000;
  color: #000;
}

hr.dim {
  background: #ccc;
  color: #ccc;
}

.question {
  font-weight: bold;
  background: url(/images/question.png) no-repeat;
  padding-left: 50px;
  padding-bottom: 13px;
  padding-top: .5em;
}

.answer {
  background: url(/images/answer.png) no-repeat;
  padding-left: 50px;
  padding-bottom: 20px;
  padding-top: .5em;
}

#header {
  padding: 0;
  margin: -15px 0 0 0;
}

#header img {
  margin: 0;
  padding: 0;
}

#content {
  padding-top: 25px;
}

.profile img { 
  float: left; 
  margin-right: 20px; 
}

.profile .name {
  padding-top: 2em;
  font-size: 1.5em;
}

.profile .title {
  font-size: 1.2em;
  font-style: italic;
}

.profile .contact {
  font-size: 1.2em;
}

address { font-style: normal; }

.contact { margin-top: 2em;}
.contact img { float: left; margin-right: 15px; }

.feed a {
  color: silver;
  text-decoration: none;
}

.feed a:hover {
  color: silver;
  background-color: black;
  text-decoration: underline;
}

.feed h2 {
  margin-bottom: 0.25em;
  margin-top: 1.5em;
}

/* ================== */
/* = Navigation Bar = */
/* ================== */



#navcontainer
{
/*  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 0;
  border-bottom-width: 25px;
  border-bottom-style: solid;
*/
/*  border-bottom-color: #1bb3d7;*/
/*  border-color: #37bc25; */   /* Green */
/*  border-color: #3388ee;*/    /* Blue  */
/*  border-color: #222;*/

/*  margin-top: 96px;*/

  background-color: #555;
  margin-top: -3px;
}

/*.faqs         { border-color: #8300c1; }
.services     { border-color: #79bbff; }
.about, .team { border-color: #37bc25; }
.contact  { border-color: #abc;}*/

#navlist
{
  float: right;
/*  padding: 3px 1px 1px;*/
  margin-left: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.2em;
  
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #555;
  
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  padding: 0em 1.5em 0em 1.5em;
  margin: 0;
  text-decoration: none;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover
{
  color: #fff;
/*  background-color: transparent;*/
/*  background-color: #1872b8;*/

/*  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #1872b8;
*/
  background-color: #555;
  border-bottom-width: 6px;
  border-bottom-style: solid;
/*  border-bottom-color: #f8a014;*/
  border-bottom-color: #cc2255;
  
}

#navlist li #active {
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #cc2255;
/*  border-color: #c7f4ff;*/
}

/* ================ */
/* = Testimonials = */
/* ================ */

div.testimonial blockquote {
  margin: 10px 10px 10px 0;
  font-style: normal;
  color: #fff;
}

div.cite {
  margin: .25em auto 2em 2em;
  color:  #888;
}

