body
{
   margin:0;
   padding:0;
   background-color:#FFFFFF;
   text-align:justify;
   font-family:sans-serif, Verdana, Arial, Helvetica;
   font-size:13px;
   /*color:#404040;*/
   color:#787878;
   text-align:justify;
   line-height:17px;
}

body, table td
{

}

a, a:visited
{
   outline:none;
   text-decoration:none;
   color:#8B0000;
}

a:active, a:hover
{
   text-decoration:underline;
   color:#8798A6;
}

strong
{
/*   color:#0169AE; */
}

ul
{
   list-style-type:circle;
}

blockquote li
{
   margin-top:10px;
   margin-bottom:10px;
}

img
{
   border:0;
}

#page
{
   width:1000px;
   margin:0 auto;
}

#header
{
   height:66px;
}

#banner
{
   height:265px;
}

#content
{
   width:1000px;
}

#footer
{
   background:#F8F8F8;
   border-top:1px solid #65727C;
}

#footer_content
{
   height:40px;
   line-height:40px;
   width:1000px;
   margin:0 auto;

}

#boxes
{
   float:left;
   width:740px;
   _width:747px;
}

#sidebar
{
   float:right;
   width:240px;
}

#sidebar i
{
   color:#999999;
}

#sidebar b
{
   color:#7F8084;
}

.xsnazzy:hover img, img.imgeffect:hover
{
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity:0.5;
}

#sidebar_left
{
   float:left;
   width:230px;
}

#contentlayer
{
   float:right;
   width:750px;
}

h1, h2, h3, h4, h5, h6
{
   margin:0;
   padding:0;
   margin-bottom:20px;
   color:#797979;
   padding-bottom:8px;
   border-bottom:1px solid #9A9A9A;
   font-family:"book antiqua", verdana;
}

fieldset
{
   border:1px solid #FFFFFF;
}

legend
{
   display:none;
}

form.contactForm p {
    width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    height: 1%;
}

form.contactForm p label.noCaption {
    float: left;
    width: 150px;
    margin-left: 2px;
    margin-top: 2px;
}

form.contactForm .contactFormGroup {
    float: left;
    margin-top: -15px !important;
}

form.contactForm p input.contactFormClass_checkbox {
    float: left;
}

form.contactForm p input.contactFormClass_checkboxGroup {
    clear: left;
    float: left;
}

form.contactForm p input.contactFormClass_radio {
    clear: left;
    float: left;
}

form.contactForm p label, .contactForm p span {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

form.contactForm input[type="text"], form.contactForm input[type="password"] {
    width: 250px;
}

form.contactForm select {
    width: 254px;
}

form.contactForm input{
    overflow: hidden;
}

form.contactForm img.captcha {
    float: left;
}

form.contactForm .is_required {
    color: red;
}

form.contactForm textarea {
    width: 250px;
    height: 150px;
}

form.contactForm #contactFormCaptcha {
    margin-left: 147px;
}


form.contactForm .contactFormClass_button {
   margin-left: 0px;
   cursor: pointer;
   margin: 2px;
}

.contactFormClass_button:hover, .contactFormClass_button:focus  {
   cursor: pointer;
   margin: 2px;
}

form.contactForm  #contactFormCaptcha {
    margin-left: 3px !important;
    margin-top: 5px !important;
}

input[type="button"], input[type="submit"], input[type="reset"]
{
   padding:5px 10px 5px 10px;
   width:auto;
}


/* GREYBOX */

.greybox
{
   width:338px;
   padding:10px;
   border:1px solid #DBDFDE;
   float:left;
/*   height:275px; */
}

.greybox_space
{
   width:30px;
   float:left;
}

.greybox:hover
{
   background-image:url('images/transparent.png');
   background-repeat:repeat;
   cursor:pointer;
   color:#BCBCBC;
}
.greybox:hover .greyboxtitle
{
   color:#9E9E82;
}

.greybox:hover img, #graham:hover img
{
   filter: alpha(opacity=50);
   opacity: .5;
}

.greyboxtitle
{
   color:#0169AE;
   font-weight:normal;
   font-size:18px;
   padding:0;
   margin:0;
   margin-bottom:10px;
}

.infobox
{
   width:100%;
}

#tabGroup
{
   clear:both;
   border:1px solid #ccc;
}

#tabGroup .tab
{
   padding:10px;
}

.toggles {
    margin:         0;
    padding:        0 0 0 10px;
    *zoom:          1;
}

.toggles li {
    float:          left;
    margin:         0 5px -1px 0;
    border:         1px solid #ccc;
    border-top-left-radius:           5px;
    border-top-right-radius:          5px;
    -webkit-border-top-left-radius:   5px;
    -webkit-border-top-right-radius:  5px;
    -moz-border-radius-topleft:       5px;
    -moz-border-radius-topright:      5px;
    padding:        5px 10px;
    font-weight:    bold;
    color:          #404040;
    background-color:                 #ccc;
    list-style:     none;
    cursor:         pointer;
    _position:      relative;
}

.toggles li:hover {
    border-color:   #e5e5e5;
    border-bottom-color:              #ccc;
    background-color:                 #e5e5e5;
}

.toggles .selected,
.toggles .selected:hover {
    border-color:   #ccc;
    border-bottom-color:              #fff;
    background-color:                 #fff;
}

.spaces
{
   clear:both;
   line-height:20px;
   font-size:20px;
}

.right
{
   text-align:right;
}
