/* Category List*/
#profile_categories {
	margin:4px 0 20px 1px;
	clear:both;
	padding:0; list-style: none;
}

#profile_categories ul {
	clear:both;
	margin: 0 0 0px 0;
	padding: 0;
	list-style-type:none;
	line-height: 120%;
	}		
#profile_categories li {
	margin:0;
	padding:0;
	position:relative;
	}		
#profile_categories li a {
	display:block;
	height:1%;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding: 10px 15px 10px 13px;
	background: url(../images/sub_nav_item.gif) no-repeat 190px 13px;
	background: #F8F7F7;
	color:#1868A3;
	text-decoration:none;
	position:relative;
	}

#profile_categories li a:hover {
	background: url(../images/sub_nav_item.gif) no-repeat 190px -80px #ECF4F8;
	background: #ECF4F8;
	border-top: 1px dotted #E6E7E8;
	border-bottom: 1px dotted #E6E7E8;	
	}	
#profile_categories li.current a,
#profile_categories li.current a:hover {
	background: url(../images/sub_nav_item.gif) no-repeat 190px -80px #ECF4F8;
	background: #ECF4F8;
	border-top: 1px dotted #E6E7E8;
	border-bottom:0;
	}	
#profile_categories li.current	{
	border-bottom: 1px dotted #E6E7E8;	
	}
/* Category List */




div.profile_details h2{
    margin-top: 15px;
}

div.hr1 {line-height: 1px; font-size: 1px; height: 1px;}
div.hr1 hr{display: none; }
div#hr1 {height: 45px;}

dl, dd, dt{margin: 0; padding: 0;}

dl.dark{margin: 10px 0; width: 100%: overflow: hidden; background:#C1DFF7; }
dl.light{margin: 10px 0; width: 100%: overflow: hidden; background:#EBF6FC; }
dt{float: left; width: 90px !important; width: 100px; font-weight: bold; text-align: right; padding: 5px;}
dd{height: 1%; display: table; padding: 5px;}



/* Polly's styles */

#content-col3 .snippet {
	background: #F5FAFE;
	padding: 6px 10px 10px 10px;
	color:#114A73;
	color:#000; 
	margin: 20px 0 20px 12px; float: right;
	border: 2px solid #E2EDF1;
	font-size: 110%; text-align: center;
	height: auto !important;
	height: 1%;
	}
#content-col3 .snippet p {
	padding:7px 0 3px 0;
	margin:0 0 10px;
	}
.splash #logo {
	text-align:left;
	margin: 0 auto;}

