/*
Title:		screen.css
Author: 	zF.
--
Notes:
	= Controlling stylesheet for screen rendering used to import other sheets and
		defines rules for the highest-level layout containers
	= Generally definitions here should be limited to widths, heights, and padding
		since those are likely to change for different user agent types
	= Also imports overrides for Mac IE 5
Sections:
	= WRAPPER
	= CONTAINERS
*/

@import url("lib/baseline.css");
@import url("lib/typography.css");
@import url("lib/common.css");
@import url("lib/navigation.css");
@import url("lib/tables.css");
@import url("lib/sIFR-screen.css");

/* visible only to Mac IE 5 */
/*\*//*/
@import url("patches/mac.ie5.css");
/**/

/*  WRAPPER
	-------------------------------------- */
#body {
	width: 817px;
	position: absolute;
	left: 50%;
	margin-left: -409px;
}
html, body, #body {
	min-height: 100%;
	height: auto;
}

/*  CONTAINERS
	-------------------------------------- */
/* common 
	rules */
#header,
#navigation,
#content {
 	padding-left: 34px;
 	padding-right: 36px;
}

#breadcrumb{
 	padding-left: 37px;
 	padding-right: 36px;
}

	.home #content {
		margin-top:0;
		padding-left: 0;
		padding-right: 0;
	}
	


	.different #content {
		padding-left: 0;
		padding-right: 0;
	}
	.different h3 {
		display: none;
	}

#navigation {
 	padding-left: 34px;
}

/* specific 
	rules */
#header {
	padding-top: 25px;
	padding-bottom: 29px;
}
	/* logo */
	h1 {
		margin-top: 4px;
		margin-left: 2px;
	}
#navigation {
	margin-bottom: 10px;
}

#navigation .tools {
		float: right;
		margin-top: -21px;
		margin-right: 7px;
	}
	
#section-navigation {
	padding: 0 5px;
 	margin-left: 36px;
 	margin-right: 36px;
}

#content {
	overflow: visible;
	padding-bottom: 30px;
	/* required to keep footer positioned at bottom ...
		(equiv to height of footer) */
	margin-bottom: 13.25em;
}
	#breadcrumb {
		margin-top: 26px;
		margin-left: 5px;
	}
	h2 {
		padding-left: 5px; 
	}

	h3 {
		padding-right: 150px;
		padding-left: 5px; 
		padding-top: 9px;
		padding-bottom: 5px;
		border-bottom: solid 1px #c4d5ea;
		margin-left: 2px;
		margin-bottom: 30px;
	}
	
	h3#skipto {
		padding-bottom: 0px;
	}
	
		.themes h3 {
			margin-bottom: 0;
			background: none;
		}

	.paging-top,
	.paging-bottom {
		margin-right: 10px;
	}
	.paging-top {
		float: right;
		margin-top: -51px;
	}
		.themes .paging-top {
			margin-top: -21px;
		}

	.paging-bottom {
		clear: both;
		float: none;
	}
	.different .paging-top {
		margin-right: 41px;
		margin-top: 0;
	}
	.different .paging-bottom {
		display: none;
	}
		.themes .paging-bottom {
			padding-top: 10px;
			border-top: solid 1px #c4d5eA;
		}
		.paging-bottom .paging {
			float: right;
		}
		
 /* parent container 
 		computes to 745px width */		
	/* primary content containers */	
	#content .main { 
		width: auto;
		float: left; 
	}

	#content .sidebar { 
		width: 186px;
		float: right;
		margin-bottom: 15px;
	}
	.main dl,
	.main ul,
	.main p,
	.main h4 {
		width: 535px;
	}
	/* special cases */
	.themes .main dl,
	.themes .main p,
	.themes .main h4,
	.tab-content h4,
	.tab-content p {
		width: auto;
	}
	.home #content .main,
	.different #content .main {
		width: 100%;
		float: none;
	}
	.different .main p {
		margin-left: 36px;
		width: 365px;
	}	
	.different #content p.intro {
		margin-bottom: 0;
	}
	.different #content p.sub-intro {
		margin-bottom: 0;
	}

	#content p.tab-intro {
		width: 730px;
	}

.home .main {
	margin-top: -10px;
	min-height: 520px;
	position: relative;
}


.home .features {
	position: absolute;
	top: 371px;
	border: solid 4px #C4D5EA;
	height: 128px;
	margin-left: 36px;
	left:0px;
	background: url(../images/home/home_bgnd.gif) top left repeat-y;
}

.home .col1_, .home .col2_, .home .col3_ { float: left; }

.home .col1_ {
	width: 372px;
	margin-right: 1px;
}

.home .col1_ p {
	width: 129px;
	float: left;
}

.home .col1_ .chart {
	float: left;
}

.home .col2_ {
	width: 151px;
	margin-right: 1px;
}

.home .col2_ p {
	 width: 90px;
}

.home .col3_ {
	width: 212px;
}
.home #content .features p {	
	position: static;
}


.home a.video {
	padding-left: 18px;
	padding-top: 6px;
	background: transparent url('../images/home/icon_video.gif') 0 5px no-repeat;
}

.home .col3_ a {
	display: block;
}
.home .col3_ a.order {
	margin-bottom: 8px;
}


.different .toc {
	background: #fff url('../images/bg_zigzag.jpg') no-repeat;	
	width: 100%;
/*
	min-height: 530px;
*/
	margin-top: -130px;
	padding-bottom: 100px;
	border: none;
}	
.different .toc ul {
	margin-top: 192px; 
	margin-left: 190px; 
	width: 600px;
	height: 144px;
}	
.different .toc li {
	display: block;
	margin: 0;
	padding: 0;
	width: 145px;
	height: 145px;
	margin-right: 5px;
}


.different .toc li a {
	display: block;
	width: 145px;
	height: 145px;
}	
.different .toc li a:hover img {
	margin-top: -144px;
}	

	.callout-intro {
		width: 745px;
		background: #83b9e7 url(../images/bg_themes_intro.jpg) no-repeat;
		padding: 0;
		margin-left:2px;
		margin-bottom: 30px;
		padding-top: 20px;
	}
	.callout-intro .col1_,
	.callout-intro .col2_ {
		width: 344px;
		float: left;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
	.main div.full_,
	.main div.callout {
		width: 535px;
		overflow: visible;
	}
#content div.callout,
#content div.full_  {
	margin-bottom: 20px;
}	
		/* will force the width */
		.main div.full_ .inner_,
		.main div.callout .inner_ {
			position: relative;
			width: 745px;
		}
		.main div.callout .inner_ {
			background-color: #e2eaf5;
			padding-top: 20px;
			padding-bottom: 20px;
		}

	.callout .col1_ {
		width: 224px;
		margin-left: 20px;
	}

	.callout .col2_,
	.callout .col3_ {
		width: 224px;
		margin-left: 15px;
	}

	.tab-content .col1_,
	.tab-content .col2_ {
		float: left;
		width: 355px;
	}
	.tab-content .col1_ {
		margin-right: 30px;
	}
	
	
/* special cases */
.ltr-winning .callout .inner_ {
	background: url(../images/illus_letter_monitors.jpg) no-repeat 50% 50%;
}
.ltr-winning .callout .col2_ {
	margin-left: 264px;
}
.ltr-leaders .callout .col1_,
.ltr-leaders .callout .col2_ {
	width: 334px;
}

.ltr-highperf .callout .col1_,
.ltr-highperf .callout .col2_ {
	width: 334px;
	margin-left: 20px;
}

.ltr-leaders .callout .illus-primary {
	margin-left: 15px;
}
.ltr-council div.full_ .col1_,
.ltr-council div.full_ .col2_,
.ltr-council div.full_ .col3_,
.ltr-council div.full_ .col4_ {
	width: 155px;
}
.ltr-council div.full_ .col1_,
.ltr-council div.full_ .col2_,
.ltr-council div.full_ .col3_ {
	margin-right: 35px;
}


/* this is required to force photo to clear sidebar*/
.ltr-council div.full_ .illus-primary {
	margin-top: 2.5em;
}

	#content .tools, #content .alert {
		margin-left: auto;
		width: 150px;
		padding: 15px 10px 15px 10px;
	}
		#content .tools h4, #content .alert h4 {
			width: 140px;
		}
	.different #content .tools {
		float: left;
		margin-left: 25px;
		margin-top: 15px;
	}
	
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 35px 0 0 0;
	clear: both;
}
	#footer ul {
		margin-bottom: 15px;
	}
	#footer p {
		width: 73%;
		color: #999;
		margin-bottom: 15px;
	}
