/* @override http://www.brightorangethread.com/chunkify/css/main.css */

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	background: #37434c;
}

strong {
	font-weight: bold
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* @end

*/

/* @group global */

.clear {clear: both; height: 1px; overflow: hidden;}
.floatleft {float: left;}
.floatright {float: right;}

/* @end */

/* @group about-slide */

.slide-out a.handle, .slide-out a.handle:link {
	background: url(images/about-chunkify-button.png) no-repeat 0 0;
	width: 32px;
	height: 162px;
}

.slide-out a.handle:hover {
	background: url(images/about-chunkify-button.png) no-repeat -36px 0;
}

.slide-out a.handle-why, .slide-out a.handle-why:link {
	background: url(images/why-chunkify-button.png) no-repeat 0 0;
	width: 32px;
	height: 84px;
}

.slide-out a.handle-why:hover {
	background: url(images/why-chunkify-button.png) no-repeat -36px 0;
}

.slide-out  {
	padding: 16px;
	padding-right: 80px;
	width: 600px;
	background: #1273b2 url(images/bg-slideout.gif) repeat-x 0 bottom;
	
}

.slide-out-div, .slide-out-div-why  {
	background: url(images/bg-slideout-shadow.png) repeat-x 0 bottom;
}

.slide-out-div h2, .slide-out-div-why h2 {
	color: #fdf5a0;
	font-size: 20px;
	line-height: 24px;
}

.slide-out-div h3, .slide-out-div-why h3 {
	color: #fff;
	font: 700 18px/22px Helvetica, Arial, Sans-Serif;
}

.slide-out-div h4, .slide-out-div-why h4 {
	color: #fff;
	font: 700 14px/18px Helvetica, Arial, Sans-Serif;
}

.slide-out-div p, .slide-out-div-why p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

.slide-out-div ul, .slide-out-div-why ul {
	color: #fff;
	line-height: 18px;
}

.slide-out-div a.slidelink, .slide-out-div a.slidelink:link, .slide-out-div-why a.slidelink, .slide-out-div-why a.slidelink:link {
	color: #fff;
	text-decoration: underline;
	background: none;
}

.slide-out-div a.slidelink:hover, .slide-out-div-why a.slidelink:hover {
	color: #f60;
	background: none;
}

.service-call-out {
	border-top: 1px dashed #fff;
	margin-top: 25px;
}

.service-call-out h3 {
	font-size: 14px;
	line-height: 20px;
}

.service-call-out h4 {
	color: #fdf5a0;
	font-size: 18px;
}

/* @end */

/* @group fonts */

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('eot'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#webfont90E2uSjN') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @end */

/* @group header */

#contactToggle-2 {
	margin: 20px 30px 0 0;
	font: 400 14px/18px Helvetica, Verdana, Arial, Geneva, sans-serif;
}

span.link {
	text-decoration: underline;	
}

span a.link:hover {
	color: inherit;
}

#header {margin-top: 37px;}

#header h2 {
	color: #fff;
	font: normal 20px Helvetica, Verdana, Arial, Geneva, sans-serif;
	margin-bottom: 0;
}

#header h4 {
	color: #ff6600;
	font: normal 14px Helvetica, Verdana, Arial, Geneva, sans-serif;
	margin-bottom: 6px;
}

/* @end */

/* @group left-column */

#left-column {
	width: 230px;
	float: left;
	padding-right: 10px;
	padding-top: 20px;
}

#left-column h2 {
	color: #eee;
	font-weight: 400;
	padding-left: 2px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#left-column h6 {
	float: left;
	color: #1e98e7;
	margin-right: 10px;
}

#resets {
	margin: 20px 0 0 0;
}

/* @end */

/* @group page */
#dimmer {position:fixed; top:0; left:0; z-index:1000; overflow:hidden; width:100%; height:100%;background-color: #000;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

#pagewrap {float: left;}
#page {
	width: 660px;
	padding: 0 30px 30px 30px;
	background: url(images/bg-page.gif) repeat-y 0 0;
}

#page img.logo {
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
}

#page-bottom {
	background: url(images/bg-page-bottom.gif) no-repeat 0 0;
	height: 25px;
	width: 720px;
}

#globalnav {
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
}

#globalnav ul {
	list-style-type: none;
	font: 400 16px/20px Helvetica, Arial, Sans-Serif;
}

#globalnav ul li {
	float: left;
	margin: 8px 0 0 30px;
}

#globalnav ul li a, #globalnav ul li a:link  {
	color: #095ead;
	background: none;
	font-size: 14px;
}

#globalnav ul li a:hover {
	color: #ccc;
	text-decoration: line-through;
}

#headline {
	color: #37434c;
	font: 400 20px/26px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	text-decoration: none;
}

#subheading {
	color: #333;
	font: 400 16px/26px Helvetica, Arial, Sans-Serif;
	margin-bottom: 12px;
}

#image {
	float: right;
	width: 200px;
	margin: 0 0 0 15px;
}

#footer {
	border-top: 1px solid #ccc;
	height: 30px;
	text-align: center;
	padding: 10px 0;
	margin-top: 25px;
}

ul {
	list-style-type: disc;
	color: #666;
	margin: 0 0 15px 0;
	font: 400 14px/20px Helvetica, Arial, Sans-Serif;
}

li {
	margin: 0 0 0 30px;	
}

/* @group typestyles */

h1 {
	color: #f60;
	font: 400 36px/42px 'ChunkFiveRegular', "Times New Roman", Times, serif;
	letter-spacing: .05em;
	margin-bottom: 10px;
}

h2 {
	color: #333;
	font: 700 14px/20px Helvetica, Arial, Sans-Serif;
	margin-bottom: 12px;
}

h3, .h3 {
	color: #f60;
	font: 700 15px/18px Helvetica, Arial, Sans-Serif;
	padding-bottom: 1px;
	text-align: left;
}

#subheadFormat-2 {
	font: 700 14px/20px Helvetica, Arial, Sans-Serif;
	color: #333;	
}

h4 {
	color: #333;
	font: 700 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 8px;
}

h5 {
	color: #333;
	font: 400 16px/22px Helvetica, Arial, Sans-Serif;
	margin-bottom: 5px;
}

h6 {
	color: #f60;
	font: 700 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, .paragraph, #longparaFlatbed-1, #longparaDump-1, #longparaMovingFloor-1, #longparaCaption-1 {
	font: 400 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 12px;
}

#longparaFlatbed-2 p, #longparaDump-2 p, #longparaMovingFloor-2 p, #longparaCaption-2 p, #longparaFlatbed-2 h3, #longparaDump-2 h3, #longparaMovingFloor-2 h3, #longparaCaption-2 h3 {
	padding-left: 15px;
}

#longparaMovingFloor-2 p {
	margin-bottom: 20px;
}

p.caption, .caption {
	font-size: 10px;
	font-style: italic;
	margin-top: 5px;
	line-height: 15px;
}

.spaceleft {
	margin-left: 10px;
}

.spaceright {
	margin-right: 10px;
}
.spacerightlg {
	margin-right: 64px;
}

.spacebeforesm {
	margin-top: 6px;
}

.spacebefore {
	margin-top: 12px;
}

.spacebeforelg {
	margin-top: 24px;
}

.spaceaftersm {
	margin-bottom: 6px;
}

.spaceafter {
	margin-bottom: 12px;
}

.spaceafterlg {
	margin-bottom: 24px;
}

.nospacebefore {
	margin-top: 0px;
}

.nospaceafter {
	margin-bottom: 0px;
}

.ruleabove {
	border-top: solid 2px #009900;
	padding-top: 3px;
}

.rulebelow {
	border-bottom: 1px solid #555;
}

em, em p {
	font-style: italic;
}

/* @end */

/* @group links */

a, a:link, a:visited, a:active {
	color: #333;
/*	background: #feffdb; */
	background: #ccc;
	padding: 2px;
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
a:hover, a.selected, a.hover {
	color: #fff;
	background: #f60;
	padding: 2px;
	text-decoration: none;
	border-bottom: none;
}
a.hover {
	z-index: 1001;
}
/* @end */

/* @end */

/* @group comments */

#page .comments {
	position: absolute;
	background: url(images/bg-comments-45.png);
	width:  460px;
	padding: 12px;
	padding-top: 0;	
	z-index: 1500;
}

#page .commentswrap {
	background: #fff;
	padding: 20px;	
}

#page .arrow {
	background: url(images/white-arrow.png) no-repeat center 0;
	padding-top: 11px;
}

#page .comments p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.comments h3 {
	color: #f60;
	font: 700 18px/22px Helvetica, Arial, Sans-Serif;
}

.comments p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

a.button-close {
	float: right;
	display: block;
	background: url(images/close-x.gif) no-repeat 0 0;
	width: 20px;
	height: 20px;
	padding: 0;
}
a.button-close span {
	width: 20px;
	height: 20px;
	visibility: hidden;
}

a.button-close:hover {
	background: url(images/close-x.gif) no-repeat 0 -20px;
}

/* @end */

/* @group button */

a.button {
	background: url(images/button-right-a.png) no-repeat right top;
	display: block;
	padding: 0 12px 0 0;
	font: 400 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;  
	color: #feffdb;
	text-decoration: none;
	border-bottom: none;
	float: left;
}

a.button:hover {
	background: url(images/button-right-a.png) no-repeat right -28px;
}

a.button span {
    background: url(images/button-left-span.png) no-repeat left top;
    display: block;
    padding: 4px 4px 4px 16px;
} 

a.button:hover span { 
	background: url(images/button-left-span.png) no-repeat left -28px;
}

a.button-sm {
	background: url(images/button-right-sm-a.png) no-repeat right top;
	display: block;
	font: 400 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 10px 0 0;  
	color: #feffdb;
	text-decoration: none;
	border-bottom: none;
	float: left;
}

a.button-sm:hover {
	background: url(images/button-right-sm-a.png) no-repeat right -20px;
}

a.button-sm span {
    background: url(images/button-left-sm-span.png) no-repeat left top;
    display: block;
    padding: 1px 5px 1px 15px;
} 

a.button-sm:hover span { 
	background: url(images/button-left-sm-span.png) no-repeat left -20px;
}

a.button-orange {
	background: url(images/button-right-sm-orange-a.png) no-repeat right top;
	display: block;
	font: 400 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 10px 0 0;  
	color: #feffdb;
	text-decoration: none;
	border-bottom: none;
	float: left;
}

a.button-orange:hover {
	background: url(images/button-right-sm-orange-a.png) no-repeat right -20px;
}

a.button-orange span {
    background: url(images/button-left-sm-orange-span.png) no-repeat left top;
    display: block;
    padding: 1px 5px 1px 15px;
} 

a.button-orange:hover span { 
	background: url(images/button-left-sm-orange-span.png) no-repeat left -20px;
}

/* @end */