/* Global Classes */
* {padding: 0px; margin: 0px;}
.clear         {clear: both; height: 0px;}
.float-left    {float: left; margin-right: 10px; margin-bottom: 10px;}
.float-right   {float: right; margin-bottom: 10px; margin-left: 10px;}
.text-left     {text-align: left;}
.text-right    {text-align: right;}
.text-center   {text-align: center;}
.text-justify  {text-align: justify;}
.bold          {font-weight: bold;}
.italic        {font-style: italic;}
.underline     {border-bottom: 1px solid;}
.highlight     {background: #ffc;}
.img-left      {float: left; margin-right: 10px; margin-bottom: 10px;}
.img-right     {float: right; margin-bottom:10px; margin-left: 10px;}
.nobullet      {list-style: none; list-style-image: none;}

.error, .red {background:#FFEBE8 none repeat scroll 0%; border:1px solid #DD3C10; margin:0px 10px 10px; padding:10px; display: block;}

.correct, .green {background:#E6FCE6 none repeat scroll 0%; border:1px solid #84DB12; margin:0px 10px 10px; padding:10px; display: block;}

.info {background:#FBFCE6 none repeat scroll 0%; border:1px solid #D9B411; margin:0px 10px 10px; padding:10px; display: block;}

.required_fields {color:red;}
/* End Global Classes */

body.editor {background: #FFF;}

body {background-color: #FFF; font: 62.5% Arial;}

#container {width: 800px; margin: 10px auto;}

/* Header Styles */
#header {width: 800px; height: 100px; display: block;}

#header p {display: none;}
/* End Header Styles */

/* Contact Form Styles */
#contactform {width: 460px; font-size: 12px; margin-top: 10px; margin-bottom: 10px;}

#contactform .indent {margin: 10px 0px 10px 135px;}

#contactform .form_element {padding: 0px 10px 0px 0px; text-align: right; float: left; color: #808080; width: 125px;}

#contactform .form_data {text-align:left; float: left;}

#contactform .separator {clear: left; font-size: 1px; height: 1px;}

#contactform input, #contactform textarea {width: 200px;}

#contactform .image {background-color: #B7BD1D; border: 1px solid #808080; color: #FFF; width: 55px;}
/* End Contact Form Styles */

#content {border-bottom: 20px solid #B7BD1D; margin-top: 10px; min-height: 300px;}

#content ul, #content ol {margin-left: 20px; margin-top: 10px; margin-bottom: 10px;}

#content li {font-size: 12px; color: #808080; margin-bottom: 5px;}

p {font-size: 12px; color: #808080; margin-bottom: 10px;}

table {margin-top: 10px; margin-bottom: 10px; font-size: 12px; color: #808080;}

a {color: #92b5c8; text-decoration: none;}

a:hover {color: #808080;}

h1 {font-size: 20px; font-weight: normal; color: #B7BD1D; margin: 0px 0px 10px 0px;}

h2 {font-size: 16px; font-weight: normal; color: #B7BD1D; margin: 5px 0px;}

h3 {font-size: 14px; font-weight: normal;color: #B7BD1D; margin: 5px 0px;}

h4, h5, h6 {font-size: 12px; font-weight: normal; color: #B7BD1D; margin: 5px 0px;}

.float-right td {border-top: 1px dotted #6e95a8; padding: 10px 0px;}

.products td {text-align: center; background-color: #92B5C8; color: #FFF;}

.products a {color: #FFF;}

/* Footer Styles */
#footer {clear: both; display: block; height: 20px; width: 800px; background-color: #EAEAEA; margin-top: 10px; font-size: 12px;}

#footer ul {list-style: none;}

#footer ul li {float: left;}

#footer li {position: relative;}

#footer a {
display: block;
width: auto;
height: 16px;
text-decoration: none;
text-align: center;
padding: 2px 45px;
}
/* End Footer Styles */