/* Styles for Inisut Contractors Inc */

@media screen {
html {
	background: #777 url(../images/gravel.png);
	font-size: 100.01%;
	
}
body {
	color: #fbfbfb;
	font: 62.5%/1.5 "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #c6ffc9;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	border-bottom: 1px dotted;
	color: #f6ffeb;
}
a img { border: none; outline: none; }
h2 {
	border-right: 5px solid;
	color: #fff;
	font-size: 2em;
	margin: -1.5em 0 10px 0;
	padding-right: 10px;
	position: absolute;
	right: 0;
	line-height: 1.3em;
}
h3 {
	border-left: 5px solid;
	color: #def1a8;
	line-height: 1em;
	margin: 30px 0 10px -10px;
	padding-left: 5px;
}
td { vertical-align: top; }
blockquote {
	background-color: #567300;
	border-top: 5px solid #abb980;
	border-bottom: 5px solid #abb980;
	margin: 10px 0;
	padding: 20px 0 10px 20px;
}
blockquote a:hover {
	border-bottom: none;
}
blockquote img {
	
	margin: 0 20px 10px 0;
}

blockquote ul { float: left; margin: 0 20px 0 0; padding: 0 0 0 20px; width: 230px; }
blockquote cite {
	font-size: 1em;
	font-style: normal;
}
blockquote cite:before {
	content: ">> ";
}
blockquote .box {
	display: inline-block;
	margin: 0 20px 10px 0;
	position: relative;
}
blockquote .box a { border: 2px solid #808080; display: block; }
blockquote .box a:hover { border: 2px solid #abb980; }
blockquote .box img { margin: 0; }
blockquote .box cite {
	background: #445a24;
	border-top: 2px solid #808080;
	bottom: 2px;
	display: block;
	left: 2px;
	opacity: 0.8;
	padding: 5px;
	position: absolute;
	right: 2px;
	width: auto;
}
.cropped a { height: 300px; overflow: hidden; }
.cropped a img { margin-top: -50%;  }
#wrapper {
	background: #445a24;
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: auto;
	width: 900px;
}
#header * {
	margin: 0;
	padding: 0;
}
#header {
	background: #666 url(../images/header.jpg) no-repeat left top;
	height: 170px;
	position: relative;
	text-indent: -9000px;
}
#header address {
	background: url(../images/transparent.png);
	bottom: 20px;
	border: 1px solid #fff;
	color: #fff;
	font-style: normal;
	padding: 10px;
	position: absolute;
	text-indent: 0;
	right: 20px;
}
#nav {
	background: #567300;
	border-bottom: 5px solid #abb980;
	border-top: 5px solid #abb980;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 70px 40px 0 20px;
	padding: 10px 20px 120px 10px;
	position: relative;
	width: 190px;
}
* html #nav { width: 170px; }
#nav ul {
	/*font-size: .8em;*/
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0;
}
#nav li {
	margin: 10px 0;
}
#nav a {
	color: #fafafa;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
}
#nav a:hover {
	border-bottom: none;
}
#nav a:hover, #nav a.active {
	color: #abb980;
}
#content {
	border-top: 1px solid #abb980;
	float: left;
	font-size: 1.2em;
	margin: 6em 0 0 0;
	padding: 0;
	position: relative;
	width: 600px;
}
#footer {
	clear: both;
	display: inline;
	float: left;
	font-size: 1.1em;
	margin-left: 280px;
	width: 600px;
}
.hide {
	display: none;
}
.first {
	margin-top: 30px;
}

.bold {color: #def1a8;font-weight:bold}
}

@media print {
	a {
		color: #000;
	}
	a:after {
		content: " ( " attr(href) " ) ";
	}
	a[href="#content"], #nav {
		display: none;
}
}