@import url('../default/main.css');

#splash {
  border-bottom: solid 1px #CCC;
  margin: 0;
  height: 240px;
}

#enroll, #profile {
  float: left;
}


#enroll
{
	width: 265px;
}

#enroll p
{
	font-size: 14px;
	line-height: 16px;
}




#enroll ul { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
}

#profile {
  background: url('../../images/backgrounds/greyboxbg.jpg') top left no-repeat;
  width: 433px; 
  color: #333;
}

#profile h3
{
	margin: 10px 0 0 0;
	font-family: arial;
	font-size: 26px;
	font-weight: normal;
	color: #C60;
}

#profile h4 {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 15px;
}

#profile p {
  line-height: 130%;
  padding-right: 10px;
}

/*#profile ul.orange
{
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	list-style-image: url('../../images/icons/orangeul.gif');
}

 #profile ul.orange li
{
	padding-left: -5px !important;
	border: solid 1px red;

} */




#profile ul, li{ 
margin:0; 
padding:0; 
list-style-type:none; 
} 

#profile li{ 
background:url('../../images/icons/orangeul.gif') left center no-repeat; 
padding-left:10px;
margin-bottom:1px;
}







.find, .inform, .protect {
  padding-right: 160px;
  font-size: 12px; 
  width: 220px; 
  min-height: 75px;
  margin: 0 0 15px 0;
}

.find img, .inform img, .protect img { margin: 0 0 3px 0; }

.find { background: url('../../images/banners/find.jpg') top right no-repeat; }
.inform { background: url('../../images/banners/inform.jpg') top right no-repeat; }
.protect { background: url('../../images/banners/protect.jpg') top right no-repeat; }


#creditalertsbox {
  background: url('../../images/backgrounds/creditalertsboxbg1.gif') top left no-repeat;
  width: 281px;
  height: 171px;
  margin: -35px 0 0 30px;
}

#creditalertsbox h2
{
	margin: 8px 15px 5px 15px;
	font-size: 18px;
	line-height: 19px;
}

#creditalertsbox p {
  margin: 0 10px 10px 15px;
}

#creditalertsbox ul { margin: 0 15px 0px 15px; }

.protect a:link, a:visited
{
	color: #069;
}

#insurance
{
	width: 281px;
	height: 171px;
	margin: 0px 0 0 32px;
}


#insurance h2
{
	font-size: 18px;
	line-height: 19px;
	margin-top: 8px;
}



