
/* Color palette

#
#
#

*/


/* Mini reset
*/

body, h1, h2, h3, h4, p, img, hr, ul, li, blockquote, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
}

html {
	color: #111;
	height: 100%;
	line-height: 1.4;
	font-size: 100.01%;
}
body {
	opacity: .9999;
	margin-bottom: 2em;
	background: #163552 url("img/body.png") repeat;
	font: 75%/1.5 georgia, "times new roman", times, serif;
}
img {
	border: 0;
}
h1, h2, h3 {
	color: #555;
	font-size: 2.1em;
	font-weight: 400;
	margin-bottom: .7em;
}
h2 {
	margin-bottom: .8em;
}
h3 {
	line-height: 1;
	margin: 1.2em 0 0;
	font-size: 1.6em;
}
h4 {
	font-size: 12px;
	font-weight: 800;
}
p {
	margin: .5em  0 1em;
}
blockquote {
	color: #777;
	line-height: 1.2;
	margin: 0 1.7em .3em;
}
	blockquote.lg {
		font-size: 2.7em;
	}
		blockquote.lg span {
			color: #444;
			font-size: 1.2em;
		}
address {
	font-style: normal;
	margin: 0 0 1em 2em;
}

a {
	color: #06c;
	text-decoration: none;
}
	a:hover {
		color: #039;
		text-decoration: underline;
	}

form {
	padding: 1em;
	background: #eee;
}
label {
	clear: left;
	display: block;
	margin-bottom: .5em;
}
	label span, label strong {
		float: left;
		width: 180px;
		display: block;
		text-align: right;
		font-style: italic;
		margin: 2px 8px 0 0;
	}
	label input.txt, label select, label textarea {
		width: 200px;
		padding: 2px;
		border: 1px solid #aaa;
		font: 14px/1.4 georgia, times, serif;
	}
	label textarea {
		width: 240px;
		height: 100px;
	}
	input.btn {
		padding: 2px 10px;
	}
		input#submit.btn {
			font-weight: 800;
			margin-left: 190px;
		}
p.btns {
	text-align: center;
}

.hi {
	color: #003345;
	font-weight: 800;
}
.lo {
	color: #aaa;
}
.intro {
	font-size: 1.3em;
	line-height: 1.6em;
}
	.intro span {
		float: left;
		font-size: 3em;
		margin: .3em 3px 0 0;
	}
.left {
	margin-right: 2em;
	float: left !important;
}
.right {
	margin-left: 2em;
	float: right !important;
}
.center {
	display: block;
	margin: .5em auto;
}
.clear {
	height: 0;
	clear: both;
	visibility: hidden;
}
.hide {
	display: none;
}
.errors {
	width: 85%;
	padding: .8em;
	background: #fff;
	border: 1px solid #aaa;
	margin: .5em auto 1.5em;
}

table.data {
	width: 440px;
	margin: 1em 0;
}
	table.data, table.data tr, table.data td {
		font-size: 13px;
		border: 1px solid #ccc;
		border-collapse: collapse;
	}
	table.data th {
		text-align: left;
		background: #eee;
	}
	table.data th.name {
		width: 150px;
	}
	table.data th.minm {
		text-align: center;
	}
	table.data th.intr, table.data td.intr {
		width: 90px;
	}
	table.data td.note {
		color: #555;
		font-size: 12px;
		line-height: 1.4em;
	}


#skin {
	z-index: 60;
	width: 880px;
	position: relative;
	margin: 1.5em auto 2em;
}
	#head {
		padding: 15px;
		background: url("img/head.png") right top no-repeat;
	}
		#head h1 {
			width: 850px;
			height: 200px;
			position: absolute;
			text-indent: -999em;
			background: url("img/head-h1.png") 50% 50% no-repeat;
		}
		#head ul.menu {
			clear: both;
			height: 33px;
			font-size: 110%;
			line-height: 0;
			overflow: hidden;
			margin-top: 10px;
			padding-left: 2em;
			background: #666865;
		}
			#head ul.menu li {
				float: left;
				margin: 17px 0 0 0;
				text-align: center;
			}
				#head ul.menu li a {
					color: #fff;
					line-height: 0;
					padding: 10px 18px;
					background: #666865;
					text-transform: uppercase;
				}
					#head ul.menu li a:hover {
						background: #757876;
						text-decoration: none;
					}
						#head ul.menu li.here a {
							background: #353734;
						}

	#guts {
		background: #fff;
		padding: 10px 0;
	}
		#guts #food {
			width: 470px;
			margin: 0 40px;
			font-size: 1.1em;
		}
			#guts #food p#breadcrumb {
				color: #666;
				cursor: default;
				font-size: .85em;
				font-style: italic;
			}
				#guts #food p#breadcrumb a {
					color: #666;
					cursor: pointer;
				}
					#guts #food p#breadcrumb a:hover {
						color: #111;
						text-decoration: none;
					}
		#guts #food ul li, #guts #food ol li {
			margin: 0 2em .5em;
			list-style: square;
		}
		#guts #food ol li {
			list-style: decimal;
		}
		div.thumbscontainer {
			width: 495px;
		}
		#guts #food img.feat, #guts #food img.thumb {
			padding: 3px;
			background: #fff;
			border: 1px solid #ddd;
		}
		#guts #food img.feat {
			float: right;
			margin: 0 0 1em 1em;
		}
			#guts #food .summ h3 a {
				border-bottom: 2px solid #bbb;
			}
				#guts #food .summ h3 a:hover {
					text-decoration: none;
				}
		#guts #side {
			float: right;
			width: 290px;
			font-size: 120%;
			background: #eee;
			padding: 5px 15px;
			margin-right: 15px;
		}
			#guts #side h3.sub {
				color: #999;
				margin: .5em 0 0;
				font-size: 1.5em;
			}
			#guts #side ul.menu {
				margin: 1em 1em 2em 0;
			}
				#guts #side ul.menu li {
					margin: 0 0 0 -15px;
				}
					#guts #side ul.menu li a {
						color: #444;
						display: block;
						padding: 5px 10px 5px 30px;
						background: url("img/side-menu-li-a.png") 12px 50% no-repeat;
					}
						#guts #side ul.menu li a:hover {
							text-decoration: none;
							background-color: #ddd;
						}
						#guts #side ul.menu li.here a {
							background-color: #fff;
						}
					#guts #side ul.menu li ul {
						display: none;
					}
					#guts #side ul.menu li.here ul {
						display: block;
						margin: 0 0 .3em 3.2em;
					}
						#guts #side ul.menu li ul li {
							font-size: .95em;
						}
							#guts #side ul.menu li ul li a {
								padding: 3px 15px;
								background-image: none;
								border-bottom: 1px solid #ddd;
							}
								#guts #side ul.menu li ul li a:hover {
									color: #024;
								}
							#guts #side ul.menu li.here ul li.here a {
								color: #036;
							}

	#foot {
		color: #777;
		height: 18px;
		padding: 5px 15px;
		background: url("img/foot.png") left bottom no-repeat;
	}
		#foot a {
			color: #888;
		}
			#foot a:hover {
				color: #444;
				text-decoration: none;
			}
		#foot ul.menu li {
			float: right;
			margin-left: 2em;
			text-align: center;
		}
p#shh, p#shh a {
	color: #aaa;
	text-align: center;
}

#cta {
	height: 290px;
	position: relative;
	background: url('../../images/test.png');
}
	#cta a {
		color: #333;
	}
	#cta p {
		font-size: 14px;
		position: absolute;
		line-height: 1.4em;
	}
	#cta #cta-info {
		top: 20px;
		left: 20px;
		color: #333;
		width: 220px;
		font-size: 20px;
	}
		#cta #cta-info span {
			color: #fff;
			margin-top: -1px;
			position: absolute;
		}
	#cta #cta-value {
		top: 25px;
		color: #fff;
		right: 10px;
		font-size: 80px;
	}
	#cta #cta-value small {
		top: -20px;
		font-size: .5em;
		position: relative;
	}
	#cta #cta-phone {
		top: 220px;
		right: 15px;
		line-height: 1.6em;
	}
		#cta #cta-phone strong {
			display: block;
			font-size: 28px;
			font-weight: 400;
		}
	#cta img {
		top: 0;
		position: absolute;
	}
/* Page specific styles
*/

body#p_home #head h1 {
	background-image: url('img/banner-home.png');
}
body#p_projects #guts ul.thumbs {
	margin: 1em 0 0 -10px;
}
	body#p_projects #guts ul.thumbs li {
		float: left;
		list-style: none;
		margin: 0 0 4px 10px;
	}
		body#p_projects #guts ul.thumbs li a {
			display: block;
			line-height: 0;
			border: 1px solid #ddd;
		}
			body#p_projects #guts ul.thumbs li a:hover {
				border-bottom-color: #bbb;
			}
			body#p_projects #guts ul.thumbs li a img {
				margin: 0;
				padding: 3px;
				background: #fff;
			}

/* MODx snippet specific steez
*/

a.QE_Link {
	margin-top: -1.5em;
	position: absolute !important;
}

#guts #side textarea {
	width: 280px;
	border: 1px solid #ccc;
}

.B_currentCrumb {
	display: none;
}
