/*----------------------------------------------------------------
Target Compiler printable stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	6/5/08
----------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #CCC;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}


/* Styles to format basic text */
a, a:link, a:visited {
	color: #1D2E5D;
	text-decoration: underline;
	border: 0px none;
	background-color: transparent;
}
a:hover {
	color: #3288C6;
}
img {
	border: 0px none;
}
a img {
	border: 0px none;
}
p {
	padding: 3px 40px 10px 30px;
	line-height: 1.4;
}
p strong {
    color: #44474A;
    font-weight: bold;
}

h1 { /* To be used for the company name (logo) only */
	position: absolute;
	top: 22px;
	left: 25px;
	width: 165px;
	height: 51px;
	background: url(../images/TCT_logo.gif) no-repeat top left;
	text-indent: -9000px;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover { /* To be used for the company name (logo) only */
	display: block;
	height: 51px;
	background: url(../images/TCT_logo.gif) no-repeat top left;
	color: #fff;
}
h2 {
	font-size: 140%;
	color: #1072BA;
	padding: 10px 40px 3px 30px;
	clear: both;
}
h3 {
	font-size: 110%;
	color: #333;
	padding: 20px 40px 0px 30px;
}
h4 {
	font-size: 110%;
	color: #333;
	padding: 20px 30px 10px 30px;
	clear: both;
}
h5 {
	font-size: 100%;
	color: #333;
	padding: 20px 30px 0px 30px;
	clear: both;
}
h6 {
	font-size: 110%;
	color: #333;
	padding: 20px 40px 3px 30px;
}
ul {
	list-style-type: none;
	padding: 3px 50px 15px 30px;
	line-height: 1.2;
}
ul li {
	padding: 2px 0px 2px 12px;
	background: url(../images/blue_square_bullet.gif) no-repeat 0px 6px;
}
ul.emphasis li {
	font-weight: bold;
	color: #072A5E;
}
ol {
	list-style-type: decimal;
	padding: 3px 50px 25px 30px;
	line-height: 1.2;
} 
ol li {
	background: none;
	padding-left: 0;
}
li {
	padding-bottom: 10px;
}
li strong {
	color: #1D2E5D;
}
p.note {
	font-size: x-small;
}
hr {
	height: 0px; 
	border: 0px none;
	border-top: 1px solid #C7C7C7;
	margin: 10px 20px;
}
.intro {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-style:italic;
	color: #1072BA;
}



/* Styles to format page layout */
#container {
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	background: #fff;
}
#header {
	width: 100%;
	height: 143px;
	position: relative;
	background: #fff;
}
#content {
	float: right;
	position: relative;
	width: 650px;
	border-left: 2px solid #C1C1C1;
	padding-left: 4px;
	background: #fff;
}
img.submain {
	display: block;
	padding-bottom: 20px;
}
#secondaryContent {
	display: none;
}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	padding-top: 20px;
	background: #fff;
}
#footer p {
	clear: both;
	font-size: 95%;
	padding: 3px 10px;
	text-align: center;
	border-top: 2px solid #C1C1C1;
	line-height: 1.5;
}


/* Styles to hide main navigation */
ul#mainNav  {
	display: none;
}

/* Styles to hide secondary navigation (at the top left corner) */
p#secondaryNav  {
	display: none;
}
