/* @override http://localhost/~adam/infegy/css/all.css */

/*************************************************************
 * author: Frontenders.com
 * contact: suport at frontenders dot com
 * description: css for all media types
 *************************************************************/
@media screen,projection {
    /* reset
     * based on Eric Meyer's reset.css
     * http://meyerweb.com/
     *************************************************************/
    body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend, button,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        font-weight: normal;
        vertical-align: baseline;
        background: transparent;
    }
    body { line-height: 1; }
    ol, ul { list-style: none; } 
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
    
    :focus { outline: 0; }
    
    ins { text-decoration: none; }
    del { text-decoration: line-through; }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* /reset
     *****************************************************/
    
    /* global elements
     *****************************************************/
    html { height: 100%; }
    body {
        background: #000;
        color: #333333;
        font: 62.5%/1 Helvetica, Arial, sans-serif;
        height: 100%;
        text-align: center;
    }
    a { text-decoration: none; }
    a:hover { text-decoration: underline; }
    p { margin: 0 0 1em; }
    /* /global elements
     *****************************************************/
    
    /* common classes
     *****************************************************/
    .cols, form .item, form .button { overflow: hidden; }
    .col {
        display: inline;
        float: left;
    }
    .l { float: left; }
    .r { float: right; }
    .print { display: none; }
    .ir {
        display: block;
        overflow: hidden;
        position: relative;
    }
    .ir span {
        cursor: pointer;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }
    /* /common classes
     *****************************************************/
    
    /* base layout
     *****************************************************/
    .container {
        margin: 0 auto;
        text-align: left;
        width: 945px;
        padding: 0;
    }
    #header {
        background: #323232 url( ../images/sprite_main.png ) repeat-x 0 0;
    }
    #services {
        background: #aebcc3 url( ../images/sprite_main.png ) repeat-x 0 -890px;
        border-bottom: 1px solid #fff;
        height: 118px;
    }
    #content {
        background: #ececec url( ../images/sprite_main.png ) repeat-x 0 -1008px;
        font-size: 1.3em;
        line-height: 1.5em;
        padding: 15px 0;
    }
    .home #content {
        background: #ececec;
        padding: 0;
    }
    .primary {
        border-left: 0px solid #c1d2f5;
        float: right;
        padding: 10px 0 0 20px;
        width: 650px;
    }
    body.company .primary {
        border-left: 0px solid #c1d2f5;
        float: right;
        padding: 0px;
        width: 600px;
    }

    body.company #right p {
		color: #777;
    }
    
    body.company #right hr {
		border: 0;
		height: 1px;
		background-color: #E4E4E4;
		color: #E4E4E4;
		margin: 20px 0;
	}
	
    body.company .contactInfo .contactLeft {
		float: left;
		margin-bottom: 5px;
	}
	
    body.company .contactInfo .contactRight {
		text-align: right;
		float: right;
		margin-bottom: 5px;
		color: #777;
	}
        
    body.company #team, #advisors {
		margin-top:20px;
	}
    
    body.company .teamPic, #advisors .teamPic {
		float: left;
		margin-right: 15px;
	}
	
	.teamPic img {
		border: 2px solid #CCC;
	}
	
	body.company .teamBio p {
		color: #555;
	}
	
    body.company .teamBio h2 {
		font-size: 1.4em;
		padding-top: 2px;
		margin-bottom: 5px;
		font-weight: bold;
	}
    body.company hr {
		color: #E4E4E4;
		background-color: #E4E4E4;
		border: 0;
		height: 1px;
		margin: 30px 0 20px 0;
	}
	
    body.company #googleMap {
		padding-left: 20px;
		margin-top: 10px;
	}
	
	body.company #careers p {
		color: #555;
	}
	
	body.company #careers span {
		font-size: 1.5em;
		color: #2973C8;	
	}
	
	#col1 H4 , #col2 h4 {
		font-family:Helvetica; 
		font-size: 16px; 
		font-weight: bold; 
		color: #1D4F7E
	}
   
	a.company {
		text-decoration: none;
		color: #277CCC; 
		background: url(../images/icon.png) no-repeat left; 
		padding-left: 15px
	}

	#col1 img , #col2 img {
		border: solid 3px #cccccc
	}

	#col1 p img, #col2 p img {
		border: 0; margin-right: 10px;
	}	
}
        
    /* New Social Radar 2 column NEW NEW NEW NEW NEW NEW!!!!!
     *****************************************************/
    ul#reference {
    	border-top: solid 1px #C1D2F5;
    	padding: 15px 0 0 15px;
    	float: left;
    	margin-top: 25px;
    	display: none;
    }

    ul#reference li {
   		width:140px;
  		padding-left: 65px;
    	display: block;
    	float: left;
    	list-style-type: none;
    }
    .primary h3, .secondary h3 {
    	font-size: 1.3em;
    	font-weight: normal;
    	color: #2973C8;
    	padding-top: 5px;
    }
    .secondary h2 {
    	font-size: 1.5em;
    	font-weight: normal;
    	color:#333333;
    	padding-top: 5px;
    }
    .primary H2.content {
    	font-size: 34px;
    	color: #2973C8;
    	font-weight: normal;
    	/* background: url(../images/database.png) no-repeat 0 0; */
    	padding: 10px 0 0px 0px;
    	height: 40px;
    }
    .clearfix {
    	clear:both
    }
    .primary #left {
    	width:300px;
    	padding-right: 10px;
    	float:left;
    	font-size: 1.1em;
    	line-height: 1.8em;
    	color: #555;
    	text-align: justify;
    	}
    body.company .primary #right {
    	width: 310px; 
    	float:right;
    }
    
    .primary #right {
    	width: 310px; 
    	float: right;
    }
    
    body.socialradar .primary #right img {
		float: right;
	}
	
	body.socialradar .primary #srTop {
        background: transparent url( ../images/button_talk_small.png ) no-repeat 0 0;
        height: 150px;
        position: fixed;
        left: 20px;
        text-indent: -1000em;
        top: 12px;
        width: 112px;
        float: left;
    }
	
    .primary .middle {
    	width: 650px;
    }
	.primary .middle table {
		width: 100%;
	}
	.primary .middle td {
		text-align: center;
		font-size: 1.2em;
	}
    .primary .middle1 {
    	width: 310px;
    	float: left;
    }
    .primary .middle2 {
    	width: 310px;
    	padding-left: 30px;
    	float: right;
    }
    .primary .middle .midLeft {
    	color: #777;
    	float: left;
    	width: 50px;
    	height: 100px;
    }
    .primary .middle .midRight {
    	color: #777;
    	float: right;
    	width: 135px;
    	height: 100px;
    	padding-top: 5px;
    }
    body.social .primary {
        float: right;
        padding: 10px 0 0 20px;
        width: 650px;
    }
    .searchicon{
    	background: url(../images/searchicon.png) no-repeat;
    	height: 65px;
    	padding-top: 10px;
    }
    .rssicon{
   		background: url(../images/rssicon.png) no-repeat;
    	height: 65px;    
    	padding-top: 10px;
    }
    .adddbicon{
    	background:url(../images/dbaddicon.png) no-repeat;
    	height: 65px;    
    	padding-top: 10px;
    }
    
    
    /* END ---New Social Radar 2 column NEW NEW NEW NEW NEW NEW!!!!!
     *****************************************************/
    
    .home .primary {
        border: none;
        float: none;
        padding: 0;
        width: 100%;
    }
    body.company #secondary {
        float: left;
        width: 280px;
        color: #777;
        text-align: justify;
    }
	#secondary {
        float: left;
        width: 230px;
        color: #777;
        text-align: justify;
        padding: 0;
        margin: 0;
	}     
    #footer {
        background: #000 url( ../images/sprite_main.png ) repeat-x 0 -258px;
        color: #666;
        font-size: 1.4em;
        line-height: 1.5em;
        min-height: 170px;
    }
    /* /base layout
     *****************************************************/
    
    /* header elements
     *****************************************************/
    #header .container { overflow: hidden; }
    #siteName {
        display: inline;
        float: left;
        height: 53px;
        padding: 4px 0 8px;
        width: 109px;
    }
    #siteName a { height: 53px; }
    #siteName span { background: transparent url( ../images/logo_infegy.jpg ) no-repeat 0 0; }
    /* /header elements
     *****************************************************/
    
    /* navigation elements
     *****************************************************/
    #mainMenu, #subMenu {
        float: right;
        font-size: 1.4em;
        margin: 20px 0 0;
        padding: 10px 0;
        text-align: right;
        text-transform: uppercase;
    }
    #mainMenu li, #subMenu li {
        display: inline;
        margin: 0 15px 0 0;
        padding: 10px 0;
    }
    #mainMenu a {
        color: #888;
        padding: 0 0 0.3em;
        font-weight: bold;
    }
    #mainMenu a:hover {
        border-bottom: 1px solid #277ccc;
        color: #c5c6c7;
        text-decoration: none;
    }
    #mainMenu li .active, #subMenu li .active {
        border-bottom: 1px solid #277ccc;
        color: #c5c6c7;
        text-decoration: none;
        padding-bottom: 0.3em;
	}
    #subMenu {
        display: inline;
        font-size: 1.2em;
        margin: 20px 0 0 30px;
        text-transform: none;
    }
    #subMenu a { color: #888; font-weight: bold; }
    #subMenu a:hover {
        color: #fff;
        text-decoration: none;
    }
    #subMenu li#login {
        background: transparent url( ../images/bg_submenu_login.png ) no-repeat 0 50%;
        padding: 10px 0 10px 11px;
    }
    #contentMenu {
        display: inline;
        float: right;
        font-size: 1.077em;
        line-height: 1em;
        margin: 5px 175px 0 0;
        padding: 0 0 2px;
    }

/* My Comment */
    #contentMenu li {
        display: inline;
        margin: 0 0 0 60px;
        padding: 0 0 2px;
    }
    #contentMenu a { color: #151515; }
    #contentMenu a:hover {
        color: #277ccc;
        text-decoration: none;
    }
	#contentMenu .companySelect {
		color: #277ccc;
		font-weight: bold;
		border-bottom: 1px solid #277ccc;
	}
    /* /navigation elements
     *****************************************************/
    
    /* showcase elements
     *****************************************************/
    #showcase {
    	width: 100%;
        background: #000 url( ../images/bg_showcase.png ) repeat-x 0 0;
        border-bottom: 9px solid #efefef;
        color: #fff;
        padding: 7px 0 0 0;
    }
    
    #showcase #showcaseInner {
        width: 1024px;
        margin: 0px auto;
        vertical-align: top;
        position: relative;
    }
    #cycle {
        width: 100%;
        margin: 0px auto;
    }
   
    /* Track Millions Instantly elements */
   
    #showcase .millions{
        background: #000 url( ../images/bg_millions.jpg ) no-repeat 0 0;
        width: 1024px;
    }
    
    
    #showcase .millions .container {
    	height: 192px;
        overflow: hidden;
        padding: 50px 0 0;
        width: 1024px;
        margin: 0;
    }

/* My Comment */
    #showcase .millions h2 {
        background: transparent url( ../images/title_millions.png ) no-repeat 0 0;
        height: 55px;
        text-indent: -1000em;
        width: 700px;
        margin:-20px 0 0 200px
    }
    #showcase .millions p {
        font-size: 1.8em;
        line-height: 1.5em;
        margin: 0 0 15px 200px;
    }
    #showcase .millions a.more {
        background: transparent url( ../images/sprite_showcase.png ) no-repeat -34px 50%;
        color: #277ccc;
        font-size: 1.2em;
        padding: 1px 0 1px 15px;
        margin: 15px 0 0 200px
    }
    
    /* People are the new media elements  NEW NEW NEW*/
    
     
    #showcase .peoplemedia{
        background: #000 url( ../images/bg_peoplemedia.jpg ) no-repeat 0 0;
        width: 1024px;
    }    
    
    #showcase .peoplemedia .container {
        height: 192px;
        overflow: hidden;
        padding: 50px 0 0 0;
        width: 1024px;
        margin: 0;
    }
    #showcase .peoplemedia h2 {
        background: transparent url( ../images/title-people.png ) no-repeat 0 0;
        height: 55px;
        text-indent: -1000em;
        width: 700px;
        margin:-20px 0 0 200px
    }
    #showcase .peoplemedia p {
        font-size: 1.8em;
        line-height: 1.5em;
        margin: 0 0 15px 200px;
    }
    #showcase .peoplemedia a.more {
        background: transparent url( ../images/sprite_showcase.png ) no-repeat -34px 50%;
        color: #277ccc;
        font-size: 1.2em;
        padding: 1px 0 1px 15px;
        margin: 15px 0 0 200px
    }

    /* A Revolution has begun. elements  NEW NEW NEW*/
    #showcase .revolution{
        background: #000 url( ../images/bg_revolution.jpg ) no-repeat 0% 100%;
        width: 1024px;
    }
    #showcase .revolution .container {
        height: 192px;
        overflow: hidden;
        padding: 50px 0px 0px 0px;
        width: 1024px;
        margin: 0;
    }
    #showcase .revolution h2 {
        background: transparent url( ../images/title_revolution.png ) no-repeat 0 0;
        height: 55px;
        text-indent: -1000em;
        width: 700px;
        margin:-20px 0 0 200px
    }

/* My Comment */
    #showcase .revolution p {
        font-size: 1.8em;
        line-height: 1.5em;
        margin: 0 0 15px 200px;
    }
    #showcase .revolution a.more {
        background: transparent url( ../images/sprite_showcase.png ) no-repeat -34px 50%;
        color: #277ccc;
        font-size: 1.2em;
        padding: 1px 0 1px 15px;
        margin: 15px 0 0 200px
    }

/* and now for the rest of the story or showcase..  right........  */
    
    #showcase a.letsTalk {
        background: transparent url( ../images/button_talk_large.png ) no-repeat 0 0;
        display: block;
        height: 48px;
        margin: 5px 0 0 0px;
        text-indent: -1000em;
        width: 186px;
    }

	#showcase a.letsTalk:hover {
        background: transparent url( ../images/button_talk_large-h.png ) no-repeat 0 0;
        display: block;
        height: 48px;
        margin: 5px 0 0 0px;
        text-indent: -1000em;
        width: 186px;
    }

	#showcase #topPager {
		position: absolute;
		top:175px;
		left:50px;
		float: left;
		z-index: 20;
	}
	#showcase #request {
		position: absolute;
		float: right;
        color: #fff;
        font-size: 2em;
        text-align: center;
        width: 186px;
        z-index: 20;
        top:160px;
        right: 35px    }
    #showcase #topPager { margin: 30px 0 0; }
    #showcase #topPager a {
        display: inline;
        float: left;
        margin: 0 9px 0 0;
        background: transparent url( ../images/sprite_showcase.png ) no-repeat -17px 0;
        height: 17px;
        width: 17px;
    }
    #showcase #topPager a:hover, #showcase #topPager a.activeSlide {
        background-position: 0 0;
    } 
    /* /showcase elements
     *****************************************************/
    
    /* content elements
     *****************************************************/
    #content .container { background: #fafafa url( ../images/bg_content_container.png ) no-repeat 0 0; }
    .home #content .container {
        background: none;
        width: 960px;
    }
    #content .inner {
        background: transparent url( ../images/bg_content_container.png ) no-repeat -945px 100%;
        overflow: hidden;
        padding: 20px 20px 0px 20px;
        position: relative;
    }
    .home #content .inner {
        background: none;
        padding: 0;
    }
    body.social #content .inner {
		padding-top: 5px;
	}
    #content .letsTalk {
        background: transparent url( ../images/button_talk_small.png ) no-repeat 0 0;
        height: 37px;
        position: absolute;
        right: 20px;
        text-indent: -1000em;
        top: 12px;
        width: 112px;
    }
    body.social #content .letsTalk {
		top: 20px;
	}
    #content h1 {
        border-bottom: 1px solid #e4e4e4;
        color: #777;
        font-size: 1.847em;
        font-weight: bold;
        line-height: 1em;
        margin: 0 0 10px;
        padding: 0px 0 10px;
    }
    
    body.casestudies #content h1, body.press #content h1, body.company #content h1 {
        border-bottom: 1px solid #e4e4e4;
        color: #777;
        font-size: 1.847em;
        font-weight: bold;
        line-height: 1em;
        margin: 0 0 10px;
        padding: 0px 0 10px;
    }
    
    body.home #content h1 {
		color: #2973C8;
	}
    
    body.social #content h1 {
		margin-bottom: 0px;
	}

/* My Comment */
    
    body.company .primary #right {
    	width:580px; 
    	float:right;
    	padding-right:-15px;
    }	
    .primary h2 {
        font-size: 2em;
        line-height: 1em;
        margin: 0 0 0.5em;
    }
    #features li {
        float: left;
        margin: 0 0 0px;
        width: 234px;
    }
    #features .active a{background: #FAFAFA;}
    
    #features a, #features div {
        background: #FAFAFA url( ../images/side_menu_bg.png ) no-repeat 0 0;
        color: #666;
        font-weight: bold;
        display: block;
        line-height: 1em;
        padding: 22px 20px 22px 70px;
        border-bottom: solid 1px #CCC;
        margin: 0px;
    }
    
	#features li .featureIcon { float: left; position: relative; padding-top: 10px; padding-left: 20px;}    
	#features li .imageIcon { padding-top: 20px; padding-left: 16px; }
	
    #features .sideTop {
		padding:  0;
        background: #FAFAFA url( ../images/side_menu_above.png ) no-repeat 0 0;
        height: 77px;
    }
    
    #features .sideBottom {
    	border-bottom: 0px;
        background: #FAFAFA url( ../images/side_menu_bottom.png ) no-repeat 0 0;
        height: 150px;
    }
    
    #casestudies li {
        float: left;
        margin: 0 0 2px;
        width: 234px;
        height:85px;       
        border-bottom: solid 1px #C1D2F5;
    }
    
    #casestudies .active a{background-color: #FFFFF
    }
    
    #casestudies a {
        display: block;
        line-height: 1em;
        padding: 22px 20px 22px 70px;
        text-indent: -9999px
    }
    
    #services ul {
        font-weight: bold;
        text-shadow: 0px 0px 0px white;
        color: #fff;
        font-size: 1.4em;
        padding: 11px 0 0;
    }
    #services li {
        background-image: url( ../images/sprite_services.jpg );
        background-repeat: no-repeat;
        float: left;
        height: 99px;
        width: 322px;
    }
    #services p { margin: 55px 0 0 100px; }
    #services #limitlessFreedom { background-position: -322px; }
    #services #instantResults p { padding-left: 1px; }
    #services #limitlessFreedom p { padding-left: 8px; }
    #services #historicalData {
        background-position: -644px 0;
        width: 300px;
    }
    #services h2 {
        left: -1000em;
        position: absolute;
    }
    #logos {
    	margin: 3px 0 5px 0;
    }
    #logos img {
    	padding-left: 7px;
    }
    #tour {
        background: #f8f8f8 url( ../images/sprite_tour.png ) repeat-y -1920px 0;
        font-size: 1.231em;
        line-height: 1em;
        margin: 11px 0 8px;
    }
    #tour .top {
        background: transparent url( ../images/sprite_tour.png ) no-repeat 0 0;
    }
    #tour .bottom {
        background: transparent url( ../images/sprite_tour.png ) no-repeat -960px 100%;
        padding: 18px 3px;
        overflow: hidden;
    }
    #tour ul {
        float: left;
        width: 228px;
    }
    #tour li {
        float: left;
        height: 36px;
        position: relative;
        width: 228px;
    }
    #tour li a {
        background: transparent url( ../images/bg_tour_list.png ) no-repeat -1000px 0;
        border-bottom: 1px solid #d5d5d5;
        color: #333;
        display: block;
        height: 38px;
        line-height: 38px;
        padding: 0 0 0 13px;
        position: absolute;
        top: -1px;
        z-index: 40;
        width: 215px;
    }
    #tour li.last a { border: none; }
    #tour li a:hover, #tour li.active a {
        background: #2369aa url( ../images/bg_tour_list.png ) no-repeat 0 0;
        border-bottom-color: #f8f8f8;
        color: #fff;
        text-decoration: none;
    }
    #tour .content {
        display: inline;
        float: right;
        margin: 0 5px 0 0;
        width: 940px;
    }
    #tour dl {
        display: inline;
        float: left;
        margin: 0 0 0 10px;
    }
    #tour dl.first { margin: 0; }
    #tour dd {
        padding: 6px 0 15px 6px;
        color: #666;
    }
    
    #tour #image { margin: -5px 0 0 0; float:left }
    #tour #text h1 { font-size: 1.3em; font-weight: bold; padding-bottom: 6px; margin-bottom:6px; }

    #tour #text { margin-top: 5px; margin-left:0px; margin-right:15px; float:right; width:430px; padding-left: 10px; font-size:0.8em; line-height:1.6em; color: #777; }

    
    #tour .more {
        clear: right;
        color: #2973C8;
        display: inline;
        float: right;
        margin: 10px 20px 0 0;
        white-space: nowrap;
    }
    .home #content .cols { padding: 0px 0 15px; }

    .home #content .col {
        background: #f8f8f8 url( ../images/sprite_home_left_box.png ) repeat-y -940px 0;
        width: 470px;
    }
    .home #content .col .top {
        background: transparent url( ../images/sprite_home_left_box.png ) no-repeat 0 0;
    }
    .home #content .col .bottom {
        background: transparent url( ../images/sprite_home_left_box.png ) no-repeat -470px 100%;
        min-height: 270px;
        padding: 25px;
        overflow: hidden;
    }
    a#twitter, a#subscribe {
        background: transparent url( ../images/sprite_home_box.png ) no-repeat -480px 50%;
        color: #666;
        display: inline;
        float: left;
        font-size: 1.1em;
        line-height: 1em;
        margin: -10px 10px 0 0;
        padding: 15px 0 10px 40px;
    }
    a#subscribe {
        background-position: -735px 50%;
    }
    ul.tweets, ul.tweets a{
        clear: left;
        color: #4f677b;
        font-size: 1.077em;
        line-height: 1.072em;
        padding: 10px 0 0;
    }
  	ul.tweets a:hover {text-decoration: underline}
    ul.tweets li { margin: 0 0 0.5em; }
    ul.tweets li.twitter { padding-left:18px; background: url(../images/twitter.png) no-repeat 0 0  }
    ul.tweets li.rss { padding-left:18px; background: url(../images/RSS.png) no-repeat 0 0  }
    ul.tweets small { font-size: 0.715em; }
    
    .home .col a.view {
        background: #246caf url( ../images/sprite_home_box.png ) no-repeat 100% 0;
        color: #fff;
        float: right;
        height: 22px;
        line-height: 22px;
        padding: 0 22px 0 10px;
    	margin-top: 10px;
    }
    #num {
        background: #1f1f1f url( ../images/sprite_home_box.png ) no-repeat 0 0;
        color: #fff;
        font-size: 1.847em;
        height: 49px;
        line-height: 49px;
        overflow: hidden;
        margin: -10px -10px 5px;
        padding: 0 20px;
    }
    #num span { float: left; }
    #num small {
        color: #888;
        float: right;
        font-size: 0.642em;
    }
    .home #content h2 {
        color: #4f677b;
        font-size: 1.231em;
        line-height: 1.9em;
        text-transform: uppercase;
        margin-top: 10px;
    }

/* @group My Group */



/* @end */
    ul.news { line-height: 1.231em; color: #777;}

/* My Comment */
    ul.news li { margin: 0 0 0.5em; }
    ul.news small {
        color: #033333;
        display: block;
    }
    ul.news a { color: #246caf; font-size: 1em; }
    body.press .primary {
        border-left: 0px solid #c1d2f5;
        float: right;
        padding: 0px;
        width: 900px;
    }    
    body.press .primary #right {
    	width: 215px; 
    	float: right;
    	padding-right: -15px;
    }	
    body.press .primary #left {
    	width: 600px;
    	float: left;
    }
    body.press .primary #left h2  {
		color: #2973C8;
		font-size: 1.5em;
		margin: 0px;
		padding: 3px 0 0 0;
		line-height: 1em;
	}
    body.press .primary #left h2 a {
		color: #2973C8;
		margin: 0px;
		padding: 3px 0 0 0;
	}
	body.press .primary #left .newsPost {
		border-bottom: 1px solid #E4E4E4;
		margin-bottom: 10px;
	}
	body.press .primary #left .readMore {
		display: block;
		padding: 0px;
		float: right;
		position: relative;
		margin-top: -25px;
	}
	body.press .primary #left .readMore a {
		color: #2973C8;
		padding: 0px;
		float: right;
	}
    body.press .primary #left h3 {
		color: #999;
		font-size: 1em;
		line-height: 1em;
	}
	body.press .primary #left p {
		padding: 8px 0 10px 0;
		line-height: 1.3em;
	}
    body.press .primary #right {
		border: 1px solid #DDD;
		background-color: #EEE;
		color: #777;
		text-align: center;
		padding: 10px 5px 5px 5px;
	}
	body.press .primary #right p {
		text-align: justify;
		width: 90%;
		margin: 0px auto;
		padding: 5px;
	}
	body.press .primary #right span {
		display: block;
		padding: 5px;
		color: #666;
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
	}
    body.clients .primary {
        border-left: 0px solid #c1d2f5;
        float: right;
        padding: 0px;
        width: 900px;
    }
    body.clients .primary table {
		width: 90%;
		border-collapse: collapse;
		padding: 0;
		margin: 0px auto 20px auto;
		text-align: center;
	}
    body.clients .primary table td {
		padding: 25px 0px;
		margin: 0;
		text-align: center;
	}
    body.clients .primary table .topRowLeft, body.clients .primary table .midRowLeft {
		border-bottom: 1px dotted #999;
	}
    body.clients .primary table .topRowMiddle, body.clients .primary table .midRowMiddle {
		border-left: 1px dotted #999;
		border-bottom: 1px dotted #999;
	}
	.rowMiddle {
		width: 25%;
	}
   	body.clients .primary table .bottomRowLeft {
		border: 0;
	}
    body.clients .primary table .bottomRowMiddle {
		border: 0;
		border-left: 1px dotted #999;
	}	
	body.clients .primary h2 {
		padding-top: 5px;
		color: #2973C8;
		font-size: 1.6em;
		line-height: 0.8em;
	}
	
	body.clients .primary p {
		color: #777;
	}
}


/* My Comment */

/* My Comment */
}
/* @group My Group */



/* @end */
	body.press .primary .readMore {
		float: right;
		border: 0px;
	}
	
/* My Comment */
/* /content elements
     *****************************************************/
    
    /* footer elements
     *****************************************************/
    #partners {
        padding: 11px 0 15px;
        text-align: center;
    }
    #partners li {
        display: inline;
        margin: 0 10px;
    }
    #footer .cols {
		padding-top: 30px;
	}

/* My Comment */
    #footer a { color: #666; }
    #footer .col { margin: 0px 50px 0 0; }

/* My Comment */
    #footer .col li {
        border-bottom: 1px solid #122538;
        padding: 4px 3px 3px;
    }
    #footer a#letsTalk {
        background: transparent url( ../images/button_talk_large.png ) no-repeat 0 0;
        float: right;
        height: 48px;
        text-indent: -1000em;
        width: 186px;
    }
    #footer h6 {
        clear: right;
        float: right;
        padding: 20px 0 0;
    }
    /* /footer elements
     *****************************************************/
}
@media print {
    body { font: 12px/140% Verdana,sans-serif; }
    #mainMenu, #subMenu, #contentMenu, #secondary, a.letsTalk, #footer .col, #partners { display: none; }
    .print { display: block; }
}


/* /Contact elements     ***********NEW NEW NEW NEW NEW NEW NEW******************************************/
     
#contact {
	text-align: left;
	padding-top: 35px;
	margin: 0;
	background: #000;
	border-bottom: solid 4px #236BAD;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 150;
	width: 100%;
}

#contactInner {
	color: #AAA;
	line-height: 1.4em;
	font-size: 1.4em;
	font-family: Helvetica, Arial;
	margin: auto; 
	width:1024px;
}

#contactInner h3 {
	font: 1.5em Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}
#contactInner p {
	padding-bottom: 7px;
}
#contactInner #left a{
	color: #236BAD; 
	font-size: 1.3em;
	font-weight: bold
}

#contactInner #left span {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
}

#contactInner #left .closethis{
	margin-top:65px
}

#contactInner #left a:hover{
	text-decoration: underline
}

#contact #left{
	width:300px; float: left;  
	background: url(../images/icons.jpg) no-repeat 0 0 ; 
	padding-left:75px }

#contact #right{ 
	width:500px; float: right;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
    
.form {
	background: #444;
	width: 406px;
	margin-bottom: 25px;
	margin-top: -15px;
}

.form p{
	text-align: right;
	padding-left: 10px;
	padding-right:40px;
	font-size: 1em;
	font-weight: bold;
	color: #888; 
}

.form p label{	
	font-weight: bold;
	color: #888;
}
	
.form input, .form textarea {
	width:230px;  
	margin: 0 0 0 8px; 
	padding: 6px;
	line-height: .6em;
	font-size: larger;
	font-weight: bold;
	border: none
}

.form textarea {
	line-height: 1.1em;
	font-size: 0.8em;
}

.bottom .button {
	height: 25px; 
	width:95px; 
	margin-right: 43px;
	margin-top: 5px;
	}
	
.bottom #loadIcon1, .bottom #loadIcon2 {
	padding-bottom: 12px;
	margin-right: -10px;
	display: none;
}

#contact .form h4 {
	background: url(../images/form_top_bg.png) no-repeat 0 0; 
	width: 406px;
	height:50px;
	color: #fff;
	font: 1.2em Helvetica, arial;
	font-weight:  bold;
	margin: 0;
	padding: 15px 0 0 75px
}
#contact .form p.bottom {
	background: url(../images/form_bottom_bg.png) no-repeat 0 0; 
	width: 406px;
	height:38px;
	color: #fff;
	}
	
.quote {
	font-size: 1.4em;
	line-height: 1.4em;
}

 #col1 {
    	width: 280px;
    	float: left;
    	  	
    }
    #col2 {
    	width: 280px;
    	float: right;    	
    }
    
   #col1 H4 , #col2 h4 {font-family:Helvetica; font-size: 16px; font-weight: bold; color: #1D4F7E}
  
#contactInner #contactThanks {
	width: 100%;
	text-align: center;
	padding: 30px 0px 30px 0px;
	color: #FFFFFF;
}

.bottom a, .bottom a:hover {
	border: 0;
	text-decoration: none;
}

/* POPUP BUBBLE CSS */
.bubbleInfo {
    position: relative;
}
.triggerDiv {
	width: 300px;
	height: 80px;
	position: relative;
	margin-top: -65px;
	z-index: 50;
}
.popup {
        position: absolute;
        display: none;
        z-index: 1000;
        border-collapse: collapse;
}

.popup td.corner {
        height: 15px;
        width: 19px;
}

.popup td#topleft { background-image: url(../images/bubble-1.png); }
.popup td.top { background-image: url(../images/bubble-2.png); }
.popup td#topright { background-image: url(../images/bubble-3.png); }
.popup td.left { background-image: url(../images/bubble-4.png); }
.popup td.right { background-image: url(../images/bubble-5.png); }
.popup td#bottomleft { background-image: url(../images/bubble-6.png); }
.popup td.bottom { background-image: url(../images/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../images/bubble-8.png); }

.popup .popup-contents {
        font-size: 12px;
        line-height: 1.2em;
        background-color: #fff;
        color: #666;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        }
}
/* END POPUP BUBBLE CSS */