/* quick grid generated at http://960.gs/ */
/* http://www.spry-soft.com/grids/grid/?column_width=170&column_amount=5&gutter_width=22 */
/* 11	170		22		170		22		170		22		170		22		170		11   */


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	color: #08362C;
} 


/* HOMEPAGE */
h1, h2, h3, h4, h5, h6 { /*color: #08362C;*/ font-weight: bold;}

h1 { font-size: 52px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

.allCAPS { text-transform: uppercase; }

/* REMOVE FOCUS OUTLINE */
a  {
   outline: none;
}

/* ADDED 01/06/10 */
.pound { 
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}

/* MAIN PAGES */
p.intro {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

/* FIX 24-03-10 cuz output from EE is xhtml so enclose in div called intro */
#intro p {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;

}

p {
	font-size: 13px;
	line-height: 18px;
	
	margin-bottom: 18px;
}

.subhead {
	margin-top: 16px;
}

/* general ul */
ul li {      
	font-size: 13px;
	line-height: 18px;
}

ul h5 {
	margin-bottom: 9px;
}

/* general ul links (if needed) */
/*#container-content ul li a {
	color: #08362C;
	text-decoration: underline;
}
*/

/* links for bullets in main copy */
ul li a {
	color: #08362C;
	text-decoration: none;
}

ul li a:hover {
	color: #FF6600;
}

/* links general */
a {
	color: #08362C;
	text-decoration: none;
	text-decoration: underline;
}

a:hover { 
	color: #FF6600;
}

/* links */
a.read_more {
	color: #FF6600;
	text-decoration: none;
}

a.read_more img {
	border: none;
}

a:hover.read_more {
	color: #08362C;
}






/* paginate */
a.paginate_link {
	color: #FF6600;
	text-decoration: none;
}

a.paginate_link img {
	border: none;
}

a:hover.paginate_link {
	color: #08362C;
}


/* GET IN TOUCH BUTTON */
a.get-in-touch {
	display: block;
	
	width: 182px;
	height: 72px; /* 47px; */
	
	margin-top: 16px;

	
	background-image: url(../images/links/get-in-touch-click-or-telephone.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	text-indent: -9999px;
	
	cursor: pointer;
}


.right {
	float: right;
}



/* footer */
#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FF6600;
}

ul#footerAddress li {
	font-size: 14px;
}

ul#footerLinks {
	font-size: 10px;
	color: #666;
}

ul#footerLinks li a{
	text-decoration: none;
	color: #FFF;

}

ul#footerLinks li a:hover {
	color: #FF6600;
}

#footer p { 
	margin-top: 24px;
	width: 764px;
	
	font-size: 10px;
	line-height:12px;
	
	float: left;
	
	padding-bottom: 32px;
}

#footer p.overview_strap {
	font-size:12px;
	line-height: 14px;

}
