 * {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Times New Roman", Times;
    font-size: 13.5px;
    background-color: #ffffff;
	color: #666666;
	line-height:1.8;
	font-weight: lighter;
	letter-spacing: .07em
word-spacing: .03em
} 

h1 {
    font-family: "Times New Roman", Times;
    font-size:  16 px;
    background-color: #ffffff;
	color: #666666;
	line-height:1.9;
	font-weight: lighter;
	letter-spacing: .07em
word-spacing: .03em
} 


#page-wrap {
    width: 1014px;
    margin: 18px auto 30px auto;
	background-color:#f0ece6;
	min-height:1014px;
	overflow:auto;
}

a, a:visited	{
	color: #676767;
	text-decoration:none;
}


a:hover {
    color: #cf9f11;
	text-decoration:none;
}


ul {
    list-style: none;
}

p {
    margin: 11px 0px;
}

#navmenu {
margin-left:3px;
}

#navwrap {	
background-color:#FdFcFa;
width:958px;
height:30px;
clear:both;
margin-left:28px;
font-family: Verdana,Geneva;
font-size: 12px;
font-weight:lighter;
letter-spacing: .7
}

#leftsidebar {
float:left;
width:250px;
margin:40px 0px 28px 85px;
line-height:2;
}

#rightsidebar	{
float:right;
width:450px;
margin:40px 130px 28px 28px;
}
#rightsidebartop	{
float:right;
width:450px;
margin:50px 130px 15px 28px;
}
#rightsidebar-accident	{
float:right;
width:450px;
margin:0px 0px 0px 0px;
}

#rightsidebarBody2	{
float:right;
width:450px;
margin:0px 130px 0px 20px;
}

#rightsidebarBody-bullets	{
float:right;
width:450px;
margin:1px 0px 10px 20px;
}

#rightsidebarBody-bullets2	{
float:right;
width:450px;
margin:0px 0px 0px 20px;

}

#rightsidebarH1	{
font-size: 17px;
float:right;
width:450px;
margin:0px 130px 0px 28px;
}

#homeleft	{
float:left;
font-size: 16.5px; 
width:300px;
padding: 40px 15px 25px 35px;
font:"Times New Roman", Times;  
margin-left:140px;
line-height:1.6

}

#homeright	{
float:right;
font-size: 16.5px; 
width:300px;
padding: 50px 35px 25px 15px;
font:"Times New Roman", Times;
margin-right:140px;
line-height:1.6;
}

#homerightH3	{
font-size: 13px; 
float:right;
width:300px;
padding: 27px 0px 0px 0px;
font:"Times New Roman", Times;  
margin-right:173px;
line-height:1.3;
}

/*
 LEVEL ONE
 */
ul.dropdown {
    position: relative;
}

ul.dropdown li {
    font-weight: bold;
    float: left;
    background-color:#fdfcfa;
	font-size: 12px;
	letter-spacing: .7pt 
}

ul.dropdown a:hover {
    color: #cf9f11;
	text-decoration:none;
}

ul.dropdown a:active {
    color: #cf9f11;
	text-decoration:none;
}

ul.dropdown li a {
    display: block;
    padding: 4px 17px;
    color: #676767;
	text-decoration:none;

}

ul.dropdown li:last-child a {
    border-right: none;
}
 /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
    position: relative;
    color:#fff;
}


/*
 LEVEL TWO
 */
ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

ul.dropdown ul li {
    font-weight: normal;
    background: #fdfcfa;
    color: #000;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
}

/*
 LEVEL THREE
 
ul.dropdown ul ul {
    left: 100%;
    top: 0;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

/*margin:
top px, bottom pxpx,  left margin px;*/
