body{
	text-align:center;
	margin:auto;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	/*font-family:Tahoma, Geneva, sans-serif;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-family:Verdana, Verdana, Geneva, sans-serif;*/
	color: #333;
	padding:20px;
}
hr{
	margin:20px 0;
	color:#FFFFFF;
	border-style:none;
	border-top:1px dotted #AAAAAA;
	height:0px;
	background-color:transparent;
	width:100%;
	text-align:left;
}
img{
	border:none;
}
.clear{
	clear:both;
}
h1,h2,h3{
	font-weight:normal;
}

a{
	color:#4A9E0D;
	color:#314987;
	color:#3359BB;
}
a:hover{
	text-decoration: underline !important;
}
/* -------------------------HEADER------------------------------------*/
#topBar{
	margin:-20px;
	margin-bottom:20px;
	height: 25px;
	line-height:25px;
	background:#770F10;
	color:white;
	font-size:12px;
	border-bottom:1px solid #6f0f10;
	box-shadow:0 1px 5px 1px rgba(0,0,0,.4);
}
#topBar a{
	color:inherit;
}

/* -------------------------HEADER------------------------------------*/
div#header{
	text-align:left;
	position:relative;
	width:877px;
	margin:auto;
	margin-bottom:20px;
}
	div#header img{
		width:175px;
		height:85px; 
	}
	/* -----------------------LOGIN FORM------------------------------*/
	#header form{
		position:absolute;
		top:10px;
		right:0;
	}
	#header form input{
		width:150px;
		font-size:16px;
		-webkit-appearance:searchfield;
	}
	#header form button{
		width:22px;
		height:22px;
		background: url('/common/images/buttons/submit_arrow_small.png') no-repeat;
		border:none;
		margin:0 5px;
	}
	#header form a.logout{
		color:#770F10;
		font-size:12px;
		text-decoration:none;
		margin:0 10px;
	}
	/* ------------------------NAVBAR---------------------------------*/
	ul#navbar{
		position:absolute;
		bottom:7px;
		right:0;
		list-style:none;
		margin:0;
		padding:0;
		height:32px;
		width:685px;
	}
	ul#navbar li{
		display:inline;
		float:left;
		width:127px;
		height:32px;
		margin:0;
		margin-left:10px;
		padding:0;
	}
	ul#navbar li a{
		display:block;
		height:32px;
		width:127px;
		background:url('/images/navbar.png') no-repeat;
		opacity:1 !important;
		margin:0 !important;
	}
	ul#navbar li a.how-it-works{ background-position: 0 0; }
	ul#navbar li a.how-it-works:hover{ background-position: 0 -32px; }
	ul#navbar li a.how-it-works:active, ul#navbar li.active a.how-it-works{ background-position: 0 -64px !important; }
	ul#navbar li a.pricing{ background-position: -127px 0; }
	ul#navbar li a.pricing:hover{ background-position: -127px -32px; }
	ul#navbar li a.pricing:active, ul#navbar li.active a.pricing{ background-position: -127px -64px !important; }
	ul#navbar li a.why-use-gv{ background-position: -254px 0; }
	ul#navbar li a.why-use-gv:hover{ background-position: -254px -32px; }
	ul#navbar li a.why-use-gv:active, ul#navbar li.active a.why-use-gv{ background-position: -254px -64px !important;}
	ul#navbar li a.help{ background-position: -381px 0; }
	ul#navbar li a.help:hover{ background-position: -381px -32px; }
	ul#navbar li a.help:active, ul#navbar li.active a.help{ background-position: -381px -64px !important; }
	ul#navbar li a.signup{ background-position: -508px 0; }
	ul#navbar li a.signup:hover{ background-position: -508px -32px; }
	ul#navbar li a.signup:active, ul#navbar li.active a.signup{ background-position: -508px -64px !important; }


/* -------------------------------------------------------------------*/

div#footer{
	width:872px;
	clear:both;
	margin:auto;
	margin-top:40px;
	padding-top:20px;
	border-top:1px dotted #ccc;
	font-size:12px;
	color: #666;
}
div#footer div{
	margin-bottom:5px;
}
div#footer a{
	color: #666;
}


/* -------------------------------------------------------------------*/
div#content{
	text-align:left;
	position:relative;
	width:872px;
	margin:auto;
	margin-top:30px;
}

fieldset.box{
	border:1px solid #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:10px;
	margin-bottom:10px;
}
a.signup, button.signup{
	display:inline-block;
	border:none;
	width:113px;
	height: 30px;
	background: url('/common/images/buttons/signup.png');
	opacity:0.9;
	vertical-align:middle;
	cursor:pointer;
}
a.signup:hover, button.signup:hover{
	opacity:1;
}





/* -------------------------------------------------------------------*/
div#slideshow{
	width:872px;
	height:352px;
}
div#slideshow img{
	position:absolute;
	-webkit-transition: opacity 1500ms ease-out;
	-moz-transition: opacity 1500ms ease-out;
}


/* -------------------------------------------------------------------*/
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
a.basic, button.basic, a.basic_green, button.basic_green{
	overflow: visible;
	display:inline-block;
	height:30px;
	font-size:14px;
	font-weight:normal;
	color:white;
	background:url('/common/images/buttons/blue_right.png') no-repeat right; 
	text-shadow: rgba(0,0,0,0.3) -1px -1px 1px;
	cursor:pointer;
	margin:5px 10px 5px 0;
	padding:0;
	padding-right:6px;
	text-decoration:none;
	border:0;
	
}
a.basic b, button.basic b, a.basic_green b, button.basic_green b{
	color:#facd7e;
}
a.basic span, button.basic span, a.basic_green span, button.basic_green span{
	position:relative;
	white-space:nowrap; 
	display:block;
	line-height:30px;
	height:30px;
	margin:0;
	padding:0 10px;
	background:url('/common/images/buttons/blue_left.png') no-repeat 0 0;
	width:auto;
	_display:inline-block;
}
a.basic:hover, button.basic:hover, a.basic_green:hover, button.basic_green:hover{
	text-decoration:underline;
}
a.basic_green, button.basic_green{
	background-image:url('/common/images/buttons/green_right.png');
}
a.basic_green span, button.basic_green span{
	background-image:url('/common/images/buttons/green_left.png');
}

a.disabled, button.disabled{
	opacity:.6;
}



/* -------------------------HEADER------------------------------------*/
#region{
	float:right;
	text-align:right;
	margin-top:2px;
}
#region b{
	display:block;
	color:#E69C9D;
	font-size:14px;
	text-transform:uppercase;
}
#region a{
	font-size:12px;
	color: #999;
}
fieldset.region{
	background: url('/common/images/regions/panel_bg.png') no-repeat;
	border:none;
	width:872px;
	padding:10px 0;
	margin:20px 0;
}
fieldset.region a{
	position:relative;
	margin-top:2px;
	margin-right:20px;
}
fieldset.region h3{
	margin: 10px 20px;
	padding-bottom:10px;
	border-bottom:1px dotted #cccccc;
	font-weight:bold;
}
fieldset.region ul{
	list-style:none;
	font-size:12px;
}
fieldset.region ul li{
	float:left;
	width:248px;
	margin-right:20px;
}
fieldset.region div.content{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding-top:1px;
}
fieldset.region div.bottom{
	height:12px;
	background: url('/common/images/regions/panel_bg.png') -872px bottom no-repeat;
}


/* --------------------------HOW-IT-WORKS-------------------------------*/

form#AddressSearch{
	margin:50px 0;
	margin-bottom:65px;
	position:relative;
	background: url('/common/images/access/address_search_bg.png') no-repeat top right;
	height:70px;
	width:auto;
	padding-left:120px;
}
form#AddressSearch img, form#AddressSearch .stand{
	position:absolute;
	top:-20px;
	left:-15px;
	width:128px;
	height:128px;
}
form#AddressSearch .stand{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/globe/globe_stand.png');
}
form#AddressSearch > .stand{
	background:url('/common/images/globe/globe_stand.png');
}
form#AddressSearch input, form#AddressSearch search{
	font-size:24px;
	width:90%;
	margin-top:15px;
	vertical-align:middle;
}
form#AddressSearch select{
	font-size:30px;
	margin-top:15px;
	color:#333;
	max-width:45%;
}
form#AddressSearch.searching img.still{
	visibility:hidden;
}
#AddressSearch button{
	display:inline-block;
	border:none;
	padding:0;
	width:40px;
	height:32px;
	margin-top:15px;
	cursor:pointer;
	vertical-align:middle;
	background:url('/common/images/access/arrow_submit.png') no-repeat center right;
}

/* --------------------------SERVICE POINT-------------------------------*/

#ServicePoint{
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:20px;
}
#ServicePoint h3{
	margin-top:0;
	font-weight:normal;
	color:inherit;
}
#ServicePoint img{
	float:right;
}
#ServicePoint input{
	font-size:24px;
	margin:0 10px;
	width:70px;
}
#ServicePoint a.back{
	display:block;
	color:#777;
	cursor:pointer;
}
#ServicePoint .disclaimer{
	color:#999;
	font-style:italic;
	margin-top:10px;
	font-size:12px;
}
#ServicePoint a.recheck_address{
	display:block;
	margin-bottom:8px;
	font-size:11px;
	cursor:pointer;
}
#ServicePoint  div#service_types{
	margin:20px 0;
}
#ServicePoint  div#service_types a.basic{
	min-width:163px;
	margin:5px;
}
#ServicePoint  div#service_types a.basic span{
	min-width:157px;
}
#ServicePoint  .active a{
	opacity:.6;
}
#ServicePoint  .active a.active{
	opacity:1;
}
#ServicePoint  div.buildings a.basic{
	margin:5px;
	display:block;
	width:500px;
	opacity:.9;
}
#ServicePoint  div.buildings a.basic:hover{
	opacity:1;
}
#ServicePoint h2{
	margin-top:0;
	color:#314987;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}
#ServicePoint ol.locker_steps{
	margin:0;
	font-size:18px;
}
#ServicePoint ol.locker_steps li{
	margin:10px 0;
	font-weight:bold;
}
#ServicePoint ol.locker_steps li div{
	font-weight:normal;
}
#ServicePoint .locker_pin{
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	border-top:1px dotted #ccc;
	margin-top:20px;
	/*color:#314987;*/
}
#ServicePoint .locker_pin a{
	margin:0;
	margin-left:20px;
	vertical-align:middle;
}
#ServicePoint hr{
	width:630px;
}
#ServicePoint #access_buttons{

}
/* -------------------------------------------------------------------*/


#ServicePoint fieldset{
	color:white;
	text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;
	border:none;
	width:630px;
	background:url('/common/images/access/bubble_green_bottom.png') no-repeat left bottom;
	padding:0;
	padding-bottom:1px;
	margin-bottom:10px;
}
#ServicePoint fieldset h3{
	font-weight: bold;
	margin:0;
	margin-bottom:5px;
}
#ServicePoint fieldset div.content{
	display: block;
	padding:10px 20px;
	padding-left:82px;
	background:url('/common/images/access/bubble_green_content.png') no-repeat left top;
	/*height:56px;*/
	vertical-align: middle;
	margin-bottom:9px;
	font-size:14px;
}
#ServicePoint fieldset div.content div{
	margin: 4px 0;
}
#ServicePoint fieldset.notes{
	text-shadow: none;
	color:#fff;
	width:630px;
	background-image: url('/common/images/access/bubble_yellow_bottom.png');
}
#ServicePoint fieldset.notes div.content{
	background-image: url('/common/images/access/bubble_yellow_content2.png');
}
#ServicePoint fieldset.error{
	/*width:830px;*/
	background-image: url('/common/images/access/bubble_red_bottom_short.png');
}
#ServicePoint fieldset.error div.content{
	background-image: url('/common/images/access/bubble_red_content_short.png');
}


/*--------------------------------------------------------------------*/
ul.entries{
	list-style:none;
	position:relative;
	border:1px solid white; /* IE6 needs this :( */
	padding-left:0px;
}
html>body ul.entries{
	border:none;
}
ul.entries li{
	margin:10px 0;
	padding:5px 0;
	text-align:left;
	padding-left:150px;
}
ul.entries li label{
	text-align:left;
	display:block;
	position:absolute;
	left:2em;
	margin:0;
	color:#666666;
	z-index:10;
	width:110px;
}
li.entry textarea{
	width:300px;
}
ul.wide li{
	padding-left:250px;
}
ul.wide li label{
	width:210px;
}
ul.extrawide li{
	padding-left:350px;
}
ul.extrawide li label{
	width:310px;
}
ul.skinny li{
	padding-left:100px;
}
ul.skinny li label{
	width:60px;
}
ul li label.normal{
	position:static;
	display:inline !important;
	float: none !important;
	width:auto !important;
	
}
ul.entries li.example{
	margin-top:-10px;
	font-size:12px;
	color:#999999;
	font-style:italic;
}
.grey{
	font-weight:bold;
	color:#999999 !important;
}
.label:hover,.entry:hover .label{
	color:#555555 !important;
}
li.entry button.help_button{
	position:absolute;
	z-index:11;
	margin-left:-30px !important;
	vertical-align:middle;
}
li.entry input.text{
	width:200px;
}

/*--------------------------------------------------------------------*/

.help_bubble{
	display:none;
}



/* --------------------PAGINATION ------------------------------------*/

div.pagination{
	margin:20px 0;
	text-align:center;
	width:100%;
}
div.pagination  a{
	padding:2px 5px;
	margin:0 5px;
	border:1px solid #8399D1;
	color:#8399D1;
	text-decoration:none;
}
div.pagination a:hover{
	color: #314987;
	border:1px solid #314987;
}
div.pagination a.current{
	font-weight:bold;
	font-size:14px;
	color: white;
	background-color:#314987;
	border:1px solid #314987;
}



/* --------------------BUBBLE ------------------------------------*/

div#success_bubble, div#error_bubble, div#info_bubble{
	position:relative;
	width:604px;
	margin:15px;
	margin-bottom:45px;
	background:url('/common/images/bubbles/bubble_green_content.png') repeat-y;
	text-align:left;
	font-size:14px;
}

div#success_bubble.center, div#error_bubble.center, div#info_bubble.center{
	margin:15px auto;
	margin-bottom:35px;
}
div#success_bubble .sign, div#error_bubble .sign, div#info_bubble .sign{
	position:absolute;
	top:2px;
	left:15px;
	width:62px;
	background:url('/common/images/bubbles/bubble_green_sign.png') no-repeat left center;
	height:80px;
}
div#success_bubble>.sign, div#error_bubble>.sign, div#info_bubble .sign{
	height:100%;	
}
div#success_bubble .content, div#error_bubble .content, div#info_bubble .content{
	min-height:100px;
	padding:10px;
	padding-bottom:10px;
	padding-left:100px;
	color:white;
	display: table-cell; 
	vertical-align: middle;
}
div#success_bubble>/**/.content, div#error_bubble>/**/.content, div#info_bubble>/**/.content{
	height:80px;
}
* html div#error_bubble .sign{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/bubbles/bubble_red_sign.png');
}
* html div#success_bubble .sign{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/bubbles/bubble_green_sign.png');
}
* html div#info_bubble .sign{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/bubbles/bubble_yellow_sign.png');
}
div#success_bubble h3, div#error_bubble h3, div#info_bubble h3{
	margin:0 0 5px 0;
	color:white !important;
	font-weight:bold;
}
div#success_bubble a, div#error_bubble a, div#info_bubble a{
	color:white;
	text-decoration:underline;
}
#success_bubble ul, #error_bubble ul, #info_bubble ul{
	list-style:disc;
	padding-left:1em;
	font-weight:normal;
	margin:0;
}
#success_bubble ul li, #error_bubble ul li, #info_bubble ul li{
	margin:5px 0;
	padding:0;
}
div#success_bubble .bottom, div#error_bubble .bottom, div#info_bubble .bottom{
	position:absolute;
	bottom:-20px;
	width:100%;
	height:20px;
	background:url('/common/images/bubbles/bubble_green_bottom.png') no-repeat;
}
div#error_bubble{
	background-image:url('/common/images/bubbles/bubble_red_content.png');
}
div#error_bubble .sign{
	background-image:url('/common/images/bubbles/bubble_red_sign.png');
}
div#error_bubble .bottom{
	background-image:url('/common/images/bubbles/bubble_red_bottom.png');
}
div#info_bubble{
	background-image:url('/common/images/bubbles/bubble_yellow_content.png');
}
div#info_bubble .sign{
	background-image:url('/common/images/bubbles/bubble_yellow_sign.png');
}
div#info_bubble .bottom{
	background-image:url('/common/images/bubbles/bubble_yellow_bottom.png');
}

/* -------------------------------------------------------------------*/

form.login{
	width:655px;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:20px;
	padding-top:0;
	margin: auto;
	margin-bottom:10px;
}

