/* USI LANDING SPECIFIC STYLES */
/* GENERAL STYLES */
BODY {
	margin:0px;
	background-color: #ffffff;
}
IMG {
  border:none;
}
H1 {
	font-family:Arial,Helvetica,sans-serif;
	color: #d60;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
}

H2 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#d60;
}


H3 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#d60;
}

ul
li
{
	list-style: None;
	font-size:11px;
	color:#5c5c5c;
}
p #head
{
	float:	right;	
	margin:  10px 30px 0px 0px;
}

p #title
{
	font-weight:bold;
	margin:  5px 0px 4px 0px;
}

/* PAGE BOUNDARIES STYLES */
#container {
	margin:0px 15px 0px 0px;
	width:777px;
}

/* 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/US_Home_BareBanner.jpg") no-repeat top left; */
	width:777px;
	height:153px;
	z-index: 1;
}

#bannerText {
  position:absolute;
  /* margin:29px 0px 0px 160px; */
  width:777px;
  height:153px;
  z-index: 2;
}


/* PRIMARY CONTENT AREA STYLES */
#contentArea {
	margin: 15px 4px 15px 4px;
}
#contentArea P {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#5c5c5c;
	margin:0px;
	padding:0px 8px 4px 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;
	border-bottom: 1px solid #5c5c5c;
	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;
}

/* CALLOUT AREA STYLES */
#calloutArea {
	width:195px;
	float:right;
	margin-left: 10px;
}
#calloutArea P {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#5c5c5c;
}

#callout1 {
	width:177px;
	padding:2px 5px 4px 8px;
	background: #E3E6E6;
	border: 1px solid #BEC5C7;
	margin:5px 0px 5px 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 */
.column1 {
	width:215px;
	margin:5px 22px 0px 0px;
	float:left;

}
.column2 {
	width:310px;
	margin:5px 0px 0px 0px;
	float:left;

}
.columnExtend {
	width:253px;
	margin-right:16px;
	float:left;
}
.clearLeft {
	width:528px;
	margin:16px 16px 0px 0px;
	clear:left;
}



