/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* global variables - change the way a html tag works overall */

body {
	margin: 0;
	padding: 0;
	font: normal 22px Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #999999;
	line-height: 32px;
	text-align: left;
	letter-spacing: -1px;
}

p {
	margin: 0 45px 20px 0;
	}

img {
	border: 0;
	}

a {
	color: #D75100;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	} 
	
h1 {
	margin: 0;
	padding: 0;
	font: normal 24px Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-transform: uppercase;
	}
	
	
	

/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ids / divs - defines structure of page */ 

#container {
	margin: 0;
	padding: 0;
	width: 869px;
	}
	
#leftColumnHome {
	margin: 0 2px 60px 0;
	padding: 0;
	width: 500px;
	float: left;
	display: inline;
}

* html #leftColumnHome {
    width: 502px; /* for IE5 and IE6 in quirks mode */
    w\idth: 500px; /* for IE6 in standards mode */
  }
  
#rightColumnHome {
	margin: 0;
	padding: 0;
	width: 367px;
	float: left;
	display: inline;
}


#leftColumnSub {
	margin: 0 2px 60px 0;
	padding: 0;
	width: 500px;
	float: left;
	display: inline;
}

* html #leftColumnSub {
    width: 502px; /* for IE5 and IE6 in quirks mode */
    w\idth: 500px; /* for IE6 in standards mode */
  }
  
#rightColumnSub {
	margin: 0;
	padding: 0;
	width: 367px;
	float: left;
	display: inline;
}



#address {
	 text-transform: uppercase;
	 font: bold 14px Arial, Helvetica, sans-serif;
	 margin: 5px 0 100px 0;
	 line-height: 18px;
	 letter-spacing: 1px;
	 }
	
#footer {
	padding: 0 0 100px 0;
	clear: both;
	}
	
#footerLeftHome {
	margin: 0 2px 0 0;
	padding: 0;
	width: 500px;
	float: left;
	display: inline;
}

* html #footerLeftHome {
    width: 502px; /* for IE5 and IE6 in quirks mode */
    w\idth: 500px; /* for IE6 in standards mode */
  }
  
#footerRightHome {
	margin: 0;
	padding: 0;
	width: 367px;
	float: left;
	display: inline;
}
	
	  


/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */   
/* classes - to be applied to repeated elements as needed */  
  
.orangeBox {
	margin: 0;
	background-color: #F37800;
	height: 14px;
	}
	
.orangeText {
	color: #FDA533;
	}
	
.darkGreyText {
	color: #666;
	}
	

