	/* ###################################################################### */
	/* File controls the default layout i.e. Home Page */
	/* Date: 2/7/06 */	
	/* ###################################################################### */
	
	/* css includes */
	@import "text_format.css"; /* just some basic formatting, no layout stuff */
	@import "navigation.css"; /* handles site navigation */
	
	/* document mods */	
			
	body {
		background: url("../../images/bg_body.jpg") no-repeat top center;
		background-color: #333333;
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
	html,body {		
		background: url("../../images/bg_body.jpg") no-repeat top center;		
		background-color: #333333;
		height: 100%;					
		}
	
	body.gsa {
		background: url("../../images/bg_body1pxb.jpg") repeat-y top center;
		background-color: #333333;
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		
	}	
	
   body.sm {
		background: url("../../images/bg_body_sm.jpg") no-repeat top center;
		background-color: #333333;
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
	body.pv {
		background: url("../../images/bg_body_pv.jpg") no-repeat top center;
		background-color: #333333;
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
	body.con {
		background: url("../../images/internal/bg_center.jpg") no-repeat top center;
		background-color: #333333;
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
		
	#wrapper {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
	}

	img {
		border:none		
	}
	
	#wrapper a {
		color: #008AFF;
	}						

	/* Header Layout */

	#blankHeader {
		background: url("../../images/header_blank.jpg") no-repeat top left;	
		width: 720px;
		height: 63px;
		background-color: #0189FF;
	}


/* Header Layout  */  
	
	
	#header {
		background: url("../../images/header.jpg") no-repeat top left;	
		width: 720px;
		height: 63px;
		background-color: #0189FF;
	}
		
	/* 		
		***************  TCIP Survey  **********************************
	#header {
		background: url("../../images/header_tcipLogo.jpg") no-repeat top left;	
		width: 720px;
		height: 63px;
		background-color: #0189FF;
	}
	
	
	#header #logoLink { float: left; margin-top: 13px; width: 140px; height: 49px; }
	#header #logoLink span { display: none;  }
	#header #tcipLink { float: left; margin: 13px 0 0 139px; width: 167px; height: 49px; }
	#header #tcipLink span { display: none;  }		
	#header #aboutLink { float: left; margin: 26px 0 0 60px; width: 106px; height: 35px; }
	#header #aboutLink span { display: none;  }	
	#header #loginLink { float: left; margin: 26px 0 0 14px; width: 75px; height: 35px; }
	#header #loginLink span { display: none;  }
	*/
/* Links Layout  */  

	#header #logoLink { float: left; margin-top: 13px; width: 140px; height: 49px; }
	#header #logoLink span { display: none;  }
	#header #aboutLink { float: left; margin: 26px 0 0 290px; width: 106px; height: 35px; }
	#header #aboutLink span { display: none;  }	
	#header #loginLink { float: left; margin: 26px 0 0 14px; width: 75px; height: 35px; }
	#header #loginLink span { display: none;  }
	#header #careersLink { float: left; margin: 26px 0 0 14px; width: 50px; height: 35px; }
	#header #careersLink span { display: none;  }
	
	#flashContent { }
	
	/* Content Layout */	
	
	#content { 
		height: 100%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
		
	#leftColumn {
		/* background: url("../../images/homePage/curve.jpg") no-repeat top right; */
		float: left;
		width: 188px;
	}	
	
	#rightColumn {
		background-color: #DFDFDF;
		float: left;
		width: 532px;		
	}
	
	#rightColumnShowcase {
		background-color: #DFDFDF;
		float: left;
		width: 720px;		
	}
	
	
	#rightColumn p {
		padding: 0px 15px 15px 0px;
		margin: 1px;
	}	
	
	#rightColumn h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px; color: #008AFF;
		padding-bottom: 2px;
		margin: 0px;
	}	
	
	#rightColumn h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #004175;
		padding-bottom: 0px;
		margin: 0px;
		font-weight: bold;
	}
	
	#rightColumn #container { 
		padding-left: 10px;
	}
	
	#fullColumn {
	background-color: #FFFFFF;
	width: 720px;
		
	}
	
		
	#fullColumn h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px; color: #008AFF;
		padding-bottom: 2px;
		margin: 0px;
	}	
	
	#fullColumn h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #004175;
		padding-bottom: 0px;
		margin: 0px;
		font-weight: bold;
	}
	
		
	
	
	/* Content Boxes */
	
	.contentBox1 {
		margin-left: 6px;
		position: relative;
		
	}
	
	.contentBox1 .top {
		display: block;
		background: url("../../images/internal/box1_top2.jpg") no-repeat;
		width: 499px;			
		height: 34px;
		z-index: 2;		
	}

	.contentBox1 .bodyContainer {
		display: block;	
		position: relative;			
		background: url("../../images/internal/box1_body.jpg") repeat-y;
		width: 499px;
		z-index: 1;		
	}
	
	.contentBox1 .body {
		display: block;
		position: relative;	
		width: 417px;			
		left: 42px;
		top: 7px;
		z-index: 3;		
	}
	

	.contentBox1 .bottom {
		position: relative;		
		display: block;	
		background: url("../../images/internal/box1_bottom2.jpg") repeat-y;
		top: -1px;		
		width: 499px;			
		height: 34px;
		z-index: 2;		
	}
	
		.contentBox2 {
		margin-left: 0px;
		position: relative;
		background-color: #dfdfdf;
		
	}
	
	.contentBox2 .top {
		
		display: block;
		background: url("../../images/internal/box1_top2.jpg") no-repeat;
		width: 499px;			
		height: 34px;
		z-index: 2;		
	}

	.contentBox2 .bodyContainer {
		margin-left: 110px;
		display: block;	
		position: relative;			
		background: url("../../images/internal/box1_body.jpg") repeat-y;
		width: 499px;
		z-index: 1;		
	}
	
	.contentBox2 .body {
		display: block;
		position: relative;	
		width: 417px;			
		left: 42px;
		top: 7px;
		z-index: 3;		
	}
	

	.contentBox2 .bottom {
		position: relative;		
		display: block;	
		background: url("../../images/internal/box1_bottom2.jpg") repeat-y;
		width: 499px;			
		height: 34px;
		z-index: 2;		
	}
	

	/* Footer Layout */	
		
	#footer {}
	
	
	/* Miscellaneous Tags */
	
	.blockDisplay {
		display: block;
	}
	
	.hide {
		display: none;
	}
	
	.copyRightStrip {
		width: 94%;
		background-color: #B7DEFF;
		padding: 15px;
	}

	/* Footer Layout */	
	.tablehead {
		font-weight: bold;
		background-color: #377DB9;
		color: #FFFFFF;
	}
	
	
	.newh2 {	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #004175;
		padding-bottom: 0px;
		margin: 0px;
		font-weight: bold;
	}
/* 
	================================================
	sPanel by 4Level : www.fourlevel.com
	Copyright 2007 4LevelWebs
	www.fourlevel.com
	File: sPanel.css
	Version: 1.0
	sPanelStyle: 1
	------------------------------------------------
	================ Editable: NO ===================
	! Do not edit this css file manually.
	  Use the Dreamweaver CSS Panel or sPanel
	  interface to make any changes.
	! For additional styling to your sPanel
	  create a new stylesheet, or add to an existing one.
	-------------------------------------------------
*/

/* scroller wrapper
----------------------------------*/
#sPanelWrapper1,
#sPanelWrapper2,
#sPanelWrapper3,
#sPanelWrapper4,
#sPanelWrapper5 {
	padding: 0;
	position: relative;
	left: 0;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-color: #CCC;
	height: 330px;
	background-image: url(/../images/internal/scrollerbg.jpg);
	background-repeat: repeat;
	z-index: 5000;
	}

	
#sPanelWrapper1 p,
#sPanelWrapper2 p,
#sPanelWrapper3 p,
#sPanelWrapper4 p,
#sPanelWrapper5 p {
	margin: 0.5em;
	padding: 0;
	color: #333333;
	line-height: 12pt;
	font-size: 10pt;
	}

/* scroller container
----------------------------------*/
.sPanelContainer {
	margin: 0;
	position: relative;
	overflow: auto;
	z-index: 1001;
	visibility: visible;
	border-color: #333333;
	border-width: 1px 0 0;
	background-repeat: repeat-x;
	text-align: left;
	font-size: 12pt;
	left: 120px;
	top: -235px;
	margin-top: 41px;
	margin-bottom: 0px;
	}
.sPanelContainer h3 {
	margin: 10px;
	color: #333333;
	font-size: 12pt;
	margin-top: 10px;
	}

.sPanelshow, .sPanelhide {
	position: absolute;
	left: 40px;
	top: 0px;
	z-index: 1000;
	visibility: visible;
	border: solid;
	border-color: #fff;
	border-width: 0px;
	width: 510px;
	background-color: #FFFFFF;
	}
.sPanelhide {
	visibility: hidden;
	}

/* Panel Tabs
----------------------------------*/
.hideNav {
	display: none;
	}
ul#sPanelNav1,
ul#sPanelNav2,
ul#sPanelNav3,
ul#sPanelNav4,
ul#sPanelNav5 {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 3;
	list-style-type: none;
	text-align: left;
	font-size: 85%;
	width: 130px;
	height: 200px;
	}

ul#sPanelNav1 li,
ul#sPanelNav2 li,
ul#sPanelNav3 li,
ul#sPanelNav4 li,
ul#sPanelNav5 li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 8px;
}

ul#sPanelNav1 a,
ul#sPanelNav2 a,
ul#sPanelNav3 a,
ul#sPanelNav4 a,
ul#sPanelNav5 a {
	text-decoration: none;
	font-size: 9pt;
	float: left;
	margin: 0px;
	padding: 4px 8px;
	color: #FFFFFF;
}

ul#sPanelNav1 a:hover, ul#sPanelNav1 a.navActive,
ul#sPanelNav2 a:hover, ul#sPanelNav2 a.navActive,
ul#sPanelNav3 a:hover, ul#sPanelNav3 a.navActive,
ul#sPanelNav4 a:hover, ul#sPanelNav4 a.navActive,
ul#sPanelNav5 a:hover, ul#sPanelNav5 a.navActive {
	color: #0033FF;
}


/* utilities
----------------------------------*/
.clear {
	clear: both;
}
.Main {
	height: 330px;
	width: 720px;
	background-image: url(/../images/internal/scrollerbg.jpg);
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #06F;
	margin-top: -10px;
	text-align: center;
	vertical-align: text-top;
	text-transform: uppercase;
}

.subHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	margin-top: 10px;
	text-align: left;
	text-indent: 20px;
}

#h3Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #06F;
}

