/***************************************************************************************
 * General
 ***************************************************************************************/
body
{
    margin: 0px;
    padding: 0px;
    background-color: #800000;
    behavior: url("/wwwroot/css/csshover3.htc");
}

#all
{
    background-image: url("../images/layout/bg-top-bar.gif");
    background-position: top left;
    background-repeat: repeat-x;
}

h1
{
    font-family: Palatino Linotype, Palatino;
    font-size: 20px;
    font-weight: normal;
    color: #800000;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #800000;
}

p
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 7px;
}

li
{
	font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
     line-height: 15px;
     	list-style-image: url(../images/layout/bg-list-image.gif);
}

td
{
	font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
     line-height: 15px;
}

a
{
	color: #800000;
	text-decoration: underline;
	
}
a:hover
{
	color: black;
}

/***************************************************************************************
 * Content
 ***************************************************************************************/
#content
{
    background-color: white;
}

#inner
{
    width: 990px;
    margin: 0 auto;
    min-height: 600px;
    _height: 600px;
    padding-bottom: 20px;
    background-color: white;
}

p.service
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

/***************************************************************************************
 * Header
 ***************************************************************************************/
#header
{
    height: 79px;
    width: 1000px;
    margin: 0 auto;
}

#header ul
{
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 31px;
    float: left;
}

#header ul li
{
    display: inline;
    padding-right: 25px;
}

#header ul li a
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: white;
    text-decoration: none;
}

#header-contact-box
{
    float: right;
    margin-top: 15px;
}

#logo
{
    display: block;
    width: 202px;
    height: 165px;
    font-size: 0px;
    margin-top: 10px;
    background-image: url(../images/layout/lgo-logo.gif);
}

/*--------- Contact today box ---------------------*/
a.contact-today
{
    display: block;
    width: 226px;
    height: 25px;
    background-image: url(../images/layout/btn-contact-today.gif);
    background-repeat: no-repeat;
    font-family: Palatino Linotype, Palatino;
    font-size: 15px;
    color: white;
    text-decoration: none;
    text-align: center;
    padding-top: 2px;
    margin: 0 auto;
}

a.contact-today span
{
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
}

p.phone
{
    font-family: Arial;
    font-size: 15px;
    color: white;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 3px;
}

p.phone img
{
    vertical-align: baseline;
}

/***************************************************************************************
 * Footer
 ***************************************************************************************/
#footer-inner
{
    width: 1000px;
    margin: 0 auto;
}

#footer
{
    height: 70px;
    width: 100%;
    background-image: url("../images/layout/bg-bottom-bar.gif");
}

#footer ul
{
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    list-style: none;
}

#footer li
{
    display: inline;
}

#footer ul li a
{
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: white;
    text-decoration: none;
    border-left: 1px solid white;
    padding-left: 7px;
    padding-right: 2px;
}

#footer ul li a.first
{
    border: none;
    padding-left: 0px;
}

#footer p
{
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: white;
    margin: 0px;
    padding: 0px;
    margin-top: 1px;
}


/***************************************************************************************
 * Right Column
 ***************************************************************************************/
#right-column
{
    width: 770px;
    float: right;
}
/***************************************************************************************
 * Left Column
 ***************************************************************************************/
#left-column
{
    float: left;
    margin-right: 15px;
}


/*--------- Client login box ---------------------*/
#client-login
{
    padding: 10px;
    border: 1px solid #cccccc;
    margin-top: 10px;
    width: 175px;
    overflow: auto;
}

#client-login img
{
    margin-right: -10px;
    margin-bottom: -23px;
}

#client-login p
{
    font-size: 20px;
    font-family: Palatino Linotype, Palatino;
    color: black;
    margin: 0px;
    padding: 0px;
    float: right;
    display: inline;
    line-height: 26px;
    position: relative;
}

#client-login a
{
    width: 88px;
    height: 21px;
    background-image: url(../images/layout/bg-login-now.gif);
    font-family: Arial;
    font-size: 12px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    margin-top: 30px;
    padding-top: 3px;
    background-repeat: no-repeat;
}

/*--------- Left nav ---------------------*/
ul.left-nav, ul.left-nav-inner
{
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

ul.left-nav li, ul.left-nav-inner li
{
    width: 171px;
    min-height: 31px;
	_height: 31px;
    background-image: url(../images/layout/bg-left-nav.gif);
    text-align: left;
    list-style: none;
    padding-top: 8px;
    margin-bottom: 1px;
    padding-left: 5px;
    position: relative;
	background-repeat: no-repeat;
	list-style-image: none;
}

ul.left-nav li:hover
{
    background-image: url(../images/layout/bg-left-nav-ro.gif);
}

ul.left-nav li:hover a
{
	color: white;
}

ul.left-nav li a, ul.left-nav-inner li a
{
    font-family: Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    color: white;
}

ul.left-nav li ul
{
    display: none;
    position: absolute;
    right: -196px;
    _right: -197px;
    background-color: #030303;
    padding: 10px;
    top: 0px;
    width: 175px;
}

ul.left-nav li ul li
{
    background: none;
    
    padding: 0px;
    margin-bottom: 5px;
    width: auto;
}

ul.left-nav li ul li:hover
{
    background: none;
}

ul.left-nav li ul li a
{
    font-size: 13px;
}

ul.left-nav li:hover ul
{
    display: block;
}

/*--------- Left nav inner ---------------------*/
ul.left-nav-inner li ul
{
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 13px;

}
ul.left-nav-inner li ul li
{
	list-style-image: url(../images/layout/bg-list-image.gif);
	   margin: 0px;
   padding: 0px;
   min-height: 0;
 	_height: 0;
 	margin-bottom: 12px;
  
   	width: auto;
	background-image: none;
	
}


ul.left-nav-inner li ul li a
{
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    color: black;
}
