/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family:verdana;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #36c; text-decoration:none;}
a:hover { color: #036; }


/**
 * Primary styles
 */

/* round Border */ 
.rB{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;} 
 
body{background:#f5f7fc;}
#container{width:760px;margin:0 auto 30px;background:#fff;box-shadow:0 0 3px #aaa;padding:10px 10px 0;
border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;
}

#wmain{position:relative;}

.pgHead{margin:0 0 30px}

.alphabetNavi{margin:0 0 10px}
.alphabetNavi span.desc{display:block;float:left;width:200px;}
.alphabetNavi ul{float:right;}
.alphabetNavi li{display:block;float:left;font-size:10px;margin:0}
.alphabetNavi a,.alphabetNavi span{display:block;float:left;margin:0;padding:2px 5px;}
.alphabetNavi a:hover{background:#ccc;text-decoration:none;}

.topCities{position:absolute;top:-20px;left:0px}

.topCities ul{display:none;width:150px;}
.topCities li:hover ul{display:block;position:absolute;background:#a3c2ff;font-size:10px;}
.topCities li:hover ul span{cursor:pointer;display:block;border-bottom:1px solid #999;padding:2px 5px;}
.topCities ul li:hover a:hover,.topCities li:hover ul span:hover,.topCities li:hover li:hover span{color:#3366d5;background:#fff;text-decoration:none;}
.topCities li:hover ul ul{display:none;}
.topCities ul li:hover ul{display:block;position:absolute;margin:-17px 0 0 150px;}
.topCities a{font-size:11px;}
.topCities ul li:hover a,.topCities ul a{display:block;border-bottom:1px solid #999;padding:2px 5px;width:auto !important;font-weight:normal;color:#000;font-size:10px}

.breadcrumb{margin:0 0 5px}
.breadcrumb li{display:block;float:left;font-size:10px;margin:0}
.breadcrumb a{display:block;float:left;margin:0;padding:2px 3px 2px 0;color:#aaa;}
.breadcrumb a:hover{color:#36c}
.breadcrumb a:before{content:'» '}
.breadcrumb a.start:before{content:''}


#content{position:relative;padding-bottom:30px}
.entity{position:absolute;right:0;top:83px}

#breadcrumb{width:630px;float:left;margin:0px 0 5px 0;}
#breadcrumb li{list-style:none;display:inline;font-size:11px;color:#aaa;}
#breadcrumb a{color:#a3c2ff;text-decoration:none;}
#breadcrumb a:hover{color:#36c}
#breadcrumb a:before{content:"►";color:#a3c2ff;padding:0 5px 0 0}
#breadcrumb a:hover:before{content:"►";color:#f5d034;}
#breadcrumb a.fI:before{content:"";padding:0}

.adr{clear:both;width:400px}
dl{margin:0;padding:0;}
dd,dt{display:block;border-bottom:1px solid #f5f5f5;float:left;padding:3px;font-size:13px;}
dd{width:85px;margin:0 3px 3px 0;float:left;text-align:right;color:#777}
dt{width:300px;margin:0 0 3px;float:right}

/*.gA{clear:both;padding:20px 0 0;width:400px;}
.gA li{list-style:none;margin:0 0 3px 0;background:#f5f5f5;clear:both;padding:5px;}
.toG{font-size:13px;color:#676767;display:block;padding:0 0 8px;text-decoration:none;}
.bL{display:block;float:left;width:145px;height:57px;font-weight:bold;padding:0 5px 0 0;}
*/
.sL, .gA span{font-size:13px;line-height:90%;}
.bL:hover, .sL:hover{color:#a3c2ff;text-decoration:none;}
/*
.gABottom{margin:0 0 30px}
.gAdsDT ul{margin-left:0}
*/


.homeLink span{display:block;font-size:28px;font-family: 'Muli', sans-serif;padding:25px 0 0}
.homeLink em{color:#000;font-family: 'Muli', sans-serif;}
.homeLink img{float:left;margin:0 10px 0 0}

h1{font-size:18px;padding:30px 0 10px;font-family: 'Muli', sans-serif;font-weight:normal}
.big{font-size:35px;font-weight:bold}
h1 strong{font-weight:normal;font-family: 'Muli', sans-serif;color:#36c;}

.resLi{margin:0 0 21px;}
.resLi li{list-style:none;background:#f1f5fc;
/*background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.31, rgb(234,239,241)),color-stop(0.5, rgb(241,244,252)));
background-image: -moz-linear-gradient(center bottom,rgb(234,239,241) 31%,rgb(241,244,252) 50%);box-shadow:0 0 2px #aaa;*/
margin:0 0 10px;padding:5px 10px;}
.resLi li:hover{box-shadow:0 0 3px #aaa;}
.resLi .lB{width:300px;float:left;}
.lB span{font-size:13px;color:#777}
.resLi address{padding:3px 0 0;width:300px;float:left;font-size:12px;color:#777;}
.saveContact{width:140px;float:left;display:block;padding:5px 0;cursor:pointer;color:#36c;}
.resLi h2{color:#36c;font-size:14px;}


.str{display:block;}



.pagination{margin:20px 0;background:#cfdfff;padding:3px 5px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.02, rgb(178,204,255)),color-stop(0.5, rgb(207,223,255)));
background-image: -moz-linear-gradient(center bottom,rgb(178,204,255) 2%,rgb(207,223,255) 50%);
border:1px solid #b3c7d9;}
.pagination li{display:inline-block;font-size:10px;}


footer{font-size:10px;padding:0 10px 10px;text-align:center;clear:both;}


/*.aLiB li{list-style:none;}*/
/*.aLiB{margin:4px 0 0 0;padding:0px;}*/
/*.aLiB li{margin:0 0 5px;font-size:12px;position:relative;padding:20px 10px 10px 11px;height:45px;}*/
/*.aLiB a{font-weight:bold;display:block;float:left;font-size:16px;}*/
/*.aLiB span{display:block;float:left;width:100%;}*/
/*.aLiB .aLiBa{position:absolute;right:0;padding:9px 10px 0 0;font-weight:normal;font-size:11px;}*/
/*.aLiB li{background:#f1f5fc !important;margin:0 0 8px;padding:11px;height:32px !important;box-shadow:0 0 2px #aaa;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}*/
/*.aLiB li:hover{box-shadow:0 0 5px #aaa;background:#d1e1ff !important;}*/
/*.aLiB a{font-size:14px !important;}*/
/*.aLiB span{color:#777;font-size:12px !important;}*/
/*.aLiB a.aLiBa{font-size:12px !important;}*/

.cityMap,.welcomeCity{margin-top:18px;}
.cityMap{float:right;width:300px;box-shadow:0 0 3px #ccc;margin-bottom:20px;border-radius:5px 5px 2px 2px;-moz-border-radius:5px 5px 2px 2px;-webkit-border-radius:5px 5px 2px 2px;}
.cityMap img{display:block;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;}
.welcomeCity,.topNames,.latestEntries,.outgoingLinks,.cityList{width:440px;float:left;margin-bottom:20px;box-shadow:0 0 3px #ccc;
border-radius:5px 5px 2px 2px;-moz-border-radius:5px 5px 2px 2px;-webkit-border-radius:5px 5px 2px 2px;}
.cityMap header,.welcomeCity header,.topNames header,.latestEntries header,.outgoingLinks header,.cityList header,.nameList header,.stateList header{background:#cfdfff;padding:5px 10px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.02, rgb(178,204,255)),color-stop(0.5, rgb(207,223,255)));
background-image: -moz-linear-gradient(center bottom,rgb(178,204,255) 2%,rgb(207,223,255) 50%);
border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;
font-size:12px;color:#36c
}
.welcomeCity p,.topNames p,.latestEntries p,.outgoingLinks p{padding:10px;background:#f2f2f2;font-size:11px;line-height:130%;}
.welcomeCity ul,.topNames ul,.latestEntries ul,.outgoingLinks ul,.cityList ul,.nameList ul,.stateList ul{padding:10px;list-style:none;margin-left:0;font-size:11px;line-height:130%;background:#f2f2f2;}
.topNames ul{float:left;width:200px;}
.topNames li{padding:0 0 5px}
.welcomeCity header h1,.cityList header h1,.nameList header h1,.stateList header h1{margin:0;padding:0;font-family:verdana, arial, sans-serif;font-size:12px;font-weight:bold;}

.cityList{width:100%;background:#f2f2f2;}
.cityList ul{width:230px;float:left;}
.bigCity{text-decoration:underline;font-weight:bold;}

.nameList{width:100%;background:#f2f2f2;}
.nameList ul{width:230px;float:left;}

.stateList{width:100%;background:#f2f2f2;}
.stateList ul{width:230px;float:left;}

/*
.gAdsDT ul{margin:0 !important}
.gA{clear:both;padding:20px 0 0;width:400px;}
.gAAT{clear:both;padding:20px 0 0;width:400px;}
.gA li{list-style:none;margin:0 0 3px 0;background:#f5f5f5;clear:both;padding:5px;}
.gAAT li{list-style:none;margin:0 0 3px 0;background:#f5f5f5;clear:both;padding:5px;}
.toG{font-size:13px;color:#676767;display:block;padding:0 0 8px;text-decoration:none;}
/*.bL{width:145px;font-weight:bold;*//*font-family:Rockwell,Georgia,"Times New Roman",Times,serif;*//*padding:0 5px 0 0;}*/
/*
.bLAT{width:145px;padding:0 5px 0 0;}
.gA span{font-size:13px;line-height:140%;display:block;width:240px;float:right}
.gAAT span{font-size:13px;line-height:140%;display:block;width:100%}
.sL{font-size:13px;}
.sLAT{font-size:13px;color:#093}
.bLAT:hover, .sLAT:hover, .bL:hover, .sL:hover{color:#a3c2ff;text-decoration:none;}
.gABottom{margin:0 0 30px}
.spBlB{display:block;float:right;width:240px}
.gA span.spBlT{display:block;float:left;width:130px;float:left}
.gAAT span.spBlT{display:block;width:100%;font-size: 16px}       */

.sS{background:#fff;border-bottom:1px solid #efefef;border-left:1px solid #efefef;border-right:1px solid #efefef;padding-right:10px;}
.aLiB li{background:url('/images/bg_rLi.png') no-repeat;}
.aLiB{margin:4px 0 0 0;padding:0px;}
.aLiB li{background-position:left -287px;margin:0 0 5px;font-size:12px;position:relative;padding:20px 10px 10px 11px;height:45px;}
.aLiB li a{font-weight:bold;display:block;float:left;font-size:16px;}
.aLiB span{display:block;float:left;width:100%;}
.aLiB .aLiBa{position:absolute;right:0;padding:9px 10px 0 0;font-weight:normal;font-size:11px;}
.regBtn a,.regBtn span{background:url('/images/bg_s.png') no-repeat;}
.regBtn {background:url('/images/bg_s.png') repeat-x;}
.regBtn{clear:both;width:100%;text-align:center;background-position:left -424px;}
.regBtn a{display:block;width:100%;background-position:727px -452px;}
.regBtn span{display:block;background-position:-8px -452px;padding:6px 0 7px;font-weight:bold;}
.rbNo{text-align:left;}
.rbNo span{padding-left:12px;}

.gAdsDT li:after,.cf:after{content:".";display:block;clear:both;height:0;visibility:hidden;}.gAdsDT li,.cf{display:inline-block;}/*Hide\*/.gAdsDT li,.cf{display:block;}/*End hide*/
.gAdsDT{clear:both;padding-left:4px;}
.gAdsDT ul{margin:5px 0 3px 0px;}
.gAdsDT li{clear:both;padding:3px 5px 7px;}
.gAdsDT span{clear:both;display:block;float:left;font-size:14px;}
.gAdsDT .sL{clear:both;color:#008800;font-size:14px;padding-left:0;float:left;}
.toG{color:#888;font-size:13px;text-decoration:none;}
.bL{color:#0044CC;float:left;font-size:16px;font-weight:bold;text-decoration:underline;}



/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.cf:before,.resLi li:before,.cf:after,.resLi li:after,.gAdsDT li:before,.gAdsDT li:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.cf:after,.resLi li:after,.gAdsDT li:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.cf,.resLi li:before,.gAdsDT li { zoom: 1; }


/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
    /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
    /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
	footer{display:none;}
	* { background: #fff !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}
