
/************************************
	Main CSS Document for teamworkgroup.com 
	Bryan Keller
	Kenan Stipek
*************************************/

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/*****************
	TEXT ELEMENTS
*****************/
p
{
    margin: 0 0 5px 0;
}

a
{
	color: darkblue;
	font-weight: bold;
	text-decoration: none;
}

a:hover{text-decoration: underline;}

h1, h2, h3
{
	color: #161616;
	font-family: Helvetica;
	margin: 0;
}

h1
{
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -1px;
}

h1.MainTitle
{
	color: #E6E6E6;
	font-size: 30px;
}

h2
{
    color: #143a5a;
	font-size: 30px;
}

h3
{
	font-size: 20px;
	letter-spacing: -0.3px;
	padding-top: 6px;
}

h3.SubTitle
{
	color: #E6E6E6;
	font-size: 17px;
}

h4
{
    color: #143a5a;
    font-size: 18px;
    margin: 10px 0 4px 0;
}

h5
{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

form
{
	margin: 0 0 0 0;
}

/******************
	END TEXT ELEMENTS
*******************/

/******************
	REQUIRED ELEMENTS
*******************/
.fieldreq {
	height:20px; 
	padding-right:10px;
	background:transparent url(images/field-req.gif) no-repeat center right;
}

.fieldred 
{
	color: Red;
	height:20px; 
}


div#twg .req {
	position:relative;
	float:left;
	margin:10px 0 10px 0;
}

/******************
	END REQUIRED ELEMENTS
*******************/

/**********************
	NAVIGATION MENU STYLE 
***********************/

#menu
{
	float: right;
	margin-top: 15px;
}

#menu a:hover
{
    text-decoration: none;
}

.menu
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu a:hover
{
    text-decoration: none;
}

Table.menuItem * td
{
	background: url(../images/ButtonsAndFolderTabs/tabUnclicked.png) bottom left no-repeat;
	display: block;
	height: 25px;
	margin-right: 3px;
	text-align: center;
	width: 120px;
}

A.menuItem
{
	color: black;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	/*position: relative;   *Need this to work with firefox, need to solve later. *
	top: 5px;*/
	padding: 5px 5px 5px 5px;
}

Table.menuItemHover * td
{
	background: url(../images/ButtonsAndFolderTabs/tabHover.png) bottom left no-repeat;
}

Table.menuItemActive
{
	background: url(../images/ButtonsAndFolderTabs/tabHover.png) bottom left no-repeat;
}

.subMenuItem
{
	background: #dbdbdb;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	color: black;
	text-align: center;
	padding-top: 0px;
	height: 22px;
	width: 120px;
	z-index:1;
}

.subMenuItemHover
{
	background: #bcc6d8;
}

/*************************
	END NAVIGATION MENU STYLE 
**************************/

/********************
	Upper Right Login Box
*********************/
.LoginBox
{
	color: white;
	float: right;
	font-size: 13px;
	text-align: right;
	height: 35px;
}

.LoginBox * input[type=text], .LoginBox * input[type=password]
{
	valign:bottom;
	background: lightgrey;
	color: black;
	width: 60px;
	height: 14px;
	border: 1px inset white;
}

.LoginBox * input[type=submit]
{
	height: 20px;
	color: black;
	background: lightgrey;
	border: 1px outset white;
	padding: 0;
	margin: 0;
}

.LoginBox a
{
	padding: 0;
	margin: 0;
	color: lightblue;
}

/********************
	End Upper Right Login Box
*********************/

/********************
	Regestration / Contact Us
*********************/

.RegTable
{
	margin: 10px;
	width: 100%;
}

.RegTable #regTd
{
	vertical-align: top;
	padding: 10px;
	width: 50%;
}

.AcctTable #acctTd
{
	vertical-align: top;
	padding: 10px;
	width: 40%;
}

.regInput
{
	float: right;
}

.regCheckBox
{
	float: left;
}

.regInput td
{
	text-align: right;
}


.regError
{
	color: red;
	font-size: 12px;
}

#email, #company, #position, #password
{
	padding: 5px 0px 10px 0px;
	display: none;
}

INPUT.regField
{
	width:16em;
}

/********************
	End Regestration / Contact Us
*********************/


/********************
	CONTAINER ELEMENTS 
*********************/

body 
{
	color: #222222;
	background-color: #f5f6f7;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	margin: 0;
}

div#container
{
	margin: 0 auto;
}

div#header
{
	background: #1d1d1d url(../images/bg.png);
	float: left;
	height: 70px;
	padding-top: 15px;
	width: 100%;
}

#header .content
{
	background: url(../images/header.png) top left no-repeat;
	height: 85px;
	margin-top: -12px;
}

div#subheader
{
	background: #246f99 url(../images/default/subheaderBGImage.png) center no-repeat;
	font-size: 30px;
	float: left;
	height: 200px;
	width: 100%;
}

div#mainContent
{
	background: #E8E8E8;
	float: left;
	padding: 15px 15px 15px 15px;
	width: 950px;
}

div#twg
{
	background: #E8E8E8;
	float: left;
	padding: 15px 15px 15px 15px;
	width: 100%;
}

div#twg p
{
	line-height:1.7em;
	margin:0 0 5px 0;
}
	
div#twg p.intro 
{ /* bolded intro paragraph */
    color: #414242;
	line-height:2em;
	font-weight:600;
}

div#twg div#left {
	width:530px;
	float:left;
	margin-right: 26px;
	padding-left: 20px;
	text-align:left; 
}

div#twg div#left .tableTop  
{
	COLOR: #333737;
	font: 11px geneva, verdana, arial, sans-serif;
	height: 23px;
	border:0; 
	width:100%;
}

div#left ul
{
	list-style-type: disc; 
	list-style-image: none;
}

div#twg .right {
	width:308px;
	float:right;
	margin:0px 20px 0 0 !important;
	margin:20px 20px 0 0;
}

 div#twg .right li {
	list-style-image: url(images/bullet.gif);
	line-height: 16px;
	margin-bottom:10px !important;
}

div#twg div#top 
{
	width:100%;
	float:left;
	padding-left:20px;
	text-align:left;
}

div#twg div#top p
{
	padding-right:10px;
}

div#twg div#bottom
{
	width:100%;
	float:left;
	padding-left:20px;
	text-align:left;
}

div#twg div.dataDrivenTable
{
	padding-left:20px;
}

div#twg table.datadriventable
{
	float	:	left;
}

div.content
{
	margin: 0 auto;
	width: 980px;
}

div.leftContent
{
	float: left;
	width: 530px;
}

div.rightContent
{
	float: left;
	margin-left: 60px;
	text-align: center;
	width: 308px;
}

div#footer
{
	background: #1d1d1d url(../images/bg.png);
	border-top: 10px solid #151515;
	color: #E6E6E6;
	float: left;
	font-size: 10px;
	padding: 25px 0;
	width: 100%;
}

div#footer a
{
	color: #ffffff;
}

div.pageTitles
{
	position:absolute;
	top:120px;
	width:980px;
}

/***********************
	END CONTAINER ELEMENTS 
***********************/

/***************
	DATA DRIVEN TABLE EMEMENTS
****************/
.ReasonTableHeader 
{
	background-color: Aqua;
}

.ReasonTableCell
{
	text-align: center;
}

.PricingTableCenter
{
	text-align: center;
}

.PricingTableRight
{
	text-align: right;
}

.PricingTableLeft
{
	text-align: left;
}

.DataTableCenter
{
	text-align: center;
	font-style: Italic;
}
.DataTableRight
{
	text-align: right;
}

.DataTableLeft
{
	text-align: left;	
}

/***********************
	END DATA DRIVEN TABLE EMEMENTS 
***********************/

/***************
	SPRY EMEMENTS
****************/

#DefaultMain
{
    background: #E8E8E8 url(../images/default/main_bg2.png) top left no-repeat;
    color: #ffffff;
    float: left;
    font-family: Helvetica, Arial;
    height: 277px;
    width: 100%;
}

#blueBackground
{
	background: #246f99;
	width:100%;
	position: absolute;
	top:85px;
	left:0px;
	height:277px;
	z-index: -1;
}

	/*********************
		CONTENT WITHIN SPRY
	**********************/
	#title
	{
		font-size: 30px;
		height: 40px;
	}
	
	#subtitle
	{
		height: 20px;
		font-size: 17px;
		padding: 0px 5px 10px 5px;
	}
	
	#solutionsTitle
	{
		font-weight: bold;
		font-size: 16px;
	}
	
	#menuContent
	{
		align-text: top;
		height: 240px;
	}
	
	.SlidingPanelsContentGroup
	{
		position: relative;
		top: -270px;
		left: 148px;
		width: 827px;
		height: 270px;
		z-index: 0;
	}
	
	.SlidingPanelsContent 
	{
		width: 100%;
		height: 270px;
		margin: 0px;
		padding: 0px;
		border: none;
	}
	
	/*********************
		END CONTENT WITHIN SPRY
	**********************/
	
	/***********************
		NAVIGATION BAR FOR SPRY
	************************/
	.navLinks
	{
		height: 270px;
		width: 132px;
	}

	.DefaultMainNavItemnone
	{
		/*background: url(../images/buttonsAndFolderTabs/buttonUnclicked.png) top center no-repeat;*/
		border-top: 3px solid #1d597a;
		padding: 5px 0px 0px 0px;
		width: 132px;
		color: white;
		display: block;
		font-weight: bold;
		font-size: 12px;
		height: 32px;
		text-align: center;
		text-decoration: underline;
	}

	.DefaultMainNavItemnone:hover
	{
		/*background: url(../images/buttonsAndFolderTabs/buttonUnclickedHover.png) top center no-repeat;*/
		border-top: 3px solid #1d597a;
		color: white;
		height: 32px;
		text-align: center;
		width: 132px;
		text-decoration: underline;
	}

	.DefaultMainNavItemblock
	{
		/*background: url(../images/buttonsAndFolderTabs/buttonSelected.png) top center no-repeat;*/
		border-top: 3px solid #1d597a;
		padding: 5px 0px 0px 0px;
		color: white;
		display: block;
		font-weight: bold;
		height: 32px;
		font-size: 12px;
		width: 132px;
		text-align: center;
	}
	
	.DefaultMainNavItemblock #button1
	{
	
	}

	#DefaultMain a:hover
	{
		text-decoration: none;
	}
	
	.navLinksTable
	{
		border: 5px solid #1d597a;
		height: 270px;
		width: 132px;
	}
	
	/***********************
		END NAVIGATION BAR FOR SPRY
	************************/
	
/******************
	END SPRY EMEMENTS
*******************/

/*********************	
	RIGHT SIDE FLEX BOXES
/********************/

.cs-flexi-content .cs-flexi-head 
{	
	font-weight: bold;
	font-size: 1em;
	color: #111111;
	line-height: 1em;
	padding: 5px;
	background-position: center;
	position:relative;
	display:inline;
	}
			
.cs-flexi-inner
{
	margin: 0px;
	background: white;
	padding: 10px 8px 1px 8px;
}

.cs-flexi-inner .cs-flexi-list li
{
	padding-left: 0px;
	margin-left: 0px;
}

.cs-flexi-button 
{
	margin: 7px 12px 3px 0px;
}

.cs-flexi-content
{
	background: white;
}

.cs-flexi-shadow
{
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
	line-height: 0px;
	background-image: url(images/drop_shadow.gif);
	background-repeat: repeat-x;
}

  /* Top Right */ 
.cs-flexi-top 
{
	margin:0 0 0 10px;
	height:8px;
	background-image: url(images/flexi-box-clear.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
 }
			
 /* Top Left */ 
.cs-flexi-top div 
{
	height: 8px;
	width: 10px;
	position:relative;
	left: -10px;
	background-image: url(images/flexi-box-clear.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
		
 /* Bottom Right */ 
.cs-flexi-bottom 
{
	background: url(images/flexi-box-clear.gif) no-repeat 100% 100%;
	margin: 0 0 0 10px;
	height: 10px;
}
	
 /* Bottom Left */ 
.cs-flexi-bottom div
{
	background: url(images/flexi-box-clear.gif) no-repeat 0 100%;
	height: 10px;
	width: 10px;
	position:relative;
	left: -10px;
	overflow: hidden;
	background-position: 0 -38px;
}
	
 /* Left Border */ 
.cs-flexi-l
{
	padding: 0 0 0 1px;
	background-image: url(images/flexi-border_lt.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
 }
		
 /* Right Border */ 
.cs-flexi-r 
{
	padding: 0 1px 0 0;
	background-image: url(images/flexi-border_lt.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
			
 /* content for links in right side box */		
.cs-flexi-list 
{
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

.cs-flexi-list li
{
	margin-bottom: 7px;
	padding-left: 6px;
	}
			
 /* flexi top with blue gradient */
/*top right*/ 
.cs-flexi-top-g-blue 
{
	margin:0 0 0 10px;
	height:8px;
	background-image: url(images/flexi-box-bl.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
	
 /*top left*/	 
.cs-flexi-top-g-blue div
{
	height:8px;
	width: 10px;
	left: -10px;
	position:relative;
	overflow:hidden;
	background-image: url(images/flexi-box-bl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
	
 /* gradient fill for heading expansion */	 
.cs-flexi-gradient-blue 
{
	white-space: nowrap;
	margin:0 0 0 0;
	padding:0 0 3px 0;
	display: block;
	background-image: url(images/blue_grade.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2C8DB;
}
	
.alignCenter{text-align:center;}

/************************	
	END RIGHT SIDE FLEX BOXES
/************************/

/********	
	IMAGES
/********/

img
{
	border: 0;
}

/* Image preloads */
#preload
{
    background-image: url(../images/ButtonsAndFolderTabs/tabHover.png);
	overflow: hidden;
    height: 0;
	width: 0;
}

:focus { -moz-outline-style: none; }

/************	
	END IMAGES
/************/