/*** general layout ***/

.main {
	background-image: url(../touchstones-images/background.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: -12px;
}



/***** font styles   *******/
h1{
	color: #Bf6650;
	font-weight: bold;
	font-size: 22px;
}

h2{
	color: #2a5879;
	font-weight: bold;
	font-size: 16px;
}

h3{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -15px;
}

p{
	color: #082A34;
	font-size: 14px;
}

/*** header ***/

.header-image {
	margin-top: 0px;
	margin-left: 75px;
}

.header-image-sub {
	margin-top: 10px;
	margin-left: 100px;
}

.header-title {
	margin-left: 285px;
	margin-top: -75px;
	color: #B0513F;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}

/*** left column ***/

.left_touchstones a:link { color: #082A34; text-decoration:none; }
.left_touchstones a:visited { color: #082A34; text-decoration:none; }
.left_touchstones a:hover { color: #B0513F; text-decoration:underline; }
.left_touchstones a:active {color:#B0513F; text-decoration:underline; }

.left_links a:link, .info-box a:link { color: #B0513F; text-decoration:none; }
.left_links a:visited, .info-box a:visited { color: #B0513F; text-decoration:none; }
.left_links a:hover, .info-box a:hover { color: #082A34; text-decoration:underline; }
.left_links a:active, .info-box a:active {color:#082A34; text-decoration:underline; }

.left_column {
	float: left;
	width: 260px;
	margin-top: 95px;
}

.left_column h2 {
	color: #082A34;
	font-weight: bold;
	font-size: 12px;
}

.left_touchstones {
	padding: 0px 10px 0px 10px;
}

.left_touchstones table{
	width: 260px;
	margin-top: 20px;
}

.left_links {
	width: 240px;
	background: #cfe1f3;
	padding: 0px 10px 0px 10px;
	margin-top: -15px;
	margin-bottom: -15px;
	font-size: 12px;
}

.left_links ul, .info-box ul{
	list-style: disc;
	padding-left: 15px;
	margin-top: -5px;
}

.box_top {
	margin-top: 30px;
}

.box_bottom {
	margin-bottom: 20px;
}

.info-box {
	width: 234px;
	background: #fff;
	border-left: solid 3px #d3cbd2;
	border-right: solid 3px #d3cbd2;
	padding: 0px 10px 0px 10px;
	margin-top: -15px;
	margin-bottom: -15px;
}

.info-box p{
	font-size: 12px;
}

.info-box h3{
	color: #2a5879;
	margin-bottom: 15px;
}

.info-box .quote{
	font-size: 14px;
	color: #B0513F;
	font-style: italic;
}


/*****  right block styles  *****/

.right_touchstones {
	margin-left: 290px;
	margin-top: 50px;
}

.right_roundstone{
	float:left;
	margin-right: 35px;
	height: 80px;
}
.right_touchstones a:link { color: #B0513F; text-decoration:underline; }
.right_touchstones a:visited { color: #B0513F; text-decoration:underline; }
.right_touchstones a:hover { color: #082A34; text-decoration:underline; }
.right_touchstones a:active {color:#082A34; text-decoration:underline; }

.quote {
	font-size: 14px;
	font-style: italic;
	/*color: #c27e1e;*/
	color: #958084;
	
}

.image-padding{
	margin-top: 30px;
}
/******  footer  *****/

#bookmark {
	background-image: url(../touchstones-images/reconciliation-bookmark.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 113px;
}

.download-image{
	font-size: 14px;
	padding: 5px;
	padding-left: 15px;
	background: #d3cbd2;
	width: 260px;
	margin-top: 25px;
}

.download-image a:link { color: #082A34; text-decoration:none; }
.download-image a:visited { color: #082A34; text-decoration:none; }
.download-image a:hover { color: #B0513F; text-decoration:underline; }
.download-image a:active {color:#B0513F; text-decoration:underline; }



