﻿body 
{
    font-family:Arial;
    margin:0px;
}
a 
{
    cursor:pointer;
    text-decoration:none;
}
a:hover 
{
    text-decoration:underline;
}
h1 
{
    font-size:11px;
    font-weight:normal;
    margin:0px;
    color:#222;
}
h2 
{
    font-family:Times New Roman;
    /*margin:60px 0px 0px 150px;*/
    font-weight:bold;
    font-size:55px;
    color:#135946;
    margin:0px;
}
h2.sub 
{
    font-size:18px;
    font-family:Arial;
    margin-top:-7px;
}
h4 { margin-bottom:4px; }
h3 
{
    /*margin:-3px 0px 0px 180px;*/
    margin:0px;
    font-size:13px;
    color:#da3c25;
    font-weight:normal;
}
div.content h3 
{
    margin:5px 0px;
    font-size:16px;
    color:#000;
}
div.headerWrapper 
{
    width:635px;
    float:left;

}
div.wrapper 
{
    width:885px;
    margin:0px auto;
}
div.header 
{
    float:left;
    background-color:#d2d3d5;
    width:560px;
    padding-left:20px;
    border-left:solid 1px #da3c25;
    border-bottom:solid 1px #da3c25;
    height:179px;
}
div.header img.logo 
{
    /*float:left;
    margin-top:30px;*/
}
div.controls 
{
    padding-top:28px;
}
div.controls a 
{ 
    font-size:14px;
    color:#444;
    line-height:25px;
}
div.controls a:hover 
{
    color:#000;
}
div.controls input.text 
{
    border:1px solid #000;
    background-color:#fff;
    height:12px;
    font-size:10px;
    width:120px;
    margin:2px 0px 2px 0px;
}
a.account
{
    font-weight:bold;
}
div.nav a
{
    display:block;
    text-align:left;
    width:110px;
    height:30px;
    margin:15px 0px 15px 0px;
    float:left;
    font-size:12px;
    font-weight:bold;
    color:#000;
}
div.nav a:hover, div.nav a.selected
{
    color:#da3c25;
}
table.body { position:relative;top:-22px;clear:both; margin-bottom:40px;  }
table.body td 
{
    vertical-align:top;
    background-color:#eee;
}
table.body td.left 
{
    background-image:url(images/background.png);
    background-repeat:no-repeat;
    background-position:right bottom;
    border-left:1px solid #000;
    border-top:1px solid #000;
    border-bottom:4px solid #000;
}
table.body td.right
{
    border-left:1px solid #000;
    border-right:4px solid #000;
    border-bottom:4px solid #000;
}
table.body td.rightTop 
{
    border-right:4px solid #000;
    background-image:url(images/rightBody-top.png);
    background-repeat:no-repeat;
    height:22px;
}
table.body td.footer
{
    color:#da3c25;
    background-color:Transparent;
}
table.body td.footer a 
{
    color:#666;
    font-size:13px;
    font-weight:bold;
}
table.body td.footer a:hover 
{
    color:#222;
}
div.content 
{
    padding:15px;
    font-size:11px;
    line-height:18px;
    
}
div.content a 
{
    color:#da3c25;
	text-decoration:underline;
}
div.content a:hover 
{
    color:#ca2c15
}

.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black;
}

.alertbox
{
    position: absolute;
    z-index: 10;
    padding-left: 45px;
    width: 216;
    background: url(images/arrow.png) no-repeat left top;
    color: #FFFFFF;
}
.alertbox a
{
    color: #666;
    cursor: pointer;
}
.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #d9432e;
}

table.contact th { text-align:left; vertical-align:top; padding-left:30px; }
input.text,textarea.text
{
    border:1px solid #666;
    background-color:#FEFEFE;
    line-height:18px;
    font-family:Arial;
    font-size:12px;
}
input.text { width:300px; height:18px; }
textarea.text { width:300px; height:108px; overflow:auto; }
table.contact td, table.contact th { background-color:Transparent; }
div.MessageBox 
{
    background-color:#d2d3d5;
    border:2px solid #d9432e;
    padding:20px;
}
div.MessageBox ul,div.MessageBox li 
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}