/*
	Data Trail
	General Print Styles

	
*/
/****************************************************************************************
																   >> General Selectors << 
*****************************************************************************************/
body {
	color: #333;
	font: 11pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background: #fff;
	text-align: left;
}
a:link, a:visited {text-decoration: none; color: #333;}
a img {border: 0;}
p {
	margin: 0 0 1.6em; 
	line-height: 1.333;
}
ul li {
	list-style-type: disc; 
	margin-bottom: 0.15em;
}
ol li {margin-bottom: 0.15em;}
ul ul, ol ol {
	margin-top: 0.80em;
	padding-top: 0; 
	margin-bottom: 1em;
	padding-bottom: 0;
}
acronym, abbr, dfn {border-bottom: 0;}
table td {font: 11pt Georgia, "Times New Roman", Times, serif;}
blockquote {
	font: italic normal 11pt Georgia, "Times New Roman", Times, serif; 
	margin: 0 0 0 10px; 
	padding: 0;
	color: #666;
}
hr {
	clear: both; 
	display: block; 
	margin: 1em 0; 
	height: 1px; 
	background: #ccc; 
	color: #ccc;
	border: 0;
}
h1 {
	color: #13568b;
	margin: 0 0 0.70em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
}
h2,h3,h4,h5,h6 {
	color: #666;
	margin: 0 0 0.40em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
h3 {
	color: #2a7899; 
	font-size: 16pt;
}
h4,h5,h6 {
	color: #333333;
	font-size: 15pt;
	font-weight: bold;
}
h5, h6 {
	color: #333333;
	font-size: 14pt;
}

h6 {color: #999;}

/****************************************************************************************
																		   >> Structure << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
#titleText, 
#searchBox,
#nav,
#sidebar,
#footer p span {display: none;}

/*-------------------------------------------Show Elements---*/
#wrapper {width: auto;}
#masthead {
	border-top: 2px solid #13568b;
	border-bottom: 2px solid #13568b;
	padding: 6px 0;
	margin-bottom: 30px;
}
#masthead img {
	display: block;
	margin-bottom: 8px;
}
#masthead h1 {
	margin: 0; 
	font: italic bold 19pt Arial, Helvetica, sans-serif;
}
#footer {
	padding: 3px 0 0 0; 
	border-top: 1px solid #666;
	clear: both;
}
#footer p {
	margin: 0 0 0 6px; 
	color: #8a7856; 
	font: normal 9pt Arial, Helvetica, sans-serif;
}
.banner-home {
	height: 308px;
	width: 768px;
	background-image: url(../images/banner-home.jpg);
	margin: 0px;
	padding: 0px;
	display: none;
}
.banner-content {
	height: 100px;
	width: 768px;
	background-image: url(../images/banner-content.jpg);
	margin: 0px;
	padding: 0px;
	display: none;
}
#nav {
	height: 32px;
	width: 768px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#cornerstone-logo {
	float: right;
	display: none;
}
.masthead-home {
	background-image: url(../images/masthead.gif);
	height: 106px;
	width: 762px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#right-content-wrapper {
	float: right;
	width: 194px;
	margin: 0px;
	padding: 0px;
	height: auto;
	display: none;
}
#left-content-wrapper {
	width: 95%;
	min-height: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#print-logo {
	display: block;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#print-contact {
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	display: block;
}
#footer {
	background-color: #545454;
	height: 40px;
	width: 762px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
}

