/************************************************************************************/
/*                                general styles           		     	            */
/************************************************************************************/
element.style {
height:100%;
}
html, body {
	
	height						: 100%;
}
/* Remove the focus outline in chrome & mozilla browsers */
*:focus							{ outline: none; }
 
body {
	text-align: center;
		font-size					: 13px;
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-attachment: scroll;
	background-image: url('images/v30/background-bottom.gif');
	background-repeat: repeat-x;
	padding: 0;
	color: #333333;
	margin-left: 12px;	     /* Cannot use Margin: only command as it fails in IE */
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
}

a {
	color						: #3366CC;
	text-decoration				: none;
}


a:hover 
{
	color						: #FF9900;
	text-decoration				: none;
}

 .input_placeholder { color: #999; }

h1, h4 {
	background					: url('images/red-header-sign.png') no-repeat 0 0;
	color						: #3D5B70;
	font-family					: Helvetica, sans-serif;
	font-size					: 15px;
	font-style					: italic;
	font-weight					: bold;
	left						: -16px;
	line-height					: 15px;
	padding						: 0 0 15px 16px;
	position					: relative;
}

h5
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;

}

h6 {
	font-family					: Verdana, Helvetica, sans-serif;
	font-size					: 13px;
	font-weight					: bold;
	margin-bottom				: 4px;
}

p {
	margin-bottom				: 20px;
}

ol {
	list-style-type				: decimal;
	padding						: 0 0 16px 30px;
}

ul.starList {
	list-style-image			: url('images/list-image-star.gif');
	margin						: 4px 0 20px 26px;
}

.grey
{
	color: #8C8C8C;
}

ul.points
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 15px;
}
.blue {
	color						: #0D6DB2;
}
.red
{
	color: #FF0000;
}

.small {
	font-size					: 11px;
}

#page {
		background-image:url("images/v30/page-footer-mid.png");
background-repeat:repeat-y;
	height						: auto !important;
	height						: 100%;
	min-height					: 100%;
	margin						: 0 auto;
	padding-bottom				: 2px;
	width						: 982px;
}

.clearfix { 
	zoom						: 1;
}
.clearfix:after {
	clear						: both;
	content						: ' ';
	display						: block;
	font-size					: 0;
	height						: 0;
	width						: 0; 
}
.box
{
	margin: 0px;
	padding: 10px;
	border-left: 1px #D6E3EE solid;
	border-right: 1px #D6E3EE solid;
	border-top: 1px #C1CDD5 solid;
	border-bottom: 1px #C1CDD5 solid;
	position: relative;
	z-index: 99;
}
.fieldname
{
	width: 150px;
	font-weight: normal;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fieldvalue
{
	font-weight: bold;
	color: #0D6DB2;
}


div.block
{
	clear						: both; display: inline-block; }

.margins
{
	padding: 50px;
	margin: 50px;
}

.formDefault
{
	color: #666666;
	font-style: italic;
}
.formNormal
{
	font-weight: normal;
	color: #000000;
}	
	
ol.list li
{
	margin-top: 0px;
	margin-bottom: 15px;
}
ul.list li
{
	margin-top: 0px;
	margin-bottom: 15px;
}

/************************************************************************************/
/*                     all blocks with rounded corners styles                       */
/************************************************************************************/

.rounded, .roundedSmall, .rounded_w {
	overflow					: hidden;
	padding						: 0;
	position					: relative;
}

.roundedHeader {
	background-image:url("images/v30/headerbar.gif");
	/* background					: url('images/rounded-header.gif') repeat-x 0 0; */
	border-top					: 1px #C1CDD5 solid;
	border-left					: 1px #D6E3EE solid;
	border-right				: 1px #D6E3EE solid;
	height						: 36px;
	line-height					: 36px;
	margin-bottom				: -1px;	
	padding						: 0 20px;
	position					: relative;
	z-index						: 99;
}

.content {
	border-left					: 1px #A8CD77 solid;
	border-right				: 1px #A8CD77 solid;
	border-top					: 1px #C1CDD5 solid;
	border-bottom				: 1px #C1CDD5 solid;
	position					: relative;
	z-index						: 97;
}

.rounded .corner, .roundedSmall .corner {
	background					: url('images/rounded-corners.gif');
	height						: 18px;				/* 	cornerRadius*2 	*/
	left						: -9px;				/* 	cornerRadius 	*/
	overflow					: hidden;
	position					: absolute;
	z-index						: 100;
	top							: -9px;				/* 	cornerRadius 	*/
	width						: 18px;				/* 	cornerRadius*2 	*/
}
.rounded_w .corner, .roundedSmall_w .corner {
	background					: url('images/rounded-corners-white.gif');
	height						: 18px;				/* 	cornerRadius*2 	*/
	left						: -9px;				/* 	cornerRadius 	*/
	overflow					: hidden;
	position					: absolute;
	z-index						: 100;
	top							: -9px;				/* 	cornerRadius 	*/
	width						: 18px;				/* 	cornerRadius*2 	*/
}



.rounded_w.corner.bottomRight, .rounded .corner.topRight, .rounded .corner.bottomRight, .roundedSmall .corner.topRight, .roundedSmall .corner.bottomRight {
	margin-left					: 100%;
}

.rounded_w.corner.bottomRight, .rounded .corner.bottomLeft, .rounded .corner.bottomRight {
	top							: auto;
	margin-top					: -9px;				/* 	cornerRadius 	*/
}

/* smaller corner radius */

.roundedSmall {
	overflow					: visible;
}

.roundedSmall .corner {
	background					: url('images/rounded-corners-small.gif') no-repeat -5px -5px;
	height						: 5px;				/* 	cornerRadius*2 	*/
	left						: 0px;				/* 	cornerRadius 	*/
	top							: 0px;				/* 	cornerRadius 	*/
	width						: 5px;				/* 	cornerRadius*2 	*/
}

.roundedSmall .corner.topRight {
	background					: url('images/rounded-corners-small.gif') no-repeat 0 -5px;
	left						: -5px;				/* 	cornerRadius 	*/
}

.roundedSmall .corner.bottomRight {
	background					: url('images/rounded-corners-small.gif') no-repeat 0 0;
	left						: -5px;				/* 	cornerRadius 	*/
	margin-top					: -5px;
	top							: auto
}

.roundedSmall .corner.bottomLeft {
	background					: url('images/rounded-corners-small.gif') no-repeat -5px 0;
	margin-top					: -5px;
	top							: auto
}

.rounded_w.whiteBg .corner {
	background-image: url('images/rounded-corners-white.gif');
}

/************************************************************************************/
/*                                header styles           		     	            */
/************************************************************************************/

#header {
	background-color			: #FFFFFF;
	margin						: 0 14px 18px;
	padding						: 21px 23px;
}

#logo {
	float						: left;
	margin						: 5px 155px 0 0;
}

.location {
	float						: left;
	font-family					: Myriad Pro, Arial, sans-serif;
	font-size					: 14px;
	font-weight					: bold;
	min-width:130px;
	margin						: 20px 0 0 20px;
	text-decoration				: none;
}
/************************************************************************************/
/*                           top navigation styles           		    	        */
/************************************************************************************/

.topNavigation {
	display						: inline;
	float						: right;
	font-size					: 11px;
	line-height					: 12px;
	margin						: -16px -20px 0 0;
	
}

.topNavigation li {
	float						: left;
	border-right				: 1px #3D5B70 solid;
}

.topNavigation li:last-child {
	border-right				: none;
}

.topNavigation li a {
	color						: #3D5B70;
	display						: block;
	padding						: 0 8px;
}


/************************************************************************************/
/*                                tabs styles           		     	            */
/************************************************************************************/

#tabs {
	display						: inline;
	float						: left;
	margin						: 0 8px 12px 12px;
	width						: 496px;
}

.template2 #tabs {
	width						: 675px;
}

.tabHeaders {
	background					: url('images/v30/tabs-sprite.gif') no-repeat 0 0px;
	height						: 30px;
	margin-bottom				: -1px;
	overflow					: hidden;
	padding-left				: 20px;
	position					: relative;
	z-index						: 100;
}

ul.tabHeaders.beforeActive {
	background					: url('images/v30/tabs-sprite.gif') no-repeat 0 -30px;
}

.tabHeader {
	background					: url('images/v30/tabs-sprite.gif') no-repeat 100% -120px;
	float						: left;
	padding-right				: 20px;
}

.tabHeader.active {
	background					: url('images/v30/tabs-sprite.gif') no-repeat 100% -90px;
}

.tabHeader.last {
	background					: url('images/v30/tabs-sprite.gif') no-repeat 100% -210px;
}

.tabHeader.lastActive {
	background					: url('images/v30/tabs-sprite.gif') no-repeat 100% -240px;
}

.tabHeader.beforeActive {
	background					: url('images/v30/tabs-sprite.gif') no-repeat 100% -60px;
}

.tabHeader A {
	background					: url('images/v30/tabs-sprite.gif') repeat-x 0 -150px;
	color						: #FFFFFF;
	display						: block;
	font-family					: Myriad Pro, Arial, sans-serif;
	font-size					: 14px;
	font-weight					: bold;
	height						: 30px;
	line-height					: 30px;
	padding						: 0 8px;
	text-decoration				: none;
}

.tabHeader.active A, .tabHeader.lastActive A {
	background					: url('images/v30/tabs-sprite.gif') repeat-x 0 -180px;
	color						: #000000;
}

.tabsSubheader {
	height						: 24px;
	line-height					: 24px;
	padding-top					: 6px;
	padding-bottom				: 6px;
	position					: absolute;
	top							: 0;
	width						: 454px;
}

.template2 .tabsSubheader {
	width						: 633px;
}

.tabsSubheader li {
	border-right				: 1px #C0D7E8 solid;
	float						: left;
	font-family					: Arial, sans-serif;
	font-size					: 13px;
	font-weight					: bold;
	margin-right				: 7px;
	padding-right				: 7px;
}



.tabsSubheader li:last-child {
	border-right				: none;
}

.tabsSubheader a {
	color						:#EEEEEE;
	display						: block;
	text-decoration				: none;
}

.tabsSubheader a:hover 
{
	color						:white;
	text-decoration				: none;
}

.activeSubheader {
	position					: relative;
	z-index						: 98;
}

.tabsBody {
	background-color			: #FFFFFF;
	padding						: 40px 20px 20px 20px; 
}


.submenu_header {
	height						: 24px;
	line-height					: 24px;
	padding-top					: 6px;
	padding-bottom				: 6px;
	position					: absolute;
	top							: 0;

}

.submenu_header li {
	border-right				: 1px #C0D7E8 solid;
	float						: left;
	font-family					:  Arial, sans-serif;
	font-size					: 13px;
	font-weight					: bold;
	margin-right				: 7px;
	padding-right				: 7px;
}
.submenu_header li:last-child {
	border-right				: none;
}

.submenu_header a {
	color						: #EEEEEE;
	display						: block;
	text-decoration				: none;
}

.submenu_header a:hover 
{
	color						: white;
	text-decoration				: none;
}

.submenu_activeSubheader {
	position					: relative;
	z-index						: 98;
}

/************************************************************************************/
/*                               HOME tab styles           		     	            */
/************************************************************************************/


.redButton {
	float						: left;
	height						: 89px;	
	text-decoration				: none;
	width						: 182px;
	margin						: 16px 0 0 30px;

}

.redButton img {
	display						: block;
}

/************************************************************************************/
/*                               right block styles           	     	            */
/************************************************************************************/

#rightBlock {
	display						: inline;
	float						: right;
	margin						: 29px 12px 12px 0;
	overflow					: visible;
	width						: 452px;
}

#rightBlock div {
	background-color			: #FFFFFF;
}

.template2 #rightBlock {

	width						: 272px;
}

#rightBlock .content {
	border-color				: #A8CD77;
	padding						: 12px 11px;
}

.followIcon {
	height						: 23px;
	text-decoration				: none;
	width						: 24px;
}

.followIcon img {
	display						: block;
	float						: left;
	margin-right				: 3px;	
}

.upsell {
	margin-bottom				: 12px;
}

form.freeAccess {
	margin-top					: -12px;
}

form.freeAccess input {
	margin						: 2px 0;
}

form.freeAccess .submit {
	margin-left					: -1px;
}

form.freeAccess .error {
	color						: #D73648;
}

/************************************************************************************/
/*                              	footer styles           	     	            */
/************************************************************************************/

#footer {
background-color:#DDE3DE;
	border-bottom-style:none;
	clear						: both;
	font-size					: 10px;
	line-height					: 11px;
	margin						: 0 16px 30px;
}

#footer a {
	text-decoration				: none;
}

#footer a:hover {
	text-decoration				: underline;
}

#footer .content {
	border-color				: #A8CD77;
	padding						: 12px;
}

.footerMenu {
	float						: right;
}

.footerMenu li {
	float						: left;
	border-right				: 1px #000000 solid;
}

.footerMenu a {
	padding						: 10px;
}

.footerMenu .lastPoint {
	border						: none;
}

.footerColumn {
	clear						: right;
	float						: left;
	margin						: 24px 10px 16px 6px;
	width						: 190px;
}

.footerColumn a {
	display						: block;
	padding						: 3px 0;
}


/************************************************************************************/
/*                             "below footer" styles           	     	            */
/************************************************************************************/

.bottomColumn {
	display						: inline;
	float						: left;
	margin						: 0 11px;
	width						: 465px;
}

.bottomColumn p {
	margin						: 0 4px 20px;
}

.belowBottomColumns {
	clear						: both;
	margin						: -40px 8px 0 11px;
}

.belowColumns p {
	margin						: 0 4px;
	padding-bottom				: 20px;
}

.bottomColumn a, .belowBottomColumns a {
	color						: #3D5B70;
	font-size					: 11px;
}

/************************************************************************************/
/*                             company listings styles         	     	            */
/************************************************************************************/

.listingsLeftColumn {
	display						: inline;
	float						: left;
	margin						: 0 48px 0 0;
	width						: 340px;
}
.listingsLeftColumnWide {
	display						: inline;
	float						: left;
	margin						: 0 48px 0 0;
	width						: 380px;
}
.listingsRightColumn {
	display						: inline;
	float						: left;
	width						: 240px;
}
.listingsRightColumnNarrow {
	display						: inline;
	float						: left;
	width						: 200px;
}
.statesList {
	float						: left;
	width						: 100px;
	margin-bottom				: 20px;
}

.statesList li {
	margin-bottom				: 2px;
}

.linksList {
	float						: left;
	width						: 190px;
	margin-bottom				: 20px;
}

.linksList li {
	margin-bottom				: 2px;
}

/* search classes */
.SearchAccom {
            height:20px;
            left:420px;
            position:relative;
            top:5px;
            width:510px;
            z-index:1000;
}

.SearchInput {
            width:265px;
            text-align:left;
}

.SmallText {
            font-size:10px;
}

.AlignTop {
            vertical-align:top;
            margin-top:7px;
}

.GreyItalic
{
	font-style:italic;
	color:GrayText; 
	
	}