/*********************************************************
  Vertebrae Group Print Style Sheet
  Created By: Matt Jacob                   
  Date Created:                             
	Edited By:       
  Date Edited:     
*********************************************************/
body {
	margin: 0;
	background-color: #fff;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
/*	kill default margin and padding for all elements */
* {
	padding : 0;
	margin : 0;
}
img {
	display: block;
	border: 0;
}
div#browserwarning, p#skipNav {
		display: none;
	}
div.clear { clear: both; height: 0; overflow: hidden; }
/************************************************************  
	START type elements
************************************************************/
h1 {
	font-size: 30pt;
	margin: 10px 0 15px 0;
	color: #484848;
	position: relative;
	font-weight: normal;
}
h2 {
	font-size: 21pt;
	font-weight: normal;
	color: #DA3138;
	margin: 0 0 6px 0;
}
h3 {
	color: #333;
	font-size: 18pt;
}
h4 {
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0 0 6px 0;
}
p {
	font-size: 12pt;
	line-height: 1.5em;
	margin: 0 0 .95em 0;
}
#content ul {
	margin: 0 0 16px 0;
	padding: 0 0 16px 18px;
}
#content ul li {
	padding-left: 0;
	background: none;
	font-size: 12pt;
	margin: 0 0 7px 0;
}
a:link {
	color: #2B2C7C;
}
a:hover {
	color: #2B2C7C;
	text-decoration: none;
}
a:visited {
	color: #2B2C7C;
}
a:active {
	color: #2B2C7C;
}
a:link { text-decoration: none; }
div#mainContainer div#content a:link:after {
	text-transform : lowercase;
	content: " (" attr(href) ") ";
}
div#mainContainer div#content a[href^="/"]:after { 
	content: " (http://www.local318.com" attr(href) ") "; 
}
div#mainContainer div#content a[href^="mailto:"]:after, div#mainContainer div#content a[href^="#"]:after, div#mainContainer div#content a[href^="?"]:after { 
	content: ""; 
}

