#orange_pages_wrapper {
	background-color: #cd855d;
	background-image: url('/images/orange_top.jpg');
	background-repeat: repeat-x;
	padding-top: 10px;
}

#orange_pages_wrapper #top_wrapper {
	clear: both;
}

#orange_pages_wrapper #orange_header {
	width: 300px;
	float: left;
	padding-left: 10px;
}

#orange_pages_wrapper #orange_header h2 {
	color: white;
	font: bold 36px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	display: inline;
}

#orange_pages_wrapper #orange_header a.find_out_more {
	color: white;
	text-decoration: none;
	font: bold 16px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	margin-left:10px;
	padding-top:18px;
	position:absolute;
}

#orange_pages_wrapper #orange_header a.find_out_more:hover {
	text-decoration: none;
	border-bottom: #642b0c dashed 1px;
	color: #642b0c;
}

#orange_pages_wrapper #orange_header .note {
	font: normal 16px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color: white;
}

#orange_pages_wrapper #orange_header .note a {
	color: white;
	text-decoration: none;
	font: bold 16px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

#orange_pages_wrapper #orange_header .note a:hover {
	text-decoration: none;
	border-bottom: #642b0c dashed 1px;
	color: #642b0c;
}

#orange_pages_wrapper #orange_header .orange_box {
	/*background: #bc571f;*/
	width: 200px;
	text-align: center;
	padding: 5px;
	/*color: white;*/
	color: #00CC00;
	margin-top: 5px;
	background:url("/resources/images/button_bg.gif") repeat scroll 0 0 #E8EDF0;
	border:2px solid #CCCCCC;
	font:1em Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}

#orange_pages_wrapper #orange_header .orange_box a {
	font-weight: bold;
	text-decoration: none;
	/*color: white;*/
	color: #00CC00;
}

#orange_pages_wrapper #orange_header .orange_box a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #00CC00;
}

#orange_pages_wrapper #list_controls {
	width: 420px;
	float: right;
	text-align: right;
	padding-right: 10px;
	margin-top: 75px;
	margin-bottom: 14px;
	position: relative;
}

#orange_pages_wrapper #list_controls input {
	padding: 2px;
	margin: auto;
	border: 2px solid #bd551e;
	margin-right: 70px;
}

#orange_pages_wrapper #list_controls input.submit_search {
	border: 0px;
	background: url('/images/orange_search_button.jpg') no-repeat;
	width: 64px;
	height: 28px;
	position: absolute;
	right: -60px;
	top: -3px;
}

#orange_pages_wrapper #list_controls select {
	padding: 0px;
	margin: auto;
	border: 2px solid #bd551e;
	width: 180px;
}

/* table format */
.orange_table th {
	height: 40px;
	vertical-align: middle
	line-height: 40px;
	padding:0px;
	margin: 0px;
	background: url('/images/orange_gradient.jpg') repeat-x;
	padding-left: 16px;
	padding-right: 16px;
	color: white;
}

.orange_table {
	width: 779px;
	background: #cd855d;
	margin-left: 10px;
	margin-bottom: 15px;
}

.orange_table td {
	padding: 0px;
	background: white;
}

.orange_table td.head {
	padding: 11px;
	padding-left: 15px;
	padding-right: 15px;
}

.orange_table td h2 {
	font-size: 18px;
	color: #bc591e;
	font-weight: bold;
}

.orange_table td h3, .normal_content td h3 {
	font-size: 14px;
	color: #bc591e;
	font-weight: bold;
}

.normal_content td h3 { 
	padding-right: 5px;
}

.orange_table .content_container {
	border-bottom: 2px solid #cd855d;
	padding-bottom: 0px;
}

.orange_table .premium_content {
	margin: 13px;
	margin-top: 0px;
	border-top: #bc591e dashed 1px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
}

.orange_table .premium_orange_img {
	padding: 5px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #eeeeee;
}

.premium_details {
	padding-left: 16px;
}

.premium_details .company_name {
	display: block;
	font-weight: bold;
	color: #bd561c;
}

.premium_details .address {
	display: block;
}

.premium_details .web_address {
	display: block;
}

.premium_details .web_address a {
	text-decoration: none;
	color: #15709d;
	font-weight: bold;
}

.premium_details .web_address a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #15709d;
}

.premium_details .email_address {
	display: block;
}

.premium_details .email_address a {
	text-decoration: none;
	color: #15709d;
	font-weight: bold;
}

.premium_details .email_address a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #15709d;
}

/* normal content */
.normal_content {
	background: #f5e6df;
	padding: 10px;
}

.normal_content .first_line {

}
.normal_content .first_line .company_name {
	font-weight: bold;
	color: #bd561c;
	padding-bottom: 2px;
}

.normal_content .second_line {

}

td.normal_td {
	background: #f5e6df;
}

