/*****************************************************
* Profile Header
*****************************************************/

#pro_hdr {
	float: left;
	margin: 18px 0;
	padding: 14px;
	background: rgb(91,91,91) url(../images/pro_hdr-bg.gif) top left no-repeat;
	}

.pro-logo {
	float: left;
	width: 204px;
	height: 129px;
	overflow: hidden;
	text-align: center;
	}

.pro-logo img {
	padding: 1px;
	border: 1px solid #777;
	}
	
#pro_hdr #biz_info {
	margin-left: 217px;
	}
	
#pro_hdr h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	}
	
#pro_hdr .mini-column {
	float: left;
	width: 242px;
	margin-top: 8px;
	font-size: 12px;
	}
	
#pro_hdr big {
	font-size: 16px;
	}
	
#pro_hdr .mini-column a {
	text-decoration: none;
	border-bottom: 1px solid #4CF6E5;
	color: #4CF6E5;
	}
	
#pro_hdr .mini-column img {
	border:none;
	}

/*****************************************************
* Profile Information
*****************************************************/

#pro_info {
	margin-top: 19px;
	}

#big-col,
#sml-col {
	float: left;
	width: 487px;
	}
	
#sml-col {
	width: 243px;
	margin-left: 10px;
	}

.big-black-box {
	width: 450px;
	}

.big-black-box-hdr {
	width: 449px;
	}

#big-black-box-reviews {
	width: auto;
	clear: left;
	}	

#big-black-box-reviews .big-black-box-hdr {
	width: 702px;
	}

.dark-wide-box,
.light-wide-box {
	min-height: 95px;
	width: 205px;
	margin-bottom: 17px;
	padding: 47px 15px 5px;
	background: #1F1F1F url(../images/dark_wide_box-bg.gif) bottom left no-repeat;
	border: 4px solid #D3D3D3;
	}

.light-wide-box {
	min-height: 282px;
	margin-bottom: 17px;
	background: #F2F2F2 url(../images/light_wide_box-bg.gif) top left no-repeat;
	}

.dark-wide-hdr,
.light-wide-hdr {
	height: 33px;
	width: 220px;
	margin: -47px 0 0 -15px;
	padding: 14px 0 0 15px;
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	color: #4CF6E5;
	background: url(../images/dark_wide_box_hdr-bg.png) no-repeat;
	}

.light-wide-hdr {
	font-size: 20px;
	text-transform: none;
	color: #1F1F1F;
	background: none;
	}

.dark-wide-box ul {
	font-size: 12px;
	line-height: 12px;
	}

.dark-wide-box ul li {
	margin-bottom: 9px;
	padding: 0 0 8px 9px;
	background: url(../images/list-item.png) 0 2px no-repeat;
	border-bottom: 1px solid #9A9A9A;
	}

.dark-wide-box ul li a {
	color: #FFF;
	}

.light-wide-box p {
	font-size: 12px;
	margin-bottom: 18px;
	color: #626262;
	}

.opt-image img {
	border: 4px solid #D3D3D3;
	margin-bottom: 14px;
	}

#google-map {
	height: 380px;
	width: 480px;
	padding: 0;
	}	

#newsl-box {
	min-height: 65px;
	}	

.newsl-text {
	border: 0;
	padding: 6px 8px;
	color: #1F1F1F;
	font-size: 11px;
	width: 190px;
	background: #fff url(../images/field-bg.gif) repeat-x;
	}	

.newsl-submit {
	border: 0;
	height: 26px;
	width: 68px;
	margin: 10px 0;
	text-indent: -9999px;
	background: transparent url(../images/signup.png) no-repeat;
	}	

/* FORMS */

.no-results {
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: bold;
	}
	
.leavecomment {
	padding: 10px 0;
	border-top: 1px solid #555;
	font-size: 12px;
	text-transform: uppercase;
	}	
	
.leavecomment .text {
	margin-bottom: 10px;
	padding: 4px 0;
	width: 300px;
	}		
	
.leavecomment textarea {
	height: 70px;
	width: 100%;
	padding: 4px 0;
	margin-bottom: 10px;
	}
	
.leavecomment label {
	display: block;
	font-size: 12px;
	color: #999;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 3px;
	}
	
.leavecomment .submit {
	font-size: 18px;
	margin-top: 20px;
	}
	
.toosmall {
	margin-top: 10px;
	text-transform: none;
	}	