/* = 
Description: Turn Type Technologies stylesheet.
Version: 1.0
Released: 10/23/08
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* =LAYOUT

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


body {
	background: #00466e url(../images/bg_header.png) repeat-x 0 0;
	color: white;
	font:75%/1.7 Arial, Helvetica, sans-serif;/* Sets default size to 12pt */
	text-align: center;
	position: relative;
	min-width: 900px;
	margin: 0;
	}

body * {
	font-size: 100%;
}	

#header {
	height: 140px;
	position: relative;
}

#home #content_main {
	background: #cce2f2 url(../images/bg_content_main.png) repeat-x 0 100%;
	height: 293px;
}

#home #content_secondary {
	background: #005a8d;
}

#header, #content_main_container, #content_secondary_container, #site_info, #content_container {
  width: 900px; 
  margin: 0 auto; 
  text-align: left;
}

.secondary #content_main_container {
	width: 648px;
	float: left;
	margin: 10px 0 40px 0;
	border-right:1px solid #326d8f;
	padding-right:27px;
}

.secondary #content_secondary_container {
	width: 202px;
	float: right;
	margin: 13px 0 15px 0;	
}

.secondary #body{
	background:#005a8e url(../images/bg_content_main_content.png) repeat-x 0 0;
	overflow: hidden;
}

#home #content_secondary {
	overflow:hidden;
	clear:both;
}



/* =TYPOGRAPHY

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

HTML {
	font-size: 100%;
}

h2{
	color: #c2ddf0;
	font-size: 1.833em;
	font-family: georgia, serif;
	margin-bottom: 15px;

}

h3 {
	color: #c2ddf0;
	font-family: georgia, serif;
	font-size: 1.5em;
	margin-bottom: 4px;
	line-height: 1.3em;
}

h4{
	color: #c2ddf0;
	font-family: georgia, serif;
	font-size: 1.2em;
	margin-bottom: 4px;
}

#content_main_container p {
	margin-bottom: 13px;
}

#content_main_container li {
	list-style-type: square;
	margin: 0 0 8px 35px;
}


#site_info p {
	font: 0.916em/1.3 Verdana, sans-serif;
	color: #8eabbc;
	padding: 10px 0 10px 0;
}


/* =NAV

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#nav {
	position: absolute;
	top: 60px;
	right: 0;
}

#nav li {
	padding: 0px 8px 0 0;
	text-transform: uppercase;
	float: left;
	font-family:georgia, serif;
	text-indent: -9999px;
}

#header #nav a {
	display: block;
	height: 28px;
}

a#nav_about:link, a#nav_about:visited {
	background: url(../images/nav-about_us.png) 0 10px no-repeat;
	width: 90px;
}

a#nav_about:hover {
	background: url(../images/nav-about_us.png) 0 -40px no-repeat;
}

a#nav_products:link, a#nav_products:visited {
	background: url(../images/nav-products.png) 0 10px no-repeat;
	width: 95px;
}

a#nav_products:hover {
	background: url(../images/nav-products.png) 0 -40px no-repeat;
}

a#nav_news:link, a#nav_news:visited {
	background: url(../images/nav-news.png) 0 10px no-repeat;
	width: 122px;
}

a#nav_news:hover {
	background: url(../images/nav-news.png) 0 -40px no-repeat;
}

a#nav_careers:link, a#nav_careers:visited {
	background: url(../images/nav-careers.png) 0 10px no-repeat;
	width: 79px;
}

a#nav_careers:hover {
	background: url(../images/nav-careers.png) 0 -40px no-repeat;
}

a#nav_contact:link, a#nav_contact:visited {
	background: url(../images/nav-contact.png) 0 10px no-repeat;
	width: 84px;
}

a#nav_contact:hover {
	background: url(../images/nav-contact.png) 0 -40px no-repeat;
}



/* =Site Info Nav --  -  */

#site_info li {
	padding: 0px 20px 0 0;
	display:inline;
}

#site_info ul {
	margin: 20px 0 8px 0;
	font: 0.916em Verdana, sans-serif;
}

#site_info a:link, #site_info a:visited {
	color: #8eabbc;
	text-decoration: underline;
}

#site_info a:hover {
	text-decoration: none;
}


/* = Current page highlight */

#about_us a#nav_about {
	background-position: 0 -40px;
}

#products a#nav_products {
	background-position: 0 -40px;
}

#news a#nav_news {
	background-position: 0 -40px;
}

#careers a#nav_careers {
	background-position: 0 -40px;
}

#contact a#nav_contact {
	background-position: 0 -40px;
}


/* =LINKS- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.action_link {
	text-align: left;
	margin-top: 8px;
}

p.action_link a {	
  	margin-bottom: 20px;
	padding-right: 19px;
	background: url(../images/bg_arrow.png) no-repeat 100% 50% ;
}

p.action_link a:hover {	
	background: url(../images/bg_arrow.png) no-repeat 100% 50% ;	
}

a:link, a:visited {
	color: #c2ddf0;
	text-decoration: underline;
}

a:hover{
	color: white;
	text-decoration: none;
}

.feature h3 a:link, .feature h3 a:visited {
	color: #c2ddf0;
	text-decoration: none;
}

.feature h3 a:hover {
	color: white;		
	text-decoration: underline;
}

.feature a:link, .feature a:visited {
	color: white;
	text-decoration: none;
}

.feature a:hover {
	color: #c2ddf0;
	text-decoration: underline;
}

.secondary p.previous_link{
	color: #c2ddf0;
	text-decoration: underline;
}

.secondary p.previous_link:hover{
	color: white;
	text-decoration: none;
	cursor: pointer;
}

/* =HEADER

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header h1{
	text-indent: -9999px;
	position: relative;
	top: 20px;
}

#logo a {
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	width: 192px;
	height: 101px;
}

#turntype_logo {
	display:none;
}


/* =HOME

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#home #header {
	background: url(../images/billboard_people_top.jpg) no-repeat 100% 100%;
}

#home #content_main_container {
	background: url(../images/billboard_people.jpg) no-repeat 100% 100%;
	height: 293px;
}

#home #content_main h2 {
	text-indent: -9999px;
	background: url(../images/billboard_headline.png) no-repeat 0 0;
	height: 88px;
	font-size:3em;
	color: #005389;
	margin:0;
}

#home #content_main p {
	text-indent: -9999px;
	background: url(../images/billboard_paragraph.png) no-repeat 0 0;
	height: 205px;
	font-family: georgia, serif;
	font-size:1.5em;
	color: #005389;
	margin:0;
}

.feature {
	width: 200px;
	float: left;
	padding: 27px 24px 27px 0;
}

.feature {
	line-height: 1.4;
}


.last {
	margin-right: 0;
}


.feature li {
	list-style-type: square;
	margin: 0 0 5px 16px;
}

.feature img {
	float: left;
	padding: 2px 8px 2px 0;
}

.left {
	float: left;
}


/* =SECONDARY */

.secondary h2 {
	text-indent: -9999px;
	height: 72px;
	color: #005389;
	font-size: 3em;
}

#products h2 {
	background: #C6DEEF url(../images/header_products.png) no-repeat 0 0;
}

#about_us h2 {
	background: #C6DEEF url(../images/header_about-us.png) no-repeat 0 0;
}

#news h2 {
	background: #C6DEEF url(../images/header_news.png) no-repeat 0 0;
}

#careers h2 {
	background: #C6DEEF url(../images/header_careers.png) no-repeat 0 0;
}

#contact h2 {
	background: #C6DEEF url(../images/header_contact.png) no-repeat 0 0;
}

#privacy h2 {
	background: #C6DEEF url(../images/header_privacy.png) no-repeat 0 0;
}

#terms h2 {
	background: #C6DEEF url(../images/header_terms.png) no-repeat 0 0;
}

.secondary .feature {
	padding: 0 0 17px 0;
}

#newsletter_signup dt {
	margin-top: 5px;
}

#newsletter_signup dd {
	margin-bottom: 5px;
}

.secondary img.left {
	margin: 3px 10px 3px 0;
}

#contact p.last {
	margin-bottom: 0;
}

#contact input, #contact textarea {
	margin-bottom: 15px;
}

#contact textarea {
	width: 400px;
	font-size: 135%;
}


.body_image_left {
	float: left;
	margin: 4px 11px 0 0;
}

.body_image_right {
	float: right;
	margin: 4px 0 0 15px;
}



/* =SITE INFO

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#site_info {
	text-align: left;
}