/* Typography
=================================== */
#primaryContent a:link, #primaryContent a:visited {
	color: #669;
	border-bottom: 1px dotted #669; 
}

#secondaryContent a:link, #secondaryContent a:visited {
	color: #696;
	border-bottom: 1px dotted #696; 
}
	
/* Company Name on the main home page */
h1 {
	font-size: 2.6em;
	font-weight: bold;
	background: none;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* General Layout/Structure 
=================================== */
#wrapper {width: 775px;}

#banner {
	position: absolute;
	top: 20px;
	left: 263px;
	background: none;
	color: #000;
	z-index: 50;
}

/* large version of logo */
img {
	position: absolute;
	top: 48px;
	left: 263px;
	z-index: 25; 
}

/* a printable copy of logo, hidden on screen */
#printLogo {margin-top: -5000px;}

.outerBox {height: 26em; /* keeps both boxes equal heights */}

#primaryContent {
	width: 328px;
	margin-top: 122px;
	background: #fff url(../images/blueBottomLeft.gif) no-repeat bottom left;
}

#primaryContent .outerBox {background: url(../images/blueBottomRight.gif) no-repeat bottom right;}
#primaryContent .innerBox {background: url(../images/blueTopLeft.gif) no-repeat top left;}

#primaryContent h2 {
	background: url(../images/blueTopRight.gif) no-repeat top right;
	color: #669;
}

#secondaryContent {
	width: 328px;
	float: right;
	margin: 159px 0 0 0;
	background: #fff url(../images/greenBottomLeft.gif) no-repeat bottom left;
}

#secondaryContent .outerBox {background: url(../images/greenBottomRight.gif) no-repeat bottom right;}

#secondaryContent .innerBox {background: url(../images/greenTopLeft.gif) no-repeat top left;}

#secondaryContent h2 {
	background: url(../images/greenTopRight.gif) no-repeat top right;
	color: #696;
}

#footer {text-align: left;}	

/* Sandbag Divs
===================================
allows tight wrapping around curved image */
#sbLeft-01, #sbLeft-02, #sbLeft-03, #sbLeft-04 {
	float: left;clear: left;} 
	
#sbLeft-01 {width: 47px; height: 38px;}
#sbLeft-02 {width: 17px; height: 18px;}
#sbLeft-03 {width: 1px; height: 90px;}
#sbLeft-04 {width: 8px; height: 30px;}

#sbRight-01, #sbRight-02, #sbRight-03, #sbRight-04, #sbRight-05, #sbRight-06, #sbRight-07, #sbRight-08, #sbRight-09 {
	float: right; clear: right;} 

#sbRight-01 {width: 50px; height: 40px;}
#sbRight-02 {width: 18px; height: 20px;}
#sbRight-03 {width: 48px; height: 18px;}
#sbRight-04 {width: 55px; height: 30px;}
#sbRight-05 {width: 60px; height: 25px;}
#sbRight-06 {width: 50px; height: 10px;}
#sbRight-07 {width: 65px; height: 45px;}
#sbRight-08 {width: 55px; height: 10px;}
#sbRight-09 {width: 40px; height: 15px;}
	
