@import "subsite.css"; /*generic styles for sub-sites*/

/* Isis Enterprise */

#sidebar div.callout {
	padding: 0 0.5em 0 0;
}

div#bodyWrapper {
	max-width: 780px;
}

div#pagetextWrapper {
	background-position: top left;
	float: left; 
	margin:0;
	margin-right: -220px;
}

	div#navCrumb {
		margin:0;
		margin-right: 220px;
	}

	div#pagetext {
		margin: 0 220px 0 0;
		padding-left: 1em;
	}


div#footer { 
	margin-left: 1em;
}


div#sidebar {
	float: right; 
	width: 180px;
	margin-top: 2.22em;
}

/* Search ------------------------------------*/
form.searchBox {
	clear: right;
	float: right;
	margin-left: 0px;
	padding: 10px 0 10px 0;
	width: 180px; 
}

form.searchBox input {
	width: 145px;
}

/* Body presentation -------------------------- */

#pagetext h2 {
	color: #C00;
}


/* IsisLink ----------------------------------*/

div#IsisLink {
	margin: 0px;/*fix double-margin bug in ie.css*/
	width: 160px; /*set slightly wide for border on a*/
	overflow: hidden;
	position: absolute;
	top:15px;
	left: 600px;
}

div#IsisLink p {
	font-size: 0.75em;
}

div#IsisLink a {
	background: url(../imagesNew/logoisis-small.gif) top right no-repeat;
	border: 0;
	color: #6A83B2;
	display: block;
	margin-top: 1em;
	min-height: 27px;/*set height + overflow in ie.css*/
	padding: 45px 0 0 0;
	text-decoration: none;
	text-align: right;
}

div#IsisLink a:hover {
	background-image: url(../imagesNew/logoisis-small.gif);
	text-decoration: underline;
}



