#primary-wrapper {
    height: 476px;
}

/* ========= */
/* = Boxes = */
/* ========= */

#box-main {
	width: 100%;
	height: 476px;
	float:left;
	position: relative;
	background: url('/images/content/Content/save.gif') left top no-repeat;
}

#box-right {
    position: absolute;
    left: 335px;
    top: 38px;
    text-align: right;
    padding-right: 10px;
}

#box-inner {
    margin-left: 40px;
}

#box-top {
	margin:0 0 0 0;
	float:left;
}

#box-bottom {
  position: absolute;
  left: 270px;
  bottom: 20px;
  font-size: 10px;
  color: #666666;
}

#box-main .box-btm h3 {
	color: #666666;
	font-size:16px;
	font-weight: normal;
	margin-top:10px;
}

#box-main .box-right {
	float: left;
	width: 236px;
	margin: -10px 0 0 20px;
}

#box-main .box-right h3 {
	color: #666666;
	font-size:16px;
	font-weight: normal;
	margin-top:10px;
}

p.info {
	margin-top: 10px;
}
#box-row {
	width: 719px;
	margin: 20px 0 40px 0;
	float:left;
	clear:both;
}

.box {
	float:left;
	width:200px;
	margin:0 20px 0 0;
}

.middle {
	width: 170px;
}

#box-row #col-1 {
	width: 220px;
	float:left;
}

#box-row #col-2 {
	width: 240px;
	float:left;
}

#box-row:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
   }

/* =========== */
/* = Headers = */
/* =========== */



#box-top h2 {
/*	width: 400px;*/
	color: #02679b;
	font-size: 25px;
	line-height:30px;
	padding: 20px 0 0 0;
	font-weight:normal;
	margin-bottom: 20px;
}

#box-top h2 span {
	font-weight: bold;
}

#box-top h3 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin:0;
}

#box-row h3 {
	color: #02679b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.box h3 {
	font-size: 14px;
	color: #02679b;
	font-weight: bold;
	margin-bottom: -5px;
}


a.box-link-1 {
	 
	width: 96px;
	height:21px;
	float:left;
	margin:10px 0 0 0;
}

a.box-link-2 {
	 
	width: 96px;
	height:21px;
	float:left;
	margin:10px 0 0 0;
}

a.box-link-3 {
	 
	width: 96px;
	height:21px;
	float:left;
	margin:10px 0 0 0;
}


/* =========== */
/* = Buttons = */
/* =========== */

a span {
	display:none;
}

/* ========= */
/* = Lists = */
/* ========= */

#box-left ul {
	color: #fff;
}

ul.tick {
	margin:0 0 10px 0;
}

ul.tick li {
	 
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}

ul.tick li.highlight {
	font-weight: bold;
}

ul.arrow {
	margin:0 0 10px 0;
}

ul.arrow li {
	 
	margin-bottom: 2px;
	padding: 0 0 0 20px;
}

/* ========= */
/* = Notes = */
/* ========= */

#notes {
	float:left;
	margin: 20px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #e0e0e0;
}

#notes p {
	margin-bottom: 16px;
}

.empty-class li{height:50px!important;}