/* Basic Joomla CSS typography template: Barrie North: Compass Designs: www.compassdesigns.net */

/* Typography CSS. Global settings start and then get over-ridden later in sheet*/
/* Note that CSS styles include shorthand styles (like 'font:' and then long-hand versions. Don't set style in both!*/
/* When done styling, convert all styles to shorthand and delete longhand ones */

/* Start of Global page settings. Should get over-ridden later on*/
* {
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
} 

body {
  margin: 0;
  padding: 0;
	color: #45423e;
	background-color: #E9DECF;
}

form {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

a {
  color: #9e3b14;
  font-size: 11px;  
}

h1, h2, h3 {
  color: #9e3b14;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3, h4 {
	font-size: 13px;
}

p {
  margin: 0 0 1em 0; /*use for top/bottom*/
  padding:0 0em; /*use for left/right*/
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 9px;
}

.img_margin_right10 {
  margin-right: 10px;
}

.img_margin_left10 {
  margin-left: 10px;
}

.img_margin_all10 {
  margin: 10px;
}

.clear {
  clear: both;
}

.legalname {
	font-size: 10px;
	color: #fffefe;
}

.margin10px {
	margin: 10px;
}