* 
    { 
	padding: 0; 
	margin: 0; 
    }

body 
	{
 	font-family: Arial;
 	font-size: 13px;
 	background: #fff;
 	background: url(../images/bg.jpg) repeat;
	}
td
	{
 	font-family: tahoma;
 	font-size: 7pt;
	}

#wrapper 
    { 
    margin: 0 auto;
    width: 922px;
    background: #EEF2F6;
    border:1px solid #24618E;  
    }
#header 
    {
    text-align: left;
    color: #333;
    width: 100% //922px;
    height: 117px;
    background: #EEF2F6;
    background: url("grad.png")
    }
#phone 
    {
    text-align: right;
    color: #fff;
    width: 200px;
    }
#navigation 
    {
    color: #000;
    margin: 0px;
    background: #C3D7EC;
    }
#content 
    {
    font-size: 10pt;
    font-weight: bold;
    font-family: arial;
    color: #333;
    margin: 10px;
    padding: 50px;
    }
.title 
    {
    font-size: 12pt;
    font-weight: bold;
    font-family: tahoma;
    color: #000;
    padding: 20px 0px 0px 0px;
    }
.maintitle 
    {
    font-size: 12pt;
    font-weight: bold;
    font-family: tahoma;
    color: #000;
    padding: 20px 0px 20px 0px;
    }    
.subTitle 
    {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    font-family: arial;
    color: #000;
    padding: 0px 0px 10px 0px;
    } 
.contactTitle 
    {
    font-size: 12pt;
    font-weight: bold;
    font-family: arial;
    color: #000;
    padding: 0px 0px 10px 0px;
    } 
.top 
    {
    font-size: 10pt;
    font-weight: bold;
    font-family: tahoma;
    color: #fff;
    }    
.paragraph
    {
    font-size: 10pt;
    font-weight: normal;
    font-family: tahoma;
    color: #000;
    }
.cushycms
    {
    font-size: 10pt;
    font-weight: normal;
    font-family: tahoma;
    color: #000;
    }    
.contact
    {
    font-weight: normal;
    font-size: 12pt;
    border: 1px #24618E solid;
    width: 210px;
    padding: 10px;
    }
.contact2
    {
    font-weight: normal;
    font-size: 12pt;
    border: 1px #24618E solid;
    width: 460px;
    padding: 10px;
    }
.cases
    {
    font-weight: normal;
    border: 1px #24618E solid;
    width: 450px;
    padding: 5px;
    }
.cases td
    {
    font-size: 10pt;
    font-family: tahoma;
    color: #000;
    padding: 5px;
    }         
#footer 
    { 
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    font-family: arial;
    clear: both;
    color: #000;
    background: #fff;
    padding: 10px;
    }
.clear 
    { 
    clear: both; 
    background: none; 
    }
#tabsJ 
    {
    float:left;
    width:100%;
    background: #fff;
    font-size: 14pt%;
    font-weight: bold;
    line-height: normal;
    border-bottom:1px solid #24618E;
    }
#tabsJ ul 
    {
    margin: 0;
	padding: 5px 10px 0 10px;
	list-style: none;
    }
#tabsJ li 
    {
    display: inline;
    margin: 0;
    padding: 0;
    }
#tabsJ a 
    {
    float: left;
    background: url("tableftJ.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
    }
#tabsJ a span {
    float: left;
    display: block;
    background: url("tabrightJ.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #24618E;
    }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span 
    {
    float:none;
    }
/* End IE5-Mac hack */
#tabsJ a:hover span 
    {
    color:#FFF;
    }
#tabsJ a:hover 
    {
    background-position:0% -42px;
    }
#tabsJ a:hover span 
    {
    background-position:100% -42px;
    }