/* Children of the Father

Colors:
Gray-Blue: #607A87
Purple: #655A7C
Rust: #A5675C

*/

body {
	background-color: #DDEAF1;
	color: #666666;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial;
	font-size: 12px;
}

.center {
	margin: auto;
	width: 770px;
	background-color: #ffffff;
}

.header {
	margin: 0px;
	width: 770px;
	height: 253px;
	background-color: #607A87;
}

.sidebar, .sidebar ul {
	margin: 0;
	padding: 0;
	width: 167px;
	list-style: none;
}

.sidebar-item {
	list-style: none outside;
	color: #607A87;
	margin: 0;
	border-bottom: dotted 1px #A5675C;
	width: 167px;
}
.sidebar-item a {
	color: #607A87;
	display: block;
	padding: 10px;
}

.sidebar-item a:link,
.sidebar-item a:visited,
.sidebar-item a:hover {
	color: #607A87;
	text-decoration: none;
	font-weight: normal;
}

.sidebar-item a:hover,
.sidebar-item a.highlighted:hover,
.sidebar-item a:focus {
	color: #655A7C;
	background: #FFEDDD;
}

.content {
	width: 563px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}

.address {
	margin-top: 20px;
	padding: 10px;
	color: #A5675C;
	font-size: 12px;
	text-align: center;
}

.content a:link {
	color: #607A87;
}

.content a:visited {
	color: #607A87;
}

.content a:hover {
	color: #655A7C;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.title {
	margin-bottom: 20px;
	color: #A5675C;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial;
}

.subtitle {
	margin-top: 20px;
	margin-bottom: 0px;
}

.content li {
	margin-bottom: 20px;
}

.lined {
	border-top: dotted 1px #A5675C;
}

.quote {
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 40px;
	border-left: dotted 1px #A5675C;
}

.bold {
	font-weight: bold;
	color: #607A87;
}

.bottom {
	width: 770px;
	text-align: center;
	font-size: 10px;
	padding: 10px 0 10px 0;
	background-color: #607A87;
	background-image: url('footer.jpg');
	color: #ffffff;
}

.bottom a,
.bottom a:link,
.bottom a:hover,
.bottom a:visited {
	color: #ffffff;
}
