/* CSS Document */

/* RESET */

* {
	margin: 0px;
	padding: 0px;
}

/* STRUCTURE */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #F2F0EF;
}
#page-container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/page-container-background.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header-background.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 278px;
	float: left;
	padding-left: 622px;
	padding-top: 27px;
}
#left-column {
	text-align: right;
	width: 161px;
	padding-right: 20px;
	margin-left: 0px;
	float: left;
}
#right-column {
	height: auto;
	width: 679px;
	margin-left: 0px;
	float: right;
	padding-left: 40px;
	min-height: 500px;
}
#footer {
	width: 800px;
	clear: both;
}
.clear {
	clear: both;
}

/* left-column LINKS */

#left-column a:link {
	color: #BCB4B2;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.5em;
}
#left-column a:visited {
	color: #BCB4B2;
	text-decoration: none;
	font-weight: bold;
}
#left-column a:hover {
	color: #C53526;
	text-decoration: underline;
	font-weight: bold;
}
#left-column a:active {
	color: #C53526;
	text-decoration: none;
	font-weight: bold;
}

/* LINKS */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
}

/* TYPE */

h1 {
	font-weight: bold;
	color: #333333;
	font-size: 2em;
	line-height: 1.5em;
	padding-left: 46px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
#left-column p {
	font-size: 1.4em;
	line-height: 2em;
}
#right-column p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666666;
	padding-left: 46px;
	padding-bottom: 10px;
	padding-right: 30px;
}
ul {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666666;
	padding-left: 66px;
	padding-bottom: 10px;
}
ul ul {
	font-size: 100%;
	line-height: 1.5em;
	color: #666666;
	padding-left: 33px;
	padding-bottom: 0px;
}
#footer p {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.what-we-do-background {
	background-image: url(../images/what-we-do-background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.who-we-are-background {
	background-image: url(../images/who-we-are-background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.what-we-believe-background {
	background-image: url(../images/what-we-believe-background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.our-services-background {
	background-image: url(../images/our-services-background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.how-we-work-background {
	background-image: url(../images/how-we-work-background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.contact-us-background {
	background-image: url(../images/contact-us-background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#footer {
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCB4B2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#footer a:link {
	color: black;
	text-decoration: none;
}
.current-link {
	color: #C53526;
	font-weight: bold;
}
.first-paragraph {
	padding-top: 20px;
}
.our-services {
	font-weight: bold;
	color: #000000;
}

