/* USI LANDING SPECIFIC STYLES */
/* GENERAL STYLES */
BODY {
	margin:0;
	padding:0;
	background-color: #ffffff;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
}
p {
	font-family:Arial,Helvetica,sans-serif;
}

IMG {
  border:none;
}

h1 {
	color: #d60;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
}

h2 {
	font-weight:bold;
	font-size:16px;
	color:#d60;
}


h3 {
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
}


/* PAGE BOUNDARIES STYLES */
#container {
	margin:13px 15px 0px 15px;
	width: 740px;  /*741px;*/  /*777px;*/
}
* html#container {
	width: 770px;   /* for IE */
}

/* NAVIGATION LAYERS */
#ieLayer1 {z-index:5}
#ieLayer2 {z-index:5}
#ieLayer3 {z-index:5}
#ieLayer4 {z-index:5}
#ieLayer5 {z-index:5}


/* TOP BANNER STYLES */
#bannerArea {
	/* background:#ECECEC URL("../images/HomePageImages/INST_Home_BareBanner.jpg") no-repeat top left; */
	width:740px; /*777px;*/
	height:158px; /*153px;*/
	z-index: 1;
}

#bannerText {
  position:absolute;
  /* margin:29px 0px 0px 160px; */
  width:740px; /*777px; */
  height:158px; /*153px;*/
  z-index: 2;
}


#loginButton {
  position:absolute;
  margin:45px 0px 0px 550px;
  z-index: 3;
}
#loginwidget {
  position:absolute;
  /*margin:45px 0px 0px 550px;*/
  margin-bottom:0px;
  margin-left:550px;
  margin-right:0px;
  margin-top:0px;
  z-index: 3;
}


/* PRIMARY CONTENT AREA STYLES */

#contentArea {
	margin: 25px 4px 15px 4px;
}
#contentArea P {
	font-size:13px;
	color:#5c5c5c;
	margin:0px;
	padding:0px 8px 10px 4px;
}

#contentArea A {
	font-weight:normal;
	color:#4f97cd;
}
#contentArea A:active {
	font-weight:normal;
	color:#999999;
}
#contentArea A:hover {
	font-weight:normal;
	color:#7799BB;
}
#contentArea A:visited {
	font-weight:Normal;
	color:#999999;
}
#contentArea H1 {
	padding: 0;
	margin: 0 0 10px 0px;
}

#contentArea H1 a:link,#contentArea H1 a:hover, #contentArea H1 a:visited {
	font-family:Arial,Helvetica,sans-serif;
	color: #d60;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#contentArea H2 a:link {
	color: #d60;
	font-weight: bold;
	text-decoration: underline;
}
#contentArea H2 a:hover {
	color: #d60;
	font-weight: bold;
	text-decoration: underline;
}
#contentArea H2 a:visited {
	color: #d60;
	font-weight: bold;
	text-decoration: underline;
}



/* CALLOUT AREA STYLES */
#calloutArea {
	width:195px; 
	float:right;
}
#calloutArea P {
	font-size:12px;
	color:#5c5c5c;
}
#callout1 {
	width:175px;
	padding:2px 7px 4px 8px;
	background: #E3E6E6;
	border: 1px solid #BEC5C7;
	margin:5px 0px 0 5px;
}
* html #callout1 {
	width: 195px; /* for IE */
}
#callout1 H3 {
 	padding:8px 0 6px 0px;
 	margin:0px;
}
#callout1 P {
  margin:0px;
  padding:7px 0 10px 0;
}



/* COLUMN STYLES */
.column {
	width: 250px;
	margin:8px 14px 0px 0px;
	float:left;
}

.column1 {
	width:215px;
	margin:5px 22px 0px 0px;
	float:left;

}
.column2 {
	width:310px;
	margin:5px 14px 0px 0px;
	float:left;

}

.columnExtend {
	width:253px;
	margin-right:16px;
	float:left;
}
.clearLeft {
	width:510px;
	margin:10px 16px 0px 0px;
	clear:left;
}

.landingTitle 
{  
	font-family:Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-style: normal; 
	font-variant: normal;   
	font-weight: bold,900 
	letterSpacing: 0;
	color: #d60;
}
.pdf {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

