* {
  margin: 0;
  padding: 0;
  border: 0;
  font:1em 'Trebuchet MS', Arial, 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
}

h1 {
  font-size: 1.8em;
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #6d016f;
}

p {
    font-size: 0.9em;
}

#container {
  width: 100%;
  margin-top: 225px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 990px;
  min-height: 349px;
  height: auto;
  overflow: hidden;
}

/* another quality fix for IE6, force "min-height" */
* html div#container {
    height: 349px;
    overflow: visible;
}

.rounded {
  background-image: url(../images/left.png);
  background-repeat: repeat-y;
  overflow: hidden;
}

div#content p, div#content h2 {
  margin-bottom: 10px;
}


.rounded-right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 20px;
  background: url(../images/right.png) repeat-y top right;
  padding-bottom: 5000px;
  margin-bottom: -5000px;  
  overflow: hidden;
}

.rounded p, .rounded h2 {
  margin-left: 20px;
  margin-right: 20px;
}

.rounded ul {
  margin-left: 20px;
}

#container2 {
  background-color: #990099;
  width: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
  left: 0px;
  height: 193px;
}

div#content {
  float: left;
  margin-left: 215px;
  width: 780px;
  position: relative;
  margin-bottom: 80px;
  /*background: url(../images/jump_woman.jpg) no-repeat top right;*/
}

* html div#content {
    margin-left: 108px;
}

#logo {
  width: 100%;
  height: 63px;
  color: white;
  background-color:#6d016f;
  padding: 0 0 0 10px;
}

div#logo img {
  float: left;
  margin: 5px 10px 5px 0;
}

.clearfloats {
    clear: both;
}

#flash {
  position: relative;
  text-align: center;
  height: 110px;
}

div#flash img{
    width: 100%;
}

#stream {
  background-image: url(../images/bar.jpg);
  height: 20px;
  width: 100%;
}

#menu {
  width: 200px;
  margin-left: -990px;
  float: left;
  z-index: 100;
  position: relative;
  margin-bottom: 205px;
}

.roundtop { 
  background: url(../images/top.png) repeat-x top left;
  height: 20px;
}

.roundbottom { 
  background: url(../images/bot.png) repeat-x bottom left;
  height: 20px;
  clear: both;
}

/* only IE6 will see this, IE7 will support PNG alpha transparency */
* html .roundbottom {
  background: url(../images/bot.gif) repeat-x bottom left;
  clear: both;
}

/*.roundbottom {
  background: url(../images/bot-right.png) no-repeat bottom right;
}*/

img.corner-left {
   border: none;
   display: block !important;
   float: left;
}

img.corner-right {
   border: none;
   display: block !important;
   float: right;
}

div.roundbottom img.corner-bot {
   border: none;
   position: relative;
   display: block !important;
   float: right;
}

#footer {
  background-color: #6d016f;
  color: white;
  font-size: 0.8em;
  margin-top: auto;
  width: 100%;
  height: 55px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
}

div.clearfloats {
  clear: both;
}

#footer p {
  margin-left: 10px;
}

#footer span {
  float: right;
}

div#menu li {
  list-style: none;
}

div#menu li a:hover {
  background-image: url(../images/button2.png);
  /*color: #6d016f;*/
  color: #e978d5;
  text-decoration: none;
}

div#menu li a {
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  /*color: #e978d5;*/
  color: #6d016f;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 30px;
  background-position: center left;
}

/* more hacks for IE6, use gif instead of PNG */
* html div#menu li a:hover {
  background-image: url(../images/button2.gif);
}

* html div#menu li a {
  background-image: url(../images/button.gif);
}

em {
    font-weight: bold;
}

h3 {
    margin-left: 20px;
    font-style: italic;
    margin-bottom: 20px;
}

div#logo ul {
    float: right;
    margin-right: 20px;
    margin-top: -30px;
}

div#logo ul li{
    float: left;
    list-style-type: none;
    text-align: center;
    margin-right: 10px;
}

div#logo ul li a {
    background-image: url(../images/bookmark_dark.gif);
    height: 38px;
    line-height: 38px;
    width: 92px;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 0.7em;
    letter-spacing: 0.1em;
}

div#logo ul li a:hover {
    background-image: url(../images/bookmark.gif);
}

div#content.rounded table {
    margin: 10px 20px;
    border-style: solid;
    border-width: 2px;
    border-collapse: collapse;
    border-color: #65A25B;
    font-size: 0.9em;
    /*border-color: black;*/
}

div#content.rounded table td {
    border-style: solid;
    border-width: 1px;
    padding: 0.3em;
    border-color: #65A25B;
}

div#content.rounded h4 {
    margin: 10px 20px;
}

div#content.rounded ul {
    margin: 10px 40px;
    font-size: 0.9em;
}

div#content.rounded ul li {
    margin: 0 40px;
}

div#content p.center {
    text-align: center;
}

img#jump_right {
    float: right;
    margin: 30px;
}

div#menu ul.submenu {
    display: none;
}

div#menu li.expandli {
    cursor: pointer;
}

p.padding {
    min-height: 100px;
}

div#content ul.testimonial li{
    font-style: italic;
}

div#content ul.testimonial li p{
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0 0 10px 0;
}

div#footer a {
    text-decoration: none;
    color: white;
}

div#footer a:hover {
    color: #65A25B;
}

div#content form label {
    width: 90px;
    margin-right: 20px;
    float: left;
}


div#content form input.no_label {
    margin-left: 110px;
}
* html div#content form input.no_label {
    margin-left: 113px;
}

div#content form {
    margin-left: 20px;
    padding: 10px 0 0 0;
    width: 500px;
}

div#content form#questionnaire label {
  width: 400px;
  float: none;
  margin: 5px 0 5px 0;
}

div#content form#questionnaire {
  width: 600px;
}

div#content form#questionnaire input {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

form#contact, form#questionnaire, form.default{
 background-color: #c5dcc2;
 color: #000000;
 border: 1px solid #65a25b;
 font-size: 0.9em;
}

form.invisible input#send, form.default input#send, form#contact input#send, form#questionnaire input#send {
    border: 1px solid #65a25b;
    cursor: pointer;
}

div#content form.invisible {
    margin: 0;
    padding: 0;
    width: auto ;
}

.floatleft {
    float: left;
    margin: 0 10px 0 20px;
}

.floatleftlogo {
    float: left;
    margin: 10px 10px 10px 20px;
}

.floatleftlogoclear {
    float: left;
    margin: 0px 10px 10px 20px;
    clear: both;
}

div#content.rounded table tr.header {
    background-color: #c5dcc2;
}

div#content.rounded table tr.seminarbreak {
    background-color: #d4d1d1;
}

div#content.rounded table.seminar {
    background-color: #f3e2f3;
}


div#content p.sponsorinfo {
    margin: 50px 20px 40px 10px;
}

i {
    font-style: italic;
}
