html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #ebebeb;
	font: 12px Tahoma, Geneva, sans-serif;
}

/******** COLORS *******
DARK GREY: #808284
MEDIUM GREY: #bcbec0
LIGHT GREY: #ebebeb
BLUE: #0078ae
LIGHT BLUE: #7fbbd6
VERY LIGHT BLUE: #cfe6f0
ORANGE: #f68a33

BLUE: #0078ae
GREEN: #a3a60f;
************************/ /************ TOP NAV */
#topnav {
	width: 1000px;
	margin: 5px auto;
	overflow: auto;
}

p#topnav_left {
	float: left;
	margin: 0;
	padding: 0;
}

ul#topnav_right {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

ul#topnav_right li {
	margin: 0;
	padding: 0 31px 0 0;
	display: inline;
	background: url(../images/topnav_divider.gif) top right no-repeat;
}

ul#topnav_right li.last {
	background: none;
	padding-right: 0;
}

/********************************** PAGE */
#page {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	border-top: 1px solid #ffffff;
}

/********************************** HEADER */
#header {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	/*overflow: auto;*/
	border-top: 1px solid #bcbec0;
	height: 125px;
}

/************ LOGO BLOCK */
#logo_block {
	width: 430px;
	float: left;
	padding: 15px 0 0 20px;
}

#logo_block h1 {
	font-size: 16px;
	color: #0078ae;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
}

#logo_block h1 .beta {
	font-size: 10px;
	color: #666;
	height: 0;
	line-height: 1;
	vertical-align: top;
	_vertical-align: top;
	position: relative;
}

#logo_block h2 {
	color: #f68a33;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 30px;
	border: none;
}

/************ HEADER_RIGHT */
#header_right {
	width: 530px;
	float: left;
	padding: 20px 20px 0 0;
}

#cortera_phone {
	float: right;
}

#searchform {
	float: right;
	padding: 20px 0 0 0;
}

.searchfields {
	width: 460px;
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	padding-top: 3px;
	vertical-align: top;
}

.searchfields .largetxt {
	width: 460px;
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
	border: 2px solid #808284;
}

.searchfields .text {
	width: 150px;
	color: #333;
}

.searchfields select#state {
	color: #333;
}

.searchbutton {
	text-align: left;
	width: 31px;
	vertical-align: top;
}

/********************************** TAB NAV */
#tab_nav {
	width: 1000px;
	margin: 20px 0 0 0;
	background: url(../images/light_blue_singpix.gif) bottom left repeat-x;
}

#marketing-graphic-tab-nav {
	padding: 0 30px;
}

#tab_nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

#tab_nav li {
	float: left;
	border-top: 1px solid #bcbec0;
	border-left: 1px solid #bcbec0;
	border-right: 1px solid #bcbec0;
	padding: 0;
	margin: 0 5px 0 0;
	font-weight: bold;
}

#tab_nav li a {
	float: left;
	padding: 5px 20px;
	margin: 0;
	color: #000;
}

#tab_nav li a:hover {
	color: #f68a33;
}

#tab_nav li.current {
	border-top: 1px solid #7fbbd6;
	border-left: 1px solid #7fbbd6;
	border-right: 1px solid #7fbbd6;
	border-bottom: 1px solid #fff;
}

/********************************** CONTENT */
#content {
	clear: both;
	margin: 15px 0 0 0;
	padding: 0 30px;
	width: 940px;
	/*overflow: auto; bubble bug fix */
}

/************ COMPANY NAME */
.companyname {
	overflow: auto;
	padding: 20px 0 20px 0;
	display: block;
	float: left;
	clear: both;
}

.companyname h1 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 27px;
}

.premiumreport_group_top {
	float: left;
	padding: 0 0 0 35px;
	margin: 0 0 0 20px;
	background: url(../images/green_arrow.gif) top left no-repeat;
	float: left;
}

.premiumreport_text_top {
	font-size: 18px;
	line-height: 27px;
}

.premiumreport_buylinks {
	font-size: 14px;
}

/************ BUSINESS DESCRIPTION */
.business_description {
	clear: both;
}

/************ COLUMN3 GROUP */
.column3-group {
	float: left;
	width: 940px;
}

.column3-group .column {
	width: 300px;
	float: left;
}

.columnmargin {
	margin-right: 20px;
}

.column2-group-wide {
	float: left;
	width: 940px;
}
	
.column2-group-wide .columnmargin {
	margin-right: 40px;	
}
.column2-group-wide .double-wide-column {
	width: 540px;
	float: left;
}
.column2-group-wide .column {
	width: 340px;
	float: left;
}

.column2-group {
	float: left;
	width: 940px;
	overflow: auto;
}

.column2-group .column {
	width: 460px;
	float: left;
	overflow: auto;
}

table.invitecolleague_table,table.updateprofile_table {
	clear: both;
	padding: 2px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

table.invitecolleague_table th {
	text-align: left;
	font-weight: normal;
}

table.invitecolleague_table td,table.updateprofile_table td {
	padding: 4px 4px 4px 0;
	vertical-align: top;
}

table.updateprofile_table textarea,table.updateprofile_table input {
	width: 300px;
}

table.updateprofile_table textarea {
	height: 100px;
}

table.updateprofile_table td.textlabel {
	width: 156px;
	color: #000;
}

table.updateprofile_table_wide td.textlabel {
	width: 250px;
	color: #000;
}

table.updateprofile_table_wide h2,table.updateprofile_table h2 {
	padding-top: 20px;
}

table.invitecolleague_table input.smalltextfield,table.updateprofile_table input.smalltextfield
	{
	width: 120px;
}

table.updateprofile_table_wide {
	clear: both;
	padding: 2px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

table.updateprofile_table_wide td {
	padding: 4px 4px 4px 0;
	vertical-align: top;
}

.buttonrow {
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
	clear: both;
}

.buttonrow_left {
	width: 100%;
	margin: 20px 0;
	clear: both;
	overflow: auto;
}

.buttonrow_left img {
	float: left;
}

.legaltext {
	font-size: 10px;
	float: left;
	padding-left: 10px;
	width: 554px;
}

/************ profile info GROUP */
.profileinfo_group {
	margin-bottom: 10px;
	clear: both;
}

.groupheadline {
	
}

.lock {
	float: right;
	width: 13px;
	height: 14px;
	display: block;
	position: relative;
	padding-top: 3px;
}

.lockicon {
	width: 13px;
	height: 14px;
	display: block;
	background: url(../images/lock_locked_icon.gif) top left no-repeat;
	overflow: hidden;
}

.unlockicon {
	width: 15px;
	height: 14px;
	display: block;
	background: url(../images/lock_unlocked_icon.gif) top left no-repeat;
	overflow: hidden;
}

.info {
	float: right;
	width: 15px;
	height: 15px;
	display: block;
	padding-left: 5px;
	position: relative;
	padding-top: 3px;
}

.info_signin {
	float: right;
	width: 15px;
	height: 15px;
	display: block;
	padding-left: 5px;
	position: relative;
	padding-top: 0px;
}


.infoicon {
	width: 15px;
	height: 15px;
	display: block;
	background: url(../images/info_icon.gif) top left no-repeat;
	overflow: hidden;
}

.unlockicon span,.infoicon span,.lockicon span {
	display: block;
	margin: 0 0 0 -1000000px;
}

.infobubble {
	display: none;
	border-top: 1px solid #0078ae;
	position: absolute;
	bottom: 15px;
	right: -19px;
	width: 190px;
	background: url(../images/bubble_bkg.gif) bottom left no-repeat;
	padding: 5px 5px 21px 5px;
	z-index: 20000;
}

.lockedbubble {
	display: none;
	border-top: 1px solid #0078ae;
	position: absolute;
	bottom: 15px;
	right: -19px;
	width: 190px;
	background: url(../images/bubble_bkg.gif) bottom left no-repeat;
	padding: 5px 5px 21px 5px;
}

.lockedbubble li,.infobubble li,.lockedbubble p,.infobubble p {
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 14px;
}

/************ graphic GROUP */
.graphicgroup {
	padding-bottom: 10px;
	clear: both;
}

.ratingdetails.alignright {
	padding-top: 22px;
}

.ratingdetails.graphicgroup {
	float: left;
	clear: left;
}

.graphicgroup p {
	margin: 0;
	padding: 0 0 3px 0;
}

.graphicgroup h3 {
	padding: 8px 0 0 0;
}

/*.graphicgroup img {
			padding: 10px 0 10px 0;	
		}*/
.numberhighlight {
	font-size: 20px;
	line-height: 12px;
}

.graphicgroup table {
	width: 100%;
	font-size: 11px;
}

.graphicgroup table td,.graphicgroup table th {
	text-align: right;
	padding: 3px;
}

.graphicgroup table th {
	font-weight: bold;
}

.graphicgroup table td.label {
	font-weight: bold;
	text-align: left;
}

.icongroup {
	overflow: auto;
	padding: 0 0 3px 0;
}


.icongroup img {
	float: left;
	padding: 10px 0 10px 0;
}

.minicolumn {
	width: 140px;
	float: left;
}

.ratinggroup .minicolum.columnmargin {
	clear: left;
}

.ratinggroup h3.second {
	color: #808284;
	font-weight: bold;
}

#tipsguidelines {
	display: none;
}

#tipsguidelines .minicolumn {
	width: 330px;
}

#tipsguidelines ul {
	list-style: disc;
	margin: 0 0 0 15px;
}

/************ rating GROUP */
.ratinggroup {
	padding-bottom: 10px;
}

.ratinggroup h3 {
	padding: 8px 0 5px 0;
}

.ratinggroup p {
	margin: 0;
	padding: 0 0 5px 0;
}

.ratinggroup .icongroup {
	overflow: auto;
	padding: 0 0 3px 0;
}

.ratinggroup .icongroup img {
	float: left;
	padding: 0;
}

.contact {
	display: block;
	float: right;
	padding-right: 28px;
	padding-top: 3px;
	background: url(../images/contact_icon.gif) top right no-repeat;
	font-size: 12px;
}

.deletereview {
	display: block;
	float: right;
	padding-right: 5px;
	padding-top: 3px;
	font-size: 12px;
}

/************ news GROUP */
.newsgroup {
	margin-top: 10px;
}

.newsgroup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.newsgroup li {
	padding-bottom: 5px;
}

.newsgroup ul li div {
	color: #808284;
}

#creditfooter {
	display: none;
}

/**** RATING DEAILS PAGE + */
#content_reviewdetails .groupheadline {
	padding-bottom: 10px;
}

.singlecolumn {
	width: 680px;
	float: left;
	clear: both;
}

.singlecolumnsmaller {
	width: 600px;
	float: left;
	clear: left;
}

.singlecolumn_textfield {
	width: 400px;
}

textarea.singlecolumn_textfield {
	height: 150px;
}

textarea.singlecolumn_textfield_sml {
	width: 400px;
	height: 100px;
}

.singlecolumn_textfield_sml {
	width: 200px;
}

.ratecompanybutton {
	float: right;
}

.averagestars {
	width: auto;
	float: left;
	padding-right: 20px;
}

.averagenumber {
	float: left;
	font-size: 20px;
	line-height: 29px;
	padding: 10px 0;
}

.graphicgroup .averagenumber {
	line-height: 18px;
	float: none;
}

.ratinglinks {
	clear: both;
}

.sendtofriend_link {
	padding-right: 20px;
	background: url(../images/send_to_friend_icon.gif) center right
		no-repeat;
	margin-right: 8px;
}

.linkthispage_link {
	padding-right: 24px;
	background: url(../images/link_icon.gif) center right no-repeat;
	margin-right: 8px;
}

.bookmark_link {
	padding-right: 10px;
	background: url(../images/bookmark_icon.gif) center right no-repeat;
	margin-right: 8px;
}

#content_reviewdetails .minicolumn {
	width: 300px;
}

.minicolumn p {
	padding: 0;
}

.individual_ratinglinks {
	clear: both;
	border-bottom: 1px solid #bcbec0;
	padding-bottom: 3px;
}

.sendmessage_link {
	padding-right: 27px;
	background: url(../images/rating_contact_icon.gif) center right
		no-repeat;
	margin-right: 8px;
}

.reportinappropriate_link {
	padding-right: 16px;
	background: url(../images/report_inaapropriate_icon.gif) center right
		no-repeat;
	margin-right: 8px;
}

.rating_listing_nav { /*border-top: 1px solid #bcbec0;
			padding-top: 3px;*/
	
}

/**** write a review ***/
.companyname h1 {
	margin: 0;
	padding: 0;
	line-height: normal;
	float: left;
	clear: both;
	overflow: auto;
}

.companyname p {
	margin: 0;
	padding: 10px 0;
	line-height: normal;
	float: left;
	clear: both;
	overflow: auto;
}

.companynameinfo_group {
	clear: both;
	margin-top: 10px;
	overflow: auto;
}

h1.secondh1.writerating {
	margin: 0;
	padding: 0;
	line-height: normal;
	float: left;
	clear: both;
}

.zerotoleranceblock {
	margin: 0 0 18px 10px;
	display: block;
	width: auto;
	float: left;
	padding: 3px 15px;
	background-color: #f68a33;
	color: #fff;
}

.zerotoleranceblock a {
	color: #fff;
	text-decoration: underline;
}

.zerotoleranceblock a:hover {
	color: #000;
}

#ratinglegal {
	display: none;
	clear: both;
	width: 680px;
}

/** star rating **/
#stars-wrapper2 {
	margin: 10px 0;
	overflow: auto;
	float: left;
}

p.starratingtext {
	font-size: 14px;
	line-height: 18px;
}

.greenarrow_left {
	float: left;
	display: block;
	font-size: 18px;
	line-height: 22px;
	height: 24px;
	background: url(../images/orange_arrow.jpg) top left no-repeat;
	padding-left: 52px;
	margin: 13px 0 10px 13px;
}

table.writerating_table {
	clear: both;
	padding: 2px 0;
	margin: 0;
	width: 100%;
	height: auto;
	text-align: left;
}

table.writerating_table td {
	padding: 4px 4px 4px 0;
	vertical-align: top;
}

table.writerating_table td.textlabel {
	width: 145px;
	white-space: nowrap;
	color: #000;
}

table.writerating_table td.checkboxtd {
	width: 20px;
}

/********************************** FOOTERNAV */
#footernav {
	text-align: center;
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 8px 0;
	clear: both;
	font-size: 11px;
}

#footer p {
	margin-bottom: 10px;
}

#footer p.small {
	font-size: 9px;
	color: #333;
}

/********************************** POST FOOTER */
#post_footer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#post_footer p {
	font-size: 11px;
	line-height: 13px;
}

#post_footer p.disclaimer {
	text-align: left;
}

/********************************** JQUERY POPUP BOXES */
#contactbox {
	border: 3px solid #0078ae;
	background-color: #fff;
	padding: 10px;
	width: 350px;
	margin-left: -150px;
}

#contactbox table td {
	padding: 0 5px 5px 0;
}

.formlinks {
	clear: both;
	display: block;
	padding: 10px 0;
	overflow: auto;
}

#linkthispagebox {
	border: 3px solid #0078ae;
	background-color: #fff;
	padding: 10px;
	width: 400px;
	margin-left: -210px;
}

#linkthispagebox input {
	width: 380px;
}

#sendtofriendbox {
	border: 3px solid #0078ae;
	background-color: #fff;
	padding: 10px;
	width: 280px;
	margin-left: -150px;
}

#sendtofriendbox textarea,#sendtofriendbox input {
	width: 270px;
}

.privacymessage {
	clear: both;
	font-size: 10px;
	border-top: 1px solid #bcbec0;
	margin-top: 5px;
	padding-top: 5px;
}

#reportinappropriatebox {
	border: 3px solid #0078ae;
	background-color: #fff;
	padding: 10px;
	width: 280px;
	margin-left: -150px;
}

#reportinappropriatebox textarea {
	width: 270px;
	height: 100px;
}

#deleteReviewBox {
	border: 3px solid #0078ae;
	background-color: #fff;
	padding: 10px;
	width: 400px;
	margin-left: -210px;
}

#excessiveContactBox {
	border: 3px solid #0078ae;
	background-color: #fff;
	padding: 10px;
	width: 400px;
	margin-left: -210px;
}

/********************************** UNIVERSAL FONT SETTINGS */
a {
	text-decoration: none;
	color: #0078ae;
}

a:hover {
	color: #f68a33;
}

h1 {
	font-size: 25px;
	padding: 10px 0;
	color: #f68a33;
	font-weight: normal;
}

h1.secondh1 {
	color: #808284;
	padding-bottom: 20px;
	clear: both;
}

h1.addcompany {
	border-bottom: 1px solid #bcbec0;
}

#profilepage #content h2 {
	font-size: 15px;
	padding: 0 0 3px 0;
	margin: 0;
	font-weight: bold;
	color: #808284;
	border-bottom: 1px solid #bcbec0;
}

h2 a.sortrating {
	cursor: pointer;
}

h3 {
	font-size: 14px;
	padding: 8px 0 10px 0;
	font-weight: normal;
	clear: both;
}

h4 {
	font-size: 11px;
	line-height: 14px;
	padding: 8px 0 3px 0;
}

h5 {
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	font-weight: normal;
	font-style: italic;
}

#profilepage #content p {
	padding: 0 0 10px 0;
	clear: both;
	line-height: 18px;
}

#profilepage #content p {
	padding: 0 0 10px 0;
	clear: both;
	line-height: 18px;
}

blockquote {
	border: 1px solid #666;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	background-color: #dedede;
}

ol,ul {
	margin: 0 0 10px 15px;
}

ol ul,ul ol,ol ol,ul ul {
	margin: 0 0 0 15px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	padding-bottom: 3px;
	line-height: 18px;
}

.textlabel {
	color: #808284;
}

.textlabelbold {
	color: #808284;
	font-weight: bold;
}

table tr.altrow td {
	background-color: #cfe6f0;
}

.center {
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.small {
	font-size: 10px;
}

.normal {
	font-weight: normal;
}

.ratingdetails table {
	width: 100%;
	font-size: 11px;
}

.ratingdetails table td,.ratingdetails table th {
	text-align: right;
	padding: 0px;
}

.ratingdetails table th {
	font-weight: bold;
}

.ratingdetails table td.label {
	font-weight: bold;
	text-align: left;
}

.portalpromotion {
	float: right;
}

.requiredmark {
	font-weight: bold;
	color: #C00;
}

table.captcha td {
	padding: 3px 8px 3px 0;
	vertical-align: middle;
}

table.captcha td.label {
	text-align: right;
	color: #000;
}

table.captcha td.labelnotreq {
	text-align: right;
	font-weight: normal;
}

table.captcha td.vtop {
	vertical-align: top;
}

#content .toppromo {
	padding: 0 15px 0 0;
}

table.distributiontable td.lefttd {
	text-align: right;
	width: 150px;
}

table.distributiontable td.righttd {
	text-align: left;
	width: 280px;
}

table.popupbuttons {
	width: 100%;
}

table.popupbuttons td.lefttd {
	text-align: left;
}

table.popupbuttons td.righttd {
	text-align: right;
}

.editRatingsBox {
	clear: both;
	padding-bottom: 3px;
	display: none;
}

.editRatingsBox  textarea {
	width: 100%;
}

.editValidationMessage {
	display: none;
}

.pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 700px;
	overflow: auto;
}

.rating_group {
	margin-bottom: 10px;
	clear: both;
	min-width: 600px;
}

.reviewresults {
	width: 100%
}

.rating {
	float: right; 
	width: 19px;
	height: 16px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	position: relative; 
	padding-top: 0px; 
}

.ratingicon {
	width: 19px;
	height: 16px;
	display: block; 
	background: url(../images/rating_count_icon.gif) top left no-repeat;
	overflow: hidden;
}

.ratingicon span {
	display: block;
	margin: 0 0 0 -1000000px; 
}

.ratingbubble {
	display: none;
	border-top: 1px solid #0078ae;
	position: absolute;
	bottom: 15px;
	right: -19px;
	width: 190px;
	background: url(../images/bubble_bkg.gif) bottom left no-repeat;
	padding: 5px 5px 21px 5px;
	z-index: 20000;
}

.ratingbubble li, .ratingbubble p {
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 14px;
}

.helpful {
	float: right; 
	width: 19px;
	height: 17px;
	display: block;
	padding-left: 1px;
	padding-right: 5px;
	position: relative; 
	padding-top: 0px; 
}

.helpfulicon {
	width: 19px;
	height: 17px;
	display: block; 
	background: url(../images/rating_useful_icon.gif) top left no-repeat;
	overflow: hidden;
}

.helpfulicon span {
	display: block;
	margin: 0 0 0 -1000000px; 
}

.helpfulbubble {
	display: none;
	border-top: 1px solid #0078ae;
	position: absolute;
	bottom: 15px;
	right: -19px;
	width: 190px;
	background: url(../images/bubble_bkg.gif) bottom left no-repeat;
	padding: 5px 5px 21px 5px;
	z-index: 20000;
}

.helpfulbubble li, .helpfulbubble p {
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 14px;
}

.minicolumn-right {
	width: 280px;
	float: right;
	text-align: right;
}

.yesnobutton {
	vertical-align: bottom;
	}
	
.helpfultext {
color:#808284;

}

.ask_others{
	vertical-align: top; 
	width: 100px; 
	font-size: 12px; 
	padding-top: 10px;
}

.ask_others_ratetab {
	width: 120px; 
	text-align: right; 
	}

.fillerblock {
	display: none;
	}
	
.helpfultext {
	clear:both;
line-height:6px;
	}
	
	
table a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
	cursor: pointer;
}
table a.currentpage {
	cursor: default;
	background-color:white;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
