﻿/* === THIS CSS IS THE SITE CSS AND CONTAINS SITE SPECIFIC STYLES ONLY === */

/* version 1.4 

=GENERAL - General formatting styles for the body
=HEADER - Header styles, including the common nav and breadcrumbs
=FOOTER - Footer styles, including top of page and notices
=MENU - Left and sidebar menus
=FORMS - Any styles particular to forms (buttons, input boxes)
=UTILITIES - Classes that were created for general use so users don't have to create it, and for consistency
=UNIQUE TO SITE - Styles specific to a site
*/

.horizontalList li{
	 display: inline;
	 list-style-type: none;
	 border: 1px solid #999999;
	 padding:2px 5px 2px 5px;


}
