/*Footer div specific css--------*/

#footer {
 position:relative;
 clear: both;
 background-color: #333;
 color: #999;
 height: 190px;
}

#footer p {
 clear:both;
 margin-left: 15px;}

#footer a {
 color: #999; 
 font-weight: normal;
 font-style: normal;
}

#footer ul {
 margin: 15px;
 padding:0;
 list-style-type: disc;
 float: left;
}

#footer li {
 font-size: x-small;
 line-height: 120%;
 margin-left: 15px;
}

#footer li.list-head {
 list-style-type: none;
 margin-left: 0px;
}

#footer ul.right {
 float:right;
 list-style-type: none;
}

#valid {
 margin-top: -50px;
 margin-left: 770px;
}