@charset "utf-8";
/* CSS Document */

@import url("reset.css");
/* Color Declaration:
WHITE:		 	#fff
BLACK:			#000
YELLOW: 		#f9d83d 
GREEN:		 	#31850c 
LIGHT GRAY:	 	#bababa
MEDIUM GRAY 1:	#595958
MEDIUM GRAY 2:	#363535
DARK GRAY:		#191919
*/

/*---------------------------------------------------*/
/*--------------------- GLOBALS ---------------------*/
/*---------------------------------------------------*/
div.clear {
	clear:both;
}
#content-inside p a {
	color:#f9d83d;
	text-decoration:none;
	border-bottom:#f9d83d 1px dotted;
}
#content-inside p a:hover {
	color:#f9d83d;
	text-decoration:none;
	border-bottom:0px none;
}
#content-inside p a.img {
	color:#f9d83d;
	text-decoration:none;
	border-bottom:0px none;
}
img.floatleft {
	float:left;	
	margin-right:10px;
}
img.floatright {
	float:right;	
	margin-left:10px;
}

/*---------------------------------------------------*/
/*-------------------- STRUCTURE --------------------*/
/*---------------------------------------------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#0d0d0d center 160px no-repeat;
	font-size:11px;
	color:#FFFFFF;
	width:100%;
	height:100%;
}
div#container {
	width:100%;
	height:100%;
}
div#header {
	background:#191919 url(../img/lvgp_header-back.jpg) bottom repeat-x;
	width:100%;
	height:160px;
}

div#content {
	width:940px;
	margin:20px auto;
	margin-bottom:80px;
}
div#content.up {
	margin-bottom:260px;
}
div#footer {
	float:left;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:9999;
}
div.column-1 {
	float:left;
	position:relative;
	width:300px;
	margin-right:20px;
}
div.column-1.last {
	margin-right:0px;
}
div.column-2 {
	float:left;
	position:relative;
	width:620px;
	margin-right:20px;
}
div.column-2.last {
	margin-right:0px;
}
div.column-3 {
	position:relative;
	width:940px;
}


/*---------------------------------------------------*/
/*--------------------- LAYOUT ----------------------*/
/*---------------------------------------------------*/
/*-- HEADER CONTAINER --*/
div#header_container {
	position:relative;
	width: 940px;
	margin: 0 auto;
}
h1 {
	display:block;
	float:left;
	text-indent:-9999px;
	height:0px;
}
div#logo {	
	display:block;
	float:left;
	width:490px;
	height:130px;	
}
ul#primary-nav {
	display:block;
	float:left;
	width:100%;
	height:30px;
	line-height:31px;
	overflow:hidden;
}
ul#primary-nav li {
	display:inline-block;
	float:left;
	height:30px;
	margin:0;
	padding:0;
	margin-right:18px;
}
ul#primary-nav li a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size:1.4em;
	padding:6px;
	height:18px;
	line-height:16px;
}
ul#primary-nav li a:hover {
	padding:5px 6px;
	border-top:1px #f9d83d solid;
	border-bottom:1px #f9d83d solid;
	color:#31850c;
	background:#f9d83d url(../img/lvgp_primary-nav-back.jpg) repeat-x;
}
ul#primary-nav li.on a {
	padding:5px 6px;
	border-top:1px #f9d83d solid;
	border-bottom:1px #f9d83d solid;
	color:#31850c;
	background:#f9d83d url(../img/lvgp_primary-nav-back.jpg) repeat-x;
}
ul#primary-nav #facebook {
	float:right;
	margin:0px;
	padding:0px;
	line-height:16px;
}
#facebook span {
	float:left;
	line-height:28px;
	margin-right:5px;
}
ul#primary-nav #facebook a {
	float:left;
	display:block;
	font-size:1em;
	padding:0 30px 0 0;
	height:30px;
	line-height:28px;
	background:none;
}
ul#primary-nav #facebook a:hover {
	border:0px none;
	color:#fff;
	text-decoration:underline;
}
	ul#primary-nav #facebook a.facebook-btn {
		background:url(../img/lvgp_facebook.jpg) right center no-repeat;
		margin-right:5px;
	}
	ul#primary-nav #facebook a.youtube-btn {
		background:url(../img/lvgp_youtube.jpg) right center no-repeat;
		margin-right:5px;
	}
	ul#primary-nav #facebook a.blog-btn {
		background:url(../img/lvgp_blog.jpg) right center no-repeat;
		margin-right:5px;
	}
	ul#primary-nav #facebook a.twitter-btn {
		background:url(../img/lvgp_twitter.jpg) right center no-repeat;
		margin-right:5px;
	}
ul#secondary-nav {
	position:absolute;
	top:60px;
	right:0px;
	display:block;
	height:20px;
	float:right;
}
ul#secondary-nav li {
	display:inline-block;
	float:left;
	height:20px;
	margin-left:10px;
}
ul#secondary-nav li a {
	display:inline-block;
	color:#bababa;
	text-decoration:none;
	padding:6px;
	height:12px;
	line-height:11px;
}
ul#secondary-nav li a:hover {
	padding:5px;
	border:1px #363535 solid;
	background:url(../img/lvgp_secondary-nav-back.jpg) repeat-x;
}
ul#secondary-nav li.on a {
	padding:5px;
	border:1px #363535 solid;
	background:url(../img/lvgp_secondary-nav-back.jpg) repeat-x;
	color:#f9d83d;
}

/*-- CONTENT BOX --*/
div#content-container {
	display:block;
	background:#191919;
	width:600px;
}
div#content-inside {
	clear:both;
	padding:10px;
}
div.column-2 div.content-box {
	display:block;
	position:relative;
	background:#191919 url(../img/lvgp_picture-box-back.jpg) repeat-x;
	width:600px;
	padding:10px;
}
div.content-box p {
	padding:10px 0;
	line-height:1.5em;
	clear:both;
}
div.content-box p.p-blocklist {
	padding:0px;	
}
div.content-box .toggle-content {
	padding:5px 20px;
}

div.content-box ul.bulleted {
	list-style:disc inside;
}
div.content-box ul.bulleted li{
	display:list-item;
	padding-left:10px;
	list-style:disc inside;
	float:none;
	border:none;
	line-height:1.5em;
}

div.content-box ol.numbered {
	list-style:decimal inside;
}
div.content-box ol.numbered li{
	display:list-item;
	list-style:decimal inside;
	float:none;
	border:none;
	line-height:1.5em;
}
div.content-box div.block-list-item{
	display:block;
	margin:10px;
	padding:10px;
	float:left;
	position:relative;
	width:250px;
	border:none;
	line-height:1.5em;
	background:#111;
	clear:none;
}
div.block-list-item table th,div.block-list-item table {
	margin-top:5px;
	width:100%;
}
div.block-list-item table th,div.block-list-item table td {
	padding:2px 10px;
	border:1px dotted #333;
	text-align:left;
}
h4 span{
	font-size:.7em;
	font-weight:normal;
	font-style:normal;
	border-left:1px #363535 solid;
	padding-left:7px;
	margin-left:5px;
}

/*-- PICTURE BOX --*/
div.picture-box {
	display:block;
	position:relative;
	background:#191919 url(../img/lvgp_picture-box-back.jpg) repeat-x;
	width:300px;
	height:360px;
	cursor:pointer;
}
div.picture-box a {
	color:#FFFFFF;
	text-decoration:none;
}
div.picture-box a:hover {
	color:#f9d83d;
}
div.picture-box a:hover img {	
	filter:alpha(opacity=100);
	opacity: 1;
}
div.picture-box img {
	position:absolute;
	top:0px;
	float:left;
	margin:10px;
	filter:alpha(opacity=90);
	opacity: 0.9;
}
div.picture-box p {
	font-size:1.1em;
	text-align:justify;
	position:absolute;
	top:305px;
	margin-left:25px;
	float:left;
	display:block;
	width:250px;
	z-index:100;
	cursor:pointer;
	line-height:1.3em;
}

/*-- COLLAPSABLE BOX --*/
h4 {
	font-size:1.2em;
	color:#f9d83d;
	line-height:1.3em;
	font-weight:normal;
	font-style:normal;
}
h5 {
	font-size:1.4em;
	color:#fff;
	line-height:1.5em;
	font-weight:normal;
	font-style:normal;	
	text-decoration:none;
}
h6 {
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	width:100%;
	height:34px;
}
h6.sIFR-replaced {
	padding-top:8px;
}
h6 a{
	display:block;
	color:#f9d83d;
	width:auto;
	font-size:1.5em;
	line-height:30px;
	height:34px;
	text-decoration:none;
	padding-left:10px;
}
div.collapse-box {
	display:block;
	float:left;
	margin-top:20px;
	background:#191919 url(../img/lvgp_collapse-box-back.jpg) repeat-x;
	width:300px;
}
div.column-2 div.collapse-box {
	width:620px;
}
	.toggle-button {
		display:block;
		width:auto;
		height:34px;
		clear:both;
		background:url(../img/lvgp_collapse-box-toggle-plus.jpg) no-repeat 272px 8px;
		cursor:pointer;
	}
	div.column-2 .toggle-button {
		background:url(../img/lvgp_collapse-box-toggle-plus.jpg) no-repeat 592px 8px;
	}
	.toggle-button.expanded {	
		background:url(../img/lvgp_collapse-box-toggle-minus.jpg) no-repeat 272px 8px;
	}
	div.column-2 .toggle-button.expanded {
		background:url(../img/lvgp_collapse-box-toggle-minus.jpg) no-repeat 592px 8px;
	}
	.toggle-content {
		display:block;
		position:relative;
		overflow:hidden;
	}
	.toggle-content li{
		display:block;
		position:relative;
		border-bottom:#000 solid 1px;
		clear:both;
	}
	.toggle-content li a{
		color:#bababa;
		display:block;	
		position:relative;
		text-decoration:none;
		font-style:italic;
		line-height:1.2em;
		padding:10px 5px 10px 15px;	
		width:278px;
	}
	.toggle-content li a:hover {
		background:url(../img/lvgp_toggle-content-back.jpg) bottom center no-repeat;
	}
	.toggle-content li.announcement-list{
		color:#bababa;
		display:block;	
		position:relative;
		text-decoration:none;
		font-style:italic;
		line-height:1.2em;
		padding:10px 5px 10px 15px;	
		width:278px;
	}
	.toggle-content li.announcement-list:hover {
		background:url(../img/lvgp_toggle-content-back.jpg) bottom center no-repeat;
	}
	.toggle-content li.announcement-list a{
		display:inline;	
		position:relative;
		text-decoration:none;
		font-style:italic;
		line-height:1.2em;
		padding:0px;
		width:auto;
		color:#f9d83d;
		text-decoration:none;
		border-bottom:#f9d83d 1px dotted;
	}
	.toggle-content li.announcement-list a:hover {
		background:none;color:#f9d83d;
		text-decoration:none;
		border-bottom:0px none;
	}
	.toggle-content li.last {
		border-bottom:none 0px;
	}
	.toggle-content.photo-thumbs, .toggle-content.video-thumbs{
		margin-left:3px;
	}
	.toggle-content.photo-thumbs li, .toggle-content.video-thumbs li{
		float:left;
		display:block;
		position:relative;
		clear:none;
		margin:0 0 10px 9px;
		width:92px;
		height:52px;
		border:0px none;
		cursor:pointer;
		filter:alpha(opacity=75);
		opacity: 0.75;
	}
	.toggle-content.photo-thumbs li, .toggle-content.video-thumbs li img{
		position:relative;
		width:92px;
		height:52px;
		margin-bottom:10px;
		background:#000;
		float:left;
	}
	.toggle-content.photo-thumbs li:hover, .toggle-content.video-thumbs li:hover {
		filter:alpha(opacity=100);
		opacity: 1;
	}
	.toggle-content.video-thumbs li{
		width:294px;
	}
	.toggle-content.video-thumbs div {
		color:#bababa;
		font-style:italic;
		float:left;
		margin-left:5px;
	}
	.toggle-content li.link a{
		display:block;
		position:relative;
		text-decoration:none;
		font-style:italic;
		color:#595958;
		line-height:1em;
	}
	.toggle-content li.link a:hover{
		text-decoration:none;
		color:#f9d83d;
	}
	.toggle-content .side-num {
		font-family:Georgia, "Times New Roman", Times, serif;
		display:block;
		float:left;
		font-size:2.8em;
		line-height:1.2em;
		color:#f9d83d;
		text-align:left;
		margin-right:15px;
		cursor:pointer;
	}
	.toggle-content .side-num.short {
		width:auto;
	}
	.toggle-content .side-num.long {
		width:auto;
	}
	.toggle-content .side-num.sIFR-replaced {
		margin-top:-2px;
		margin-right:5px;
	}
	.toggle-content div#form-wrapper {
		display:block;
		width:auto;
		height:37px;
		padding:5px 0;
	}
	.toggle-content form {
		display:block;
		width:280px;
		height:25px;
		margin:0 auto;
		padding:5px;
		border:1px #000 solid;
	}
	.toggle-content li.input {
		float:left;
		width:200px;
		height:25px;
		clear:none;
		border-bottom:none 0px;
		background:#FFF;
	}
	.toggle-content li.input input{
		border:0px none;
		outline:none;
		background:none;
		padding:0px;
		margin:2px 0 0 2px;
		width:200px;
		font-size:1.5em;
	}
	.toggle-content li.send {
		float:left;
		width:80px;
		height:25px;
		clear:none;
		border-bottom:none 0px;
	}
	
/*-- COLLAPSABLE FOOTER --*/
div#footer #footer-toggle-button {
	display:block;
	position:relative;
	margin:0 auto;
	border-top:#31850c 1px solid;
	border-bottom:#f9d83d 1px solid;
	width:100%;
	height:30px;
	cursor:pointer;
}
div#footer-toggle-button .footer-button {
	position:absolute;
	display:block;
	width:100%;
	height:30px;
	background:url(../img/lvgp_footer-toggle-plus.jpg) center center no-repeat;
}
div#footer-toggle-button.expanded .footer-button {
	background:url(../img/lvgp_footer-toggle-minus.jpg) center center no-repeat;
}
div#footer-toggle-button .footer-back {
	position:absolute;
	display:block;
	width:100%;
	height:30px;
	background:#191919;
	filter:alpha(opacity=75);
    opacity: 0.75;
	text-align:left;
	line-height:30px;
	padding-left:50%;
	text-indent:15px;
}
div#footer #footer-top {
	display:block;
	width:940px;
	margin:0 auto;
}
div#footer.up #footer-top {
	height:180px;
}
div#footer #footer-bottom {
	display:block;
	height:36px;
	width:940px;
	margin:0 auto;
	font-size:.8em;
	line-height:1.4em;
}
div#footer ul {
	position:relative;
	padding-top:5px;
	float:left;
}
div#footer a {
	display:block;
	width:89px;
	height:36px;
	float:right;
}
div#footer #footer-toggle-content {
	width:100%;
	background:#31850c url(../img/lvgp_footer-back.jpg) center 0 no-repeat;
}
div#footer #footer-top {
	position:relative;
	display:block;	
	height:0px;
	overflow:hidden;
}
div#footer {
	display:block;
	margin-top: 50px;
}

/*-- FOOTER BOX --*/
div.footer-box {
	display:block;
	background:#191919 url(../img/lvgp_footer-box-back.jpg) top repeat-x;
	width:280px;
	height:140px;
	margin-top:10px;
	padding:10px;
}
div#footer ul.inside {
	width:280px;
	height:140px;
	overflow:hidden;
	padding-top:0px;
}
div#footer ul a {
	float:left;
	width:280px;
	height:140px;
}
ul.inside li {
	display:block;
	position:absolute;
	width:280px;
	float:left;
}
ul.inside li.image {
	display:inline;
	height:140px;
}
ul.inside li.back {
	background:#000;
	height:30px;
	filter:alpha(opacity=75);
    opacity: 0.75;
	top:110px;
}
ul.inside li.text {
	color:#FFF;
	height:30px;
	line-height:30px;
	text-indent:5px;
	top:110px;
}
ul.inside span {
	font-size:1.5em;
	color:#f9d83d;
	overflow:visible;
}








/*---------------------------------------------------*/
/*------------------ TERTIARY NAV -------------------*/
/*---------------------------------------------------*/
ul.tertiary-nav {
	display:block;
	width:600px;
	border-bottom:1px #363535 solid;
	height:25px;
	font-size:1.1em;
}
ul.tertiary-nav li{
	float:left;
	display:inline-block;
	width:auto;
	height:25px;
}
ul.tertiary-nav li a {
	float:left;
	color:#BABABA;
	text-decoration:none;
	display:block;
	width:auto;
	height:25px;
	line-height:22px;
	text-align:center;
	border:1px #363535 solid;
	border-bottom:0px none;
	border-right:0px none;
	padding:0 12px;
}
ul.tertiary-nav li.last a{
	width:auto;
	border-right:1px #363535 solid;
}
ul.tertiary-nav li a:hover {
	background:url(../img/lvgp_secondary-nav-back.jpg) repeat-x;
}
ul.tertiary-nav li.on a{
	color:#f9d83d;
	font-size:1.2em;
	font-weight:bold;
	background:url(../img/lvgp_secondary-nav-back.jpg) repeat-x;
}
ul.tertiary-nav li.off a{
	color:#363535;
	background:none;
}





/*---------------------------------------------------*/
/*------------------ CALENDAR PAGE ------------------*/
/*---------------------------------------------------*/


/*-- EVENTS LIST and NEWS LIST--*/
h5 span{
	font-size:.8em;
	color:#f9d83d;
	font-weight:normal;
	font-style:normal;
	border-left:1px #363535 solid;
	padding-left:10px;
	margin-left:8px;
}
ul#events-list, ul#news-list {
	margin:0 -10px;
	margin-bottom: -10px;
}
ul#events-list li, ul#news-list li{
	display:block;
	position:relative;
	border-bottom:#000 solid 1px;
	text-decoration:none;
	line-height:1.2em;
	padding:10px 5px 10px 15px;	
	clear:both;
}
ul#events-list li:hover, ul#news-list li:hover{
	background:url(../img/lvgp_toggle-content-back.jpg) bottom left no-repeat;
}
ul#events-list li.last, ul#news-list li.last {
	border-bottom:0px none;
}
ul#events-list .side-num, ul#news-list .side-num {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	float:left;
	font-size:3.3em;
	line-height:1.2em;
	color:#f9d83d;
	text-align:left;
	margin-right:15px;
	width:auto;
}
ul#events-list a, ul#news-list a {
	text-decoration:none;
}
ul#events-list p, ul#news-list p {
	width:500px;
	margin-left:55px;
	color:#CCCCCC;
}
ul#events-list ul.bulleted {
	list-style:disc inside;
	margin-left:55px;
}
ul#events-list ol.numbered {
	list-style:decimal inside;
	margin-left:55px;
}
ul#events-list ul.bulleted li{
	list-style:disc inside;
}
ul#events-list ol.numbered li{
	list-style:decimal inside;
}
ul#events-list ul.bulleted li, ul#events-list ol.numbered li{
	display:list-item;
	float:none;
	border:0px none;
	line-height:1.5em;
	clear:none;
	padding:0px;
	position:inherit;
}
ul#events-list ul.bulleted li:hover, ul#events-list ol.numbered li:hover {
	background:none;	
}

ul#news-list .side-num {
	width:125px;
}
ul#news-list p {
	width:415px;
	margin-left:140px;
	text-decoration:none;
	color:#CCCCCC;
}
p span.img-caption {
	display:block;
	background:#333;
	padding:8px;
	font-size:.8em;
	line-height:1.2em;
	font-style:italic;
}
p span.img-caption p{
	padding:0px;
	clear:none;
}
ul#news-list span.img-caption p{
	margin-left:0px;
	width:auto;
}
ul#news-list p.source {
	text-align:center;
	padding:10px;
	background:#333;
}
ul#news-list a p {
	cursor:pointer;
} 
/*---------------------------------------------------*/
/*-------------------- MEDIA PAGE -------------------*/
/*---------------------------------------------------*/
/* vertical Carousel */

#horizontal_carousel {
	float: left;
	width: 600px;
	height: 340px;
	position: relative;
}

#horizontal_carousel .container {
	float: left;
	width: 600px;
	height: 340px;
	position: relative;    
	overflow: hidden;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 340px;
}                      

#horizontal_carousel ul.carousel_container li {
	width: 600px;
	height: 340px;
	text-align: center; 
	list-style:none;   
	float:left;
	background:#000 url(../img/ajax-loader.gif) center center no-repeat;
}   

#spinner {
	color:#999;
	position: absolute;
	top:0px;
	width: 600px;
	height: 340px;
	z-index: 10;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 150px;
	opacity: 0;
	background:#000 url(../img/ajax-loader.gif) center 140px no-repeat
}
div#horizontal_carousel ul.inside {
	position:absolute;
	width:600px;
	height:30px;
	overflow:hidden;
	padding-top:0px;
	top:310px;
}
div#horizontal_carousel ul.inside li {
	position:absolute;
	display:block;
	width:auto;
	top:0px;
}
div#horizontal_carousel ul.inside li.back {
	position:absolute;
	background:#000;
	width:600px;
	height:30px;
	filter:alpha(opacity=75);
    opacity: 0.75;
}
div#horizontal_carousel ul.inside li.caption {
	color:#FFF;
	height:30px;
	line-height:30px;
	text-indent:10px;
}
div#horizontal_carousel ul.inside li.caption p {
	padding:0px;
	line-height:30px;
	clear:none;
}
div#horizontal_carousel ul.inside li.buttons {
	color:#FFF;
	height:30px;
	line-height:30px;
	text-indent:5px;
	left:500px;
	width:100px;
}
div#horizontal_carousel ul.inside li.buttons div{
	float:left;
	cursor:pointer;
	width:47px;
	text-align:center;
}
div#horizontal_carousel .previous_button_disabled, div#horizontal_carousel .next_button_disabled {
	color:#363535;
}
div#horizontal_carousel .next_button {
	border-left:1px solid #363535;
}
div#horizontal_carousel .container ul img {
	width:600px;
	height:340px;
	background:#000 url(../img/ajax-loader.gif) center center no-repeat;
}


/*------- FORM -------*/

form legend {
	background:transparent url(../img/lvgp_secondary-nav-back.jpg) repeat-x scroll 0 0;
	color:#F9D83D;
	font-size:1.2em;
	font-weight:bold;
	padding:0 10px;
	border:#363535 solid 1px;
	height:20px;
	line-height:20px;
}
form td {
	padding:5px;
	border:0px none;
}
form tr{
	width:auto;
	border:0px none;
}
form td div {
	border:1px #000 solid;
	padding:3px;
	width:auto;
	height:22px;
}
form td label {
	color:#bababa;
	padding-left:3px;
	line-height:1.5em;
	cursor:pointer;
}
form td input {
	display:inline;
	width:260px;
	height:20px;
	border:0px none;
	outline:0px none;
	font-size:1.5em;
	background:#fff;
}
form td.zip input {
	width:166px;
}
form td select {
	height:22px;
	width:80px;
	border:0px none;
	outline:0px none;
	font-size:1.5em;
	background:#fff;
}
form fieldset {
	border:#363535 solid 1px;
	padding:0 10px 10px 10px;
}
form table {
	width:100%;	
	margin-top:10px;
}
form td table {
	margin-top:0px;	
}
form td table td {
	padding:0px;	
}
form td.zip {
	padding-left:5px;	
}
form td input.radio {
	width:20px;
	height:20px;
	background:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
	outline:0px none;
}
form td div#radios {
	padding:5px;
	background:#111;
}
form td div#radios table{
	width:auto;
	float:left;
	margin:0 21px;
	height:100%;
}
form td div#radios table td {
	vertical-align:middle;
}

form td div#comment-area {
	height:auto;	
}
form td textarea {
	border:0px none;
	outline:0px none;
	width:100%;
	height:100px;
	resize:none; 
	font-size:1.5em;
	font-family:inherit;
}
form .contact-button {
	margin:5px 0px 5px 10px;
}
#contact-dialog {
	line-height:1.2em;
	margin:10px 5px 5px 5px;
	padding:5px;
	color:#f9d83d;
	background:#31850c;
	text-align:center;
	font-style:italic;
}

/*------- NEWSLETTER -------*/
#newsletter-dialog {
	line-height:1.2em;
	margin:0 5px 5px 5px;
	padding:5px;
	color:#f9d83d;
	background:#31850c;
	text-align:center;
	font-style:italic;
}
.hide-init {
	display:none;
}

/*------- GOOGLE MAPS -------*/
#map_canvas {
	color:#000;
	font-size:1em;
	line-height:1.3em;
	overflow:hidden;
}
#map_canvas b {
	font-size:1.2em;
}