a, a:visited{
color: #dd137b;
}

a:hover{
color: #781c2b;
}

h1,h2,h3,h4,h5,h6,p,div,ul,body{
margin:0;
padding:0;
}

.text h1{
	font:bold 18px arial, helvetica, arial;
	padding-bottom:1px;
	border-bottom:1px dotted;
	margin-bottom:5px;
	color:#781c2b;
	}

.text h2{
	font:bold 11px arial, helvetica, arial;
	padding-bottom:2px;
	border-bottom:1px solid;
	margin-bottom:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	}

.text h3{
	font:bold 14px arial, helvetica, arial;
	margin-bottom:4px;
	}
	
.text h4{
	font:bold 14px arial, helvetica, arial;
	}

span.first{
color: #286182;
}

p.subhead{
font: 14px trebuchet ms;
font-weight: bold;
font-style: italic;
width: 355px;
margin-left:77px;
}

body{
font: 12px "arial",trebuchet ms,helvetica,sans serif;
color: #333333;
background: #ffffff url(../images/background2.gif);
text-align: center;
}

div.scheme{
height: 18px;
background: #781c2b;
padding-right: 5px;
color: #ffffff;
text-align: right;
font: 14px arial,helvetica,sans serif;
}

div.wrapper{
width: 900px;
border: 1px solid #781c2b;
margin:0 auto;
margin-top: 15px;
text-align: left;
background: #ffffff;
}

div.sidebar{
width: 180px;
float: left;
}

div.content{
width: 700px;
text-align: justify;
background: #ffffff;
float:right;
}

div.header{
margin-top: 20px;
}

.left{
float: left;
padding: 5px;
}

.right{
float: right;
padding: 5px;
}

h2{
margin-top: 180px;
font-family: trebuchet ms;
}

div.text{
width: 660px;
margin-left: 10px;
line-height: 1.5em;
}

.text p{
margin-bottom: 10px;
}

.text ul{
margin-left: 10px;
margin-bottom: 10px;
}

.text ul li{
	list-style:none;
	padding-left:20px;
	background:#fff url("../images/bullet1.jpg") no-repeat 0px 5px;
	margin-bottom:3px;
	}

div.footer{
clear: both;
width: 660px;
border-top: 1px solid #222222;
margin-left: 8px;
text-align: left;
padding-top: 8px;
padding-bottom: 15px;
font-size: 10px;
}

.footer p{
margin-bottom: 10px;
}

span.phone{
color: #286182;
font-size: 24px;
}

h4{
margin-top: 18px;
margin-bottom: 8px;
font-size: 14px;
}

.sidebar ul {
         position: relative;
        padding: 0;
        list-style: none;
        width: 180px;
        display:block;
        }
        
.sidebar ul li.head{
        display: block;
        text-decoration: none;
        color: #000000;
        position: relative;
        width:170px;
	}


.sidebar ul li{
position: relative;
}

.sidebar ul li a, .sidebar ul li a:visited {
        display: block;
        text-decoration: none;
        color: #dd137b;
        background: #ffffff;
        padding: 5px;
		padding-left: 15px;
        border-bottom: 1px dotted #781c2b;
        }

.sidebar li ul{
        position: absolute;
        left: 115px;
        top: 0;
        display: none;
        }

.sidebar li:hover ul {
        display: block; }

.sidebar ul li a:hover{
color: #781c2b;
background: #E8C8CD;
}

.basic li{
float: none;
}

span.nobold{
font-weight: normal;
font-size: 12px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
