@import url("certain.css");

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

#container {
	position: relative;
	float: left;
	background: url("../images/secondary.png") repeat-y 0 0;
}

#navigation {
	float: left;
	width: 140px;
}

#content {
	float: left;
	width: 634px;
	border-left: 1px solid #FFF;
	border-bottom: 10px solid #C27A0C;
}

#content {
	float: left;
	width: 634px;
	border-left: 1px solid #FFF;
	border-bottom: 10px solid #C27A0C;
}

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;
}

#header {
	border-bottom: 16px solid #C27A0C;
}

#main {
	float: left;
	padding: 32px 32px 2em 32px;
	width: 410px;
}

#testamonial {
	float: left;
	width: 159px;
}

/******* Navigation *******/

#navigation #logo {
	position: absolute;
	top: 31px; 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 {
	padding-top: 180px;
}

#email {
	margin-left: 26px;
}

#navigation ul {
	margin-top: 12px;
}

#copyright {
	left: 16px;
	color: #FFF;
}

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

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

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

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


#testamonial {
	padding-top: 140px;
	font-size: 1.15em;
	line-height: 1.35;
	font-style: italic;
	color: #C27A0C;
}

#testamonial p {
	padding: 0 5px;
}

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

#testamonial span {
	color: #005193;
}