
/* General styles */
body {
	font: normal 67.5%/2em "lucida grande", verdana, tahoma, sans-serif;
	background: #1a462b url("../img/bg_body.gif") repeat-x;
	cursor: default;
	color: #f3f6f4;
	padding: 0;
	margin: 0;
}
h1 {
	background: transparent url("../img/bg_h1.png") no-repeat top left;
	text-indent: -1000px;
	margin: 0;
}
h1 a {
	display: block;
	outline: none;
	height: 120px;
	width: 250px;
}
h2 {
	font: bold 2em "lucida grande", arial, helvetica, sans-serif;
	letter-spacing: -.05em;
	margin: .7em 0 1.5em;
	color: #fff;
}
h2 em, em, blockquote .details {
	color: #d9a23e;
}
h2 em {
	font-style: normal;
}
h3 {
	font-size: 1.4em;
	margin: .5em 0;
}
img {
	behavior: url("iepngfix.htc");
	background: transparent;
	border: 0;
}
a {
	background: transparent;
	color: #fff;
}
a:hover {
	background: transparent;
	color: #d9a23e;
}
blockquote {
	background: transparent url("../img/bg_blockquote.gif") no-repeat bottom right;
	margin: 2em 15em 2em 2em;
	padding: 0;
}
blockquote p {
	background: transparent url("../img/bg_blockquote-p.gif") no-repeat top left;
	padding: .5em 0 0 1.5em;
	font-style: italic;
	color: inherit;
}
blockquote .details {
	background: transparent url("../img/bg_blockquote-details.gif") no-repeat bottom center;
	padding-bottom: 3em;
	font-weight: bold;
	margin-right: 3em;
	text-align: right;
}
dl dt {
	font-weight: bold;
	float: left;
}
dl dd {
	margin-left: 8em;
}
hr {
	visibility: hidden;
	clear: both;
}

/* A few class styles */
.teaser {
	font: bold 1.7em/1em "lucida grande", arial, helvetica, sans-serif;
	color: #C6F7DF;
	text-align: right;
	margin: 0 1em 2em;
	width: 200px;
}
.teaser a {
	text-decoration: none;
}
.photo a {
	/*border: 1px solid #ccc;*/
	background: #fff;
	margin: 0 auto;
	line-height: 0;
	display: block;
	padding: 4px;
}
.photo a:hover {
	background: #ffa;
}
.col {
	margin-right: 20px;
	width: 210px;
	float: left;
}
.hide {
	display: none;
}


/* Object specific styling, mostly layout related */
#box {
	max-width: 1030px;
	min-width: 800px;
	margin: 0 auto;
	width: 80%;
}
#header {
	background: transparent url("../img/blank.png") no-repeat 350px 0;
	height: 168px;
}
#header p {
	font: bold 2em/1.3em arial, helvetica, sans-serif;
	letter-spacing: -.04em;
	margin: 15px 0 0 287px;
	position: absolute;
	display: block;
	width: 22em;
	color: #000;
	top: 10px;
}
#header p a {
	border-bottom: 3px solid #000;
	text-decoration: none;
	color: #000;
}
#header p a:hover {
	border-bottom-color: #d9a23e;
	color: #d9a23e;
}

/*Navigation tabs */
#nav {
	margin: 20px 50px 0 0;
	list-style: none;
	float: right;
	padding: 0;
}
#nav li {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	z-index: 10;
	float: left;
}
#nav li a {
	background: transparent url("../img/bg_nav.png") no-repeat 0 0;
	text-decoration: none;
	margin-right: 2px;
	overflow: hidden;
	padding: 3px 0;
	display: block;
	height: 22px;
	width: 110px;
	color: #fff;
}
#nav li a:hover {
	background-position: -110px 0;
}
#nav .current a, #nav .current a:hover {
	background-position: -220px 0;
	cursor: default;
/*	color: #d9a23e; */
}

/* Content specific styles */
#content {
	background: #1a462b url("../img/bg_content.gif") no-repeat top left;
	font-size: 1.2em;
}
#content ul {
	margin: 0 0 2em 2.5em;
	list-style: square;
	padding: 0;
}
#content ul li {
	margin: 0 0 .5em;
}
#content #feat {
	float: right;
	margin: 1em;
}
#footer {
	background: #295239;
	text-align: right;
	padding: 5px 10px;
	margin: 25px 0 0;
	font-size: .9em;
	color: #a4b6ab;
	clear: both;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Page specific re-styles */
#services .photo {
	margin: 13px 0 0 -180px;
	position: absolute;
	float: left;
	background: #fff url("../img/bg_photo-a.png") no-repeat left bottom;
	/*padding: 4px 4px 24px;*/
	padding-bottom: 24px;
}
/*
#services .photo a:hover {
	background: #fff url("../img/bg_photo-a.png") no-repeat left bottom;
	padding: 4px 4px 24px;
}
*/

#services .col {
	padding-left: 180px;
	margin-right: 10px;
}
#contact .col {
	width: 30%;
}
#contact hr {
	padding-top: 11em;
	margin-top: 8em;
}

/* Styling for the "Request a proposal" 'page' */
#proposal {
	background: #2f6045;
	line-height: 1.6em;
	color: #000;
}
#proposal div.ise {
	border: 10px solid #2f6045;
	background: #fff;
	padding: 15px;
	margin: auto;
}
#proposal h2 {
	letter-spacing:-0.05em;
	padding: 2px 8px 4px;
	background: #2f6045;
	line-height: 1em;
	color: #fff;
	margin: 0;
}
#proposal h2 span {
	font-size: .7em;
	color: #d9a23e;
	display: block;
}
#proposal table {
	border-collapse: collapse;
	border:1px solid #ddd;
	margin: .5em auto 0;
	padding: 0;
	width: 98%;
}
#proposal td {
	vertical-align: top;
	padding: 2px 8px;
}
#proposal input, textarea, select {
	font: 1em "lucida grande", verdana, tahoma, san-serif;
	overflow: auto;
	width: 170px;
}
#proposal textarea {
	overflow: auto;
	width: 200px;
	height: 55px;
}
#proposal small {
	font-style: italic;
	line-height: 1.4em;
	display: block;
}
#proposal tr.alt {
	background: #f0f0f0;
}
#proposal td#col1 {
	width: 120px;
}
#proposal td.rules, small {
	font-size: .9em;
	color: #888;
}
#proposal td.last-row {
	text-align: right;
}
#proposal td.last-row input, #closeModal {
	padding: 3px;
}
