/* 
    You can add styles to ALMOST any element, block or inline. You cannot add to <ul>, <ol>, or <dl>, however -- only to <li>, <dd>, or <dt>.
    You MUST preface each style with the element it should be applicable to; if it needs to be applicable to more than one element, you must
    add each. Examples are below. There's nothing special about the block- or inline- prefixes; they're just for clarity. 
	
	Note that Firefox won't acknowledge color declarations properly unless you put !important after them.
*/

ul.link-list {list-style-type: none; margin: 0; }
ul.link-list li {padding: .5em 0; border-bottom: 1px solid #b9d5e5;}
ul.link-list li a {}

ul.link-list li a.pdf {min-height: 30px; padding-left: 35px; background:url(/images/siteBuild/icon_pdf-li.png) no-repeat left top; display: block;}

div.column1 {}
div.column2 {}

a.external {}

a.colorbox {}
a.google-map {}



p.block-testing, li.block-testing { font-weight: bold; }
h2.block-testing { color: #0000aa !important; }

a.inline-testing2, strong.inline-testing2 { color: #ff0000 !important; }



