﻿body
{
	color: #555;	
}

h1
{
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	font-size: 2.65em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

h1 span
{
	font-style:italic;
}

#wrapper
{
	margin: 0 auto;
	width: 975px;
}

#header
{
	color: #fff;
	height: 205px;
	margin: 0 0 20px 0;
}

#header .wrapper
{
	background-color: #000;
}

#header p
{
	margin: 0;
	padding: 0;	
}

#header .title
{
	font-size: 8em;
	font-family: Arial;
	text-transform: lowercase;
}

#header .title span
{
	font-family: Georgia;
	font-style: italic;
}

@media print
{
	#header
	{
		padding-top: 0 !important;	
	}
}

#left
{
	float: left;
	width: 130px;
	margin-right: 20px;	
}

#main
{
	width: 485px;
	margin: 0 20px 40px 20px;	
	font-family: Georgia;
	float: left;
}

#container
{
	padding-top: 20px;
	padding-bottom: 40px;	
	float: left;
}

#right
{
	float: left;
	width: 300px;
}

#main p
{
	line-height: 1.5em;
}

#main p.first
{
	color: #333;
}

#main blockquote
{
	text-indent: 25px;
	background-color: #fcfcfc;
	width: 200px;
	float: right;
	color: #000; 
	background-image: url(/images/quotes1.png);
	font-size: 1.1em;
	background-position: 10px 12px;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 10px;
}

#main blockquote p
{
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 24px;
	background: url(/images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	line-height: 1.3em;
}

#main p.epilogue
{
	font-size: 0.72em;
	color: #333;
	font-family: Helvetica, Arial, Sans-Serif;
	border-top: solid 1px #ccc;
	padding-top: 10px;
}

#main a
{
	color: #111;
	text-decoration: none;
	border-bottom: solid 1px #ccc;	
}

#main a:hover
{
	color: #000;
	border-bottom: solid 1px #000;
}

#left .vcard
{
	margin-left: 10px;
}

#left .vcard img
{
	border: solid 2px #eee;
	padding: 1px;
}

#left .vcard .fn
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.72em;
	color: #000;
	font-style: italic;
}

#right .box
{
	font-family: Helvetica,	Arial, Sans-Serif;
	margin-bottom: 20px;
}

#right .box ul li
{
	margin: 0 0 0.75em 0;
	padding: 0 0 0 16px;
	list-style-type: none;
	background-image: url(/images/intouch/box-red-bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}

#right .box p
{
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.2em;
}

#right .box a
{
	text-decoration: none;	
}

#right .box em
{
	display: block;
}

#right .box ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#right .box ul li
{
	margin: 0 0 0.75em 0;
	padding: 0 0 0 16px;
	list-style-type: none;
	background-image: url(/images/intouch/box-red-bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}

#right .box ul li span
{
	display: block;
	font-size: 0.72em;
	margin-top: 2px;
}

#right .box.red,
#right .box.blue,
#right .box.green
{
	color: #fff;
	padding: 21px 0 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}

#right .box.red
{
	background-image: url(/images/intouch/box-red-top.gif);
}

#right .box.blue
{
	background-image: url(/images/intouch/box-blue-top.gif);
}

#right .box.green
{
	background-image: url(/images/intouch/box-green-top.gif);
}

#right .box .content
{
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 20px 21px 20px;
}

#right .box.red .content
{
	background-image: url(/images/intouch/box-red-bottom.gif);
}

#right .box.blue .content
{
	background-image: url(/images/intouch/box-blue-bottom.gif);
}

#right .box.green .content
{
	background-image: url(/images/intouch/box-green-bottom.gif);
}

#right .box .content h2
{
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

#right .box .content a
{
	color: #fff;
}

#right .box.red .content a
{
	border-bottom: solid 1px #E5B8BA;
}

#right .box.blue .content a
{
	border-bottom: solid 1px #B8BAE5;
}

#right .box.green .content a
{
	border-bottom: solid 1px #B8E5BA;
}

#right .box.red .content a:hover
{
	color: #fff;
	border-bottom: solid 1px #fff;
}

#footer
{
	width: 845px;
	clear: both;
	padding: 20px 0 20px 130px;
	border-top: solid 2px #000;
	color: #000;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.72em;
	background-image: url(/images/intouch/refc-logo.gif);
	background-position: left 24px;
	background-repeat: no-repeat;
	float: left;
}

#footer a
{
	color: #000;	
}

.contact
{
	width: 250px;
	float: left;
	margin-right: 20px;	
}

.contact img
{
	display: block;
}

.contact a
{
	padding: 0 0 0 10px;
}

p.download
{
	text-indent: 20px;
	background-image: url(/images/page_white_acrobat.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}

p.site-link
{
	font-family: Helvetica,	Arial, Sans-Serif;
	font-size: 0.72em;
	margin: 10px 0 10px 20px !important;
	color: #888;
	float: left;
	font-style: oblique;
}

p.site-link a
{
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

p.site-link a:hover
{
	text-decoration: underline;
	color: #666;
}
