/*----------------------------------------------------------------
Target Compiler general stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	5/22/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: #333;
	font-weight: bold;
	font-size: 110%;
}

h1 { /* To be used for the company name (logo) only */
	position: absolute;
	top: 22px;
	left: 25px;
	width: 175px;
	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: 5px 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;
}

.quote {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-style:italic;
	color: #1072BA;
	font-weight:bold;
}



/* Styles to format page layout */
#container {
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	background: #fff;
}
#header {
	width: 100%;
	height: 143px;
	position: relative;
}
#content {
	float: right;
	position: relative;
	width: 566px;
	border-left: 2px solid #C1C1C1;
	padding-left: 4px;
}
img.submain {
	display: block;
	padding-bottom: 20px;
}
#secondaryContent {
	float: left;
	width: 205px;
	position: relative;
}
#secondaryContent h3 {
	background: url(../images/sidebar_header_bg.gif) no-repeat 2px 0px;
	padding: 3px 3px 3px 25px;
	margin: 15px 0 0 0;
	border-bottom: 2px solid #C1C1C1;
	color: #1D2E5D;
	font-weight: normal;
	font-size: 135%;
}
#secondaryContent h3 a {
	color: #1D2E5D;
	text-decoration: none;
}
#secondaryContent h3 a:hover {
	color: #1072BA;
} 
#secondaryContent p, #secondaryContent dl {
	padding: 5px 3px 15px 25px; 
}
#secondaryContent dl {
	padding-bottom: 20px;
}
#secondaryContent dl dt {
	font-weight: bold;
	padding: 3px 0 0 0;
} 
#secondaryContent dl dt a {
	text-decoration: none;
	color: #333;
}
#secondaryContent dl dt a:hover {
	text-decoration: underline;
	color: #2780C1;
}
#secondaryContent dl dd {
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 12px;
} 
#secondaryContent .highlight {
	padding: 15px 25px;
	margin: 5px 0;
}
#secondaryContent .highlight.one {
	background: #33426D url(../images/highlight_one_corner.gif) no-repeat top left;
}
#secondaryContent .highlight.two {
	background: #2780C1 url(../images/highlight_two_corner.gif) no-repeat top left;
}
#secondaryContent .highlight h4, #secondaryContent .highlight p, #secondaryContent .highlight h4 a  {
	padding: 0;
	color: #fff;
	text-decoration: none;
}
#secondaryContent .highlight.one h4 a:hover {
	color: #2780C1;
	text-decoration: underline;
}
#secondaryContent .highlight.two h4 a:hover {
	color: #33426D;
	text-decoration: underline;
}
#secondaryContent .highlight p {
	font-size: 95%;
}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	padding-top: 20px;
}
#footer p {
	clear: both;
	font-size: 95%;
	padding: 3px 10px;
	text-align: center;
	border-top: 2px solid #C1C1C1;
	line-height: 1.5;
}


/* Styles to format main navigation */
ul#mainNav  {
	display: block;
	position: absolute;
	top: 84px;
	left: 0px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	text-align: right;
	/*border-bottom: 25px solid #3288C6;*/
	background: transparent url(../images/navbg.gif) top right repeat-x;
	width: 780px;
	height: 70px;
	z-index: 1000;
}
ul#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
	background: #999;
	border-right: 3px solid #fff;
}
ul#mainNav li a {
	display: block;
	padding: 8px 13px;
	margin: 0;
	color: #fff;
	font: bold 11px Verdana, sans-serif;
	text-decoration: none;
	background-color: #999;
}
ul#mainNav li.asip a,
ul#mainNav li.asip a:hover {
	background-image: url(../images/active_navbar.png);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding: 8px 5px 8px 21px;
}
ul#mainNav li a:hover,
ul#mainNav li:hover a,
ul#mainNav li.sfhover a {
	background-color: #33426D;
}
ul#mainNav li.last {
	border-right: 0px none;
}
ul#mainNav li.last a {
	padding: 8px 14px;
}

/* Subnav styles */
ul#mainNav li ul {
	display: none; 
	position: absolute; 
	top: 45px; 
	left: 0; 
	overflow: hidden;
}
ul#mainNav li ul li {
	float: left;
	border: 0px none;
	background: transparent;
}
ul#mainNav li ul li a,
ul#mainNav li:hover ul li a,
ul#mainNav li.last ul li a,
ul#mainNav li.last:hover ul li a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 7px;
	text-decoration: underline;
	background: transparent;
}
ul#mainNav li ul li a:hover,
ul#mainNav li.last ul li a:hover  {
	color: #3288C6;
}

/*Styles to activate the correct subnav on the correct pages */
body#home ul#mainNav li a.asip,
body#asip ul#mainNav li a.asip,
body#products ul#mainNav li a.products,
body#casestudies ul#mainNav li a.casestudies,
body#about ul#mainNav li a.about,
body#resources ul#mainNav li a.resources,
body#news ul#mainNav li a.news {
	background-color: #3288C6;
}
body#home ul#mainNav li.asip ul,
body#asip ul#mainNav li.asip ul,
body#products ul#mainNav li.products ul,
body#casestudies ul#mainNav li.casestudies ul,
body#about ul#mainNav li.about ul,
body#resources ul#mainNav li.resources ul,
body#news ul#mainNav li.news ul {
	display: block; 
	width: 760px;
	height: 25px;
	background: #3288C6; 
	border: 0px none; 
	position: absolute;
	left: 0; 
	top: 29px; 
	overflow: visible;
	padding: 0 0 0 20px;
	margin: 0;
}
body#home ul#mainNav li.asip ul li a:hover,
body#asip ul#mainNav li.asip ul li a:hover,
body#products ul#mainNav li.products ul li a:hover,
body#casestudies ul#mainNav li.casestudies ul li a:hover,
body#about ul#mainNav li.about ul li a:hover,
body#resources ul#mainNav li.resources ul li a:hover,
body#news ul#mainNav li.news ul li a:hover {
	color: #33426D;
}

/* Styles to control the Javascript interaction */
ul#mainNav li.active a {
	background-color: #3288C6; 
}
ul#mainNav li.active ul {
	display: block; 
	width: 760px;
	height: 45px;
	background: transparent; 
	border: 0px none; 
	position: absolute;
	left: 0; 
	top: 29px; 
	overflow: visible;
	padding: 0 0 0 20px;
	margin: 0;
}
ul#mainNav li.active ul a {
	background-color: #3288C6;
}
ul#mainNav li.active ul li a:hover,
ul#mainNav li.last.active ul li a:hover  {
	color: #33426D;
}
ul#mainNav li.nonactive ul,
body#home ul#mainNav li.asip.nonactive ul,
body#asip ul#mainNav li.asip.nonactive ul,
body#products ul#mainNav li.products.nonactive ul,
body#casestudies ul#mainNav li.casestudies.nonactive ul,
body#about ul#mainNav li.about.nonactive ul,
body#resources ul#mainNav li.resources.nonactive ul,
body#news ul#mainNav li.news.nonactive ul  {
	display: none; 
}
ul#mainNav li.nonactive a,
body#home ul#mainNav li.nonactive a.asip,
body#asip ul#mainNav li.nonactive a.asip,
body#products ul#mainNav li.nonactive a.products,
body#casestudies ul#mainNav li.nonactive a.casestudies,
body#about ul#mainNav li.nonactive a.about,
body#resources ul#mainNav li.nonactive a.resources,
body#news ul#mainNav li.nonactive a.news {
	background-color: #999;
}


/* Styles to format secondary navigation (at the top left corner) */
p#secondaryNav  {
	display: block;
	position: absolute;
	top: 15px;
	right: 0px;
	margin: 0;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	color: #333;
}
p#secondaryNav a {
	color: #333;
	text-decoration: underline;
}
p#secondaryNav a:hover, p#secondaryNav a:active {
	color: #3288C6;
}
	


/* Forms formatting */
#form {
	width: 450px;
	margin: 0px auto;
}
form {
	margin: 25px 0px;
	padding: 0px;
	width: 100%;
}
form h6 {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form h6 label {
	float: left;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 4px 0px 0px 0px
}
form h6 input, form h6 textarea, form h6 select {
	float: right;
	margin: 3px;
	padding: 2px;
}
form h6 img {
	vertical-align: -30px;
}
form h6 span.submit {
	display: block;
	width: 90%;
	text-align: right;
	position: relative;
	top: 20px;
	font-size: 120%;
	margin-right: 10%;
}
