@charset "utf-8";
/*-----------------------------------------------------------------------------
Home Page Style Sheet - Styles unique to home page

date:      22 Jun 2007
author:    Lori Gray
email:     lori@prairiesuncreations.com
website:   http://www.pronghorn.ca
-----------------------------------------------------------------------------*/

/* =body - sets and positions the page background image, fonts, etc. ------------ */
body {
	background-image: url(../images/grunge_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 30px -2px; 
}
/* = header - contains all the content at top of every page including primary nav ------ */
#header {
	height: 400px;
}
/* = superior box - styles the box with the snips below the flash header 
              all other styles for this box are in mainstyles.css ------- */
#superior {
	background-image: url(../images/superior.jpg);
	background-repeat: no-repeat;
	height: 127px;
	float: left;
	margin-top: -2px;
	margin-left: 30px;
	width: 471px;
}

/* = high voltage careers - positions this item in the header ------- */
#highvoltage {
	float: left;
	width: 390px;
	height: 127px;
	margin-top: -2px;
	margin-bottom: 30px;
}
/* = content - styles the main content area 
             - all other styles related to content are located in mainstyles.css ------- */
#content {
	width: 700px;
	margin-left: 240px;
}
/* = Secondary Content - left side of page ------- */
#homeSecondary {
	width: 150px;
	margin-left: 67px;
	margin-top: 25px;
	float: left;
}
#homeSecondary p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
	margin: 5px 0 5px 0;
}	
