@import url("certain.css");

/******* Layout *******/

#header {
	position: relative;
	float: left;
	border-bottom: 10px solid #C27A0C;
}

#header img {
	float: right;
}

#navigation {
	float: left;
	width: 140px;
	height: 250px;
	border-right: 1px solid #FFF;
	background: #005193;
}

#container {
	position: relative;
	float: left;
	clear: both;
	background: url("../images/columns.png") repeat-y 0 0;
	width: 775px;
}

#content {
	float: left;
	width: 598px;
}

a:link {
	color: #00669D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00669D;
}
a:hover {
	text-decoration: underline;
	color: #00669D;
}
a:active {
	text-decoration: none;
	color: #00669D;
}

.column {
	float: left;
}

#services {
	padding: 16px;
	width: 128px;
}

#main {
	width: 406px;
}

#contact-info {
	padding: 16px;
	width: 145px;
}

/******* Header *******/

#navigation h1 {
	position: absolute;
	top: 54px; left: 0;
	width: 273px;
	height: 56px;
	border: 1px solid #005193;
	border-left-width: 0;
	background: url("../images/logo.png") no-repeat 0 0;
	text-indent: -1000em;
}

#navigation #email {
	position: absolute;
	top: 20px; left: 26px;
}

#navigation ul {
	position: absolute;
	bottom: 0; left: 0;
}

#tagline {
	position: absolute;
	top: 220px; right: 30px;
	color: #FFF;
	font-style: italic;
	font-size: 1.35em;
}

/******* Content *******/

#content {
	border-bottom: 10px solid #C27A0C;
}

#content #our-services {
	width: 84px;
	height: 17px;
	margin-bottom: 20px;
	background: url("../images/titles/our-services.png") no-repeat 0 0;
	text-indent: -1000em;
}

#content #handle-needs {
	width: 384px;
	height: 22px;
	background: url("../images/titles/handle-needs.png") no-repeat 0 0;
	text-indent: -1000em;
}

/******* Services *******/

#services ul { }

#services ul li {
	padding-left: 1em;
	margin-bottom: 0.5em;
	background: url("../images/bullet.png") no-repeat 0 0.5em;
}

#services ul li a {
	font-size: 0.85em;
	color: #000;
}

/******* Main *******/

#main {
	padding: 16px;
}

#testamonial {
	float: left;
	margin-top: 1em;
	margin-right: 1.5em;
	font-size: 1.25em;
	line-height: 2.0;
	font-style: italic;
	color: #C27A0C;
}

#testamonial img {
	float: left;
	border: 1px solid #005193;
	margin: 0 12px 0 0;
}

#testamonial span {
	color: #005193;
}

/******* Contact Info *******/

#contact-info {
	font-size: 0.85em;
	line-height: 1.5;
	color: #FFF;
}

#contact-info .vcard {
	margin-bottom: 1em;
}

#contact-info .vcard .fn, #contact-info .vcard .title {
	font-weight: bold;
}

#contact-info .vcard .tel,
#contact-info .vcard .title {
	display: block;
}

#contact-info #credit {
	position: absolute;
	bottom: 2em;
}

#contact-info #credit a {
	display: block;
	text-decoration: none;
	color: #FFF;
}