/* Community Interface
Copyright (c) 1997-2008 CompBiz, Inc. All rights reserved.

Title: 	global.css
Date:	23 February 2008

Description:  This is the layout stylesheet.  It contains all the containers for the site and the styles associated with them.  

*/


/* Site container */
div#container {
	width:760px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border:0px;	
}


/* header */
div#header {
	background: url('/images/header_main.jpg');
	height:120px;
	line-height:80px;
	margin:0px 0px 0px 0px;
 	/*padding-left:10px;*/
	color: #666666;
}

/* menu */
div#navigation {
	background: url('/images/layout/nav_bar.gif');
	height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EFEFEF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: inherit;

}
/*** Navigation Menu ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:		12px;
}

.sf-menu {
	line-height:	.5em; /* top level padding */
	float:			left;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12.5em; /* left offset of submenus need to match (see below) */
	padding-top:	6px;
	padding-bottom: 8px; /* padding for rounded bottom */
	background: 	url('/images/layout/navbar_bottom.png') bottom no-repeat;
}

.sf-menu ul li ul {
	position:		absolute;
	top:			-999em;
	width:			12.5em; /* left offset of submenus need to match (see below) */
	padding-top:	0em;
	padding-bottom: 0px; /* eliminates the rounded bottom on third level */
}

.sf-menu ul li {
	width:			100%;
	line-height:	0;
}

.sf-menu li:hover { /* top level background hover */
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
	/*background:		url('/images/clearpixel.gif'); /* Transparent */
}

.sf-menu a {
	display:		block;
	position:		relative;
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12.5em; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12.5em; /* match ul width */
	top:			0;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#555555; /* sub menu text color */
}

.sf-menu li li {
	background:		#DFDFDF; /* second level sub menu background color */

}

.sf-menu li li li {
	background:		#D9D9D9; /* third level sub menu background color */
}

.sf-menu a.top-menu,
.sf-menu a:visited.top-menu {
	color:			#000000; /* top-menu text color*/
	font-weight:	bold;
}

.sf-menu a:hover.top-menu,
.sf-menu a:focus.top-menu,
.sf-menu a:active.top-menu,
.sf-menu li:hover a.top-menu {
	color:			#336699; /* top-menu text hover color*/
	font-weight:	bold;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:		#CFCFCF; /* second and third level hover background color */
	outline:		0;
	color:			#336699; /* second and third level hover text color */
}

/* middle content area */

/*Left Content Area - Width Should Total 160px*/
div#left {
	float:left;
	background:#efefef;
	width:150px;
	font-size: 10px;
	padding-left:5px;
	padding-right:5px;
	height: 100%; 
}

/*Left Content Rounded Corner Nav Box Content - Added by CA */

div#leftnavbox {
	margin: 6px 0px 6px 0px;
	background-color:#FFFFFF;
}

div#leftnavboxads {
	margin: 6px 0px 6px 0px;
	background-color:#fff4dd;
	/*background-color: #EDF6FF;*/
}

div#leftemailbox {
	margin: 6px 0px 6px 0px;
	background-color:#FFFFFF;
}

/*Left Content Area - Rounded Box - Added by CA*/
.leftnavcontent {
	font-size:11px; 
	padding: 5px;
}

.leftnavcontentads {
	font-size:11px; 
	padding: 5px;
}

.leftnavcontentads a {
	text-decoration:none;
	/*font-weight:bold;*/
	/*letter-spacing: -.5px;*/
	font-size: 12px;
}


/* Home News Container - Left Column, Home Page (NB) */

.homepageleftcolumn {
	width: 280px;
	float: left;
	}

/* Home News - plain - */
.newsplain {
	display: inline;
	float: left;
	margin: 5px 0px 5px 0px;
	width: 270px;
	font-size: 11px;
	padding: 5px;
	text-decoration: none;
	}

.newsplain h1 {
	margin: 0px;
	font-size:12px;
	font-weight: bold;
	color:#999999;
	}

.newsplain h2 {
	margin: 0px;
	font-size:18px;
	font-weight: bold;
	color:#336699;
	/*letter-spacing:-.5px;*/
	}

.newsplain a {
	text-decoration: none;
	color: #336699;
	}
	
.newsplain a:hover {
	color: #6699CC;
	} 


/* Services Container - Right Column, Home Page (NB) */

.homepagerightcolumn {
	width: 280px;
	float: right;
	}

/* Home News - Boxed - */
.newsboxed {
	display: inline;
	margin: 8px 0px 8px 0px;
	float: right;
	width: 260px;
	font-size:11px; 
	padding: 10px;
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
	text-decoration: none;
	}

.newsboxed h1 {
	margin: 0px;
	font-size:12px;
	font-weight: bold;
	color:#999999;
	}

.newsboxed h2 {
	margin: 0px;
	font-size:18px;
	font-weight: bold;
	color:#666666;
	/*letter-spacing:-.5px;*/
	text-decoration:none;
	}

.newsboxed a {
	text-decoration: none;
	color: #666666;
	}
	
.newsboxed a:hover {
	color: #999999;
	} 


/* News Page (news.cfm) - NB */
div#newspage {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:580px;
	margin: 10px 0px 20px 0px;
	background-color:#FFFFFF;
	}

div#newspage h1, h2 {
	/*letter-spacing: -.1em;*/
	margin: 0px 0px 2px 0px;
	}
	
div#newspage h1 {
	color: #336699;
	font-size: 18px;
	}

div#newspage h2 {
	font-size: 14px;
	color: #666666;
	}	

div#newspage p {
	color: #000000;
	font-size: 12px;
	margin: 4px 0px 4px 0px;
	}

div#newspage a {
	color: #6699cc;
	text-decoration:underline;
	font-size:inherit;
	}	

div#newspage a.fullstory {
	margin: 10px 0px 0px 20px;
	}
	
div#newspage .newsdivider {
	margin: 10px 0px 10px 0px;
	}	
	
/* Advertising home page boxes */
.banner {
	clear: both;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}


/*Right Content Area - Width Should Total 160px*/
div#right {
	float:right;
	background:#e7f0f6;
	width:150px;
	font-size:11px; 
	padding: 5px;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px; 
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
	clear:both;
}

/* Temp class added which duplicates the ID above. When we clean up the CSS we need to remove. Did not know all the places where the ID above was used.*/
.right {
	float:right;
	background:#e7f0f6;
	width:150px;
	font-size:11px; 
	padding: 5px;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px; 
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
	clear:both;
}

/*Right Content Area - Width Should Total 170px*/
div#rightadorder {
	float:right;
	background:#FFFFFF;
	width:172px;
	font-size: 10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;	
}

/*Right Content Rounded Corner Nav Box Content - Added by CA */

div#rightnavbox {
	font-size:11px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px; 
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
}

div#rightbox {
	font-size:11px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px; 
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;	
}

.rightadbox {
	float:right;
	width:150px;
	font-size:12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px; 
	background-color:#fff4dd;
	/*background-color: #EDF6FF;*/
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
	clear:both;
	
}

.rightadbox a {
	text-decoration:none;
	/*font-weight:bold;*/
	/*letter-spacing: -.5px;*/
}

/*Right Content Area - Rounded Box Interior- Added by CA*/
.rightnavcontent {
	font-size:11px; 
	padding: 5px;
	background-color:#FFFFFF;

}

.rtop, .rbottom {
	display:block; 
	background-color: #e7f0f6;
}
.rtop b, .rbottom b {
	display: block; 
	height: 1px; overflow: hidden
}
.r1 {
	margin: 0 5px; 
	background-color: #FFFFFF;
}

.r2{
	margin: 0 3px; 
	background-color: #FFFFFF;
}

.r3{
	margin: 0 2px; 
	background-color: #FFFFFF;
}

.r4{
	margin: 0 1px; 
	height: 2px; 
	background-color: #FFFFFF;
} 


.r1ads {
	margin: 0 5px; 
	background-color: #fff4dd;
	/*background-color: #EDF6FF;*/
}

.r2ads{
	margin: 0 3px; 
	background-color: #fff4dd;
	/*background-color: #EDF6FF;*/
}

.r3ads{
	margin: 0 2px; 
	background-color: #fff4dd;
	/*background-color: #EDF6FF;*/
}

.r4ads{
	margin: 0 1px; 
	height: 2px; 
	background-color: #fff4dd;
	/*background-color: #EDF6FF;*/
} 

/* Right Content Area - Width Should Total 600px*/
div#content{
	float:right;
	width:580px;
	margin: 10px 0px 20px 0px;
	background-color:#FFFFFF;
/*	padding: 0px 0px 0px 0px;
*//*	overflow:hidden; */ /* Don't ask. Not sure why I need this, but makes the border work. DVA */
}

div#FlashArea{
	clear: both;
	width: 581px;
/*	height: 241px;
	background: url(/flash/images/superhero1.jpg);*/
}

div#AddtionalContent{
	background: #FFF;
	width:100%;
	margin: 0;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 10px;
	overflow:auto; /* Don't ask. Not sure why I need this, but makes the border work. DVA */
}


/*Right content area classes */
/* Footer Classes for the columns and the blue text */
.block_content_1{
	height: 115px;
	width: 150px;
	float: left;
	text-align: left;
	border-right: 1px solid #000000;	
}

.block_content_2 {
	height: 115px;
	width: 150px;
	float: left;
	text-align: left;
	margin-left: 20px;
	border-right: 1px solid #000;
}


/* footer area */
div#footer {
	clear: both;
	/*background: #FFF;*/
	background: #EFEFEF;
	width:100%;
	margin:  0px 0px 0px 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	/*border: 1px solid #6699CC;*/
	border: 1px solid #CCCCCC;
	overflow:auto; /* Don't ask. Not sure why I need this, but makes the border work. DVA */
}

div#footer .titlelight {
	font-size:14px; 
	color:#6699cc; 
	font-weight:bold; 
	letter-spacing:-.5px; 
	margin: 0px 0px 0px 0px;
	}

div#footer .titledark{
	font-size:14px; 
	color:#336699; 
	font-weight:bold; 
	letter-spacing:-.5px; 
	margin: 0px 0px 0px 0px;
}

div#footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}

div#footer ul li { 
	display: block; 
	}

div#footer ul li a{
	color: #000000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

div#footer ul li a:hover{
	color: #6699cc;
	}
	
/* Footer Classes for the columns and the blue text */
.block_1 {
	width: 141px;
	float: left;
	/*border-right: 1px solid #000;*/
	border-right: 1px solid #666666;
	vertical-align: middle;
	margin-left: 10px;
}

.block_2_noborder {
	width: 141px;
	float: left;
	margin-left: 10px;
}

.block_2_border {
	width: 141px;
	float: left;
	margin-left: 10px;
	/*border-right: 1px solid #000;*/
	border-right: 1px solid #666666;
}

/* Directory Thumbnail */
.dirthumb {
	margin: 0px 0px 0px 0px; 
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*background-color: #efefef;*/
}

/* Directory Thumbnail */
.statethumb {
	margin: 0px;
	text-align: center;
	padding-top: 0px;

}

/* State Thumbnail Background */
.statethumbbg {
	background-color:#ffcc66;
}

/* Directory Alpha */
.diralpha {
	color: #666666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

/* Service Page Content */
#servicepage {
	width: 365px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	float:left;
}

#servicepage h1 {
	font-size:17px;
	color: #336699;
	margin: 0px 0px 0px 0px;
	letter-spacing: -.1em;
}
	
#servicepage h2 {
	font-size:13px;
	color:#333333;
	margin: 0px 0px 0px 0px;
	/*letter-spacing: -.1em;*/
}	

#servicepagemainimage {
	text-align: right;
	margin: 0px 0px 20px 0px;
}

/* Service Page Sidebar */
#sidebar {
	text-align: right;
	margin: 0px 0px 0px 0px;
	width: 198px;
	float: right;
	display: inline;
	background: #FFFFFF;
}

#sidebar h1 {
	background: #FFFFFF url('/images/layout/sidebar_header_bg.gif') no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: inherit;
	font-size:14px; 
/*	letter-spacing:-1px; */	
	}

/* Lists on the side */
#sidebar ul { 
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	background-color: #cdcdcd;
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
	border-bottom: 1px solid #666666;	
	border-top: 1px solid #666666;	
	}
  
#sidebar li {
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	border-bottom: #CCCCCC groove thin;
	}
	
#sidebar li.last {
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	border-bottom: none;
	}

#sidebar a {
	text-decoration:none;
	font-style:italic;
	color: #666666;
	}

#sidebar a:hover {
	text-decoration:underline;
	}
 
#sidebarorder a {
	line-height: 34px;
	margin: -1px 0px 20px 0px;
    display: block;
	padding: 0px 0px 0px 0px;
    font-size: 1em;
    font-weight: bold;
	background: #FFFFFF url('/images/layout/sidebar_order_bg.gif') no-repeat bottom left;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	height: 34px;
	}

#sidebarorder a:hover {
	background: #FFFFFF url('/images/layout/sidebar_order_bg_over.gif') no-repeat bottom left;
	font-style: normal;
	}
	
/* Testing Zone - Ryan */
/* Expanding More info tab */
/***************************************************************************************************/

/* Reset h2 default style*/
div#testbox h2{ margin:0px;
padding:0px;
border:0px; } 

div#testbox h2{ color:#FFFFFF;
font-size:13px;
display:block;
background:url('images/layout/h2_bg.gif') top left no-repeat #9A9A9A; } 

div#testbox h2 span{
padding:5px 10px;
background:url('images/layout/h2_span_bg.gif') top right no-repeat;
display:block;
} 

div#testbox h2 a:link {
color:#FFFFFF;
text-decoration:none;
display:block; }

div.section {
background:url('images/layout/section_bg_left.png') bottom left no-repeat #EEEEEE;
font-size:12px; }

div.section span{
background:url('images/layout/section_bg_right.png') bottom right no-repeat;
padding:10px;
display:block; }





/* End Testing**************************************************************************************/

/* Ad Order Form */
.adorder {
	list-style: none;
	width: 150px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align:left;
	position:relative;
}

.adoverview ul {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	}

.adoverview li {
	list-style: url(../../images/layout/redbullet.gif) none;
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	vertical-align:middle;
	}
	
.UpsellHeader{ 
	color: #CC3300; 
	font-size: 15px;
	font-weight: bold;
}

.UpsellHeaderSmall{ 
	color: #CC3300; 
	font-weight: bold;
}
	
/* Ad Display In Directory */
	
/* Ad Display In Directory */
	
div#Ad_display {
	width: 380px;
	margin: 0px 5px 10px 0px;
	padding: 5px;
	background-color:#EDF6FF;/*#FFF4DD*/
	border: 1px solid #999999;	
}

div#Ad_display p {
	margin: 5px 0px 5px;
	float: none;
	}

div#Ad_display h1 {
	color: #999999;
	font-size: 9px;
	letter-spacing: .1em;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
}

div#Ad_display h2 {
	color: #336699;
	font-size: 18px;
	font-weight:bold;
	/*letter-spacing: -.1em;*/
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}
	
div#Ad_display a.brieftitle {
	color: #336699;
	font-size: 18px;
	font-weight:bold;
	/*letter-spacing: -.1em;*/
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}		
	
div#Ad_display .impressions {
	margin: 10px 0px 0px 0px;
	}

div#ShowAllAds {
	margin: 0px 5px 5px 0px;
	padding: 5px;
	background-color:#FFF4DD;
	border: 1px solid #999999;	

}

/*******************************************************************/
/**** Start overlay CSS ****/

#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  height:500px;
  width:800px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container iframe{
	height:500px;
	width:800px;

	position:relative;
	z-index:1000;
}

#simplemodal-container a.modalCloseImg {
  background:url('/images/close_btn.png') no-repeat;
  width:24px;
  height:24px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-30px;
  right:0px;
  cursor:pointer;
}

#simplemodal-container p.larger a {
	background:url('/images/open_btn.png') no-repeat;
	display:inline;
	z-index:3200;
	position:absolute;
	bottom:506px;
	right:30px;
	cursor:pointer;
	color:#fff;

	height:24px;
	width:24px;
	text-decoration:none;
	font-size:0.8em;
}

/****End overlay CSS ****/
/*******************************************************************/
