﻿html 
{
	overflow-y: scroll;
}

html.pop /* only show scrollbar when necessary */
{
	
}

body
{
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #212121;
	text-align: center;
	background: url(images/background.gif);
	background-repeat: repeat-x;
}

body.popup
{
	margin: 20px;
	font-family: Arial;
	font-size: 9pt;
	background: none;
	background-color: White;
	text-align: left;
}

h1.admin
{
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 12pt;
	color: #303030;
	font-weight: bold;
	display: block;
}

h1.expertAnswers
{
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 12pt;
	color: #303030;
	font-weight: bold;
	display: block;
}

h1
{
	font-size: 11pt;
	color: #303030;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
}

h1.businessListing
{
	font-size: 16pt;
	color: #3E3E3E;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
}

a:link.admin,
a:visited.admin,
a:active.admin
{
	color: Maroon;
	text-decoration: none;
}

a:hover.admin
{
	text-decoration: underline;
}

a:link.font6-admin,
a:visited.font6-admin,
a:active.font6-admin
{
	font-size: 8pt;
	color: Maroon;
	text-decoration: none;
}

a:hover.font6-admin
{
	text-decoration: underline;
}

div, img
{
	padding: 0px;
	margin: 0px;
	border-style: none;
}
                
div.subtitle
{
	padding-bottom: 2px;
	font-size: 8pt;
	color: #818181;
	text-decoration: none;
}

div.subtitleContent
{
	padding-bottom: 12px;
	font-size: 9pt;
	color: #212121;
	font-weight: normal;
	text-decoration: none;
}

li
{
	margin-bottom: 5px;
}

div.otherMasterSubtitle
{
	font-weight: bold;
	margin-bottom: 5px;
}

div.otherMasterContent
{
	width: 500px;
	margin-bottom: 30px;
}
	

div.hoverColor
{
	background-color: #FAEAE3;
}

div.noHoverColor
{
	background-color: #FFFFFF;
}

/* modal popup styles */
.modalProgressGreyBackground
{
	background: #CCCCCC;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalProgressRedBackground
{
	background: Red;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup
{
	text-align: center;
	padding-top: 30px;
	border-style: solid;
	border-width: 1px;
	background-color: White;
	width: 300px;
	height: 100px;
}

div#page_outside_wrapper
{
	margin: 0 auto;
	width: 1100px;
	text-align: center;
	position: relative;
}

div#page_wrapper
{
	margin: 0 50px;
	width: 1000px;
	text-align: left;
}

.warning
{
	color: Red;
	font-weight: bold;
}

div.otherContent
{
	width: 500px;
}

th
{
	text-align: left;
	margin: 0;
}

div.BlueTitleBar
{
	height: 30px; 
	padding: 0 10px; 
	background-color: #4e88c7;
}

div.GrayTitleBar
{
	height: 30px; 
	padding: 0 10px; 
	background-color: #9e9fa3;
}

div.WhiteContentBox
{
	border: solid 1px #D1D1D1;
    padding: 10px; 
    background-color: White;
}

div.AdBox
{
	border: solid 1px #4E88C7; 
    padding: 20px 10px; 
    background-color: #E9F2F9;
}

div.formFieldLabel
{
	margin-bottom: 3px; 
	margin-top: 15px;
	font-size: 9pt;
	color: #212121;
	font-weight: bold;
}

div.formFieldLabelFirst
{
	margin-bottom: 3px; 
	font-size: 9pt;
	color: #212121;
	font-weight: bold;
}

div.formField
{
	margin-bottom: 2px;
}

div.formFieldBlock
{
	float: left; 
	width: 570px;
}

div.formSubmit
{
	margin-top: 20px;
}

.formInstructionRight
{
	margin-top: 15px;
	font-size: 8pt;
	color: #818181;
	text-decoration: none;
	line-height: 13pt;
	float: right; 
	width: 380px;
}

.formInstruction
{
	margin-top: 20px;
	margin-bottom: 40px;
	color: #818181;
	font-size: 8pt;
	line-height: 13pt;
	width: 500px;
}

span.font5-div
{
	font-size: 9pt;
	color: #212121;
	font-weight: bold;
	margin: 0 5px;
}

span.font6-div
{
	font-size: 8pt;
	font-weight: bold;
	margin: 0 5px;
}

.BreadCrumbArrow
{
	font-size: 8pt;
	font-weight: bold;
	padding: 0 3px;
}

a:link.menu,
a:visited.menu,
a:active.menu
{
	font-size: 10pt;
	color: #C5C5C5;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -7px;
}

a:hover.menu
{
	color: #FFFFFF;
}

a:link.menu-selected,
a:visited.menu-selected,
a:active.menu-selected,
a:hover.menu-selected
{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -7px;
}

a:link.footer,
a:visited.footer,
a:active.footer
{
	font-size: 8pt;
	color: #818181;
	text-decoration: underline;
}

a:hover.footer
{
	color: #000000;
}

.BlueBarText
{
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}

/* Where the text length cannot be controlled, it might wrap and a line height of 30px won't work in that scenario */
.BlueBarTextLong
{
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.BlueBarBracketText
{
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
}


a:link.BlueBarText,
a:visited.BlueBarText,
a:active.BlueBarText
{
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	text-decoration: underline;
}

a:hover.BlueBarText
{
	text-decoration: underline;
}

a:link.BlueBarText-Bold,
a:visited.BlueBarText-Bold,
a:active.BlueBarText-Bold
{
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

a:hover.BlueBarText-Bold
{
	text-decoration: underline;
}

.SearchResultContainer
{
    width: 490px;
}

.FourPixelRoundedCorners {
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.FourPixelBottomRoundedCorners {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-webkit-border-bottom-left-radius:4px;
-webkit-border-bottom-right-radius:4px;
}

.NoBorderInput /* Textboxes inside borders on search */
{
	font-size:12pt;
	font-weight:900;
	border:none;
	border-width:0px;
	width: 99%;
}

.CommentTextArea
{
	
	font-size:12pt;
	font-weight:900;
	border:none;
	width: 99%;
	overflow:hidden;
}

.AskAQuestionTextBox
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	border-style: none;
	border-width: 0;
	padding: 2px 5px;
	width: 586px;
	height: 22px;
	color: #3E3E3E;
}

.MarginTop15px
{
	margin-top: 15px;
}

.MarginBottom10px
{
	margin-bottom: 10px;
}

.PaddingBottom5px
{
	padding-bottom: 5px;
}

.BorderBottomGray
{
	border-bottom: 1px solid #ccc;
}
.TextNoTransform
{
	text-transform: none;
}

.OptionList{
	list-style-type: decimal;
	padding-left: 20px;
}

.FindTextBox
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	border-style: none;
	border-width: 0;
	padding: 2px 5px;
	width: 436px;
	height: 22px;
	color: #3E3E3E;
}

.LocationTextBox
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	border-style: none;
	border-width: 0;
	padding: 2px 5px;
	width: 336px;
	height: 22px;
	color: #3E3E3E;
}

.listingContent /* Used one business listing page between blue bars */
{
	padding: 10px 0 20px 10px;
}

/* All font sizes on site - 17 styles - 6 sizes */
.font1-blue-bold
{
	font-size: 18pt;
	color: #4E88C7;
	font-weight: bold;
}

.font2-black-bold
{
	font-size: 16pt;
	color: #3E3E3E;
	font-weight: bold;
}

.font3-red-bold
{
	font-size: 14pt;
	font-weight: bold;
	color: red;
}

.font3-black-bold
{
	font-size: 14pt;
	font-weight: bold;
	color: #3E3E3E;
}

.font3-black
{
	font-size: 14pt;
	color: #3E3E3E;
}

a:link.font3-black,
a:visited.font3-black,
a:active.font3-black
{
	font-size: 14pt;
	color: #3E3E3E;
	text-decoration: none;
}

a:hover.font3-black
{
	color: #3E3E3E;
}

.font4-black-bold,
a:link.font4-black-bold,
a:visited.font4-black-bold,
a:active.font4-black-bold,
a:hover.font4-black-bold
{
	font-size: 11pt;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}	


.font4-black-bold
{
	font-size: 11pt;
	color: #303030;
	font-weight: bold;
}

.font4-black
{
	font-size: 11pt;
	color: #303030;
}

.font4-blue-bold
{
	font-size: 11pt;
	color: #4E88C7;
	font-weight: bold;
}

a:link.font4-blue-bold,
a:visited.font4-blue-bold,
a:active.font4-blue-bold
{
	font-size: 11pt;
	color: #4E88C7;
	font-weight: bold;
	text-decoration: none;
}

a:hover.font4-blue-bold
{
	color: #212121;
}

a:link.font4-blue-bold-underlined,
a:visited.font4-blue-bold-underlined,
a:active.font4-blue-bold-underlined
{
	font-size: 11pt;
	color: #4E88C7;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.font4-blue-bold-underlined
{
	color: #212121;
}

.font5-black-bold,
a:link.font5-black-bold,
a:visited.font5-black-bold,
a:active.font5-black-bold,
a:hover.font5-black-bold
{
	font-size: 9pt;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}

.font5-black
{
	font-size: 9pt;
	color: #212121;
	line-height: 13pt;
}

.font5-gray
{
	font-size: 9pt;
	color: #818181;
}

.font5-orange-bold,
a:link.font5-orange-bold,
a:visited.font5-orange-bold,
a:active.font5-orange-bold
{
	font-size: 9pt;
	color: #EF5D21;
	font-weight: bold;
	text-decoration: none;
}

a:hover.font5-orange-bold
{
	text-decoration: underline;
}

a:link.font5-orange-bold-underlined,
a:visited.font5-orange-bold-underlined,
a:active.font5-orange-bold-underlined,
a:hover.font5-orange-bold-underlined
{
	font-size: 9pt;
	color: #EF5D21;
	font-weight: bold;
	text-decoration: underline;
}

a:link.font5-orange,
a:visited.font5-orange,
a:active.font5-orange,
a:hover.font5-orange
{
	font-size: 9pt;
	color: #EF5D21;
	text-decoration: underline;
}

a:link.font5-orange-underlinerollover,
a:visited.font5-orange-underlinerollover,
a:active.font5-orange-underlinerollover
{
	font-size: 9pt;
	color: #EF5D21;
	text-decoration: none;
}

a:hover.font5-orange-underlinerollover
{
	text-decoration: underline;
}

a:link.font5-orange-blackrollover,
a:active.font5-orange-blackrollover,
a:visited.font5-orange-blackrollover
{
	font-size: 9pt;
	color: #EF5D21;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.font5-orange-blackrollover
{
	color: #000000;
}

.font5-blue-bold,
a:link.font5-blue-bold, 
a:visited.font5-blue-bold, 
a:active.font5-blue-bold
{
	font-size: 9pt;
	color: #4E88C7;
	font-weight: bold;
	text-decoration: none;
}

a:hover.font5-blue-bold
{
	color: #000000;
}

a:link.font5-blue-nounderline, 
a:visited.font5-blue-nounderline, 
a:active.font5-blue-nounderline
{
	font-size: 9pt;
	color: #4E88C7;
	font-weight: normal;
	text-decoration: none;
}

a:hover.font5-blue-nounderline
{
	color: #000000;
}

.font5-blue
{
	font-size: 9pt;
	color: #4E88C7;
}

a:link.font5-blue-underline, 
a:visited.font5-blue-underline, 
a:active.font5-blue-underline
{
	font-size: 9pt;
	color: #4E88C7;
	font-weight: normal;
	text-decoration: underline;
}

a:hover.font5-blue-underline
{
	color: #000000;
}

a:link.font5-blue-bold-underline, 
a:visited.font5-blue-bold-underline, 
a:active.font5-blue-bold-underline
{
	font-size: 9pt;
	color: #4E88C7;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.font5-blue-bold-underline
{
	color: #000000;
}

.font6-black-bold,
a:link.font6-black-bold,
a:visited.font6-black-bold,
a:active.font6-black-bold,
a:hover.font6-black-bold
{
	font-size: 8pt;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}

.font6-black,
a:link.font6-black,
a:visited.font6-black,
a:active.font6-black
{
	font-size: 8pt;
	color: #212121;
	text-decoration: none;
}

a:hover.font6-black
{
	color: #000000;
}

.font6-gray
{
	font-size: 8pt;
	color: #818181;
	text-decoration: none;
}

a:link.font6-gray,
a:visited.font6-gray,
a:active.font6-gray
{
	font-size: 8pt;
	color: #818181;
	text-decoration: underline;
}

a:hover.font6-gray
{
	color: #000000;
}

.font6-orange-bold
{
	font-size: 8pt;
	color: #EF5D21;
	font-weight: bold;
}

a:link.font6-orange,
a:visited.font6-orange,
a:active.font6-orange
{
	font-size: 8pt;
	color: #EF5D21;
	text-decoration: none;
	font-weight: normal;
}

a:hover.font6-orange
{
	text-decoration: underline;
}

a:link.font6-orange-bold-underlined,
a:visited.font6-orange-bold-underlined,
a:active.font6-orange-bold-underlined,
a:hover.font6-orange-bold-underlined
{
	font-size: 8pt;
	color: #EF5D21;
	font-weight: bold;
	text-decoration: underline;
}

a:link.font6-orange-underlined,
a:visited.font6-orange-underlined,
a:active.font6-orange-underlined,
a:hover.font6-orange-underlined
{
	font-size: 8pt;
	color: #EF5D21;
	text-decoration: underline;
}

.font6-blue-bold,
a:link.font6-blue-bold,
a:visited.font6-blue-bold,
a:active.font6-blue-bold
{
	font-size: 8pt;
	color: #4E88C7;
	font-weight: bold;
	text-decoration: none;
}

a:hover.font6-blue-bold
{
	color: #000000;
}

.font6-blue,
a:link.font6-blue,
a:visited.font6-blue,
a:active.font6-blue
{
	font-size: 8pt;
	color: #4E88C7;
	text-decoration: none;
}

a:hover.font6-blue
{
	color: #000000;
}

.font6-blue
{
	font-size: 8pt;
	color: #4E88C7;
}

.font7-blue,
a:link.font7-blue,
a:visited.font7-blue,
a:active.font7-blue
{
	font-size: 7pt;
	color: #4E88C7;
	text-decoration: none;
}

a:hover.font7-blue
{
	color: #000000;
}

.font7-black,
a:link.font7-black,
a:visited.font7-black,
a:active.font7-black
{
	font-size: 7pt;
	color: #212121;
	text-decoration: none;
}

a:hover.font7-black
{
	color: #000000;
}
/* End Font Sizes */


div#BrowseContentContainer
{
	color: #818181;	
	font-size: 8pt;
}

div#BrowseContentContainer h2
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 11pt;
	display: inline;
}

div#BrowseContentContainer h3
{
	padding: 0;
	margin-bottom: 0 0 0 0;
	font-weight: normal;
	font-size: 9pt;
}

div#BrowseContentContainer p
{
	margin: 0 0 0 0;
}


/* Pager Styles */
a:link.pagerButton,
a:visited.pagerButton,
a:active.pagerButton
{
	color: #2C81C1;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border: solid 1px #D1D1D1;
	text-decoration: none;
}

a:hover.pagerButton
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2C81C1;
	padding: 3px 5px 3px 5px;
	border: solid 1px #D1D1D1;
	text-decoration: none;
}

.pagerButtonSelected
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2C81C1;
	padding: 3px 5px 3px 5px;
	border: solid 1px #D1D1D1;
	text-decoration: none;
}

.pagerText
{
	color: #2c81c1;
	font-weight: bold;
}

.pagerSpace
{
	padding: 0 1px;
}


/* End Pager Styles */