@charset "utf-8";
/* CSS Document */
/* ######### CSS Header ######### */

#wrapper {
    width: 914px; 
    margin: 0 auto;
}

.header {
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #5F6062;
	background-image: url(../Images/Templates/HeaderBG.png);
	margin-bottom: 4%;
}

#headerlogo {
	float: left;
	border: none;
}

/* EQD_NAV Definitions */

div.eqd_nav{
	float: right;
}

div.eqd_nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}






.dimension {
	height: 450px;
	background-image: url(../Images/Content/CaseStudyBGNF40.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.accordian {
	width: 95%;
	margin:auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.accordian li {
	list-style-type: none;
	line-height: 200%;
}
	
.title{
	color: #09F;
	line-height: 250%;
	font-size: 1em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

.title1{
	color: #09F;
	line-height: 250%;
	font-size: 1em;
	font-weight: bold;
	}

.title:hover{
	text-decoration: underline;
}
#casepush{
	height: 50px;
}

div.eqd_nav ul li{
	display:inline;
}


/* ######### CSS for Tab Menu ######### */

.tabsmenuclass ul{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

.tabsmenuclass li{
	float: left;
}

.tabsmenuclass a{
	display: block;
	color: #FFF;
	text-decoration: none;
	background-image: url(../Images/Templates/TopNavTab.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 100px;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	background-position: bottom;
	padding-top: 15px;
	padding-left: 35px;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	color: white;
	background-image: url(../Images/Templates/TopNavActive.png);
	background-repeat: no-repeat;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	width: 100%;
	height: 24px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

.tabsmenucontentclass ul{
	margin: 0;
	height: 15px;
	list-style-type: none;
	float: right;
	padding-right: -15;
}

.tabsmenucontentclass li,
.tabsmenucontentclass a{
	display: inline;
	text-decoration: none;
	color: #5F6062;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	text-align: right;
}

.tabsmenucontentclass a:hover{
	color: #09F;
}

#headernav_wrapper{
	float: right;
	width: 50%;
}


/* ######### CSS for search container below ######### */


#eqd_search{
	float: right;
	text-align: left;
	width: 21%;
	background-image: url(../Images/Templates/searchbg2.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#eqd_search input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: transparent;
	color: #666;
	padding-left: 15px;
	
}

#eqd_search input:focus{
	outline-style:none;
}


.fieldset{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#hiddenform{
	visibility: hidden;
	}

/* ######### CSS BODY ######### */

.eqd_body_wrapper{
	margin-top: 10px;
}

/* eqd content */

.eqd_content,
.eqd_content_sub,
#eqd_support{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 175%;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	height: 100%;
	
}

.eqd_content H3,
.eqd_content_sub H3{
	font-weight: normal;
	font-size: 14.5pt;
	color: #999;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.eqd_content H1,
.eqd_content_sub H1{
	font-weight: normal;
	font-size: 18pt;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.eqd_content_sub H4{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.eqd_content H2{
	font-weight: normal;
	font-size: 17pt;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.eqd_content p,
.eqd_content_sub p{
	padding-right: 25px;
	padding-left: 20px;
}

.eqd_content a,
.eqd_content_sub a{
	text-decoration: none;
	color: #09F;
}

.eqd_content a:hover,
.eqd_content_sub a:hover{
	text-decoration: underline;
}

.eqd_content ul
.eqd_content_sub ul{
	font-size: 12px;
	line-height: 2em;
}

.eqd_content img,
.eqd_content_sub img{
	float: right;
	margin-bottom: 2%;
}

#leftcol {
	width: 390px;
	float: left;
	margin-bottom: 35px;
}

#rightcol {
	float: right;
	width: 380px;
	margin-top: 0px;
}


/* eqd_widget Definitions */

#widget_wrapper{
	width: 824px;
	float: right;
	margin-bottom: 15px;
	margin-top: 50px;
}

#eqd_widget{
	width: 540px;
	float: left;
}

#rss_widget{
	float: right;
}

#updates_widget{

}

#customers_widget{
	float: right;
}

#testimonials_widget{}

.widget1{
	height: 175px;
	width: 255px;
	background-color: #C9C9C9;
	margin-left: 25px;
}

/*.widget2{
	height: 90px;
	width: 225px;
	margin-left: 25px;
	float: right;
	background-image: url(../Images/Ad_Call_Widget/TipsFeedHeader.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	text-decoration: none;
	padding-top: 75px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 110%;
}*/

.widget2{
	height: 175px;
	width: 255px;
	background-color: #C9C9C9;
	margin-left: 25px;
	float: right;
}

.widget3{
	height: 90px;
	width: 225px;
	background-image: url(../Images/Ad_Call_Widget/RSSFeedHeader.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 75px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	text-decoration: none;
}

.widget3 a,
.widget2 a{
	color: #666;
	font-size: 9pt;
	text-decoration: none;
	line-height: 110%;
	text-align: center;
}

.widget3 a:hover,
.widget2 a:hover{
	color: #000;
	text-decoration: none;
}

/* EQD_Ads */

#Ad_wrapper{
	width: 824px;
	float: right;
	margin-bottom: 15px;
}

#largead{
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	}

/* EQD_side_Menu */

#eqd_side_menu{
	width: 200px;
	float: left;
	position: fixed;
}

#eqd_sidemenu_wrapper{
	width: 195px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.eqd_sidenav{
	width: 195px;
}

.eqd_sidenav H1{
	background-color: #ACACAC;
	padding-top: 13px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	margin-bottom: 3px;
}

.eqd_sidenav H1:hover{
	background-color: #C2CD23;
}

.eqd_sidenav H1 a{
	color: #EFEFEF;
	text-decoration: none;
}

#currentpg{
	background-color: #09F;
}

.eqd_sidenav H2{
	background-color: #E0E0E0;
	padding-top: 7px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	padding-left: 10px;
}

.eqd_sidenav H2:hover{
	background-color: #CCC;
}

.eqd_sidenav H2 a{
	color: #999;
	text-decoration: none;
}

.eqd_sidenav H1 a:hover{
	color:#fff;
}
.eqd_sidenav H2 a:hover{
	color: #09F;
}

#eqd_sidemenu_wrapper{
	width: 195px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* ######### CSS FOOTER ######### */

/* EQD_Global_Nav Definitions */

#breadcrumbs {
	list-style-type: none;
	border-bottom: #CCC 1px solid;
	height: 40px;
}

#breadcrumbs ul{
	list-style-type: none;
	color: #64B1FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs ul li{
	float: left;
	margin: 0px;
	padding-left: 20px;
}

#breadcrumbs a{
	font-weight: bold;
	color: #6B6D6B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#breadcrumbs a:hover{
	color: #09F;
}


/* Global Nav */

#eqd_global_nav ul{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#eqd_global_nav a{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	text-decoration: none;
}

#eqd_global_nav a:hover{
	color: #09F;
}

#eqd_global_nav h3 a,
#eqd_global_nav h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
}

#eqd_global_nav ul ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
}

#eqd_global_nav ul ul li{
	display: inline;
}



/* sosumi */

#crumbery .sosumi ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	text-align: left;
	list-style-type: none;
}

#crumbery .sosumi ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #999;
}

#crumbery .sosumi ul a:hover{
	text-decoration: underline;
}






/* HomePage Content Styles */

.subcontent {
	height: 100%;
	padding-top: 15px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 175%;
	color: #333;
	width: 900px;
}



#screenshots H3{
	font-weight: normal;
	font-size: 16pt;
	color: #999;
	margin-top: 20px;
	padding: 0px;
}

#screenshots H1{
	margin: 0px;
	font-weight: normal;
	font-size: 18pt;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#screenshots ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#screenshots ul li{
	display: inline;
}

#customers {
	float: left;
}

.symbolp{
	position: relative;
	bottom: 0.4em;
	font-size: 8pt;
}

.symbolh1 {
	position: relative;
	bottom: 0.5em;
	font-size: 12pt;
}

.pressrelease{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5%;
}


.pressrelease img{
	float: left;
	margin-right: 2%;
}

#buzz{
	width: 11%;
	float: right;
	margin-bottom: 3%;
	margin-left: 3%;
	border: thin dotted #CCC;
}

#gallery a img{float: none;}
