/* CSS Document */

/* --------------------------------------- */
/* atoneplace.com - LAYOUT STYLING (SCREEN) */
/* --------------------------------------- */


@import url(text_screen.css);

body 
	{ 
	background-color: #eee;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

img 
    {
	border: 0px;
    }

.clear 
	{
	clear: both;
	}

.noshow { display: none; }
		
.container 
	{
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 980px;
	}
	* html .container  /* this is recognized by IE only */
	{
	width: 980px;  /* total width, only for IE5.x/Win */
	width: 980px; /* content width for other IE */
	}

#header_container
	{
	text-align: left;
	position: relative;
	float: left;
	background-color: #fff;
	margin: 0px;
	padding: 0px 20px;
	width: 940px;
	}
	* html #header_container  /* this is recognized by IE only */
	{
	width: 940px;  /* total width, only for IE5.x/Win */
	w\idth: 940px; /* content width for other IE */
	}

#header
	{
	text-align: left;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 940px;
	}

#logo
  	{
  	position: relative;
  	float: left;
  	margin: 15px 10px 0px 0px;
  	border: 0px;
  	padding: 0px;
  	}

#tag
  	{
  	position: relative;
  	float: left;
	margin: 0px;
	border: 0px;
	padding: 30px 90px 0px 0px;
	height: 40px;
  	}

#tag_center
  	{
  	position: relative;
  	float: left;
	text-align: right;
	margin: 0px;
	border: 0px;
	padding: 30px 10px 0px 0px;
	height: 40px;
	width:300px;
  	}

#call
	{
	position: relative;
	float: right;
	text-align: right;
	background: url(../images/call.gif) top right no-repeat;
	margin: 0px;
	border: 0px;
	padding: 20px 100px 0px 0px;
	height: 50px;
	}

#breadcrumb 
	{
	visibility: hidden;
	display: none;
	height: 0px;
	width: 0px;
	}


/* -------------------------------- */
/*            FRONT PAGE            */
/* -------------------------------- */

.front_feature a
	{
	display: block;
	background: url(../images/front_feature.png) top left no-repeat;
	width: 680px;
	height: 250px;
	}
	
.front_feature a:hover
	{
	background-position: top right;
	}

.front_about a
	{
	display: block;
	background: url(../images/front_about.png) top left no-repeat;
	width: 200px;
	height: 250px;
	}
	
.front_about a:hover
	{
	background-position: top right;
	}

.front_stock a
	{
	display: block;
	background: url(../images/front_stock.png) top left no-repeat;
	width: 200px;
	height: 200px;
	}
	
.front_stock a:hover
	{
	background-position: top right;
	}

.front_flow a
	{
	display: block;
	background: url(../images/front_flow.png) top left no-repeat;
	width: 200px;
	height: 200px;
	}
	
.front_flow a:hover
	{
	background-position: top right;
	}
	
.front_onsite a
	{
	display: block;
	background: url(../images/front_onsite.png) top left no-repeat;
	width: 200px;
	height: 200px;
	}
	
.front_onsite a:hover
	{
	background-position: top right;
	}

.front_old a
	{
	display: block;
	background: url(../images/front_old.png) top left no-repeat;
	width: 200px;
	height: 200px;
	}
	
.front_old a:hover
	{
	background-position: top right;
	}



/* -------------------------------- */
/*              CONTENT             */
/* -------------------------------- */

#content
	{
	text-align: left;
	position: relative;
	float: left;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 960px;
	
	}
	* html #content  /* this is recognized by IE only */
	{
	width: 960px;  /* total width, only for IE5.x/Win */
	w\idth: 960px; /* content width for other IE */
	}

.content_header
	{
	position: relative;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px 20px;
	width: 940px;
	}
	* html .content_header  /* this is recognized by IE only */
	{
	width: 940px;  /* total width, only for IE5.x/Win */
	w\idth: 940px; /* content width for other IE */
	}

.content_100
	{
	position: relative;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px 20px;
	width: 940px;
	}
	* html .content_100  /* this is recognized by IE only */
	{
	width: 940px;  /* total width, only for IE5.x/Win */
	w\idth: 940px; /* content width for other IE */
	}

.content_75
	{
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 20px;
	width: 680px;
	}
	* html .content_75  /* this is recognized by IE only */
	{
	width: 680px;  /* total width, only for IE5.x/Win */
	w\idth: 680px; /* content width for other IE */
	}
	
.content_66
	{
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 20px;
	width: 620px;
	}
	* html .content_66  /* this is recognized by IE only */
	{
	width: 620px;  /* total width, only for IE5.x/Win */
	w\idth: 620px; /* content width for other IE */
	}
	
.content_50
	{
	position: relative;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 10px 20px;
	width: 420px;
	}
	* html .content_50  /* this is recognized by IE only */
	{
	width: 420px;  /* total width, only for IE5.x/Win */
	w\idth: 420px; /* content width for other IE */
	}

.content_33
	{
	position: relative;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 10px 20px;
	width: 280px;
	}
	* html .content_33  /* this is recognized by IE only */
	{
	width: 320px;  /* total width, only for IE5.x/Win */
	w\idth: 280px; /* content width for other IE */
	}

.content_25
	{
	background: transparent url(../images/sidebar_background.png) top left no-repeat;
	position: relative;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 10px 20px;
	min-height: 140px;	// gg- earlier it was 500
	width: 200px;
	}
	* html .content_25  /* this is recognized by IE only */
	{
	width: 240px;  /* total width, only for IE5.x/Win */
	w\idth: 200px; /* content width for other IE */
	}

.summary
	{
	float: left;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	margin: 10px 0px 20px 0px;
	padding: 10px;
	max-width: 100%;
	}

.box
	{
	float: left;
	border: 1px solid #cccccc;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	max-width: 100%;
	}

.related
	{
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	}
	
.related img
	{
	margin-bottom: 20px;
	}
	
	
/* -------------------------------- */
/*              FOOTER              */
/* -------------------------------- */

#developer_gallery
	{
	background-color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 0px 20px;
    position: relative;
    text-align: left;
    width: 940px;
	}


#footer
	{
	background-color: #eee;
	position: relative;
	float: left;
	margin: 0px;
	padding: 8px 0px;
	width: 980px;
	}

#copyright
  	{
	text-align: left;
  	position: relative;
  	float: left;
  	margin: 0px 30px 0px 0px;
  	border: 0px;
  	padding: 0px;
	width: 400px;
  	}
  	* html #copyright  /* this is recognized by IE only */
    	{
    	width: 400px;  /* total width, only for IE5.x/Win */
    	w\idth: 400px; /* content width for other IE */
    	}

#footer_links
  	{
 	position: relative;
  	float: right;
	text-align: right;
  	margin: 0px;
  	border: 0px;
  	padding: 0px;
  	width: 530px;
  	}
  	* html #footer_links  /* this is recognized by IE only */
    	{
    	width: 530px;  /* total width, only for IE5.x/Win */
    	w\idth: 530px; /* content width for other IE */
    	}


/* Menu - Tier 1 ------------------------------------------------------------ */

#menu_tier1
	{
	position: relative;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
	width: 920px;
	}
	
#menu_tier1 ul
	{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#menu_tier1 ul li
	{
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 0px;
	}

#menu_tier1 ul li.menu_tier1_active
	{
	background-color: #1c386d;
	border: 1px solid #1c386d;
	}

#menu_tier1 ul li a
	{
	display: block;
	margin: 0px;
	padding: 4px 6px;
	border: 1px solid #fff;
	}

#menu_tier1 ul li a:hover 
	{
	background-color: #62a6fc;
	border: 1px solid #62a6fc;
	}

#menu_tier1 ul li.menu_tier1_client
	{
	float: right;
	width: 178px;		/*original 220*/
	margin: 0px;
	padding: 0px;	
	text-align: center;
	}

#menu_tier1 ul li.menu_tier1_client a
	{
	background-color: #orange;
	border-top: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px;
	padding: 11px 10px;
	}

#menu_tier1 ul li.menu_tier1_client a:hover
	{
	background-color: #62a6fc;
	}

#menu_tier1 ul li.menu_tier1_active a
	{
	background-color: #1c386d;
	border: 1px solid #1c386d;
	}


/* Menu - Tier 2 ------------------------------------------------------------ */

#menu_tier2
	{
	position: relative;
	float: left;
	border-bottom: 3px solid #1c386d;
	margin: 0px;
	padding: 0px;
	width: 920px;
	}
	
#menu_tier2 ul
	{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#menu_tier2 ul li
	{
	float: left;
	margin: 0px;
	padding: 0px;
	}

#menu_tier2 ul li.menu_tier2_active
	{
	background: url(../images/menu_tier2_active.png) bottom center no-repeat;
	border: 0px;
	}

#menu_tier2 ul li a
	{
	float: left;
	display: block;
	margin: 5px 3px 5px 0px;
	border: 1px solid #fff;
	padding: 5px;
	}

#menu_tier2 ul li a:hover
	{
	border: 1px solid #fff;
	}

#menu_tier2 ul li:hover 
	{
	border: 0px;
	}

#menu_tier2 ul li.menu_tier2_active a:hover
	{
	border: 1px solid #fff;
	}



/* --------------------------------------- */
/*             CONTENT LISTS               */
/* --------------------------------------- */

/* Unordered Lists */

#content ul
	{
	list-style: none;
	margin-left: 10px;
	border: 0px;
	padding: 0px;
	}

#content ul li
	{
	list-style: none;
	background: url(../images/envogen_bullet1.gif) top left no-repeat;
	padding: 5px 10px 5px 20px;
	}

#content ul li ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#content ul li ul li
	{
	list-style: none;
	background: url(../images/envogen_bullet2.gif) top left no-repeat;
	padding: 5px 10px 5px 15px;
	margin-left: 0px;
	border: 0px;
	}


/* Ordered Lists */

#content ol
	{
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

#content ol li
	{
	list-style: inside decimal;
	padding: 5px 10px 5px 37px;
	text-indent: -20px;
	}

	
#content ol li ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#content ol li ol li
	{
	list-style: inside lower-alpha;
	padding: 5px 10px 5px 17px;
	text-indent: -20px;
	border: 0px;
	}



/* List Styles */

#content ul.list_menu
	{
	margin-bottom: 40px;
	}

#content ul.list_menu li
	{
	list-style: none; 
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	}	
	

/* List Titles */

#content ul li.list_header { background-image: none; padding-left: 0px; border-bottom: 1px solid #005695; }
#content ul li.list_header:hover { background-color: #ffffff; }

#content ol li.list_header { background-image: none; padding-left: 0px; border-bottom: 1px solid #005695; }
#content ol li.list_header:hover { background-color: #ffffff; }

/* --------------------------------------- */
/*            FONT PAGE LISTS              */
/* --------------------------------------- */

/* Unordered Lists */

#content .news ul
	{
	list-style: none;
	margin-left: 0px;
	border-top: 1px solid #ccc;
	padding: 0px;
	}

#content .news ul li
	{
	list-style: none;
	background: none;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	}

.latest {
	border-top: 1px solid #ccc;
	padding-bottom: 20px;
	}
	
.latest img {
	float: right;
	margin: 20px 0px 10px 10px
	}

/* --------------------------------------- */
/*              TOOLS LISTS                */
/* --------------------------------------- */

#tools
  	{
 	position: relative;
  	float: right;
  	margin: 20px 0px;
  	border: 0px;
  	padding: 0px;
  	}

#tools ul
	{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#tools ul li
	{
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 25px;
	border: 0px;
	padding: 0px 0px 0px 20px;
	white-space: nowrap;
	}

#tools_accessibility	{ background: url(../images/tools_accessibility.gif) top left no-repeat; }
#tools_search			{ background: url(../images/tools_search.gif) top left no-repeat; }
#tools_sitemap			{ background: url(../images/tools_sitemap.gif) top left no-repeat; }
#tools_legal			{ background: url(../images/tools_legal.gif) top left no-repeat; }
#tools_terms			{ background: url(../images/tools_terms.gif) top left no-repeat; }


/* --------------------------------------- */
/*             FOOTER LINKS                */
/* --------------------------------------- */

#footer_links ul
	{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#footer_links ul li
	{
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 25px;
	border: 0px;
	padding: 0px 0px 0px 20px;
	white-space: nowrap;
	}


/* --------------------------------------- */
/*                  TABLES                 */
/* --------------------------------------- */

	
table
	{
	margin: 10px 0px;
	empty-cells: hide;
	}

 th
	{
	background-color: #cccccc;
	}

.row1
	{
	background-color: #fcfcfc;
	}

.row2
	{
	background-color: #f6f6f6;
	}
	
.table_subtitle
	{
	}


/* --------------------------------------- */
/*              IMAGE ROTATOR              */
/* --------------------------------------- */

#content .content_100 .main_image {
	width: 920px;
	height: 390px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
#content .content_100 .main_image h2 {
	margin: 0px;
	padding: 10px;
}
#content .content_100 .main_image p {
	padding: 10px;
	margin: 0;
}
#content .content_100 .main_image p a {
	padding: 0px;
}
#content .content_100 .main_image p a:hover, #content .content_100 .main_image p a:active {
	background: none;
}
#content .content_100 .main_image .desc{
	position: absolute;
	top: 0;
	left: 160px; /*--Stick the desc class to the bottom of our main image container--*/
	width: 269px;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
#content .content_100 .main_image .block{
	width: 209px;
	min-height: 390px;
	padding: 0px 20px 10px 40px;
	background: transparent;
	border-top: 1px solid #111;
}
#content .content_100 .main_image .image_thumb {
	position: absolute;
	top: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 179px;
	border-left: 1px solid #ccc;
}
#content .content_100 .main_image .image_thumb img {
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	height: 40px;
	width: 40px;
	overflow: hidden;
	float: left;
}
#content .content_100 .main_image .image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .content_100 .main_image .image_thumb ul li {
	margin: 0;
	padding: 8px 10px 9px 10px;
	width: 159px;
	float: left;
	background: transparent url(../images/image_rotator_tab_inactive.gif) no-repeat top right;
}
#content .content_100 .main_image .image_thumb ul li.hover { /*--Hover State--*/
	background: transparent url(../images/image_rotator_tab_hover.gif) no-repeat top right;
	cursor: pointer;
}	
#content .content_100 .main_image .image_thumb ul li.active { /*--Active State--*/
	background: transparent url(../images/image_rotator_tab_active.gif) no-repeat top right;
	cursor: default;
}
html #content .content_100 .main_image .image_thumb ul li h2 {
	margin: 10px 0;
	width: 90px;
	padding: 0;
}	
#content .content_100 .main_image .image_thumb ul li .title {
	float: left;
	margin-left: 10px;
	padding: 0;
}
#content .content_100 .main_image .image_thumb ul li p{display: none;} /*--Hide the description on the list items--*/

/* caching ../images Code */

div.preloader {
	position: absolute;
	left: -9999px;
	top:  -9999px;
}
div.preloader img {
	display: block;
}


/* GG self classes */
.table_no_border{
	border:0;
}
.table_no_border tr td{
	border:0;
}
.table_no_border tr td{
	border:0;
}
.content_75 form table{
	border:0;
}
.content_75 form table tr{
	border:0;
}
.content_75 form table tr td{
	border:0;
}

.toplink{
	border:0px;
	background-color:#333333;
	margin-left: 20px;
	margin-right: 20px;
}

#content table { border:0;}



/* FLEXIGRID RELATED CSS */

#content .content_100 form .flexigrid div.hDiv table{border-right: 1px solid #fff;}


#content .content_100 form .flexigrid div.hDiv th, .flexigrid  div.bDiv td  /* common cell properties*/
{
	text-align: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	overflow: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: top !important;
}

#content .content_100 form .flexigrid div.hDiv th div, .flexigrid  div.bDiv td  div, div.colCopy div/* common inner cell properties*/
{
	padding: 5px;
	border-left: 0px solid #fff;
}

#content .content_100 form .flexigrid div.hDiv th, div.colCopy
{
	font-weight: normal;
	height: 24px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
}	

/* GG added classes for extending project blocks */
#content .content_75 .main_block {
	width: 220px;
	height: 360px;
	margin-top: 10px;
	border: 1px solid #ccc;
	float: left;
	background: #fff;
//	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
#content .content_75 .main_block h2 {
	margin: 0px;
	padding: 10px;
}

#content .content_75 .main_block h3 {
	margin: 5px;
	padding: 10px;
}

#content .content_75 .main_block p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0;
	position: relative;
}
#content .content_75 .main_block p a {
	padding: 0px;
}
#content .content_75 .main_block p a:hover, #content .content_100 .main_image p a:active {
	background: none;
}
#content .content_75 .main_block .image_thumb {
	position: relative;
	top: 0;
	left: 10px; /*--Stick the desc class to the bottom of our main image container--*/
//	width: 220px;
	border-left: 1px solid #ccc;
}

#content .content_75 .main_block .main_map {
	position: relative;
	left: 10px; /*--Stick the desc class to the bottom of our main image container--*/
}

#content .content_75 .main_block .weather{
	position: relative;
	top: 0;
	left: 20px; /*--Stick the desc class to the bottom of our main image container--*/
	border:0;
}

#content .content_75 .main_block .image_thumb img {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	height: 70px;
	width: 190px;
	overflow: hidden;
	float: left;
}

#content .content_75 .main_block .image_thumb .title {
	float: left;
	margin-left: 10px;
	padding: 0;
}
#content .content_25 ul {
	margin: auto;
	padding: 0;
	list-style: none;
}

#content .content_25 ul li {
	padding: 8px 10px 9px 10px;
	width: 179px;
//	background: transparent url(../images/image_rotator_tab_inactive.gif) no-repeat top right;
	border-bottom: 1px solid #ccc;
}

#content .content_25 ul li.hover { /*--Hover State--*/
//	background: transparent url(../images/image_rotator_tab_hover.gif) no-repeat top right;
	cursor: pointer;
}	
#content .content_25 ul li.active { /*--Active State--*/
//	background: transparent url(../images/image_rotator_tab_active.gif) no-repeat top right;
	cursor: default;
}


// WEATHER com CSS


#content .content_75 .main_block .GENXVwxNewStyle{
	position: relative;
	top: 0;
	left: 20px; /*--Stick the desc class to the bottom of our main image container--*/
}

#content .content_75 .main_block .GENXVwxNewStyle captionText {font-family: Arial; font-size: 10px; color: black; }

#content .content_75 .main_block .GENXVwxNewStyle INPUT {width:100px; height:13px; border:0px;font-size:10px;}
#content .content_75 .main_block .GENXVwxNewStyle INPUT.GENXVgoButton {width:28px; height:19px; border:0px;}
#content .content_75 .main_block .GENXVwxNewStyle TD.GENXVcaptionText {font-family: Arial; font-size: 10px; color: black; }
#content .content_75 .main_block .GENXVwxNewStyle TD,A.GENXVvertLinks,A.GENXVvertLinks:link,A.GENXVvertLinks:visited {font-family: Arial,Verdana; font-size: 10px; color: #022F96;}
#content .content_75 .main_block .GENXVwxNewStyle A.GENXVvertLinks:hover {color: #99CCFF;background:none;text-decoration:underline;} 
#content .content_75 .main_block .GENXVwxNewStyle A.GENXVsmLinks,A.GENXVsmLinks:link,A.GENXVsmLinks:visited {font-family: Arial,Verdana; font-size: 10px; color: #022F96; }
#content .content_75 .main_block .GENXVwxNewStyle A.GENXVsmLinks:hover {color: #99CCFF;background:none;text-decoration:underline; }
#content .content_75 .main_block .GENXVwxNewStyle FONT.GENXVobs1 {color:#000000; font-family:verdana,arial; font-size:18px;font-weight:bold;}
#content .content_75 .main_block .GENXVwxNewStyle FONT.GENXVobs2 {color:#000000; font-family:verdana; font-size:10px;}
#content .content_75 .main_block .GENXVwxNewStyle TD.obsWx {font-family: Arial;font-size: 11px; color:#000000;font-weight:bold;}
#content .content_75 .main_block .GENXVwxNewStyle A.GENXVcityInfo,A.GENXVcityInfo:link,A.GENXVcityInfo:visited{ font-family: Arial,Verdana; font-size: 11px;color: #022F96;font-weight:bold; }
#content .content_75 .main_block .GENXVwxNewStyle A.GENXVcityInfo:hover { color: #99CCFF;background:none; text-decoration:underline;font-weight:bold;}
#content .content_75 .main_block .GENXVwxNewStyle A.GENXValertInfo,A.alertInfo:link,A.alertInfo:visited{ font-family: Arial,Verdana; font-size: 11px;color: red;}
#content .content_75 .main_block .GENXVwxNewStyle A.alertInfo:hover { color: #99CCFF;background:none;text-decoration:underline; }
#content .content_75 .main_block .GENXVwxNewStyle A.blkVerdanaText11 {font-family:verdana,arial,helvetica; font-size: 11px; color: #000000; } 
#content .content_75 .main_block .GENXVnavOut{ cursor: pointer}



/*** for the image rotator - set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


