﻿/* CSS Reset ( from developer.yahoo.com/yui )
************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img {  border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* Tag Rules
************************************************************/

html { font-size: 100.01%; }

body {
	font-family: Arial, sans-serif;
	color: #595959;
	font-size: 0.75em;
	behavior: url("/lib/csshover2.htc");
}
input, select, textarea {
	font-family: Arial, sans-serif;
}

h1 {  
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.9em;
	float: left;
	width: 720px;
	height: 42px;
	color: #B66C0A;
	padding-left: 20px;
	margin-left: -20px;
	background-image: url(/images/header_bg.jpg);
	border-bottom: 8px solid white;
	margin-bottom: 14px;
	padding-top: 1px;
}

h1.col-1 { border-bottom-color: #FF0000; }
h1.col-2 { border-bottom-color: #3697C0; }
h1.col-3 { border-bottom-color: #C0AE36; }
h1.col-4 { border-bottom-color: #FF9900; }
h1.col-5 { border-bottom-color: #663300; }

* html h1 {
	position: absolute;
	top: 79px;
}
* html.sIFR-hasFlash h1 {
	width: 700px;
}

h2 {  
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}
h2.portfolio {
	font-size: 2.0em;
	padding-top: 7px;
	padding-bottom: 0;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #3C6B99;
	padding-top: 2px;
	line-height: 0.9em;
}
h3 .description {
	font-size: 0.6em;
	font-weight: normal;
	color: #999;
	margin-top: 2px;
	line-height: 0.9em;
}
h3.portfolio {
	font-weight: bold;
	color: #B3B3B3;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -12px;
	margin-bottom: 6px;
	width: 640px;
}
.sIFR-hasFlash h3.portfolio {
	margin-top: -13px;
	font-size: 1.5em;
	line-height: 1.3em;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	padding-top: 0;
	padding-bottom: 0;
}

h4.portfolio, h4.portfolio-noborder { 
	margin-top: 15px; 
	border-bottom: 6px solid #FF0000;
	float: left;
}
h4.portfolio-noborder { border-bottom: 6px solid #FFFFFF; }

div.portfolio-hr { 
	display: block;
	width: 100%;
	border-bottom: 1px solid #FF0000;
	float: left;
	margin-top: -5px;
}
* html div.portfolio-hr { float: none; clear: both; margin-top: -20px; margin-bottom: 0; }
*:first-child+html div.portfolio-hr { float: none; clear: both; margin-top: -20px; }

div.portfolio-spacer { 
	clear: both; 
	height: 20px;
}

.sIFR-hasFlash h4.portfolio,
.sIFR-hasFlash h4.portfolio-noborder {
	line-height: 15px;
	padding-right: 0;
}

.col-1 h4.portfolio, .col-1 div.portfolio-hr { border-bottom-color: #FF0000; }
.col-2 h4.portfolio, .col-2 div.portfolio-hr { border-bottom-color: #3697C0; }
.col-3 h4.portfolio, .col-3 div.portfolio-hr { border-bottom-color: #C0AE36; }
.col-4 h4.portfolio, .col-4 div.portfolio-hr { border-bottom-color: #FF9900; }
.col-5 h4.portfolio, .col-5 div.portfolio-hr { border-bottom-color: #663300; }

br {line-height: 10px;}

br.IE7-fix { line-height: 0; height: 0; }

label {padding-right: 6px;}

a:link, a:active, a:visited { color: #3C6B9A; }
a:hover { color: #EF9720; }
a:inactive { color: #75A2CE; }

img, a img {
	border: none;
	vertical-align: middle;
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

a img:hover { 
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

ol, ul {margin-left: 18px;}

ol {list-style-type: decimal;}

ul { 
	font-size: 0.9em;
	padding-bottom: 12px;
}
li {padding: 3px 0 2px 0;}

ul.bold { 
	font-size: 1.0em; 
	list-style-image: none;
	margin-left: 1px;
}

ul.bold li {list-style-image: none;}

ul.bold li li {
	padding-left: 15px;
	background: transparent url(/images/bullet_arrow.gif) no-repeat 2px 8px;
}

ol ul, ul ul { padding-top: 4px; padding-bottom: 0; margin: 0; margin-bottom: 8px; }
.bold ul { font-weight: normal; }

ol.no-bullet {list-style-type: none;}

ul.facebook {font-size: 1em;}

ul.facebook li {
	list-style-type: none;
	background: transparent url(/images/facebook_icon.jpg) 0 3px no-repeat !important;
	padding-left: 20px !important;
	padding-right: 12px;
	float: left;
}

p { 
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 16px;
}

table {
	font-size : 1em;
	border-collapse : collapse;
	margin-bottom : 1.2em;
}

th {
	text-align : left;
	padding : 2px 0 2px 0;
	border-bottom : 1px solid #CCCCCC;
	font-weight: bold;
}

td {padding : 2px 0 2px 0;}

strong {font-weight: bold;}

blockquote {
	margin: 1em 4em;
	padding: .5em 1em;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
	font-style: italic;
}
blockquote p {margin: .5em 0;}
blockquote .source {text-align: right;}

/* Div Rules
************************************************************/

#header-wrapper { 
	width: 100%;
	min-width: 740px;
	height: 52px;
	text-align: center;
}

#header-wrapper td {font-size: 1.0em; /* IE 5.x hack */} 

#header-container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#logo { float: left;}

#newsletter-box {
	font-size: 0.8em;
	padding: 15px 0 15px 15px;
	float: right;
}

#newsletter-box input { 
	font-size: 1.1em;
	padding: 2px 4px 0 4px;
}
* html #newsletter-box input {padding-top: 0;}
*:first-child+html #newsletter-box input {padding-top: 1px;	padding-bottom: 1px;}

#newsletter-box label {
	display: block;
	padding-top: 4px;
	float: left;
}
*:first-child+html #newsletter-box label {padding-top: 5px;} 

#newsletter-box #newsletter-error {
	color: #FF0000;
	position: absolute;
	font-size: 1em;
	margin-left: 5px;
}

#newsletter-box input#newsletter-submit {
	margin: -1px 0 0 0;	
	padding: 1px 0 0 0;
	float: left;
}
*:first-child+html #newsletter-box input#newsletter-submit {padding: 2px 0 0 0;}

#newsletter-box input#newsletter-submit:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

#newsletter-box .newsletter-input-container {float: left;}

#menu-wrapper {
	width: 100%;
	min-width: 740px;
	float: left;
	background: transparent url(/images/bg_content_body_top.jpg) center no-repeat;
	text-align: center;
}

#menu-container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#menu, 
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu {
	width: 740px;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #515151;
	background-color: #515151;
	background: transparent url(/images/bg_nav.gif) 0 bottom repeat-x; 
	list-style-type: none;
	font-size: 0.8em;
}

#menu li { 
	margin: 0;
	padding: 0;
	float: left;
}

#menu a { 
	display: block;
	padding: 6px 8px 6px 8px;
	background-color: #515151;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
}

#menu a:link, 
#menu a:visited, 
#menu a:active { 
	color: #FFF;
	background: transparent url(/images/border_pixel.gif) right repeat-y; 
}

#menu a:hover {	background-color: #333;}

#menu li.current a:link,
#menu li.current a:visited,
#menu li.current a:active {
	color: #000;
	background-color: #FFE533;
	border-bottom: 1px solid #FFE533;
}

#menu ul {
	position: absolute;
	z-index: 999;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0;
	font-size: 1em;
	width: 160px;
	background: #FFE533;
}

#menu li:hover ul, 
#menu li.sfhover ul {	left: auto;}

#menu ul li {
	display: block;
	float: none;
	border: none;
	margin-top: -1px;
}

#menu ul a:link, 
#menu ul a:visited, 
#menu ul a:active {
	border: none;
	border-top: 1px solid #FFF;
	width: 160px;
	background-color: #333;
	background-image: none;
}

#menu ul a:hover {
	background-color: #515151;
	color: #FFC800;
}

#menu li.current ul a:link,
#menu li.current ul a:visited,
#menu li.current ul a:active {
	color: #FFF;
	background-color: #333;
	border-bottom: 1px solid #FFF;
}

#menu li.current ul a:hover {
	background-color: #515151;
	color: #FFC800;
}

#menu li:hover ul {display: block;}

#menu li:hover ul ul {
	display: none;
	margin-left: 160px;
	margin-top: -26px;
}

#menu ul ul a:link, 
#menu ul ul a:visited, 
#menu ul ul a:active {background-color: #515151;}

#menu ul ul a:hover {	background-color: #777;}
#menu li:hover ul li:hover ul {display: block;}

#menu #languages {
	float: right;
	color: #FFF;
	display: block;
	padding: 6px 8px;
}
* html #menu #languages, *:first-child+html #menu #languages {
	padding: 5px 8px 4px;
}
#menu #languages a {
	background: none;
	display: inline;
	border: 0;
	padding: 0;
	line-height:10px;
}
#menu #languages #lang-zh{
	font-family:'宋体',Arial,sans-serif;
	font-size:1.2em;
}
#menu #languages a:hover {
	text-decoration: underline;
}

#content-wrapper {
	width: 100%;
	min-width: 740px;
	float: left;
	background: transparent url(/images/bg_content_body_tile.jpg) center repeat-y; 
	text-align: center;
}

#content-wrapper .go-top-link {
	margin: 25px -11px 2px 0;
	padding-right: 10px;
}

#content-wrapper .column-left-390 { 
	width: 370px; 
	display: block;
	float: left; 
}

#content-wrapper .column-left-370 { 
	width: 350px; 
	display: block;
	float: left; 
}
/* sIFR IE hack */
* html #content-wrapper .column-left-370 {padding-bottom: 15px; width: 370px;}

#content-wrapper .column-left-370-tweaked {
	width: 320px; 
	padding-left: 30px; 
} 

#content-wrapper .column-left-430 { 
	width: 410px; 
	display: block; 
	float: left; 
}

#content-wrapper .column-right-300 { 
	width: 300px; 
	display: block; 
	float: left; 
	margin-left: 20px;
}

#content-wrapper .column-right-370 { 
	width: 350px; 
	display: block;
	float: left; 
}
/* sIFR IE hack */
* html #content-wrapper .column-right-370 {
	position: absolute; 
	margin-left: -20px;
}

#content-wrapper .column-right-370-tweaked {
	width: 320px;
	padding-left: 30px; 
} 

#content-wrapper .column-right-310 { 
	width: 290px; 
	display: block; 
	float: left; 
}

#content-wrapper .column-right-310 h3 .description {line-height: 15px;}

.porfolio-content-wrapper .column-right-310 {float: right !important;} 

#content-wrapper .column-right-310 ul {
	margin-left: 0 !important;
	padding-left: 15px !important;
}

#content-wrapper .column-right-310 li {
	list-style-type: none !important;
	padding-left: 15px ;
	background: transparent url(/images/bullet_arrow.gif) no-repeat 2px 8px;
}

#content-wrapper ul,
#content-wrapper ol {
	padding-left: 20px;
	padding-right: 10px;
}

#content-wrapper h2 {margin-bottom: 10px;}

#content-wrapper h4 {margin-bottom: 5px;}

#content-wrapper h3 p,
#content-wrapper h4 p,
#content-wrapper ul ol,
#content-wrapper ol ul,
#content-wrapper ul.sections,
#content-wrapper ul.images,
#content-wrapper ul.two-columns {
	padding-left: 0;
	padding-right: 0;
}

#content-container {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
* html #content-container {margin-top: 55px;}

* html .content-container-portfolio-ie6-fix {width: 740px !important;}
* html .content-container-portfolio-ie6-fix ul.inline-options {
	margin-left: 5px !important;
	margin-right: 17px !important;
}
* html .content-container-portfolio-ie6-fix img.span-left {
	margin-left: 0 !important;
	margin-right: 10px;
}
* html .content-container-portfolio-ie6-fix h1 {margin-left: 0 !important;}
* html .content-container-portfolio-ie6-fix .hr {
	margin-left: 20px;
	margin-right: 20px;
}
* html .content-container-portfolio-ie6-fix .column-right-310 {width: 280px !important;}

#content-container ol.no-bullet {padding-left: 0;}
#content-container ol.no-bullet ul {padding-left: 16px;}
#content-container em {font-style: italic;}

* html #menu-container,
* html #content-container,
* html #footer-container {padding-left: 1px;}
*:first-child+html #menu-container,
*:first-child+html #content-container,
*:first-child+html #footer-container {padding-left: 1px;}

* html #content-wrapper .column-right-300,
* html #content-wrapper .column-right-370,
* html #content-wrapper .column-right-310 {margin-right: -1px;}
*:first-child+html #content-wrapper .column-right-300,
*:first-child+html #content-wrapper .column-right-370,
*:first-child+html #content-wrapper .column-right-310 { margin-right: -1px;}

#gspot ul li {
	padding-left: 15px;
	background: transparent url(/images/bullet_arrow.gif) no-repeat 2px 8px;
}

#gspot ul.inline-options li {padding-left: 0; background: none;}


.innerError {
	color: #fd3901;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #fd3901;
	padding: 10px;
	padding-left: 0px;
	margin-bottom: 15px;
	width: 585px;
}

.innerError ul {
	margin-left: 0px;
	padding: 0px;
}

.innerError ul li {
	margin-left: 0px;
	padding-left: 0px;
}

#footer-wrapper { 
	clear: both;
	min-width: 740px;
	width: 100%;
	height: 190px;
	background-image: url(/images/bg_content_body_footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#footer-wrapper .column-left { 
	width: 142px; 
	\width: 167px;
	w\idth: 142px;
	display: block; 
	padding: 17px 12px 0 12px;  
	float: left; 
	border-right: 1px solid #EEE;
}

#footer-wrapper .column-middle { 
	width: 138px; 
	\width: 163px;
	w\idth: 138px;
	display: block; 
	padding: 17px 12px 0 12px; 
	float: left; 
	border-right: 1px solid #EEE;
}

#footer-wrapper .column-right { 
	width: 173px; 
	\width: 189px;
	w\idth: 173px;
	display: block; 
	padding: 17px 5px 0 12px; 
	float: left; 
}

#footer-wrapper strong {font-family: Verdana, Arial, sans-serif;}

#footer-spacer {
	display: block;
	height: 68px;
	_height: 58px;
}

#footer-container {
	width: 740px;
	margin: 0 auto;
	font-size: 0.8em;
	color: #999;
	text-align: left;
}

#partner-logos {
	width: 220px;
	margin: 31px 0 0 140px;
	float: left;
	display: block; 
	text-align: right;
}

#copyright {
	padding-top: 15px;
	padding-right: 5px;
	text-align: right;
	line-height: 1.2;
}

/* These are standard sIFR styles... do not modify 
************************************************************/

.sIFR {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {visibility: visible !important;}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Reusable Classes
************************************************************/

.clear { clear: both; }
.bold { font-weight: bold; color: #666; }
p.spacer { clear: both; margin-top: 0; line-height: 0; }
p.ie-spacer { clear: both; margin-top: 0; line-height: 0; margin: 0; }
* html p.ie-spacer { clear: both; margin-top: 50px; }
p.spacious { padding: 5px 0; line-height: 1.5em; }
.color-darkest { color: #000; }
.fade-text { color: #999; }
.text-align-right { text-align: right; }
.float-left { float: left; }
.float-right { float: right; }
.top-margin {margin-top: 40px;}
.top-services-margin {margin-top: 20px;}
.no-bottom-margin {margin-bottom: 0 !important;}
* html .no-bottom-margin {margin-bottom: -31px !important;} 
*:first-child+html .no-bottom-margin {margin-bottom: 0 !important;}  
.top-margin-portfolio {margin-top: 20px;}

img.span-left { margin-left: -20px; }
a.button { padding-left: 15px; }
.mandatory { color: #f00; }

.slogan { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: -0.03em;
	color: #999999;

}
*:first-child+html .slogan {font-weight: normal;}

.sIFR-hasFlash .slogan {
	visibility: visible !important;
	line-height: 1.35em;
}

.sIFR-hasFlash .column-left-370 .slogan {line-height: 20px;}

.sIFR-hasFlash .column-left-390 .slogan {
	line-height: 26px;
	margin-bottom: -10px;
}

.sIFR-hasFlash .slogan-fix-2 {line-height: 0.2em;}

.sIFR-hasFlash .slogan-fix-1, .sIFR-hasFlash .slogan-fix-3,.sIFR-hasFlash .slogan-fix-4, .sIFR-hasFlash .slogan-fix-5, .sIFR-hasFlash .slogan-fix-6, .sIFR-hasFlash .slogan-fix-7 {
	line-height: 1.25em;
	float: left;
	width: 700px;
	margin-bottom: 20px;
}
* html .slogan-fix-3 {
	margin-bottom: 0;
	margin-top: -4px;
	padding-top: 4px;
}
*:first-child+html .slogan-fix-3 {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.sIFR-hasFlash .slogan-fix-6 {margin-bottom: 10px;}

.sections {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.8em;
	color: #8A8A8A;
	clear: both;
}

.sections li { 
	margin: 10px 0 0 0;
	border: 1px solid #EEEEEE;
	border-bottom: none;
	border-left: none;
	float: left;
	cursor: pointer;
}

.sections li.first {border-left: 1px solid #EEEEEE;}

.sections a,
.sections a:link,
.sections a:active,
.sections a:visited { 
	padding: 16px 21px 12px 12px;
	color: #666;
	display: block;
	text-decoration: none;
	line-height: 10px;
	border-bottom: 8px solid #EEEEEE;
	background: transparent url(/images/section_arrow_down.gif) right bottom  no-repeat; 
	_background: transparent url(/images/section_arrow_down_ie.gif) right bottom  no-repeat;
}
*:first-child+html .sections a,
*:first-child+html .sections a:link,
*:first-child+html .sections a:active,
*:first-child+html .sections a:visited {background: transparent url(/images/section_arrow_down_ie.gif) right bottom  no-repeat;}

.sections li.col-1 a, .sections li.col-1 a:link, .sections li.col-1 a:active, .sections li.col-1 a:visited { border-bottom-color: #FF0000; }
.sections li.col-2 a, .sections li.col-2 a:link, .sections li.col-2 a:active, .sections li.col-2 a:visited { border-bottom-color: #3697C0; }
.sections li.col-3 a, .sections li.col-3 a:link, .sections li.col-3 a:active, .sections li.col-3 a:visited { border-bottom-color: #C0AE36; }
.sections li.col-4 a, .sections li.col-4 a:link, .sections li.col-4 a:active, .sections li.col-4 a:visited { border-bottom-color: #FF9900; }
.sections li.col-5 a, .sections li.col-5 a:link, .sections li.col-5 a:active, .sections li.col-5 a:visited { border-bottom-color: #663300; }
.sections li.col-1 a:hover, .sections li.col-2 a:hover, .sections li.col-3 a:hover, 
.sections li.col-4 a:hover, .sections li.col-5 a:hover { border-bottom-color: #666666; color: #888; }

.sections li.col-1-disabled a, .sections li.col-1-disabled a:link, .sections li.col-1-disabled a:active, .sections li.col-1-disabled a:visited, .sections li.col-1-disabled a:hover { cursor: default; border-bottom-color: #FF0000; }
.sections li.col-2-disabled a, .sections li.col-2-disabled a:link, .sections li.col-2-disabled a:active, .sections li.col-2-disabled a:visited, .sections li.col-2-disabled a:hover { cursor: default; border-bottom-color: #3697C0; }
.sections li.col-3-disabled a, .sections li.col-3-disabled a:link, .sections li.col-3-disabled a:active, .sections li.col-3-disabled a:visited, .sections li.col-3-disabled a:hover { cursor: default; border-bottom-color: #C0AE36; }
.sections li.col-4-disabled a, .sections li.col-4-disabled a:link, .sections li.col-4-disabled a:active, .sections li.col-4-disabled a:visited, .sections li.col-4-disabled a:hover { cursor: default; border-bottom-color: #FF9900; }
.sections li.col-5-disabled a, .sections li.col-5-disabled a:link, .sections li.col-5-disabled a:active, .sections li.col-5-disabled a:visited, .sections li.col-5-disabled a:hover { cursor: default; border-bottom-color: #663300; }

.sections li.col-1-inactive a, .sections li.col-1-inactive a:link, .sections li.col-1-inactive a:active, .sections li.col-1-inactive a:visited,
.sections li.col-2-inactive a, .sections li.col-2-inactive a:link, .sections li.col-2-inactive a:active, .sections li.col-2-inactive a:visited,
.sections li.col-3-inactive a, .sections li.col-3-inactive a:link, .sections li.col-3-inactive a:active, .sections li.col-3-inactive a:visited,
.sections li.col-4-inactive a, .sections li.col-4-inactive a:link, .sections li.col-4-inactive a:active, .sections li.col-4-inactive a:visited,
.sections li.col-5-inactive a, .sections li.col-5-inactive a:link, .sections li.col-5-inactive a:active, .sections li.col-5-inactive a:visited { 
	color: #C4C4C4; 
	border-bottom-color: #BFBFBF; 
	background-image: url(/images/section_arrow_down_d.gif);
	_background-image: url(/images/section_arrow_down_d_ie.gif);
}

*:first-child+html .sections li.col-1-inactive a,
*:first-child+html .sections li.col-1-inactive a:link,
*:first-child+html .sections li.col-1-inactive a:active,
*:first-child+html .sections li.col-1-inactive a:visited,
*:first-child+html .sections li.col-2-inactive a,
*:first-child+html .sections li.col-2-inactive a:link,
*:first-child+html .sections li.col-2-inactive a:active,
*:first-child+html .sections li.col-2-inactive a:visited,
*:first-child+html .sections li.col-3-inactive a,
*:first-child+html .sections li.col-3-inactive a:link,
*:first-child+html .sections li.col-3-inactive a:active,
*:first-child+html .sections li.col-3-inactive a:visited,
*:first-child+html .sections li.col-4-inactive a,
*:first-child+html .sections li.col-4-inactive a:link,
*:first-child+html .sections li.col-4-inactive a:active,
*:first-child+html .sections li.col-4-inactive a:visited,
*:first-child+html .sections li.col-5-inactive a,
*:first-child+html .sections li.col-5-inactive a:link,
*:first-child+html .sections li.col-5-inactive a:active,
*:first-child+html .sections li.col-5-inactive a:visited { background-image: url(/images/section_arrow_down_d_ie.gif); }

.sections li.col-1-inactive a:hover { border-bottom-color: #FF0000; }
.sections li.col-2-inactive a:hover { border-bottom-color: #3697C0; }
.sections li.col-3-inactive a:hover { border-bottom-color: #C0AE36; }
.sections li.col-4-inactive a:hover { border-bottom-color: #FF9900; }
.sections li.col-5-inactive a:hover { border-bottom-color: #663300; }

.sections li.col-1-inactive a:hover,
.sections li.col-2-inactive a:hover,
.sections li.col-3-inactive a:hover,
.sections li.col-4-inactive a:hover,
.sections li.col-5-inactive a:hover { 
	color: #666; 
	background-image: url(/images/section_arrow_down.gif);
	_background-image: url(/images/section_arrow_down_ie.gif);
 }

*:first-child+html .sections li.col-1-inactive a:hover,
*:first-child+html .sections li.col-2-inactive a:hover,
*:first-child+html .sections li.col-3-inactive a:hover,
*:first-child+html .sections li.col-4-inactive a:hover,
*:first-child+html .sections li.col-5-inactive a:hover { background-image: url(/images/section_arrow_down_ie.gif); }

.triplet-col {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	width: 100%;
	font-size: 1em;
}
.triplet-col li {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
	height: 75px;
	overflow: hidden;
}
.triplet-col li.triplet-col-first {
	margin-left: 0;
	clear: both;
}
.triplet-col div {
	border: 1px solid #E7E7E7;
	float: left;
	width: 218px;
}
.triplet-col img {
	float: left;
	padding: 5px;
	border-right: 1px solid #E7E7E7;
}
.triplet-col h5 {
	float: left;
	font-size: 1em;
	font-weight: bold;
	padding: 6px 0 3px 8px;
	width: 122px;
	height: 58px;
	
}
.triplet-col ul {
	float: left;
	margin-left: 8px !important;
	padding-left: 0 !important;
}

* html .porfolio-content-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}
* html .porfolio-content-wrapper .column-left-430 {margin-left: -10px;}

.portfolio-image {padding-top: 2px;}
* html .portfolio-image { border: 1px solid white; }

.inline-options {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.9em;
	color: #3C6B99;
	margin: -1.6em -10px 0 25em;
}
* html .inline-options-gspot-ie-fix {	margin-top: -10px;}
*:first-child+html .inline-options-gspot-ie-fix {	margin-top: -10px;}
*:first-child+html .inline-options.IE7-fix {padding-top: 15px;}

.inline-options li { 
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	background: transparent url(/images/option_arrow.gif) right no-repeat;  
	border-right: none;
	
}
.inline-options li.right {float: right;}

.inline-options li.no-arrow,
.inline-options li.no-arrow:hover {	background-image: none;}

.inline-options li.no-arrow a {	padding-right: 8px;}

.inline-options li:hover {background-image: url(/images/option_arrow_over.gif);}

.inline-options li:hover a {color: #EF9720;}

.inline-options a {
	padding: 0 18px 0 6px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FED330;
	color: #3C6B99;
}

.inline-options li.first a {
	padding-left: 0;
	border-left: none;
}

.inline-options li.right a {
	border-left: none;
	border-right: 1px solid #FED330;
}

.inline-options li.first-left {	margin-left: -6px;}

.inline-options li.first-left a {	border-left: none;}

.inline-options li.first-right {
	margin-right: -7px;
	float: right;
}

.inline-options li.first-right a {
	border-left: none;
	border-right: none;
}

.inline-options li.left-arrow {
	background-image: url(/images/option_arrow_left2.gif);
	background-position: left;
}
.inline-options li.left-arrow:hover {background-image: url(/images/option_arrow_left2_over.gif);}
.inline-options li.left-arrow a {	padding: 0 6px 0 19px;}

.inline-options li.span-right {	margin-right: -7px;}

.inline-options select {
	font-size: 0.9em;
	margin-top: -1px;
}

.two-columns .inline-options {
	font-size: 1.0em;
	margin: 0 0 0 -20px;
}

.go-top-link {
	font-size: 0.9em;
	margin: 0;
	padding: 0 2px 0 0;		
	clear: both;
	float: right;
	cursor: pointer;
	text-align: right;
	background: transparent url(/images/option_arrow_up.gif) right no-repeat;
}

.go-top-link a,
.go-top-link a:link,
.go-top-link a:visited,
.go-top-link a:active {color: #3C6B9A; text-decoration: none;}

.go-top-link:hover {background-image: url(/images/option_arrow_up_over.gif);}
.go-top-link a:hover, .go-top-link:hover a {color: #EF9720;}

.non-busy {font-weight: normal;}

.v-spacer-20 {
	display: block;
	height: 20px;
}

.hr-right {
	background: transparent url(/images/horizontal_rule_r.jpg) bottom right no-repeat; 
	width: 310px;
	height: 16px;
	border: none;
	display: block;
	padding: 0;
	margin: 0;
	clear: both;
}

.hr-left {
	background: transparent url(/images/horizontal_rule_l.jpg) bottom left no-repeat; 
	width: 310px;
	height: 16px;
	border: none;
	display: block;
	margin: 0 0 0 -20px;
	padding: 0;
	clear: both;
}

.hr {
	height: 1px;
	line-height : 1px;
	background-color: white;
	border: 0;
	border-top : 1px solid #EEEEEE;
	display: block;
	padding: 0;
	margin: 3px 0 1px 0;
	_margin: 6px 0 -13px 0;
	clear: both;
}

.indent {margin-left: 20px;}

.header-helper {display: none;}

* html .header-helper {
	display: block;
	height: 1px;
	margin-bottom: -5px;
}

.solutions-list {
	clear: both;
	border-top: 1px solid #EEEEEE;
	margin-top: 15px;
	padding-top: 13px;
}
*:first-child+html .solutions-list {padding-top: 7px;}

.solution-image {
	float: right;
	width: 270px;
	text-align: center;
}

.solutions-list img {margin: 0 auto;}

.solutions-list p {font-size: 0.9em;}

.solutions-list .solution {
	float: right;
	padding: 0 12px 12px 12px;
	width: 402px;
}
* html .solutions-list .solution { 
	padding-bottom: 0;
	margin: 0 0 -5px 0;
}
* html .solutions-list .solution .go-top-link {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-right: 0px !important;
}
*:first-child+html .solutions-list .solution { 
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 -10px 0;
}
*:first-child+html .solutions-list-IE7-fix {padding-top: 15px;}

.solutions-list ul {margin-left: 5px;}

.solutions-list li {
	list-style-type: disc;
	padding-left: 8px;
}

.partner {
	clear: both;
	float: left;
	border-top: 1px solid #EEEEEE;
	margin-top: 15px;
	padding-top: 13px;
}

.partner-clear {
	clear: both;
	line-height: 0;
	height: 0;
}

.partner .image {
	width: 272px;
	text-align: center;
	float: left;
}

.partner .image-1 {margin-top: 2em;}
.partner .image-2 {margin-top: 0;}
.partner .image-3 {margin-top: 5em;}
.partner .image-4 {margin-top: 3.5em;}
.partner .image-5 {margin-top: 1.3em;}
.partner .image-6 {margin-top: 1.3em;}

.partner p {font-size: 0.9em;}

.partner .text {
	float: left;
	padding: 0 12px 0 12px;
	width: 402px;
}

.partner ul {margin-left: 5px;}

.partner li {
	list-style-type: disc;
	padding-left: 8px;
}

ul.archive-list {
	position: absolute;
	list-style-type: none;
	list-style-image: none;
	background-color: #FFFFFF;
}

ul.archive-list li {
	display: block;
	float: none;
	background-image: none;
}

ul.archive-list a,
ul.archive-list li.first a {
	border: none;
	padding: 0;
	color: 
}

.h4-square-1 { width: 15px; height: 15px; margin-top: 13px; margin-right: 5px; display: block; float: left; background-color: #FF0000; }
.h4-square-2 { width: 15px; height: 15px; margin-top: 13px; margin-right: 5px; display: block; float: left; background-color: #3697C0; }
.h4-square-3 { width: 15px; height: 15px; margin-top: 13px; margin-right: 5px; display: block; float: left; background-color: #C0AE36; }
.h4-square-4 { width: 15px; height: 15px; margin-top: 13px; margin-right: 5px; display: block; float: left; background-color: #FF9900; }
.h4-square-5 { width: 15px; height: 15px; margin-top: 13px; margin-right: 5px; display: block; float: left; background-color: #663300; }

.h4-symbol-1 { width: 46px; height: 46px; margin-top: 6px; margin-right: 10px; display: block; float: left; background-image: url(/images/ic_service_1.gif); }
.h4-symbol-2 { width: 46px; height: 46px; margin-top: 6px; margin-right: 10px; display: block; float: left; background-image: url(/images/ic_service_2.gif); }
.h4-symbol-3 { width: 46px; height: 46px; margin-top: 6px; margin-right: 10px; display: block; float: left; background-image: url(/images/ic_service_3.gif); }
.h4-symbol-4 { width: 46px; height: 46px; margin-top: 6px; margin-right: 10px; display: block; float: left; background-image: url(/images/ic_service_4.gif); }
.h4-symbol-5 { width: 46px; height: 46px; margin-top: 6px; margin-right: 10px; display: block; float: left; background-image: url(/images/ic_service_5.gif); }

.services-spacer {height: 5px;}
* html .services-spacer { display: none; }

table.partners-list {margin-top: 15px;}

table.partners-list p {font-size: 0.9em;}

table.partners-list td {border-top: 1px solid #EEEEEE;}

table.partners-list tr.first td {border-top: none;}

table.partners-list td {padding: 14px 12px 12px 12px;}

*:first-child+html table.partners-list td { 
	padding-top: 14px;
	padding-bottom: 2px;
}

table.partners-list ul {margin-left: 5px;}

table.partners-list li {
	list-style-type: disc;
	padding-left: 8px;
}

table.services-sections {margin-top: 14px;}
* html table.services-sections { margin-top: 24px; }
*:first-child+html table.services-sections { margin-top: 24px; }

table.services-sections td.image {
	padding: 0;
	margin: 0;
	border-top: 1px solid #FFFFFF;
}

table.services-sections td.description {
	padding: 12px 5px 0 10px;
	font-size: 0.9em;
	background-color: #F8F8F8;
	border-top: 1px solid #FFFFFF;
}

table.services-sections .section-arrow {
	background: transparent url(/images/section_arrow.gif) no-repeat left top;
	width: 15px;
	height: 15px;
	float: right;
}

table.services-sections a:hover .section-arrow  {
	background-image: url(/images/section_arrow_over.gif);
	cursor: pointer;
}

table.services-sections h4 {
	margin: 0;
	padding: 0;
	padding-top: 1px;
	font-size: 1.3em;
	letter-spacing: -0.05em;
}

ul.services-sections {
	padding: 0 !important;
	margin: 0 !important;
	float: left;
	list-style-type: none;
	clear: both;
	display: block;
	width: 700px;
	border-right: 1px solid #E7E7E7;
}
* html ul.services-sections { margin-top: 24px; }
*:first-child+html ul.services-sections { margin-top: 24px; }

ul.services-sections li {
	padding: 0 10px 10px 10px;
	margin: 0;
	background-color: #FFF;
	float: left;
	list-style-type: none;
	width: 119px;
	border-bottom: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-top: 8px solid #999999;
}
ul.services-sections li.col-1 { border-top-color: #FF0000; }
ul.services-sections li.col-2 { border-top-color: #3697C0; }
ul.services-sections li.col-3 { border-top-color: #C0AE36; }
ul.services-sections li.col-4 { border-top-color: #FF9900; }
ul.services-sections li.col-5 { border-top-color: #663300; }

ul.services-sections div.skill-description {height: 185px;}

ul.services-sections img {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	clear: left;
}

ul.services-sections p {
	float: left;
	margin-bottom: 0;
	line-height: 1.3em;
}

ul.services-sections .section-arrow {
	background: transparent url(/images/section_arrow.gif) 0 0 no-repeat;
	height: 15px;
	float: left;
	padding: 0 0 0 20px;
}

ul.services-sections .section-arrow:hover  {
	background-image: url(/images/section_arrow_over.gif);
	cursor: pointer;
}

img.services-diagram {
  margin-left: 22px;
	margin-right: -10px;
	margin-bottom: 1px;
}

.services-list,
.services-list-grey {
	margin-left: 0;
	margin-right: -10px;
}

table.services-list {
	margin: 2px 0 20px 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 8px solid #0064A2;
	border-bottom: 8px solid #0064A2;
}

table.services-list td {
	border-left: 1px solid #E7E7E7 !important;
	padding: 8px 5px 0 0;
	background-color: #FFF ;
	width: 33%;
}

table.services-list td.support {
	background: #E5EFF6 url(../images/img_support_and_main.gif) 0 5px no-repeat;
	padding: 18px 0 8px 0;
	text-align: center;
	border-top: 1px solid #999999;
	font-size: 0.9em;
}

table.services-list td.last {border-right: 1px solid #E7E7E7; }

.services-list li{
	padding: 0;
	margin: 0;
}

.services-list-grey li {
	border: 1px solid #E7E7E7;
	border-top: none;
	background-color: #FFFFFF;
	padding: 8px 10px 0 10px;
}

.services-list li.first,
.services-list-grey li.first {border-top: 1px solid #E5C88F;}
.services-list-grey li.first { border-top-color: #E7E7E7; }

.services-list h4,
.services-list-grey h4 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #C89042;
	padding: 3px 0 5px 0;
}
* html .services-list h4 { padding: 4px 0; }
*:first-child+html .services-list h4 { padding: 4px 0; }
.services-list-grey h4 { color: #666666; }

.services-list h5,
.services-list-grey h5 {
	font-weight: bold;
	color: #0064A2;
	margin-left: 11px;
}

.services-list li ul, .services-list-grey li ul {margin-left: -5px;}

.services-list li li,
.services-list-grey li li {
	border: none;
	padding: 2px 0 2px 13px;
	background: transparent url(/images/img_blue_arrow.jpg) no-repeat 0 7px;
}
*:first-child+html .services-list li li,
*:first-child+html .services-list-grey li li {background-position: 2px 8px;}

.services-list-grey li.heading {background-color: #E7E7E7;}

.services-list .ie7-fix,
.services-list-grey .ie7-fix { display: none; }
*:first-child+html .services-list .ie7-fix,
*:first-child+html .services-list-grey .ie7-fix { 
	display: block; 
	margin-bottom: -15px;
}

ul.services-list {margin-left: -15px;}

ul.services-list li {
	border: none;
	padding: 2px 0 2px 13px;
	color: #666666;
	background: transparent url(/images/img_blue_arrow.jpg) no-repeat 0 7px;
}
*:first-child+html ul.services-list li{	background-position: 2px 8px;}

p.services { 
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 16px;
	color: #666666;
	font-size: 0.9em;
}

.inline-options li.gspot-lineup-fix {
	background-position: right 6px;
	padding-top: 2px;
}

.general-text ul {margin-left: 5px;}

.general-text li {
	list-style-type: disc;
	font-size: 1.1em;
	line-height: 16px;
	padding-left: 8px;
}

.general-text h5 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 8px;
	margin-top: 20px;
}

.arrow-bullet {
	margin-left: 0 !important;
	padding-left: 15px !important;
}

.arrow-bullet li {
	list-style-type: none !important;
	padding-left: 15px !important;
	background: transparent url(/images/bullet_arrow.gif) no-repeat 2px 11px !important;
}

.title{text-decoration:none;}

.next{
	margin-left:21em;
	margin-top:0em;
	font-size:0.9em;
	text-decoration:none;
}	

.arrow-bullet li{padding-top:0.6em;}

.not-centered {margin-left:-18px; margin-top: 0;}

.previous{
	text-decoration:none;
	font-size:0.9em;	
}

.option{margin-top:3em;}

.paragraph{
	margin-top:0.9em;
	margin-bottom:0em;
	padding-bottom:0em;
}	
.dateTime{
	margin-top:2px;
	font-size:0.8em;
}
.gspot-head{	
    color:#666666;
    font-size:12px;
    font-weight: bold;
	padding:10px 0 0 0;
}
.gspot-head:hover{color:#EF9720;}

a#feed {
	background:transparent url(/images/feed.jpg) no-repeat scroll left;
	padding-left: 30px;
	float: right;
	text-decoration: none;
	color: #B3B3B3;
	font-size: .8em;
}
a#feed span {
	color: #3C6B9A;
	font-size: 1.2em;
}
a#feed:hover span {text-decoration:underline;}

/* SURVEY
************************************/
.yellow{color:#F36620; margin-top:8px;}
.survey-left {float:left;width:44%;}
.survey-left-s {float:left;width:22%;}
.survey-left-s p{line-height:21px;white-space:nowrap;}

.survey-right {float:right;	width:54%;}
.survey-right input.radio{margin:0 2px 0 0px; padding:0px;}
.survey-right-s {float:right; width:72%;}
.survey-right-s p{line-height:21px;}

.survey-bottom{width:656px;}
textarea.survey{overflow:hidden;font-size: 1em; width:330px;}
div.survey-error {border: 1px solid #f36620; padding: 6px 0 0 6px}
div.survey-error ul{margin:auto; list-style-type: disc; padding-left: 8px;}
