﻿
/*** 
   do not delete this dummy class which is
   used to fix some strange problems
***/

.xxx {
}

/* ------------- GENERIC --------------------*/
* {
  margin: 0;
  padding: 0;
}

html, body {
   min-height: 100%;
   height: 100%;
   width: 100%;
}

body {
   margin: 0;
   padding: 0;
   color: #333333;
   background-color: #fff;
   font: 11px Verdana, Arial;
   border: 0px dashed blue;
   text-align:center; /* IE Fix to center the siteContainer */
}

/*** set this due to the inheritance bug. body font is not inherited in the td tags ***/
td, p, li{
   font: 11px Verdana, Arial;
}

/**********************************************************/
img {
   margin: 0;
   padding: 0;
   border: 0px solid red;
   display: block;
}

a img {
   border: 0;
}

p {
   margin: 0 0 1em;
}

ul {
   margin-left: 15px;
}

/* ------------- common styles --------------- */
.clear {
   clear: both;
}

.hrDiv {
   border-top: 1px dashed #ccc;
}

/**********************************************************/
a {
   text-decoration: underline;
   color: #F36421;
   outline:none;
}

a:hover {
   text-decoration: none;
 
}

/**********************************************************/
h1, h2, h3, h4, h5, h6 {
   margin-top: 0.2em;
   margin-bottom: 0.2em;
   font-weight: bold;
}

h1 {
   font-size: 1.8em;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 0.7em;
    color:#FF6600;
}

h3 {
   font-size: 1.3em;
}


/**********************************************************/
#siteContainer {
   width:900px;
   margin: auto;
   border:0px solid blue;

      background-image: url(images/homepage_bg.jpg);
   background-repeat: no-repeat;
   }
/**********************************************************/
#bodyContainer {
   border-top: 0px solid #bbbbb9;
}

/**********************************************************/
#left
{
   float:left;
   width:180px;
   min-height:450px;
   _height:450px; /* Fix for IE */
   border:0px solid red;
}

#right
{
   float:left;
   border:0px solid #000;
   width:670px;
   text-align:left;
   padding:0px 0px 0px 10px;
}

#rightFullWidth {
   border: 0px solid red;
   text-align:left;

      zoom:1;
}

.imageCaption
{
   font-style:italic;
}

.successText {
   font-weight: bold;
   fotnt-size: 14px;
   width: 500px;
}

/**********************************************************/
