/*
Theme Name: Cross Shore Capital Revised
Theme URI: http://nolaninteractive.com
Description: Simple, clean lines with a conservative edge.
Author: Nolan Interactive, LLC
Version: 1.1
*/
#main a {
	text-decoration: underline !important;
	color: #2DB7F3;
}

#nav .current_page_item a {
    color:#2db7f3;
    text-decoration:none;
}

#content h2.heading {
	color:#3c3c42;
	font:17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 34px -3px 17px;
	padding-left: 3px;
	padding-top: 6px;
	padding-bottom: 3px;
	background: #D3DAD5;
	border: 1px solid #ccc;
	width: auto;
	float: none;
}
#content h2.first { margin-top: 0 !important; }

#main h3 { font-size: 14px !important; }

div.column2 ul.tags { padding-top: 7px; }

ul.list, 
ul.list li ul { 
	padding:0;
	margin: 0;
	padding-left: 32px;
	margin-bottom: 24px;
}
ul.list li ul { margin-bottom: 0; }
ul.list li {
	list-style: disc;
	
}
ul.list li ul li {
	list-style: circle;
}
ul.list li { padding-bottom: 8px; }
ul.list li strong { font-weight: bold !important; }


div.box ul li.more {
	text-align:right;
	padding-right: 8px;	
}
div.box ul li.more a {
	color: #3C3C42 !important;	
}

#content dl { }
#content dl lh { 
	width: auto;
	display: block;
	clear:both;
	font:bold 13px Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	color:#3c3c42;
	letter-spacing:1px;
}
#content dl dt { 
	width: 100px;
	float: left;
	font-weight: bold;
}
#content dl dd { }
#content dl dt, #content dl dd { padding-bottom: 5px; }
#content p small { font-size: 11px; }


address, phone, contact {
	display: block;
	margin-bottom: 16px !important;	
}
address strong { font-weight: bold; }


#cust_addr { text-align: center; }
#cust_addr .addr_container {
	margin:auto;
	width: 700px;	
}
#cust_addr .addr_container .lft {
	float: left;
	width: 350px;	
}
#cust_addr .addr_container .rgt { width: auto; }

form fieldset div { 
	padding-top: 8px;
	font-size: 90%; 
}