/* @override http://census.dev/site/census/css/screen.css */

/* @group RESET */
/* Tripoli 
is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing */

/*Reset All Defaults*/

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* @end */

/* @group Links*/
a:link {
	color: #0056a9;
	text-decoration: underline;
}

a:visited {
	color: #00264a;
	text-decoration: underline;
}

a:hover {
	color: #6ea0cf;
	text-decoration: underline;
}



/* @end */
/* @group Layout */

body#census {
	font: 12px/18px Helvetica Neue, Arial, Helvetica, sans-serif;
	background: #003971 url(../images/body-bg.gif) repeat-x;
	text-align: center;
}

#header {
	position: relative;
	padding-top: 224px;
	z-index: 1;
	background: url(../images/random/random.php) no-repeat 200px 20px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#content {
background: #fff;
	clear: both;
	overflow: hidden;
	position: relative;
}

#main {
	width: 720px;
	min-height: 700px;
	float: left;
}

#primary {
	padding: 18px 30px;
}

#secondary {
	padding: 18px 30px;
}

#sidebar {
	width: 230px;
	float: left;
}


#right_column {
	width: 230px;
	float: right;
}

#footer {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #001325;
}

/* @end */

/* @group Type */

h1, h2, h3, h4 {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif ;
	color: #545454;
}

h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #8c121c;
}

h1#pagetitle {
	margin: 36px 0px 0px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 9px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #2a2a2a;
}

ul, ol, dl {
	margin-bottom: 18px;
	padding-left: 24px;
}

li {
	font-size: 12px;
	line-height: 18px;
	list-style-position: inside;
	list-style-type: square;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

dt {
	font-weight: bold;
}

ul.registrants li{
	list-style-position: outside;
	margin-bottom: 9px;
}


/* @end */

/* @group Header */
#login-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	text-align: right;
	color: #fff;
}

#login-search ul {
	margin-bottom: 0;
	margin-top: 4px;
	float: right;
}

#login-search li {
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

#login-search a {
	padding: 2px 6px;
	display: block;
	color: #b7b7b7;
	font-weight: bold;
	cursor: pointer;
}


#login-search a:hover {
	background-color: #000;
	text-decoration: underline;
}

#login-search a.active {
	color: #fff;
	background-color: #8c121c;
}
a#search-btn {
	padding-left: 24px;
	background: url(../../../assets/icons/magnifier.png) no-repeat 2px center;
}

#login-btn {

}

#login-form {
	position: absolute;
	top: 26px;
	right: 10px;
	width: 210px;
	/*height: 100px;*/
	text-align: right;
	background-color: #8c121c;
	padding: 10px;
	display: none;
}

#login-form label {
	float: left;
	text-align: left;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
}

#login-form input.text {
	font-size: 11px;
	line-height: 11px;
	padding: 2px;
	margin-bottom: 6px;
}

#search-form {
	display: none;
}

#login-box a {
	color: #fff;
}

a#user-greeting {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	cursor: text;
}

a#user-greeting:hover {
	background: none;
}

#site-logo {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 10;
}

#tagline {
	display: none;
	position: absolute;
	top: 35px;
	left: 210px;
}

#search_container {
	width: 350px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	text-align: right;
}

#search_container .hidden {
	display: none;
}


/* @end */

/* @group Navigation */
#navigation {
	width: 950px;
}

#mainnav {
	background-color: #8C121C;
	float: left;
}

#mainnav ul {
	margin: 0 0 0 230px;
	padding: 0;
	width: 720px;
	float: left;
}

#mainnav li {
	color: #fff;
	list-style-type: none;
	font-size: 15px;
	float: left;
	position: relative;
	line-height: 36px;
}

#mainnav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 18px 10px 0;
	float: left;
}

#mainnav li:hover {
	background-color: #540a11;
}

#mainnav li ul {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 1000;
	margin: 0;
	width: 230px;
	background-image: url(../images/drop-trans-bg.png);
	border-left: none;	
}

#mainnav li:hover ul {
	display: block;
}

#mainnav li ul li {
	width: 230px;
		font-size: 14px;
	line-height: 36px;
	border: none;
}

#mainnav li.contact_us ul {
	width: 110px;
}

#mainnav li ul li.about_us {
	width: 110px;
}

#mainnav li ul li.about_us a {
	width: 90px;
}

#mainnav li ul li a {
	width: 210px;
	font-weight: normal;
	font-style: normal;
	padding: 0 10px;
	border: none;
}

#mainnav li ul li a:hover {
		background-color: #8C121C;
}

#subnav {

}


ul#subnav {
	padding-left: 0px;
	border-bottom: 2px solid #8c121c;
}

#subnav li {
	list-style-image: none;
	list-style-type: none;
	font-size: 18px;
	color: #8d8d8d;
	list-style-position: inside;
}
	
#subnav li a {
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background-color: #8c121c;
	font-weight: bold;
	color: #fff;
}

#subnav ul {
	padding-left: 0;
	margin: 0;
}

#subnav li li {
	font-size: 12px;
	list-style-position: outside;
}

#subnav li li a {
	background-color: #f1f1f1;
	color: #003971;
	
}

#subnav li li a:hover {
	background-color: #e3e3e3;
	text-decoration: underline;
}

#subnav li li li a {
	padding-left: 24px;
	font-weight: normal;
	font-style: normal;
}

/* @group Breadcrumbs */
#breadcrumbs {
	border-bottom: 1px solid #c7c7c7;
	padding-top: 9px;
	background: #d6d6d6;
	clear: both;
}

#breadcrumbs p {
	margin: 0px 0 6px 12px;
	color: #333;
}

#breadcrumbs a {
	text-decoration: none;
	color: #1e4a95;
}

/* @end */
/* @end */

/* @group Main */

#carosel {
	width: 700px;
	height: 260px;
	background: #333;
	margin: 10px;
	padding-top: 40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#sub2 {
	padding: 18px 0px;
}

#sub6 {
	padding: 18px 18px 0 0;
}

#sub6 h2 {
	color: #8c121c;
	border-bottom: 1px solid #8d8d8d;
}

ul.doc-list li {
	list-style-type: none;
	color: #8d8d8d;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 9px;
	background: url(../../../assets/icons/document-text.png) no-repeat;
	list-style-position: inside;
}

ul.doc-list li a {
	padding-left: 24px;
}

ul.doc-list li a[href$='.docx'], ul.doc-list li a[href$='.doc']  {
	background: url(../../../assets/icons/document-word.png) no-repeat;
}




/* @group Slider */
#slider {
  width: 690px;
  padding: 5px;
  margin: 5px;
  position: relative;
  border: 1px solid #999;
}

.scroll {
  height: 260px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

#scrollwrap div.panel {
  padding: 20px;
  height: 260px;
  width: 650px; /* change to 560px if not using JS to remove rh.scroll */
}	

#scrollwrap h2 {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}

#scrollwrap p {
	color: #fff;
	width: 350px;
}

	

a.morelink {
	background: url(../images/findoutmore-button.png) no-repeat right top;
	padding-right: 16px;
	margin: 0;
	display: block;
	float: left;
	width: auto;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	text-decoration: none;
	color: #003971;
}
a.morelink b {
	height: 24px;
	float: left;
	padding: 6px;
	background: url(../images/findoutmore-button.png) no-repeat -4px top;
	line-height: 24px;
}

a.morelink:hover {
	color: #1769b2;
}

/* Navigation */

ul#panel-navigation {
	margin: 0;
	padding: 0;
	overflow: hidden;
			background: #2a2a2a url(../images/slider-nav-bg.gif) repeat-x;

}

#panel-navigation li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	font-size: 14px;
	width: 24%;
	text-align: center;
}

#panel-navigation li a {
	overflow: hidden;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #fff;
	/*background-color: #8c121c;*/
	padding: 12px 18px;
		background: #2a2a2a url(../images/slider-nav-bg.gif) repeat-x;
}

#panel-navigation li a:hover {
	background: #626262 url(../images/slider-nav-bg-hover.gif) repeat-x;
}

#panel-navigation li.active {
	border-top: 2px solid #003971;
}


/*#panel-navigation li a.active {
	border-right: 1px solid #2a2a2a;	
	background: #003971;
	color: #fff;
}*/ 

div#panel1.panel {
	background: #003971 url(../images/healthy.png) no-repeat right top;
}

div#panel2.panel {
	background: #003971 url(../images/explained.png) no-repeat right top;
}

div#panel3.panel {
	background: #003971 url(../images/ecenter_carousel.png) no-repeat right top;
}


div#panel4.panel {
	background: #003971 url(../images/twitter.png) no-repeat right top;
}

/* @end */

div#dyk {
	width: 200px;
	padding-bottom: 18px;
	background: url(../images/dyk_head.gif) no-repeat 0 top;
}

div#dyk h2 {
	color: #fff;
	height: 120px;
	text-indent: -9999px;
}

div#dyk p {
	font-size: 14px;
	line-height: 20px;
	margin: 16px;
}

div#dykfoot {
	background: url(../images/dyk_foot.gif) no-repeat 0 bottom;
	padding-bottom: 10px;
}

#toolsresources {
	width: 200px;
	background-image: url(../images/toolsandresources.png);
	height: 221px;
	margin-top: 18px;
}

#toolsresources h2 {
	height: 140px;
	text-indent: -9999px;
}

#toolsresources select.mySelect {
	margin: 10px;
}

object {
	z-index: 1;
}

embed {
	z-index: 2;
}

div.post {
	padding: 18px 80px 8px 9px;
	border-bottom: 1px solid #c7c7c7;
}

div.post h2 {
	font-size: 15px;
	margin-bottom: 6px;
}

div.post h2 a {
	text-decoration: none;
}

div.post h2 a:hover {
	text-decoration: underline;
}

div.post p.postdate {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 9px;
	color: #8d8d8d;
}

div.downloads-list {
	overflow: hidden;
	margin-bottom: 18px;
}

div.dl-item {
	width: 300px;
	padding: 9px;
	margin: 0 8px 8px 0; 
	float: left;
	min-height: 200px;
	border: solid 1px #eee;
}

div.code-sample {
	width: 280px;
	height: 30px;
	padding: 6px;
	background: #eee;
	overflow: scroll;
	border: 1px solid #aeadae;
	white-space: pre;
}

ul.pages li {
	display: inline;
	font-size: 17px;
}

/* @end */

/* @group Images */


img.left {
	margin: 0 18px 18px 0;
}

img.right {
	margin: 0 0 18px 18px;
}

.left {
	float: left;	
}

.right {
	float: right;
}



/* @end */

/* @group Footer */
#footer p {
	margin-bottom: 0;
}

#footerContent {
	padding: 18px;
	overflow: hidden;
	background: #d6d6d6;
	border-top: 1px solid #c7c7c7;
}

#footerContent h2 {
	font-weight: bold;
	color: #003971;
}

#footer a {
	color: #545454;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#connect-share {
	width: 230px;
	float: left;
}

#connect-share ul, #contact-us ul {
	padding: 0;
	margin: 0 0 18px;
}

#connect-share li, #contact-us li {
	list-style-type: none;
	font-size: 16px;
	line-height: 40px;
}

#connect-share li a, #contact-us li a {
	display: block;
	height: 40px;
	width: 180px;
	padding-left: 46px;
}

#contact-us ul.assistance {
	margin-left: 9px;
}

#contact-us ul.assistance li{
	font-size: 12px;
	line-height: 18px;
	color: #545454;
}

#connect-share li a:hover, #contact-us li a:hover {
}

#twitter-link {
	background: url(../images/twitter-icon.png) no-repeat 6px center;
}

#facebook-link {
	background: url(../images/facebook.png) no-repeat 6px center;
}

#flickr-link {
	background: url(../images/flickr.png) no-repeat 6px center;
}

#youtube-link {
	background: url(../images/youtube.png) no-repeat 6px center;
}

#message-link {
	background: url(../images/mail.png) no-repeat 6px center;
}

#jobs-link {
	background: url(../images/jobs-link.png) no-repeat 6px center;
}

#contact-us {
	width: 230px;
	float: left;
}

#translate {
	width: 230px;
	float: left;
}

#badges {
	width: 224px;
	float: left;
}

a#pb-prolific {
float: right;
margin-top: 16px;
margin-right: 18px;
}

p#siteLinks {
	padding: 18px;
	color: #717171;
		font-size: 12px;
	line-height: 18px;
}

p#siteLinks a {
	color: #fff;
}

/* @end */

form#qac-finder {
	margin: 0 18px 18px 0;
	color: #fff;
	padding: 136px 10px 20px;
	background: url(../images/finder-bg.png) no-repeat;
}

form#qac-finder h2 {
display: none;
}

form#qac-finder label {
	margin-left: 8px;
}
form#qac-finder p {
	color: #fff;
	font-weight: bold;
	margin: 0 8px 0 4px;
}

input#zipSearch {
	margin: 10px;
	width: 60px;
}

.twtr-widget {
	margin-bottom: 36px;
}

.twtr-widget h3{
	color: #fff !important;
}

/* @group Forms */
#simpleForm div.text, #simpleForm div.textarea {
	padding: 6px 0;
}

#login-box {
	width: 240px;
	padding: 10px;
	float: right;
	background: #003971;
	color: #fff;
	margin-left: 18px;
}

#login-box h2 {
	color: #fff;
}

#login-box label.text {
	width: 70px;
	float: left;
	display: block;
}

#login-box input.text {
	width: 160px;
	display: block;
}

p#register-trigger {
	text-decoration: underline;
	color: #003971;
	cursor: pointer;
}
div#register-form {
	border: solid #333 1px;
	padding: 10px;
}

/* @end */

/* @group Calendar */
div#weekcal {
	width: 480px;
	float: left;
	border: solid 1px #e3e3e3;
	margin-bottom: 18px;
}

#weekcal h2 {
	margin-bottom: 9px;
	font-weight: normal;
	font-style: normal;
	color: #2a2a2a;
}

#weekcal h2 strong {

}

#weekcal .event {
	border-top: 1px solid #eee;
	padding: 9px;
}

#weekcal-nav {
	padding: 4px 9px;
	position: relative;
	border-top: 1px solid #eee;

	height: 20px;
	margin-bottom: 0;
	background-color: #e3e3e3;
}

#weekcal-nav .previous {
	position: absolute;
	left: 9px;
	top: 4px;
}

#weekcal-nav .next {
	position: absolute;
	right: 9px;
	top: 4px;
}

h3.sorry {
	font-weight: normal;
	font-style: normal;
	color: #8c121c;
	margin: 36px 18px;
}

ul.event-list {
	padding: 0;
}

ul.event-list li {
	list-style-type: none;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

ul.event-list li strong {
	color: #383838;
}


div.loc-point_small {
	width: 45px;
	text-align: center;
	float: left;
	padding: 5px;
	background-color: #002141;
}

div.loc-point {
	width: 45px;
	text-align: center;
	float: left;
	padding: 5px;
	background-color: #002141;
}

div.loc-point.ELCO, div.loc-point_small.ELCO, .ELCO {
	background-color: #6f9;
}

div.loc-point.LARCC, div.loc-point_small.LARCC, .LARCC {
	background-color: #f9a11c;
}
 	 
div.loc-point.public, div.loc-point_small.public, .public {
	background-color: #fffa00;
}

div.loc-point.Partners, div.loc-point_small.Partners, .Partners {
	background-color: #d175ff;
}

div.loc-point.misc {
	background-color: #efefef;
}

div.event-date {
	width: 45px;
	text-align: center;
	float: left;
	padding: 5px;
	background-color: #002141;
}

div.event-date.lco_openings, .lco_openings {
	background-color: #6f9;
}

div.event-date.census_markers, .census_markers {
	background-color: #f9a11c;
}

div.event-date.qac_openings, .qac_openings {
	background-color: #fffa00;
}

div.event-date.event_training, .event_training {
	background-color: #8C121C;
}

div.event-date.training, .training {
	background-color: #8C121C;
}

div.event-date.misc,.misc {
	background-color: #efefef;
}

div.event-date.ccc_meetings, .ccc_meetings {
	background-color: #69f;
}

div.event-date.ccc_events, .ccc_events {
	background-color: #d175ff;
}

div.event-date p {
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
}

div.event-date p strong {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 18px;
}

div.event-info {
	margin-left: 65px;
}

div.event-info h3 {
	font-size: 14px;
}


#chooseCalendar {
	float: left;
	background-color: #e3e3e3;
	width: 178px;
	margin-top: 12px;
}

#chooseCalendar h3 {
	padding: 4px;
}

#chooseCalendar ul {
	margin: 0;
	padding: 0;
}

#chooseCalendar li {
	list-style-image: none;
	list-style-type: none;
	padding: 6px;
}

#chooseCalendar li div {
	width: 12px;
	height: 12px;
	border: 1px solid #fff; 
	float: left;
	margin-right: 4px;	
}

#chooseCalendar li.active {
	background: #fff;
	position: relative;
	left: -6px;
	font-weight: bold;
	padding-left: 12px;
	font-size: 14px;
}



/* @end */

/* @group Document Icons */

a.docx, a.doc {
	background: url(../../../assets/icons/document_word.png) no-repeat left center;
}

a.pdf {
	background: url(../../../assets/icons/document_pdf.png) no-repeat left center;
}

/*Large Icons*/
div.doc-item {
	padding: 9px 40px;
	border-bottom: 1px solid #999;
	background: url(../images/icons/doc-plain.gif) no-repeat 0 12px;
}
div.doc-item.docx, div.doc-item.doc {
	background-image: url(../images/icons/doc-word.gif);
}

a.doc-dl {
	background: #003971;
	padding: 2px 4px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 36px;
	text-decoration: none;
}

a.doc-dl:hover {
	background-color: #1e4a95;
	text-decoration: underline;
}

div.doc-item.pdf {
	background-image: url(../images/icons/doc-pdf.gif);
}

div.doc-item.xls, div.doc-item.xlsx {
	background-image: url(../images/icons/doc-xls.gif);
}

div.doc-item.jpg {
	background-image: url(../images/icons/doc-jpg.gif);
}

div.doc-item.zip {
	background-image: url(../images/icons/doc-zip.gif);
}
/* @end */

/* @group FAQs */
ul.faq-qs {
	padding-bottom: 18px;
	border-bottom: solid 1px #e3e3e3;
}

ul.faq-qs li {
	font-size: 14px;
	line-height: 18px;
	list-style-position: outside;
	margin-bottom: 9px;
	list-style-type: circle;
	color: #8d8d8d;
}


/* @end */

ul.video-list {
	overflow: hidden;
	padding: 0;
}

ul.video-list li {
	list-style-type: none;
	width: 110px;
	height: 180px;
	float: left;
	margin-right: 10px;
}

ul.video-list li h3 {
	margin: 5px;
	font-size: 12px;
	line-height: 16px;
}

ul.video-list li a {
	text-decoration: none;
}

ul.video-list li a:hover {
	text-decoration: underline;
}

ul.video-list div.video-thumb {
	width: 100px;
	height: 80px;
	padding: 5px;
	background-color: #e3e3e3;
}

div.video-thumb img {
	width: 100px;
	height: 80px;
	background: #fff;
}

#viewer-area {
display: none;
}

#editTitle input {
	width: 90%;
	color: #8c121c;
	font: bold 36px Arial, Helvetica, Geneva, sans-serif;
}

#sitemap li {
	font-size: 18px;
	font-weight: bold;
	color: #7f7f7f;
	list-style-type: none;
	margin-bottom: 18px;
}

#sitemap ul {
	margin-top: 9px;
}

#sitemap li li {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	list-style-type: disc;
}

#sitemap li li li {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
}

table.school-results {
	width: 560px;
	border-top: 2px solid #545454;
	margin-top: 18px;
}

table.school-results td {
	padding: 6px 3px;
	border-bottom: 1px solid #d6d6d6;
}

tr.county-total td {
	border-top: solid 2px #545454;
	border-bottom: none;
	font-weight: bold;
}

/* jQuery Countdown styles 1.5.5. */
#countdownTimer {
	margin-bottom: 18px;
	border: solid 3px #8c121c;
	width: 204px;
	background: #8c121c;
}

#countdownTimer h2 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#countdownTimer h2 strong {
	font-size: 20px;
}

#countdown {
	padding: 5px;
	overflow: hidden;
	background-color: #fff;
	color: #8c121c;
	font-weight: bold;
}

.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}


#LocationLegend {

	float: right;
	background-color: #e3e3e3;
	width: 178px;
	margin-top: 12px;
}
