/********** Begin aux_header **********/
body{
	height: 100%;
	margin: 0;
	padding: 0;
}

div#header{
	background-image: url('/images/header/bg_header.png');
	height: 130px;
}

/* Top Nav Bar **********************/
div#top_nav_container{
	height: 35px;
	width: 100%;
	background-image: url('/images/header/bg_top_bar.png');
}

div#top_nav_shadow_container{
	height: 22px;
	width: 100%;
	background-image: url('/images/header/bg_top_bar_shadow.png');
}

div#top_nav{
	width: 960px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

div.top_nav_start_button{
	height: 35px;
	border-right: 1px solid #21526d;
}

div.top_nav_end_button{
	height: 35px;
	border-left: 1px solid #0d334f;
}

a.top_nav_button{
	text-decoration: none;
	display: block;
	height: 24px;
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #0d334f;
	border-right: 1px solid #21526d;
	color: #e7e7e7;
	font: normal 11px/1 Verdana, sans-serif;
}

a.top_nav_button:hover{
	cursor: pointer;
	background-image: url('/images/header/bg_top_nav_button.png');
	text-decoration: none;
}

/* Login Form & Logo **********************/
div#logo_login{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	margin-top: -5px;
}

a#logo{
	width: 80px;
	height: 80px;
	background-image: url('/images/header/ul_logo.png');
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	float: left;
}

div#login{
	float: right;
	text-align: right;
	width: 322px;
	font: normal 9px/1 "Verdana", sans-serif;
	color: #4e8abe;
	margin-top: 1px;
}

div#login_input_container{
	float: left;
}

input.login{
	color: #777;
	height: 19px;
	width: 110px;
	border: 1px solid #dedede;
	border-radius: 6px;
	/*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;*/
	padding-left: 10px;
	margin-right: 10px;
	box-shadow: inset 0 1px 0px 0px #b3b3b3;
	background: #fff;
	font-size: 9px;
}

div#header_support_number{
	margin-top: 5px;
}

div#login_form{
	margin-top: 8px;
	height: 23px;
	line-height: 1;
}

div#login_links{
	margin-top: 8px;
	text-align: left;
}

div#login_links a{
	color: #4e8abe;
	text-decoration: none;
}

div#login_links a:hover{
	text-decoration: underline;
}

button#login_button{
	width: 50px;
	font-size: 9px;
	margin-top: 2px;
	padding: 4px 0 5px 0;
}

button#login_button:active{
	padding: 5px 0 4px 0;
}


/********** End aux_header ************/

/********** Begin common_aux_pages **********/
html{
	height: 100%;
}

body{
	background: url('/images/header/bg_header.png');
	height: 100%;
}

div#container{
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	margin-bottom: -188px;
}

div#page_container{
	padding-left: 37px;
	padding-right: 37px;
	width: 886px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

div#breadcrumb_trail{
	height: 18px;
	width: 960px;
	color: #3d3d3d;
	font: 14px Verdana;
	margin-bottom: 15px;
	text-shadow: 0px 1px 1px #bbbbbb;
}

div#breadcrumb_trail #box{
	height: 12px;
	width: 12px;
	background-color: #1cb6e7;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 1px #bbbbbb;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

div#page_title{
	height: 30px;
	color: #3d3d3d;
	font: normal 30px/1 "Oswald", Verdana, sans-serif;
	margin-top: 15px;
	text-shadow: 0px 1px 1px #bbbbbb;
}

div#page_sub_title{
	color: #4e8abe;
	font: normal 11px/1 Verdana, sans-serif;
	margin-top: 10px;
	margin-left: 3px;
}

#page_sub_title a{
	color: #4e8abe;
	text-decoration: none;
}

#page_sub_title a:hover{
	text-decoration: underline;
}

div.page_info_blurb{
	margin-top: 30px;
	color: #3d3d3d;
	font: 16px "Lora", serif;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px #dddddd;
}

.product_sample{
	width: 160px;
	text-shadow: 0px 1px rgba(255, 255, 255, 1);
	cursor: pointer;
}

.product_sample:hover{
	text-decoration: underline;
	text-shadow: 0px 1px rgba(255, 255, 255, 0);
}

.product_sample .sample_label{
	font: normal 16px/1.0 "Oswald", sans-serif;
	padding-top: 2px;
}

.product_sample .sample_label a{
	color: #000000;
	text-decoration: none;
}

.product_sample .sample_label a:hover{
	text-decoration: underline;
}

.product_sample .sample_image {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 5px;
}

.product_sample .sample_image_gis{
	background-image: url('/images/icons/gis.png');
}

.sample_image_vmm{
	background-image: url('/images/icons/vmm_or_wrg.png');
}

.product_sample .sample_image_wrg{
	background-image: url('/images/icons/vmm_or_wrg.png');
}

.product_sample .sample_image_report{
	background-image: url('/images/icons/report.png');
}

div#page_content_outer_border{
	margin-top: 20px;
	position: relative;
	width: 896px;
	background-color: #fdfdfd;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
}

div#page_content{
	width: 844px;
	border: 1px solid #d8d8d8;
	background-color: #ebebeb;
	padding: 25px;
	font: 12px "Lora", serif;
}

.page_info_blurb a{
	color: #4e8abe;
	text-decoration: none;
}

.page_info_blurb a:hover{
	text-decoration: underline;
}


/********** End common_aux_pages ************/

/********** Begin products **********/
div#products_outer_border{
	margin-top: 20px;
	position: relative;
	width: 896px;
	background-color: #fdfdfd;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
}

div#products_container{
	width: 844px;
	border: 1px solid #d8d8d8;
	background-color: #ebebeb;
	padding: 25px;
}

div.product_info_container{
	min-height: 207px;
	width: 538px;
}

div.product_container{
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #d1d1d1;
	padding-top: 30px;
	min-height: 240px;
}

div.top_product{
	padding-top: 10px;
	border-top-width: 0px;
}

div.bottom_product{
	border-bottom-width: 0px;
	min-height: 210px;
}

.product_info_container .product_title{
	text-shadow: 0px 1px rgba(255, 255, 255, 1);
	font: normal 20px/1 "Oswald", Verdana, sans-serif;
}

.product_info_container .product_details{
	margin-left: 20px;
}

.product_info_container .product_details ul{	
	text-align: left;
	padding-left: 15px;
	margin-left: 0;
	height: 120px;
	font: normal 16px/1.5 "Lora", serif;
}

.product_info_container .product_details li{	
	padding-bottom: 10px;
}

.product_info_container .product_details li span{	
	position: relative; 
	left: -5px;
}

.product_sample{
	float: right;
}

.product_container .product_image{
	height: 199px;
	width: 283px;
	padding: 3px;
}

.product_container .product_image .inner_image{
	width: 283px;
	height: 199px;
}

.product_container .product_image .inner_image_gis{
	background-image: url('/images/products/products_image_gis.png');
}

.product_container .product_image .inner_image_vmm{
	background-image: url('/images/products/products_image_vmm.png');
}

.product_container .product_image .inner_image_wrg{
	background-image: url('/images/products/products_image_wrg.png');
}

.product_container .product_image .inner_image_report{
	background-image: url('/images/products/products_image_report.png');
}

.product_button button, .product_button a{
	font-size: 17px;
	margin-left: 10px;
}

.product_button .learn_more_button{
	width: 130px;
}

.product_button .pricing_button{
	width: 100px;
}

.product_button .purchase_button{
	width: 110px;
}

/********** End products ************/

/********** Begin popup **********/
div.jqiwnfade{
	background-color: #999;
}

div.jqiwn{
	background: url('/images/header/bg_header.png');
	background-color: #ebebeb;
	font: normal 14px/1.5 "Lora", serif;
	border: 1px solid #999;
	padding: 10px;
	border-radius: 6px;
	min-width: 300px;
	max-width: 1500px;
	max-height: 500px;
	overflow-y: auto;
	width: 500px;
}

div.jqiwn #prompt {
	max-height: 400px;
	overflow-y: auto;
	max-width: 1500px;
	width: auto;
}

div.jqiwnclose{
	float: right;
	cursor: pointer;
	font: normal 10px/1 Verdana, sans-serif;
}

div.jqiwn .jqiwnbuttons{
	background: none;
	border-width: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 3px;
}

div.jqiwneula .jqiwnbuttons{
	background: none;
	border-width: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 3px;
}

div.jqiwnstate{
	padding-top: 10px;
	margin-left: 10px;
}

div.jqiwnmessage .popup_title{
	font: normal 20px/1 "Oswald", Verdana, sans-serif;
}

div.jqiwnmessage .popup_body{
	color: #3d3d3d;
	font: normal 14px/1.5 "Lora", serif;
	margin-top: 15px;
	margin-right: 10px;
}

div.jqiwnmessage .popup_subtitle{
	margin-top: 4px;
	font-size: 12px;
}

div.jqiwnmessage .section_header{
	color: #3d3d3d;
	font: normal 16px/1.5 "Lora", serif;
	margin-top: 15px;
	margin-left: 5px;
}

div.jqiwnmessage .api_header{
	color: #3d3d3d;
	font: normal 14px/1.5 "Lora", serif;
	margin: 10px 0px 10px 5px;
}

div.jqiwnmessage .section_content{
	margin-left: 10px;
	margin-right: 20px;
}

div.jqiwnbuttons{
	clear: both;
	height: 30px;
}

div.jqiwnbuttons button{
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	float: right;
	margin-left: 10px;
}

div.jqiwnmessage #popup_errors{
	color: #ff0000;
	margin: 10px 20px 0px 10px;
}

#popup_errors ul {
	padding-left: 20px;
}

.help_tool_icon{
	-moz-transform:scale(0.4);
    -webkit-transform:scale(0.4);
    transform:scale(0.4);
}


/********** End popup ************/

