#page h3, .panel h3 {
	font-size: 18px;
	color: #2ba0ff;
	line-height: 22px;
	margin-bottom: 0px;
}

#page p, .panel p {
	font-size: 13px;
	line-height: 18px;
	color: #444;
	margin-bottom: 7px;
}

#started p{
	margin:0 0 7px 0 !important;
}
/* grid.css */

#page {
	background-image: url(/images/info_help/window.png); background-repeat: no-repeat;
    color:#222;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	display: block;
	width: 900px;
	height: 601px;
	margin-left: -450px;
	margin-right: auto;
	margin-top: 40px;
	padding: 10px 20px 0px 20px;
	position: absolute;
    top:0;
    left:50%;
    z-index:999;
}

.container {
	width:890px;
	margin:0px 0px 0px 5px;
	position: relative;
}

.col-1, .col-2, .col-3 {
	float:left;
	margin:10px 0px 20px 0px;
	width: 280px;
	height: 320px;
	position: relative;
	display: block;
	}

.col-1 {
}

.col-1-1 {
	float: left;
	width: 140px;
}

.col-1-2 {
	float: left;
	width: 120px;

}

.col-2 {
	padding-left: 23px;
	border-left: solid 1px #edf3d0;

}

.col-3 {
	position: relative;
	padding-left: 25px;
	border-left: solid 1px #edf3d0;
}

.row {
	float: left;
	width: 280px;
	display: block;

}

.pad-top {
	padding-top: 10px;
}

.pad-bottom {
	padding-bottom: 10px;
}

.pad-right {
	padding-right: 10px;
}

.postal {
	padding: 0px 10px 0px 0px;
	margin-top: -10px;
	width:110px;
	float: left;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* Close that window */

a.close {
	color: #fff;
	text-decoration: none;
	background-image: url(/images/info_help/close.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 140px;
	height: 21px;
	padding-top: 4px;
	text-align: left;
	position: absolute;
	right: 23px;
	top: 10px;
}

a.close:hover {
	color: #eee;
	background-position: right -28px;
}

/* Intro */

.intro {
	background-image: url(/images/info_help/intro-bubble.png); background-repeat: no-repeat;
	display: block;
	width: 870px;
	height: 65px;
	padding: 5px 10px 5px 10px;
	margin-top: 50px;
}

.intro p {
	font-size: 14px;
	line-height: 18px;
	color: #004c58;
}

/* Misc */

.mouse2 {
	position: absolute;
	right: 20px;
	top: 50px;
}

.pointer {
	color: #64b9ff;
	background-image: url(/images/info_help/pointer.png); background-repeat: no-repeat; background-position: right bottom;
	display: block;
	width: 130px;
	height: 30px;
	margin: 5px 0px 0px 0px;
}

.blue {
	color: #64b9ff;
}

.video a {
	background-image: url(/images/info_help/video.png);
    background-position:center;
	margin-top: 5px;
	border: solid 1px #b2c333;
	display: block;
	width: 260px;
	height: 140px;

}

.video a:hover {
	border: solid 1px #ea6915;
}

ul.extras li {
	list-style-type: none !important;
	border-bottom: solid 1px #edf3d0 !important;
	padding: 10px 0px 10px 0px !important;
	margin:0 !important;
}

ul.extras a {
	color: #444;
	text-decoration: none;
}

ul.map-links li {
	list-style-type: none;
	float: left;
	display: inline;
}

a.map-tips {
	background-image: url(/images/info_help/map-tips.png); background-repeat: no-repeat;
	display:block;
	text-indent: -9999px;
	width: 132px;
	height: 67px;
	outline: none;
	margin: 10px 0px 10px 0px;
}

a.map-tips:hover {
	background-position: left -66px;
}

a.map-tips:active {
	background-position: left -132px;
	outline: none;
}

a.map-start {
	background-image: url(/images/info_help/map-start.png); background-repeat: no-repeat;
	display:block;
	text-indent: -9999px;
	width: 135px;
	height: 66px;
	outline: none;
	margin: 10px 0px 0px 12px;
}

a.map-start:hover {
	background-position: left -66px;
}

a.map-start:active {
	background-position: left -132px;
	outline: none;
}

/* Tooltip */

ul.extras li a:hover {
	color: #ea6915;
}

a.info, a.info2, a.info3
{
   z-index: 24;
}

a.info:hover, a.info2:hover, a.info3:hover
{
	z-index: 25;
}

a.info span, a.info2 span, a.info3 span
{
    display: none;
}

a.info:hover span
{
    display: block;
    position: absolute;
    top: 5px;
    left: -260px;
    width: 279px;
    height: 149px;
}

a.info2:hover span
{
    display: block;
    position: absolute;
    top: 55px;
    left: -260px;
    width: 279px;
    height: 149px;
}

a.info3:hover span
{
    display: block;
    position: absolute;
    top: 105px;
    left: -260px;
    width: 279px;
    height: 149px;
}

#video_box{
	font-size: 24px;
	color: #2ba0ff;
	line-height: 24px;
	background-color:#fff;
	border: solid 1px #ea6915;
	display:none;
	padding: 10px 10px 0px 10px;

  }
#page #video_box{
	position:absolute;
	bottom:0;
	right:0px;
	z-index:100;
}
div.help_page #video_box{
	width:584px;
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-292px;
	box-shadow: #666 0px 0px 10px ;
	-webkit-box-shadow:#666 0px 0px 10px ;
	-moz-box-shadow:#666 0px 0px 10px ;
	-o-box-shadow:#666 0px 0px 10px ;
}
#video_box ul {
	margin: 0px;
	padding: 0px;
}

#video_box ul li {
	float:left;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0px;
	
}

#video_box ul li.close_left {
	margin-left:230px;
}

a#close_video  {
	font-size: 14px;
	color: #004c58;
	text-decoration: none;
	background-image: url(/images/info_help/popup-close.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 150px;
	height: 22px;
	margin-bottom: 10px;
}

a#close_video:hover {
	color: #ea6915
}
