/* 3/12/12 */	
/* RESET HTML STYLE DEFAULTS */
html {
    overflow-y: scroll; /* prevents the small difference in positions between pages w and w/out the scroll bar by always forcing a scroll bar */
}
body {
	margin: 0; 
	margin-bottom: 20px;
	line-height: 1;
	font-size: 100%;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	}
h1 {
	font-size: 44px;
	line-height: 48px;
	}	
h2 {
	font-size: 34px;
	line-height: 38px;
	}	
h3 {
	font-size: 26px;
	line-height: 30px;
	}	
h4 {
	font-size: 18px;
	line-height: 22px;
	}	
h5 {
	font-size: 14px;
	line-height: 18px;
	}	
h6 {
	font-size: 12px;
	line-height: 16px;
	}
	
p {
	margin: 0;
	}
a:active,
a:focus {
	outline: none;
	}
ul { 
	list-style-type: none;
	list-style-position: inside;
	margin: 0; padding: 0;
	display: block;
	line-height: 20px;
	}
ol {
	list-style-position: inside;
	margin: 0; padding: 0;
	display: block;
	line-height: 20px;	
	}
li { /* evens up the text wrap */
	text-indent: -12px;
	padding-left: 12px;
	}
	
h1 + p,
h2 + p,
h1 + ul,
h2 + ul,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul
	{
	margin-top: 10px;	
	}

h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h1 + img
	{
	margin-top: 20px;
	}
h2 + h1,
h2 + h3,
h2 + h4,
h2 + img
	{
	margin-top: 15px;
	}
h2 + h5,
h2 + h6
	{
	margin-top: 5px;
	}	
h3 + h1,
h3 + h2,
h3 + h4,
h3 + h5,
h3 + h6,
h1 + img
	{
	margin-top: 10px;
	}	
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h5,
h4 + h6,
h1 + img
	{
	margin-top: 5px;
	}	
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h6,
h1 + img
	{
	margin-top: 3px;	
	}

ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
a + h1,
a + h2,
a + h3,
a + h4,
a + h5,
a + h6,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
img + p,
p + img
	{
	margin-top: 20px;
	}
p + p,
p + ul,
ul + p,
p + ol,
ol + p,
table + p
	{
	margin-top: 10px;
	}
address { 
	font-style: normal;
	font-weight: normal;
	}
a { 
	text-decoration: none;
	}
a img { 
	border: none;
	}
img {
	vertical-align: bottom;
	}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6
	{
	margin-top: 25px;	
	}
p + table,
p + div,
p + a img
	{
	margin-top: 5px;
	}
div + p {
	margin-top: 10px;
	}
table {
	border-spacing: 0;
	border-collapse: collapse;
	}	
table + table {
	margin-top: 20px;
	}	
table th {
	text-align: left;
	}
table + h1 {
	margin-top: 30px;
	}
table img,
div img
	{
	vertical-align: bottom; 
	}
object { /* Flash */
	outline: none;
	vertical-align: bottom;
	}
	
.strong {
	font-weight: bold;
	}
.emphasis {
	font-style: italic;
	}	
.quote {
	font-style: italic;
	}	

.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}	

ul.horizontal {
	overflow: hidden;
	text-align: center;
	padding: 10px 0;
	}
ul.horizontal li {
	display: inline;
	text-indent: 0;
	padding-left: 0;
	}
	
li.list_heading {
	list-style-type: none !important;
	font-weight: bold;
	font-size: larger;
	}
li + li.list_heading {
	margin-top: 10px
	}
	
.phone {
	white-space: nowrap; 
	}		

.hidden {
	display: none;
/*	visibility: hidden; */
}