/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231;  }

body, button, input, select, textarea { font-family:Segoe UI,Tahoma,Arial,Verdana,sans-serif; font-size: 90%; color: #444444; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)


::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; } */


/* =============================================================================
   Links
   ========================================================================== */

a { color: #3366CC; }
a:visited { color: #3366CC; }
a:hover { color: #A5203B; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
   
   .wrapper
   {
   		background: url("../images/TopLine.gif") repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #444444;
	margin: 0 auto;
   }
   
   .siteHeader
{
	margin: 8px auto;
	padding-top:8px;
	padding-bottom: 6px;
	width: 100%;

}

.siteHeader-left
{
	float: left;
	width: 20%;
}


.siteHeader-left img
{
	margin: 15px 0 0 16px;
}

img
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

.siteHeader-right
{
	float: right;
	width: 80%;
}

.siteHeader-right ul li
{
	display: inline;
}

.siteHeader-right img
{
	vertical-align: middle;
}

.siteHeader-right-top
{
	float: right;
	width: 42%;
}

.siteHeader-right-top ul.socialize
{
	text-align:right;
	padding-left: 7px;
	padding-top: 7px;
}

.siteHeader-right-top ul.socialize a
{
		text-decoration:none;
}

.siteHeader-right-top ul.socialize li
{
	margin-left: 9px;
}

.siteHeader-right-top ul.siteLogin
{
	float: right;
	padding-left: 8px;
	padding-top: 6px;
	width: 46%;
}

.siteHeader-right-bottom
{
	margin-top: 9px;
	text-align: right;
	font-size: 15px;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/*----Body Middle ----*/
.bodymiddle
{
	float: left;
	width: 100%;
	min-height: 477px !important;
}

.bodymiddle h2
{
	color: #6C6C6C;
	font-size: 16px;
	margin-bottom: 0px;
}

/*----End Of Body Middle ----*/




/*----Default Content----- */
.Def_content_left
{
	float: left;
	width: 30%;
	margin: 20px 0 0;
	position: inherit;
	min-height: 305px;
}

.Def_content_left_Top 
{
	width: 100%;
	height: 422px;
	
}
.Def_content_left_bottom
{
	width: 100%;
}

#missionheader_Def 
{
	padding: 4px 0 0 0;
    height: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight:bold;
    text-align:center;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fa6530;
    
}
  
  
  #missioncontent_Def
  {
  	background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #D6D6D6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    clear: both;
    min-height: 73px;
    line-height: 18px;
    margin: 2px 0 5px;
    overflow: hidden;
    padding: 7px;
    width: 94%;
    text-align:justify;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
  }

.Def_content_left_inner
{
	width: 100%;
	margin-top: 15px;
}



.Def_content_right
{
	float: right;
	width: 68%;
	margin: 20px 0 0px 15px;
}

.Def_content_right p
{
	text-align: justify;
	line-height: 1.3;
}

.Def_content_right_top
{
	width: 100%;
}

.Def_content_right_top h2
{
	color :#6C6C6C !important;
}

.Def_content_right_top p img
{
	float: right;
	margin: -20px 5px 5px 20px;
}

.Def_content_right_top #servs_right, #servs_center, #servs_left
{
	float: left;
	padding: 5px 25px 0px 0px;
}

.Def_content_right_top #servs_left
{
		width: 33%;
}

.Def_content_right_top #servs_center 
{
	width: 29%;
}

.Def_content_right_top #servs_right 
{
	width: 30%;
	padding-right: 0px;
}

.Def_content_right_top #servs_right ul li, #servs_center ul li, #servs_left ul li
{
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ffffff;
	padding: 5px;
	
	-webkit-border-bottom-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.Def_content_right_top #servs_right ul li:hover, #servs_center ul li:hover, #servs_left ul li:hover
{
	border: 1px solid #E4E4E4;
	background: #F3F4F5;
	-moz-box-shadow: 2px 2px 4px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 2px 2px 4px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 2px 2px 4px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

.Def_content_right_top #servs_right ul li a, #servs_center ul li a, #servs_left ul li a
{
	color: #3366CC;
	text-decoration: none;
}

.Def_content_right_top #servs_right ul li a:hover, #servs_center ul li a:hover, #servs_left ul li a:hover
{
	text-decoration: underline;
}



.Def_content_right_top #servs_right ul li a img, #servs_center ul li a img, #servs_left ul li a img
{
	padding-right: 13px;
}



.Def_content_right_top ul
{
	list-style: none;
	
	width: 100%;
}

.Def_content_right_top ul li
{
	padding: 5px 5px 5px 5px;
}

.Def_content_right_middle
{
	width: 100%;
	margin-top: 13px;
	clear: both;
}

.Def_content_right_bottom
{
	width: 100%;
	margin-top: 20px;
}



.Def_content_left_inner p
{
	margin: 0 0 5px;
	height: 260px;
	padding: 7px;
	overflow: hidden;
	width: 95%;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 18px;
	float:none;
}

.Def_content_left_inner .more
{
	margin: 0 0 5px 0px;
	padding: 0px;
}

.Def_content_left_inner a
{
	background: url("../images/more.png") no-repeat scroll right 5px transparent;
	background-position: right center;
	color: #3366CC;
	display: block;
	margin: 2px 0 0;
	padding-left: 0;
	padding-right: 18px;
	text-align: right;
	text-decoration:none;
}

.Def_content_left_inner_spl
{	
	background-image:none !important;
	margin: 0px 0 0 !important;
	padding-left: 0 !important;
	padding-right: 0px !important;
	text-align:justify !important;
	color: #3366CC;
	display:inline !important;
	text-decoration: none;
}

.Def_content_left_inner a:hover
{
	text-decoration: underline;
}

.Def_content_left_inner a#downloadSurvey
{
	clear: both;
	background: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
	display:inline !important;
}

.Def_content_left_inner .more a:hover
{
	background: url("../images/redbutton.gif") 0 0 no-repeat #fff;
	color: #111;
	text-decoration: none;
}

.arrows
{
	background-image:url("../images/arrow_down.png");
}
h3.acc_trigger
{
	vertical-align: middle;
	
	padding: 0px 0 0 1px;
	margin: 0 0 3px 0;
	background-color: #1e5799;
	color: #fff;
	border: 1px solid #d6d6d6;
	height: 20px;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	width: 100%;
	cursor: pointer;
	
}

h3.active
{
	background-color: #1e5799;
	color: #fff;
	font-weight: bold;
}

/*----End Of Default Content----- */


/*-------Testimonials--------*/
#testimonials
{
	/* -moz-border-radius: 15px; /* Firefox */ /*-webkit-border-radius: 15px; /* Safari and Chrome */ /*border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ /*-moz-box-shadow: 10px 10px 20px #000; /* Firefox */ /*-webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */ /*box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	height: 118px; /*padding: 10px 30px 10px 30px;*/
	background: no-repeat scroll 20px 20px rgba(178, 178, 169, 0.2);
	border-radius: 12px;
	padding: 5px 10px 5px 10px;
	margin-top: 7px;

}

.clientsay
{
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

.quotecontent
{
	font-size: 13px;
	letter-spacing: 2px;
}

#testimonials li
{
	display: none;
}
#testimonials li:first-child
{
	display: block;
}

#testimonials ul
{
	list-style: none;
}
#testimonials p.text
{
	font-size: 24px;
}

#testimonials p
{
	color: #878787;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	margin-top: -5px;
	margin-right: 13px;

}

#testimonials p a, #testimonials p a:visited, #testimonials p a:hover
{
	color: #3366CC;
}

#testimonials p a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

blockquote
{
	padding-top: 0px;
	overflow: hidden;
	font-size: 18px;
	line-height: 140%;
	color: #454545;
}
blockquote:before
{
	display: block;
	float: left;
	margin: 10px 15px 0 0;
	font-size: 60px;
	content: open-quote;
	color: #bababa;
	text-shadow: 0 1px 1px #909090;
}
blockquote:after
{
	content: none; /* could be content:close-quote; but lets keep it clean*/
	display: block;
	float: right;
	margin: 8px 0px 0px 0;
	font-size: 60px;
	content: close-quote;
	color: #bababa;
	text-shadow: 0 1px 1px #909090;
}
blockquote p
{
	padding: 0;
	margin: 0;
}
.cite
{
	font-size: 0.75em;
	text-align: right;
}

/*-------End Of Testimonials--------*/

/*----FOOTER PANEL----*/
.footermainPan
{
	height: 100px;
	background: url(../images/footerbg.gif) 0 0 repeat-x #565656;
	color: #fff;
	clear: both;
	width: 100%;
	text-align: center;
	text-decoration: none;
	list-style: none;
}

.footermainPan ul
{
	width: 100%;
	position: relative;
	top: 18px;
	list-style: none;
	text-align: center;
}
.footermainPan ul li
{
	font: 13px/15px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
}
.footermainPan ul li a
{
	padding: 8px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
}

.footermainPan ul li a:hover
{
	text-decoration: underline;
	background:url(../images/arrowdown.png) no-repeat !important;
	background-position:center top!important;
	
}

.footermainPan .copyright
{
	position: relative;
	top: 25px;
	font-size: 11px;
}

.footermainPan .address
{
	position: relative;
	top: 20px;
	font-size: 11px;
}

/*----END FOOTER PANEL----*/

/*----Inner Page Services----*/

/*----End Inner Page Contact----*/
#vtab 
{
	margin: 0px;
	width: 79%;
	float:left;
	margin-top:10px;
}

#vtab > ul > li 
{
    background-color: #fff ;
    display: block;
    text-align: left;
	height: 37px;
	z-index: 9!important;
    position: relative;
    padding:14px 0 0px 4px;
    cursor:pointer;
}

#vtab > ul > li:hover
{
	color:#ed4a05;
}

#vtab > ul > li.selected {
	
	list-style-type: none;
	display:block;
	height: 37px;
    position: relative;
    z-index: 10!important;
    border: 1px solid #DDDDDD;
	border-right: none;
	padding:14px 0 0px 4px;
	color:#ed4a05;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.2)
	
 }
 
 #vtab > ul {
     float: left;
     width: 28%;
     text-align: left;
     display: block;
    
     padding: 0;
     position: relative;
     
     
 }
 .header
 {
 	z-index:10px;
	height: 100%;
    color: #333333;
    background-color: #F0F0F0 !important;
  
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	width:98%;
	font-weight:bold;
	
 }
 
 
.innerContent {
    background-color: #ffffff;
    margin-left: 211px;
    border: 1px solid #ddd;
    min-height: 500px;
    padding: 12px;
    position: relative;
    z-index: 9!important;
	margin-top:0px;
	border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-box-shadow: 2px 2px 4px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 2px 2px 4px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 2px 2px 4px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
 }
 
 .innerContent p
 {
 	text-align:justify;
 }
 
 .innerContent_subtitle
 {
 	font-style:italic;
 	font-size:12px;
 	font-weight:bold;
 }
 
 .innerContent img
 {
 	float:right;
 	margin:0 0 10px 25px;
 }
 
 .innerContent p#imageGallery img
 {
 	float:left;
 }
 .innerContent ul
 {
 	padding-left: 10px;
 }
 
 .innerContent ul li
 {
	background: url("../images/arrow_li.png") no-repeat scroll -5px 0 transparent;
	list-style: none outside none;
	margin: 7px 0 0 2px;
	padding-left: 18px;
 	text-align:justify;
 	padding-bottom:4px;
 	font-size:13px;
 	font-style:italic;
 }
 
  .innerContent ul li:hover
 {
	background: url("../images/arrow_right1.png") no-repeat scroll -5px 0 transparent;
	/*color:#ed4a05;*/
	
 }
 
.innerContent h2 
{
     color: #666666;    
     font-size: 17px;
     border-bottom: 1px solid #fa6530;
     margin-top: 1px;
     padding-top:0px;
     padding-bottom:12px;
      text-shadow: 0 1px 1px rgba(0,0,0,.2)
 }
 
 .innerContent_h2_bgcolor
 {
 	background-color: #f0f0f0 !important;
 } 
 
 .connectRightNav
 {
 	width:20%;
 	float:right;
 	position:relative;
 	border-bottom: 1px dotted #fa6530;
 	border-top: 1px dotted #fa6530;
 	text-align:left;
 	margin-top:10px;
 }
.connectRightNav ul li
{
	cursor:pointer;
  	list-style:none outside none;
  	padding-left:35px;
  	padding-top:10px;
  	height:22px;
}
  
.connectRightNav ul li a
{
  text-decoration:none;
	font-size:11px;
  	font-weight:normal;
	padding-left:24px;
	padding-top:5px;
		color:#777777;
		height:20px;
		 text-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.connectRightNav ul li a#Home
{
	background:url("../images/home.png") no-repeat scroll 0 0 transparent;
} 

.connectRightNav ul li a#Home:hover
{
	color:#ed4a05;
	text-decoration:none;
	letter-spacing:1px;
	background:url("../images/home_glow.png") no-repeat scroll 0 0 transparent;
	 text-shadow: 0 1px 1px rgba(0,0,0,.3)
} 

.connectRightNav ul li a#Email
{
	background:url("../images/email.png") no-repeat scroll 0 0 transparent;
} 

.connectRightNav ul li a#Email:hover
{
	color:#ed4a05;
	text-decoration:none;
	letter-spacing:1px;
	background:url("../images/email_glow.png") no-repeat scroll 0 0 transparent;
	 text-shadow: 0 1px 1px rgba(0,0,0,.3)
	
} 
  
.connectRightNav ul li a#Career
{
	background:url("../images/career.png") no-repeat scroll 0 0 transparent;
} 

.connectRightNav ul li a#Career:hover
{
	color:#ed4a05;
	text-decoration:none;
	letter-spacing:1px;
	background:url("../images/career_glow.png") no-repeat scroll 0 0 transparent;
	 text-shadow: 0 1px 1px rgba(0,0,0,.3)
} 

#missionstamement
{
	
	float:right;
	width:20%;
	text-align:justify;
	margin-top:10px;
}
 
 #missionheader 
{
	padding: 4px 0 0 0;
    height: 20px;
    color: #ffffff;
    background-color: #fa6530;
    font-size: 14px;
    font-weight:bold;
    text-align:center;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
 
	

}
  
  
  #missioncontent
  {
  	background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #D6D6D6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    clear: both;
    min-height: 125px;
    line-height: 18px;
    margin: 2px 0 5px;
    overflow: hidden;
    padding: 7px;
    width: 92%;
    text-align:justify;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
  }
  
 
 #loginForm label {
     float: left;
     width: 100px;
     text-align: right;
     clear: left;
     margin-right: 15px;
 }
 
 #loginForm fieldset {
     border: none;
 }
 
 #loginForm fieldset > div {
     padding-top: 3px;
     padding-bottom: 3px;
 }
 
 #loginForm #login {
     margin-left: 115px;
 }
 
 /*----Inner Page Contact----*/
.contactLeftNav
{
	float: left;
    margin-top: 20px;
    position: relative;
    width: 52%;
}

.contactLeftNav .headings h2
{
	margin: 10px 5px 0px 5px;
	padding-bottom:2px;
	border-bottom: 1px solid #d75328;
	color: #666666;
}

.contactLeftNav .headings p
{
	padding: 0px 5px 0px 10px;
}


.contactAt p
{
	
}

.offices
{
	float: left;
    margin-top: 27px;
    position: relative;
    width: 100%;	
}

.officeUS
{
	float: left;
    position: relative;
    width: 50%;	

}

.officeIND
{
	float: right;
    position: relative;
    
    text-align:left;
    

}

.contactRightNav
{
	float: right;
    margin-top: 20px;
    position: relative;
    width: 45%;

	border: 1px solid #D6D6D6;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #f4f4f2;
    
    	


}

.contactRightNav .headings h2
{
	margin: 10px 5px 0px 5px;
	padding-bottom:2px;
	border-bottom: 1px solid #d75328;
	color: #666666;

}

.contactRightNav .headings p
{
	padding: 0px 5px 0px 10px;
}

.infoTable
{
	margin: 10px;
}

.infoTable input[type="text"], .infoTable textarea, .infoTable select
{
    margin-bottom: 7px;
    display: block;
    padding: 2px;
    border: solid 1px #BBBBBB;
    width: 90%;
    
    -moz-border-radius: 3px; /* Firefox */ 
    -webkit-border-radius: 3px; /* Safari and Chrome */ 
    border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
    -moz-box-shadow: 2px 2px 4px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 2px 2px 4px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 2px 2px 4px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
} 

.infoTable select
{
	width: 93%;
  background-position: left right;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.infoTable input[type="button"]
{
	 margin-bottom: 7px;
    padding: 2px;
    border: solid 1px #BBBBBB;
    width: 20%;
    
    -moz-border-radius: 3px; /* Firefox */ 
    -webkit-border-radius: 3px; /* Safari and Chrome */ 
    border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
    -moz-box-shadow: 2px 2px 4px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 2px 2px 4px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 2px 2px 4px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    
	background: rgb(242,246,248); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGVmZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-8 */

}


.infoTable input[type="submit"]
{
	 margin-bottom: 7px;
    padding: 2px;
    border: solid 1px #BBBBBB;
    width: 20%;
    
    -moz-border-radius: 3px; /* Firefox */ 
    -webkit-border-radius: 3px; /* Safari and Chrome */ 
    border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
    -moz-box-shadow: 2px 2px 4px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 2px 2px 4px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 2px 2px 4px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    
	background: rgb(242,246,248); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGVmZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-8 */

}

.ValidationText
{
	color: Red;
}


/*----Inner Page LinkedIn----*/
#LinkedPersonalContainer
{
	float:left;
	width:51%;
	display:none;
}

#LinkedPersonalProfile
{
	width: 100%;
	margin: 9px 0px 0px 15px;
	font-weight:bold;
}

#SearchOnLinkedInDIV
{
	display: none; 
	padding: 10px 10px 4px 10px; 
	border: solid 1px #444444;
	margin-top: 10px;
}

#SearchOnLinkedInDIV input[type="text"], #SearchOnLinkedInDIV textarea, #SearchOnLinkedInDIV select
{
	 margin-bottom: 7px;
    display: block;
    padding: 2px;
    border: solid 1px #BBBBBB;
    width: 90%;
    
    -moz-border-radius: 3px; /* Firefox */ 
    -webkit-border-radius: 3px; /* Safari and Chrome */ 
    border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
    -moz-box-shadow: 2px 2px 4px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 2px 2px 4px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 2px 2px 4px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

#searchSummary
{
	width: 100%;
	float: right;
	margin: 9px 0px 0px 15px
}

#LinkedInPersonalOverview
{
	
	 margin-top: 10px;
    position: relative;
    width: 100%;
    padding: 10px 5px 10px 8px;
    margin-bottom: 2px;
    float:left;

	border: 1px solid #D6D6D6;
	border-top-left-radius: 15px;
    /*border-bottom-right-radius: 15px;*/
    font-weight:normal;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);       
}


.foundConnections
{
    margin-top: 10px;
    position: relative;
    width: 100%;
    padding: 0px 5px 0px 8px;
    margin-bottom: 2px;
    float:right;

	border: 1px solid #D6D6D6;
	/*border-top-left-radius: 15px;*/
    border-bottom-right-radius: 15px;
   
	
}

#paginationDIV
{
	width:40%;
	float:right;

}

#paginationDIV .Prev
{
	
	float: left;	
	background:url('../images/previous.png') no-repeat;
	background-position:left;
}

#paginationDIV .Prev a
{
		text-decoration:none;
	font-size:11px;
}

#paginationDIV .Next
{
	float: right;	
	background:url('../images/next.png') no-repeat;
	background-position:right;
}

#paginationDIV .Next a
{
	text-decoration:none;
	font-size:11px;
}

#peoplesearch
{
	height:490px;
	 overflow:hidden;
}


#masterSearch
{
	float:right;
	width:44%;
	display:none;
}

#PersonalSummary
{
	width: 100%;
	float: left;
	margin: 9px 0px 2px 6px;
}

.profile-result
{
	position: relative; 
	/*float: left; 
	width: 350px; 
	height: 80px; 
	overflow: hidden; 
	border: 1px solid #CCC; 
	margin: 10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
	/*box-shadow: 2px 2px 10px rgba(0,0,0,.2); /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3); 
	background: -moz-linear-gradient(0% 0% 270deg, #FFF, #EEE 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	padding: 10px 10px 10px 10px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	behavior: url(ie-css3.htc);*/
	     float: left; 
	width: 376px; 
	height: 100px; 
	overflow: hidden; 
	border: 1px solid #CCC; 
	margin: 10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.2);        
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);        
	box-shadow: 5px 5px 5px rgba(0,0,0,.2);  
color:#cccccc;
	zoom: 1;
}

.profile-result-glow
{
	position: relative; 
	/*float: left; 
	width: 350px; 
	height: 80px; 
	overflow: hidden; 
	border: 1px solid #CCC; 
	margin: 10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
	/*box-shadow: 2px 2px 10px rgba(0,0,0,.2); /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3); 
	background: -moz-linear-gradient(0% 0% 270deg, #FFF, #EEE 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	padding: 10px 10px 10px 10px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	behavior: url(ie-css3.htc);*/
	     float: left; 
	width: 376px; 
	height: 100px; 
	overflow: hidden; 
	border: 1px solid #CCC; 
	margin: 10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(233,79,15,.4);
	-webkit-box-shadow: 5px 5px 5px rgba(233,79,15,.4);
	box-shadow: 5px 5px 5px rgba(233,79,15,.4);
	color:#000;
	text-shadow: 0 1px 1px rgba(0,0,0,.3); 
	zoom: 1;
}


 .profile-photo
 {
 position: absolute; left: 10px; top: 10px;
 opacity:0.25;
 }
 .profile-name
 {
 	padding-left:98px;
 	font-size:13px;
 	font-weight:bold;
 }
 
  .profile-company
 {
 	padding-left:98px;
 }
 
 
.linkedInHeading
{
	-moz-border-radius: 3px; /* Firefox */ 
    -webkit-border-radius: 3px; /* Safari and Chrome */ 
    border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
    -moz-box-shadow: 2px 2px 4px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 2px 2px 4px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 2px 2px 4px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    
	background: rgb(242,246,248); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGVmZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-8 */
}


/*----End Inner Page LinkedIn----*/

/*---- Support Page----*/
.supportLeftDIV
{
	float: left;
    margin-top: 10px;
    position: relative;
    text-align: left;
    width: 75%;
    
    border: 1px solid #D6D6D6;
	background-color: #ffffff;
	border: 1px solid #ddd;
	padding: 12px;
    z-index: 9!important;
    min-height: 150px;
    
	border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-box-shadow: 2px 2px 4px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 2px 2px 4px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 2px 2px 4px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

}

.supportLeftDIV ul
{
	padding-left: 25px;
}

.supportLeftDIV ul li
 {
	background: url("../images/arrow_li.png") no-repeat scroll -5px 0 transparent;
	list-style: none outside none;
	margin: 7px 0 0 2px;
	padding-left: 18px;
 	text-align:justify;
 	padding-bottom:4px;
 }
 
  .supportLeftDIV ul li:hover
 {
	background: url("../images/arrow_right1.png") no-repeat scroll -5px 0 transparent;
 }

.supportLeftDIV .headings h2
{
	margin: 10px 5px 0px 5px;
	padding-bottom:2px;
	border-bottom: 1px solid #fa6530;
	color: #666666;
}

.supportLeftDIV .headings p
{
	padding: 0px 5px 0px 10px;
}

.supportLeftDIV .headings img
{
	float:right;
	position:relative;
	top: 10px;
	margin: 8px 12px 15px 20px;
}

.downloadDIV
{
	margin: 10px;
	width: 20%;
	height: 70px;
	position: relative;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	text-align: center;
	-moz-box-shadow: 12px 12px 14px #D6D6D6; /* Firefox */ 
    -webkit-box-shadow: 12px 12px 14px #D6D6D6; /* Safari and Chrome */ 
    box-shadow: 12px 12px 14px #D6D6D6; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	background: -moz-linear-gradient(-45deg, #3887BD 0%, #5DA9DD 100%) repeat scroll 0 0 #54A1D6;
	
	background: -webkit-gradient(-45deg, #3887BD 0%, #5DA9DD 100%) repeat scroll 0 0 #54A1D6; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #3887BD 0%, #5DA9DD 100%) repeat scroll 0 0 #54A1D6; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #3887BD 0%, #5DA9DD 100%) repeat scroll 0 0 #54A1D6; /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #3887BD 0%, #5DA9DD 100%) repeat scroll 0 0 #54A1D6; /* IE10+ */
	background: linear-gradient(-45deg, #3887BD 0%, #5DA9DD 100%) repeat scroll 0 0 #54A1D6; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-8 */
	border: 1px solid #54A1D6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.downloadDIV:hover
{
	background: none repeat scroll 0 0 #54A1D6;
	border: 1px solid #3887BD;
}



.downloadDIV h3
{
	margin: 15px 10px 4px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,2);
}

.downloadDIV strong
{
	margin: 0px 0px 25px 0px;
	text-shadow: 0 1px 1px rgba(0,0,0,2);
}

.downloadDIV .box-link 
{
  background: url("../images/transparent.gif") repeat scroll 0 0 transparent;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -6666px;
  top: 0;
  width: 100%;
}
/*---- End Of Support Page----*/

/*---- Products Page ---- */

.spotlightWrapper 
{
	position: relative; 
	width: 98%; 
	min-height: 100px; 
	overflow: hidden; 
	border: 1px solid #CCC; 
	margin: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.2);        
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);        
	box-shadow: 5px 5px 5px rgba(0,0,0,.2);  
	color:#cccccc;
	zoom: 1;
}

.spotlightWrapper ul 
{  
	list-style-type: none; /* remove the default style for list items (the circles) */  
    margin:0px; /* remove default margin */  
    padding:0px; /* remove default padding */  
    width: 100%;
    
    
}  

.spotlightWrapper ul li 
{  
	float:left; /* important: left float */  
    background:none;
    margin: 10px 5px 5px 8px;
    width:18%;
  
}  

.spotlightWrapper ul li:hover
{
	background:none;
}

.spotlightWrapper ul li a img 
{  
	width:75px;  /*   you don't need this, i just rescaled the images they are bigger then i want them to be ' */  
	height:75px;
    position:relative; /* so we can use top and left positioning */  
    border:none; /* remove the default blue border */  
    -moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.2);        
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);        
	box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	margin:0px 11px 0px 11px;
}  
    
.clear { clear:both; } /* to clear the float after the last item */  

/*---- End Of Products Page ---- */











/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/*iPhone - landscape*/
@media only screen and (max-width: 480px) 
{
	body  
	{
		font-size: 12px; 
		line-height: 1.2; 
	}
	
	.wrapper
   {
	width: 470px;
   }
   
   .siteHeader
{
	margin: 8px auto;
	padding-top:8px;
	padding-bottom: 6px;
	width: 100%;
}
   
   .siteHeader-left
{
	width: 20%;
}

.siteHeader-left img
{
	margin: 15px 0 0 12px;
	width: 150px;
	height: 42.5px;
}


.siteHeader-right
{
	width: 80%;
}

.siteHeader-right-top
{
	width: 54%;
}

.siteHeader-right-top ul.socialize
{
	padding-left: 5px;
	width: 48%;
}

.siteHeader-right-top ul.socialize li
{
	margin-right: 5px;
	margin-left: 3px;
}

.siteHeader-right-top ul.siteLogin
{
	padding-left: 5px;
	padding-top: 6px;
	width: 44%;
}

.siteHeader-right-bottom
{
	margin-top: 9px;
	text-align: right;
	font-size: 12px;
}

/*----FOOTER PANEL----*/
.footermainPan ul
{
	width: 97%;
	top: 18px;
}

.footermainPan ul li
{
	font-size: 11px;
}
.footermainPan ul li a
{
	padding: 9px 12px 0px 0px;
}

.footermainPan .copyright
{
	top: 25px;
}

.footermainPan .address
{
	top: 28px;
}


/*----END FOOTER PANEL----*/

/*----Default Content----- */

.nivoSlider
{
	display: none;
}
.Def_content_left
{
	width: 98%;
	margin: 10px 5px 15px 5px;
	min-height: 330px;
}

.Def_content_left_Top
{
	height: 250px;
}

.Def_content_left_inner
{

}

.Def_content_left_inner p
{
	height: 170px;	
	padding: 5px;
	overflow: hidden;
	width: 98%;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 18px;
}

.Def_content_left_inner .more
{
	margin: 0 0 5px 0px;
	padding: 0px;
}

.Def_content_left_inner a
{
	background: url("../images/more.png") no-repeat scroll right 5px transparent;
	background-position: right center;
	color: #005091;
	display: block;
	margin: 6px 0 0;
	padding-left: 0;
	padding-right: 18px;
	text-align: right;
}

.Def_content_right
{
	width: 98%;
	margin: 15px 5px 15px 5px;
}

.Def_content_right p
{
	text-align: justify;
}

.Def_content_right_top
{
	width: 100%;
}
.Def_content_right_middle
{
	width: 100%;
	margin-top: 20px;
}


.Def_content_right_bottom
{
	width: 100%;
	margin-top: 20px;
}





.Def_content_left_inner .more a:hover
{
	background: url("../images/redbutton.gif") 0 0 no-repeat #fff;
	color: #111;
	text-decoration: none;
}

.arrows
{
	background-image:url("../images/arrow_down.png");
}
h3.acc_trigger
{
	vertical-align: middle;
	
	padding: 0px 0 0 1px;
	margin: 0 0 3px 0;
	background-color: #1e5799;
	color: #fff;
	border: 1px solid #d6d6d6;
	height: 20px;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	width: 100%;
	cursor: pointer;
	
}

h3.active
{
	background-color: #34349a;
	color: #fff;
	font-weight: bold;
}

/*----End Of Default Content----- */

/*-------Testimonials--------*/
#testimonials
{
	height: 160px; /*padding: 10px 30px 10px 30px;*/
	padding: 5px;
}

.clientsay
{
}

.quotecontent
{
	font-size: 11px;
	letter-spacing: 2px;
}

#testimonials li:first-child
{
}

#testimonials ul
{
}
#testimonials p.text
{
	font-size: 12px;
}

#testimonials p
{
	font-size: 12px;
	margin-top: -5px;
}

#testimonials p.author a, #testimonials p.author a:visited
{
	color: #3366CC;
}

blockquote
{
	padding-top: 0px;
	overflow: hidden;
	font-size: 16px;
	line-height: 140%;
}
blockquote:before
{
	margin: 10px 15px 0 0;
	font-size: 40px;
}
blockquote:after
{
	margin: 8px 0px 0px 0;
	font-size: 40px;
}


/*-------End Of Testimonials--------*/



}

/*iPhone - portrait*/
@media screen and (max-device-width: 320px) {

}

/*iPad - landscape*/
@media (max-device-width: 1024px) and (orientation: landscape) {

}

/*iPad - portrait*/
@media (max-device-width: 768px) and (orientation: portrait) {

}


/* @media only screen and (min-width: 480px) {
  Style adjustments for viewports 480px and over go here 
}

@media only screen and (min-width: 768px) {
  Style adjustments for viewports 768px and over go here 
}*/




/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}




.pretty-hover{
  background: #ff0;
}


.contact_inputbox
{
	border:1px solid #ccc !important;
}


