/* OW Bullets */
*.largeBullet{	
	height:30px;
	background:url("oval.gif") no-repeat 10px -8px;		
}
	
*.smallBullet{
	background:url("bullet1.gif") no-repeat 10px 4px;		
}

/* OW Headers*/
*.sizedPageHeading{
	position:absolute;
	left:35px;
	top:0;
}


/* OW Contact Us Image*/
#contactUsImage{
	width:374px;
	height:190px;				
	background:url("companyContact.JPG") no-repeat;	
	background-size:100%;
}

#contactUsHeader{
	left:-10px;
}

#rootContainer{
	margin-top:-80px;
}


/* OW Contact Us List Headers */

*.contactUsList {
	padding-left:30px;
	margin-left:-10px;
	margin-top:20px;
}

*.contactUsList li{
	padding-left:30px;
	margin-left:-30px;
	list-style-type:none;
	margin-top:5px;
	margin-bottom:5px;	
}

