@charset "UTF-8";
/* CSS Document */

body, input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}

div#content_container h2#table_header{
	background:url(../images/profiles/table_header.png) center center no-repeat;
	height:46px;
	text-indent:-999999px;
}

h2{ color:#604D4D; font-size:150%; }

div#list_wrapper{margin:0 0 30px 30px; float:left;}


div.profile_list {
	float: left; 
	border-left:4px double #999999; 
	padding:0 0 0 -30px; 
	margin:20px 0 0px -1px;
}


div.profile_list li {
	width: 260px;
	height: 30px;
	list-style-image:url(../images/profiles/bullet.png); 
	font-size:85%;
	margin:0;
}

div.profile_list ul{margin:0 0 0 30px;}

div.profile_list li a {color:#000000;}

ul#nav_list li a,div.profile_list li a {text-decoration:none;}

div.profile_list li a:hover {color:#5E1B03;}

div.profile_list li:hover {color:#5E1B03; list-style-image:url(../images/profiles/bullet_s.png);}

div#double_line{
	width: 425px;
	background:url(../images/profiles/double_line.png);
	height:4px;
	margin:0 0 0 15px;
}


/*-------------Categories Page Targets----------------*/


div#content_container h2#category_header{
	background:url(../images/profiles/category_header.png) left top no-repeat;
	height:31px;
	text-indent:-999999px;
	margin:10px 0 10px 15px;
	padding:0;
}

#category div.profile_list{border-left:1px solid #999999;}

#category div.list_wrapper div.profile_list ul#no_border{border-left:none;}

#category div.profile_list li{width:120px;}

#category div#list_wrapper{
	margin:0 0 30px 0; 
	width:465px; 
	min-height:665px;
	border-left:1px solid #999999; 
	height:75px;
}








