/* CSS */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ffffff;
	margin: 0;
	min-height: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	min-width: 770px;
}
html>body body {
	height: auto;
}
p {text-align:justify;}

/* LAYOUT */

#container {
	position: absolute;
	top: 0;
	left: 0;;
	width: 100%;
	min-height: 100%;
	height: 100%;
}
html>body #container {
	height: auto;
}
#main-container {
	margin-bottom: 40px;
}
#header {
	background: #fff url(/images/banner-right.jpg) top right no-repeat;
	height: 89px;
	width: 100%;
	overflow: hidden;
}
#headerlogo {
	background: url(/images/banner-left.gif) top left no-repeat;
	height: 89px;
	width: 290px;
	overflow: hidden;
}
#header h1 {
	visibility: hidden;
}
#topnav {
	background: #776441 url(/images/banner-search.jpg) top right no-repeat;
	height: 31px;
	width: 100%;
	overflow: hidden;
}
#undernav {
	background:url(/images/banner-underright.jpg) top right no-repeat;
	height:17px;
	width:100%;
	overflow: hidden;
}

/* SEARCH */

#searchbox {
	position: absolute;
	right: 243px;
	top: 95px;
	width: 125px;
	height: 20px;
	overflow: hidden;
}
.formboxsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #ffffff;
	color: #333333;
	padding: 0;
	overflow: hidden;
	margin: 0;
	border: 0 solid;
	width: 102px;
}

/* FOOTER */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	background: #e1e1e1;
	font-size: 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 20px;
	overflow:hidden;
	padding-top: 5px
}

/* CONTENT */


#content {
	width: auto;
	/* must have some padding at the bottom*/
	padding: 0 0 1px 0;
	margin: 0 0 0 193px;
}
#contenttext {
	padding: 30px 30px 1px 27px;
	background: url(/images/content-corner.gif) top left no-repeat;
}
#left-column {
	float: left;
	width: 190px;
	min-height: 100%;
}
#custombuttons {
	width: 170px;
	padding: 7px 10px 1px 10px;
}
html>/**/body #custombuttons {
	padding-bottom: 41px;
}
#randomimage {
	width: 190px;
	height: 140px;
	padding-bottom: 3px;
}

/* GUIDANCE NOTES */

#guidancetitle {
	background: #766341 url(/images/guidancenotes.gif) top left no-repeat;
	height: 15px;
	overflow: hidden;
	margin-left: -3px;
}
html>body #guidancetitle {
	margin-left: 0;
}
#guidancenotes {
	background: #ddd8cf;
	overflow: hidden;
	padding: 4px 0 2px 27px;
}

/* 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: hidden;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 150%;
    font-size: 20px;
	background-color: none;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	width:500px;
}

