@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*	GLOBALS	*/

body {
	font-family: 'Nobile', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 62.5%; /* sets font-size globally to 10px from 16px default */
	line-height: 1;
	font-weight: 400;
	text-align: center; /* For IE */
	color: #000;
	background-color: #b3cae2;
	overflow: auto; /* fixes scrollbars appearing by default in IE when any div heights set to auto and overflow set to visible */
}

p {
	font-size: 1.2em; /* sets all paragraphs to 12px globally */
	line-height: 1.75em; /* 21px */
	margin-bottom: 1.75em;
}

p.intro {
	font-size: 1.8em;
	line-height: 1.5em; /* 27px */
	margin-bottom: 1.17em; /* 21px */
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	font-weight: 700;
	color: #000;
	text-shadow: 0px 1px 1px rgba(0,0,0,.2);
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,.2);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,.2);
}

strong {
	font-weight: 700;
}

#wrapper {
	text-align: left; /* resets IE center hack in body */
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#header {
	min-height: 733px;
	height: auto !important;
	height: 733px;
	margin: -358px auto 0 auto;
	background: #d0e0ef url(../images/header-bkg.png) no-repeat center top;
	overflow: visible;
}

#logobar {
	text-align: center;
	width: 780px;
	height: 358px;
	margin: 0 auto;
	z-index: 100;
	position: relative; /* keeps logo above top bar */
}

#logobar h1 {
	text-indent: -9999px;
	width: 780px;
	height: 319px;
	background: url(../images/header-logo.png) no-repeat;
	position: absolute;
	left: 0;
	top: 49px;
}

#topbar {
	text-align: center;
	height: 64px;
	margin: 0 auto;
	background: #d0e0ef url(../images/header-topbar.gif) repeat-x;
	z-index: 0;
	position: relative;
	overflow: hidden;
}

#topbar .tollfree {
	font-size: 2.6em;
	line-height: 1em;
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0,36,70,1);
	-moz-text-shadow: 0px 2px 6px rgba(0,36,70,1);
	-webkit-text-shadow: 0px 2px 6px rgba(0,36,70,1);
	padding-top: 10px;
}

#topbar .tollfree span {
	font-size: 1.62em; /* x 24px = 42px */
	font-weight: 700;
}

#intro {
	width: 780px;
	height: auto;
	margin: 352px auto 0 auto;
	padding-bottom: 2.4em;
}

#intro h2 {
	font-size: 3.0em;
	line-height: 1.2em; /* 36px */
	color: #004281;
	width: 780px;
	margin-bottom: 0.57em; /* 12px */
}

#intro p {
	font-size: 1.3em;
	line-height: 1.85em; /* 24px */
	width: 780px;
	margin-bottom: 1.62em; /* 21px */
}

#intro img {
	border: 10px solid #fff;
	margin: 0 0 0.5em 1.5em;
	box-shadow: 0px 0px 6px rgba(0,66,129,.3);
	-moz-box-shadow: 0px 0px 6px rgba(0,66,129,.3);
	-webkit-box-shadow: 0px 0px 6px rgba(0,66,129,.3);
}

#content {
	min-height: 667px;
	height: auto !important;
	height: 667px;
	margin: 0 auto;
	background: url(../images/content-bkg.jpg) repeat-x left top;
	box-shadow: 0px -12px 10px rgba(0,66,129,.2);
	-moz-box-shadow: 0px -12px 10px -10px rgba(0,66,129,.2); /* prevents horz scrollbar in FF */
	-webkit-box-shadow: 0px -12px 10px -10px rgba(0,66,129,.2); /* prevents horz scrollbar in Win Safari */
}

#services,
#contact {
	width: 780px;
	margin: 0 auto;
	padding: 3.6em 0 1.8em 0;
}

#services {
	border-bottom: 1px solid #1b4974;
}

#coffee,
#vending,
#contactinfo,
#contactform {
	width: 380px;
	margin-right: 20px;
	float: left;
	display: inline; /* prevents IE step-down */
}

#coffee h3,
#vending h3,
#contactinfo h3,
#contactform h3 {
	font-size: 2.1em;
	line-height: 1.5em;
	color: #2d6396;
	margin-bottom: 0.29em; /* 6px */
}

#coffee h3 {
	text-indent: 36px;
	min-height: 1.5em;
	height: auto !important;
	height: 1.5em; /* for background them to show up in IE6 */
	background: url(../images/icon-coffee.png) no-repeat 0 3px;
}

#vending h3 {
	text-indent: 30px;
	min-height: 1.5em;
	height: auto !important;
	height: 1.5em; /* for background them to show up in IE6 */
	background: url(../images/icon-coin.png) no-repeat 0 3px;
}

#contactinfo h3,
#contactform h3 {
	color: #004281;
}

#contactinfo h4 {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #000;
	margin: 0;
}

#coffee p,
#vending p {
	font-size: 1.1em;
	line-height: 1.91em; /* 21px */
	margin-bottom: 1.91em; /* 21px */
}

#contactinfo p,
#conbtactform p {
	font-size: 1.2em;
	line-height: 1.75em; /* 21px */
	margin-bottom: 1.75em; /* 21px */
}

#contactinfo p.address {
	margin-bottom: 1em;
}

.formelement {
	width: 180px;
	float: left;
	margin-right: 20px;
	position: relative;
	display: inline; /* avoids step-down in IE 6 */
	float: left;
	}
	.formelement input,
	.formelement textarea,
	.formelement select {
		font-family: 'Nobile', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-size: 1.2em;
		background-color: #fff;
		width: 176px;
		height: 2em;
		margin-bottom: 1.25em; /* 15px */
		border: 1px solid #999;
		/* keep moz and webkit first for future proofing */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	.formelement textarea {
		width: 376px;
		height: 180px;
		overflow: auto;
	}
	.formelement .checkboxes {
		width: 20px;
		display: inline;
		vertical-align: middle;
		background: none;
		border: 0;
		padding-top: 0.75em;
	}
	.formelement select {
		height: 2.17em; /* 26px */
	}	
	.formelement input[type=text]:focus,
	.formelement textarea:focus,
	.formelement select:focus {
		color: #333;
		background-color: #eaf8ff;
		border: 1px solid #b2b1ad;
		box-shadow: 0px 1px 7px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 7px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.1);
	}
	.formelement .section {
		font-weight: 700;
		font-style: italic;
		margin: 0.25em 0 0 0;
	}
	.formelement ul {
		list-style: none;
		margin-bottom: 1.5em;
	}
	.formelement li {
		width: 120px;
		margin-right: 10px;
		display: inline;
	}
.formwide {
	width: 380px;
	margin-right: 0;
}
.formbordertop {
	border-top: 1px solid #b2b1ad;
	padding-top: 1.25em;
}
.formborderbottom {
	border-bottom: 1px solid #b2b1ad;
	padding-bottom: 0.25em;
}

label {
	font-size: 1.2em;
	font-weight: 700;
	display: block;
	margin-bottom: 0.5em; /* 6px */
	}
	label.error {
		font-size: 1.0em;
		line-height: 1.25em;
		font-weight: normal;
		text-align: left;
		color: #f00;
		text-transform: uppercase;
		width: 100%;
		float: left;
		margin-top: -0.5em;
		padding-bottom: 1em;
		text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
		-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
		-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}
label.checkboxlabel {
	font-weight: normal;
	display: inline;
}

.formelement .submitbutton {
	color: #fff;
	background-color: #2d6396;
}

.formelement .submitbutton:hover {
	color: #000;
	background-color: #eaf8ff;
	box-shadow: 0px 1px 3px rgba(44,93,35,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(74,74,74,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(74,74,74,0.1);
	cursor: pointer;
}

a:link {
	color: #0076DF;
	text-decoration: underline;
}

a:visited {
	color: #9F7D09;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #999;
	text-decoration: none;
}



/*	UTILITY	*/

.clear {
	clear: both;
	height: 0;	/* only necessary for IE */
	margin: 0;
	padding: 0;
}

#wrapper .last {
	margin-right: 0;
}

#contactform .success,
.success {
	color: #3a923a;
}

.warning {
	color: #f00;
}