/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%; color:#DDDDDD; font-family:Verdana, Helvetica, sans-serif; }
	
a:link {text-decoration:none; color:#ea9918;}
a:visited {color:#ea9918; text-decoration:none;}
a:hover {text-decoration:underline; color:#ea9918}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {	font-size: 3em;}
h2 {	font-size: 2.3em;}
h3 {	font-size: 2em; margin: 5px 0;}
h4 {	font-size: 1.9em;}
h5 {	font-size: 1.7em; margin:10px 0 10px 0;}
h6 {	font-size: 1.5em; text-indent:-9999px; height:40px; }
p { font-size: 1.2em; line-height:1.5em; margin:0 0 5px 0;}


/* PAGE HEADING TITLES
=========================================================
*/

h6.about-us {background-image:url(../images/hdrs/01-about-us.jpg); background-repeat:no-repeat;}
h6.our-services {background-image:url(../images/hdrs/02-services.jpg); background-repeat:no-repeat;}
h6.investor-relations {background-image:url(../images/hdrs/03-investor-relations.jpg); background-repeat:no-repeat;}
h6.careers {background-image:url(../images/hdrs/04-careers.jpg); background-repeat:no-repeat;}
h6.contact-us {background-image:url(../images/hdrs/05-contact-us.jpg); background-repeat:no-repeat;}
p.services-blurb {margin-bottom:10px;}