/* GENERAL STYLES */
* {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size: 12px;
}

a img, a:active img {
  border-width: 0px;
}

html, body {
  height: 100%;
}

body {
  background-color: black;
}

div#nofooter-wrapper {
  width: 760px;
  margin: 0px auto;
  min-height: 100%;
  background-color: white;
}

* html #nofooter-wrapper {
  height: 100%;
}

div#clearfooter {
  height: 60px;
}

div#footer-wrapper {
  width: 760px;
  margin: -60px auto 0px auto;
  padding-top: 10px;
  height: 50px;
}

div#footer {
  border-top: solid black 1px; 
  padding-top: 6px;
}


div#header-wrapper {
}


div#home-wrapper {
  width: 400px;
  margin: 0px auto;
  height: 100%;
}

div#home-wrapper div#content {
  text-align: center;
  color: white;
  top: 35%;
  position: absolute;
  width: 400px;
}


div#header {
  height: 161px;
  background-image: url(/css/First-Step/HeaderFirstStep.png);
  background-repeat: no-repeat;
}

div#languages {
  text-align: right;
  padding: 142px 5px 5px 0px;
}

div#navigation {
  height: 40px;
  background-image: url(/css/First-Step/Menu.png);
  background-repeat: no-repeat;
}

div#navigation * {
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size: 12px;
}

div#navigation ul {
  list-style-type: none;
}

div#navigation ul li {
  float: right;
  border: solid black 1px;
  margin: 5px 5px 5px 0px;
}

div#navigation ul li:hover {
  background-color: #bebebe;
}

div#navigation ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 5px 5px 6px 5px;
}

div#navigation ul li a.selected {
  font-weight: bold;
}

div#content-wrapper,
.mceContentBody {
  background-color: white;
}

div#content,
.mceContentBody {
  padding: 10px;
}

div#content * {
  font-family: "Candara", Verdana, Helvetica, Arial, Sans-serif;
  font-size: 14px;

}

div#content a,
.mceContentBody a {
  color: #8e8e8e;
  text-decoration: none;
}

div#content a:hover,
.mceContentBody a:hover {
  color: #6e6e6e;
}

div#content a img, div#content img,
.mceContentBody a img, .mceContentBody img {
  border: solid black 1px;
}

div#content h1, div#content h1 a,
.mceContentBody h1, .mceContentBody h1 a {
  margin: 0px 0px 10px 0px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 24px;
}

div#content h2, div#content h2 a,
.mceContentBody h2, .mceContentBody h2 a {
  margin: 15px 0px 10px 0px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 18px;
}

div#content p,
.mceContentBody p {
  margin: 10px 0px 10px 0px;
}

div#content p.subtitle {
  font-style: italic;
  color: #6e6e6e;
}

div#content div.galleryitem {
  float: left;
  margin: 0px 7px 7px 0px;
  text-align: center;
}

/***********
 * Columns * 
 ***********/
div#content div.col_1_of_3 {
  float: left;
  width: 240px;
}

div#content div.col_2_of_3 {
  float: left;
  width: 240px;
  margin-left: 10px;
  margin-right: 10px;
}

div#content div.col_3_of_3 {
  float: left;
  width: 240px;
}

/*******************
 * Content - Table *
 *******************/

div#content table {
  border: solid black 1px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  width: 100%;
  margin-bottom: 20px;
}

div#content table thead tr {
  border-bottom: solid black 1px;
  text-align: left;
}

div#content table td {
  vertical-align: top;
}

div#content table td.nodata {
  padding: 20px;
  text-align: center;
  font-style: italic;
}

/*******************
 * Content - Lists *
 *******************/

div#content ol,
.mceContentBody ol {
  margin-left: 30px;
}

div#content ul,
.mceContentBody ul {
  margin: 10px 0px 10px 0px;
}

div#content ul.linklist, div#content ul.latest {
  list-style-type: none;
}

div#footer, div#footer div {
  background-color: white;
  font-size: 10px;
  text-align: center;
}

div#footer a {
  color: #8e8e8e;
  font-size: 10px;
  text-decoration: none;
}

div#footer a:hover {
  color: #6e6e6e;
}

div#footer a img {
  border: solid black 1px;
}

div.clear {
  clear: both;
}

.mceContentBody {
  background-color: white;
}

/*********
 * Forms *
 *********/

div#content div.form p {
  width: 300px;
  margin: 0px;
  padding: 5px 0px 8px 0px;
  padding-left: 155px;
  height: 1%;
}

div#content div.form label {
  font-weight: normal;
  float: left;
  margin-left: -155px;
  width: 150px;
}

div#content div.form input[type="text"] {
  width: 250px;
}

div#content div.form textarea {
  width: 400px;
  height: 200px;
}  

div#content div.form div.ValidationSummary {
  
}

div#content div.form div.ValidationSummary ul {
  margin: 20px 0px;
}

div#content div.form div.ValidationSummary li {
  list-style-type: disc;
  margin: 10px;
  margin-left: 20px;
}

/***********
 * Comments
 **************/

ol.comments {
  margin-left: 30px;
}

li.comment {
  margin-bottom: 20px;
}

li.comment div.commenttext {
  background-color: #ececec;
  padding: 10px;
}

li.comment div.commentfooter {
  background: url(/css/First-Step/arrow.gif) 20px 0 no-repeat;
  padding: 5px 10px 5px 60px;
  color: #4A4A4A;
}

/* EDITOR PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

p {

}

