/*=html styles*/
html {
	margin: 0;
	padding: 0;
} 
/*=body styles*/

body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;	
	margin: 0;
	padding: 0;
	width: 700px;
	
}

/*=Header popup styles */

div#header h1 {
	width: 525px;
	/*height: 54px; This was added for the sake of sIFR replacement to control the height of the rendering*/
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
   padding: 13px 0 13px 10px;  /*These were the orginal padding styles:- padding: 13px 0 13px 10px;*/
	background-color: #800080;
	visibility: visible;
	font-size: 1.5em;	
}


div#header img#headerimage {
	float: right;
	margin: 0 5px 0 0;

}


.gallerypopup img#galleryimage {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0 0 1px;
}

p a {
	margin: 0 0 0 5px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #096290;
}

div#nextback
 {
	width: 420px;
	margin: 0 0 0 122px;
}

div.hirex_slideshow{
	width: 420px;
	margin: 10px 0 0 115px;
}

div#nextback a.previous {
	float: left;
}

div#nextback a.previous img {
	margin: 0 5px 0 0;
}

div#nextback a.next img {
	margin: 0 0 0 5px;
}

div#nextback a.next {
	float: right;
}

p a img {
	border: none;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: visible;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash h2 {
	visibility: visible;
	letter-spacing: 0;
	font-size: 25px;
	margin: 0 0 0 8px;
	padding: 0;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 15px;
	margin: 0 0 0 8px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


