/*SEARCH FOR:		table_wrap			*/
body {
	behavior: url("csshover3.htc");
	position: relative;
	margin: 0;
	padding:0;
	background-color: #566351;
}
a{
	font-family: Arial;
	font-size: 11px;
	color: #3e423b;
	line-height: 20px;
}
p{
	font-family: Arial;
	font-size: 11px;
	color: #3e423b;
}
hr{
	height: 1px;
	border: none;
	background-color: #c9c8bf;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1{
	font-family: Arial;
	font-size: 16px;
	color: #f2602e;
}

h2{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #3e423b;
}

h3{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #f2602e;
}
#orange{
	color: #f2602e;
}

.submitBTN{
	background: none;
	border: none;
	cursor: pointer;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #566351;
}
/*******************************************************************************************************
 * BODY BACKGROUND
 ******************************************************************************************************/
.main #greenLineBG{
	background-color: #566351;
	height: 7px;
	width: 100%;
} 
.main #headerBG{
	background-color: #eae9df;
	height: 188px;
	width: 100%;
}
.main #linesTopBG01{
	background-color: #566351;
	height: 1px;
	width: 100%;
}
.main #linesTopBG02{
	background-color: #7c8676;
	height: 1px;
	width: 100%;
}
.main #linesTopBG03{
	background-color: #eae9df;
	height: 1px;
	width: 100%;
}
.main #navBG{
	background-color: #566351;
	height: 54px;
	width: 100%;
}
.main #daAreaBG{
	/*border:solid red 1px;*/
	background: #358d95 url("/images/daarea/background.jpg") no-repeat;
	height: 452px;
	width: 100%;
}
.main #linesBottomBG01 {
	background-color: #eae9df;
	height: 1px;
	width: 100%;
}
.main #linesBottomBG02 {
	background-color: #566351 ;
	height: 1px;
	width: 100%;
}
.main #linesBottomBG03 {
	background-color: #7c8676;
	height: 1px;
	width: 100%;
}
.main #bodyBG{
	background-color: #e4e3dc;
	width: 100%;
}
.main #bodyBG_naa{
	background-color: #e4e3dc;
	width: 100%;
	height:393px;
}
.main #footerBG{
	background-color: #566351;
	width: 100%;
}

/*******************************************************************************************************
 * MAIN CONTENTS
 ******************************************************************************************************/
.main .container #greenLine{
	background-color: #596754;
	height: 7px;
	width: 998px;
	margin-left: 55px;
} 
.main #header{
	position: relative;
	background-color: #f3f2e7;
	height: 188px;
	width: 998px;
	margin-left: 55px;
}
.main #linesTop01{
	background-color: #596754;
	height: 1px;
	width: 998px;
	margin-left: 55px;
}
.main #linesTop02{
	background-color: #818b7a;
	height: 1px;
	width: 998px;
	margin-left: 55px;
}
.main #linesTop03{
	background-color: #f3f2e7;
	height: 1px;
	width: 998px;
	margin-left: 55px;
}
.main #nav{
	background-color: #596754;
	height: 54px;
	width: 998px;
	margin-left: 55px;
}
.main #daArea{
	/*border:solid red 1px;*/
	background-color: #369097;
	height: 452px;
	width: 998px;
	position: relative;
	margin-left: 55px;
}
.main #adArea_naa{
	/*border:solid red 1px;*/
	position:relative;
	background-color: #f0efe9;
	height: 848px;
	width: 998px;
	position: relative;
	margin-left: 55px;
}
.main #linesBottom01 {
	background-color: #e9e8df;
	height: 1px;
	width: 998px;
	margin-left: 55px;
}
.main #linesBottom02 {
	background-color: #596754;
	height: 1px;
	width: 998px;
	margin-left: 55px;
}
.main #linesBottom03 {
	background-color: #7e8878;
	height: 1px;
	width: 998px;
	margin-left: 55px;
}

.main #body{
	background-color: #f0efe9;
	width: 998px;
	margin-left: 55px;
	overflow-y: auto;
	overflow-x:hidden;
}
.footer{
	background-color: #596754;
	width: 998px;
	margin-left: 55px;
	overflow-y: auto;
	overflow-x:hidden;
}

/*******************************************************************************************************
 * HEADER CONTENTS
 ******************************************************************************************************/
.main #header #logo{
	background: url('/images/header/indatus.gif');
	position: absolute;
	top: 75px;
	left: 73px;
	width: 242px;
	height: 50px;
}
.main #header #change{
	background: url('/images/header/change.gif');
	position: absolute;
	top: 68px;
	right:0px;
	width: 288px;
	height: 80px;
}
/*******************************************************************************************************
 * MENU CONTENTS
 ******************************************************************************************************/
/********************************
*
*START Drop down menu system
*
********************************/

#nav{
	display: block;
	margin: 0;
	padding: 0;
	position: relative; 
	list-style: none;
	z-index: 1;
}

#nav ul{
	float: left;
	padding: 0px;
	margin: 0;
	padding-left: 65px; 
	padding-top: 3px;
	list-style: none;
}

#nav li{
	margin-top: 5px;
	height: 100%;
	cursor: pointer;
}
#nav li li{
	margin-top: 10px;
}

#nav ul a {
	display: block;
	text-decoration: none;
	color: white;
	font-family: Arial;
	letter-spacing: .07em;
	font-weight: 500; 
	font-size: 11px; 
	padding: 6px; 
	line-height: 1; 
	margin-left: 10px;
	vertical-align: middle;
}

#nav #icon{
	color: #79e8ee;
}

#nav #iconOrange{
	color: #f1592a;
}

#nav ul li {
	float:left;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 20px;
	height: auto;
}
#nav ul li:hover{
}

#nav ul li ul {
	position: absolute;
	left: -999em;
	background-color:#e6e8e5;
	width:190px;
	padding:0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin:0;
	padding-left: 10px;
	padding-right: 10px;
}

#nav ul li ul li {
	clear:both;
	padding:0;
	margin:0;
	border:none;
	width:100%;
	line-height:10px;
	padding-bottom: 2px;
	z-index: 100;
}

#nav ul ul a {
	color:#000 !important;
	text-decoration:none;
	padding-top:8px;
	vertical-align: middle;
	margin-left: 30px;
}

#nav ul li {
	
}

#nav ul li:last-child {
	border-right:none;
}

#nav li:hover ul,#nav li.sfhover ul{
	left: auto;
	margin-top:12px;
	margin-left:0px;
}

#nav li ul li:hover, #nav li ul li.sfhover{
	background-color:#FFF;
	font-weight:bold;
}

/*******************************************************************************************************
 * AD AREA CONTENTS
 ******************************************************************************************************/
#daArea .filmstrip{
	position: absolute;
	top: 0px;
	left: 0px;
}

/*******************************************************************************************************
 * BODY CONTENTS
 ******************************************************************************************************/
.content{
	font-family: Arial;
	font-size: 11px;
	color: #3e423b;
	line-height: 20px;
}
.content #colLeft{
	float: left;
	width: 501px;
	border-right: 1px solid #c9c8bf;
}
.content #colRight{
	float:right;
	width: 492px;
}

.content #col{
	margin: 5px;
	margin-bottom: 150px;
	width: 100%;
}
.content #search{
	margin: 5px;
	width: 100%;
	height: 76px;
}
.content #textLargeIndent{
	margin-left: 48px;
	margin-top: 10px;
	margin-right: 56px;
	font-family: Arial;
	font-size: 11px;
	color: #3e423b;
	line-height: 20px;
}
.content #textLargeIndent02{
	margin-left: 68px;
	margin-top: 10px;
	margin-right: 56px;
	font-family: Arial;
	font-size: 11px;
	color: #3e423b;
	line-height: 20px;
}
.content #textSmallIndent{
	margin-left: 17px;
	margin-top: 12px;
	margin-right: 142px;
	margin-bottom: 30px;
	font-family: Arial;
	font-size: 11px;
	color: #3e423b;
	line-height: 20px;
}
.content #textFloatLeft{
	margin-left: 68px;
	width: 260px;
	font-family: Arial;
	font-size: 11px;
	color: #3e423b;
	line-height: 20px;
	float: left;
}
.content #floatIMG{
	float: right; 
	margin-top: 10px;
	margin-right: 10px;
}
.content #textLink{
	margin-top: 15px;
	margin-left: 88px;
	font-family: Arial;
	font-size: 11px;
}
.content #learnMore{
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	overflow: visible;
	position: relative;
}
.content #learnMore a{
	position: absolute;
	top: -45px;;
	right: 25px;
}

/*******************************************************************************************************
 * FOOTER CONTENTS
 ******************************************************************************************************/
.footer #content{
	margin: 45px 35px; 
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}
.footer #content a:link{
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}
/*
.footer #products{
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	margin-left: 30px;
}
.footer #products h1{
	font-family: Arial;
	font-size: 14px;
	color: #b7db77;
}
.footer #products ul{
	margin: 0 30px;
	padding: 0;
}
.footer #products li{
	list-style-image: url('/images/footer/liIcon.gif');
}  */

.footer #products{
    display: block;
    margin: 0;
    padding: 0;
    position: relative; 
    z-index: 1;
    list-style: none;
}

.footer #products ul{
    
    padding: 0px;
    margin: 0;
    padding-left: 25px; 
    padding-top: 3px;
    list-style: none;
}

.footer #products li{
    margin-top: 5px;
    height: 100%;
    cursor: pointer;
}
.footer #products li li{
    margin-top: 0;
}

.footer #products ul a {
    display: block;
    text-decoration: none;
    color: #b7db77;
    font-family: Arial;
    letter-spacing: .07em;
    font-weight: bold; 
    font-size: 12px; 
    padding: 6px; 
    line-height: 1; 
}

.footer #products #icon{
    color: #b7db77;
}

.footer #products ul li {
    float:left;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    height: auto;
}
.footer #products ul li:hover{
}

.footer #products ul li ul {
    
    width:auto;
    padding:0;
    padding-top: 20px;
    margin:0;
}

.footer #products ul li ul li {
    clear:both;
    padding:0;
    margin:0;
    border:none;
    width:100%;
    line-height:15px;
}

.footer #products ul ul a {
    font-family: Arial;
    letter-spacing: .07em;   
    font-size: 11px; 
    font-weight: 500;
    color:#FFF !important;
    text-decoration:none;
    padding:4px;
}

.footer #products ul li {
    
}

.footer #products ul li:last-child {
    border-right:none;
}

.footer #products li:hover ul{
    
}

.footer #line{
	float: left;
	border-right: 1px solid #c9c8bf;
}
.footer #col1{
	margin-left: 30px;
	margin-bottom: 30px;
	width: 185px;
	float: left;
}
.footer #col2{
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	width: 500px;
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	float: left;
}

/**************************************************************
 * ETC
 * **************************************************************/
.inputBTN{
	border: solid 2px silver;
	background-color: #7ea854;
	color: #FFF;
    height:25px;
	padding-bottom: 3px;
    font-weight:bold;
	font-size: 100%;
	cursor: pointer;
}
/*******************************************************************
 * NAA
 * ************************************************************** */
#naa_header{
	/*border:solid red 1px;*/
	background-image:url('/images/NAA/naa_header_bg.png');
	position:absolute;
	height:100px;
	width:100%;
}
#naa_sidebar{
	background-image:url('/images/NAA/sidebar_texture.png');
	position:relative;
	top:100px;
	right:0px;
	height:747px;
	width:250px;
	float:right;
}

#sidebar_logo{
	background-image:url('/images/NAA/clickTrackerLogo.png');
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	left:0px;
	height:44px;
	width:189px;
}
#sidebar_headline{
	background-image:url('/images/NAA/trackYourSocialMedia.png');
	background-repeat:no-repeat;
	position:absolute;
	top:130px;
	left:15px;
	height:78px;
	width:218px;
}
#socialMediaImages{
	background-image:url('/images/NAA/socialMediaIcons.png');
	background-repeat:no-repeat;
	position:absolute;
	top:230px;
	left:15px;
	height:182px;
	width:210px;
}
#callToAction{
	background-image:url('/images/NAA/setUpFreeDemo.png');
	background-repeat:no-repeat;
	position:absolute;
	top:450px;
	left:15px;
	height:20px;
	width:206px;
}
#action_learnMore{
	/*border:solid green 1px;*/
	background-repeat:no-repeat;
	position:absolute;
	top:500px;
	left:15px;
	height:20px;
	width:206px;
}
#naa_form{
	background-color:#f0efe9;
	/*border:solid black 1px;*/
	position:relative;
	margin-left:50px;
	top:100px;
	left:0px;
	height:270px;
	width:600px;
}
#naa_photo{
	background-color:#f0efe9;
	/*border:solid blue 1px;*/
	margin-left:50px;
	padding-left:20px;
	padding-top:20px;
	position:relative;
	top:100px;
	left:0px;
	height:380px;
	width:580px;
}
#form_headline{
	background-image:url('/images/NAA/downloadWithGWB.png');
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	left:15px;
	height:24px;
	width:442px;
}
#form_subtitle{
	position:absolute;
	/*border:solid red 1px;*/
	top:60px;
	left:15px;
	height:70px;
	width:470px;
	line-height:1.4;
	color:#4d4d4d;
	font-weight:bold;
}
#form_form{
	position:absolute;
	/*border:solid red 1px;*/
	top:130px;
	left:15px;
	height:100px;
	width:470px;
	line-height:1.4;
	color:#4d4d4d;
}
#form_form td{
	font-family:arial;
	font-size:.8em;
	color:#004976;
	font-weight:bold;
}
#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	line-height:12pt;
	z-index:999;
}
#naa_download_btn{
	position:absolute;
	/*border:1px solid red;*/
	bottom:-40px;
	left:20px;
	height:30px;
	width:200px;
}

#prompt_area{
	position:fixed;
	top:0px;
	left:0px;
	z-index:9000;
	background-color:#000000;
	height:100%;
	width:100%;
	
 	filter:alpha(opacity=70);
  	opacity:0.7;
	
}
#prompt_background{
	position:absolute;
	top:360px;
	left:300px;
	z-index:10000;
	
	background-image:url('/images/NAA/prompt_texture.png');
	height:332px;
	width:569px;
	
}
#prompt_stage{
	
	position:relative;
	height:332px;
	width:569px;
	
}

#prompt_stage #sidebar_logo{
	top:25px;
	left:0px;
}

#prompt_headline{
	background-image:url('/images/NAA/prompt_headline.png');
	background-repeat:no-repeat;
	position:absolute;
	top:110px;
	left:50px;
	height:73px;
	width:438px;
}
#prompt_icons{
	background-image:url('/images/NAA/prompt_icons.png');
	background-repeat:no-repeat;
	position:absolute;
	top:190px;
	left:50px;
	height:67px;
	width:470px;
}

#prompt_stage #callToAction{
	top:280px;
	left:50px;
}
	
#prompt_learnMore{
	position:absolute;
	/*border:solid red 1px;*/
	height:30px;
	width:100px;
	top:280px;
	left:270px;
}

#prompt_download{
	position:absolute;
	/*border:solid green 1px;*/
	height:30px;
	width:140px;
	top:280px;
	left:390px;
}
#naa_download{
	position:absolute;
	/*border:1px solid red;*/
	top:350px;
	left:70px;
	height:30px;
	width:400px;
}
#btn_preview{
	/*border:solid red 1px;*/
	position:absolute;
	height:30px;
	width:95px;
	top:60px;
	left:270px;
	
}
#prompt_close{
	/*border:solid red 1px;*/
	background-image:url('/images/buttons/btn_remove_red_22.png');
	height:22px;
	width:22px;
	position:absolute;
	top:10px;
	right:10px;
}
#missing_info{
	/*border:solid 1px white;*/
	position:absolute;
	height:20px;
	width:300px;
	top:600px;
	left:125px;
	font-size:.8em;
	font-weight:bold;
	z-index:100;
	padding:3px;
}
