/*--------------------------------------------------------------------
Global CSS SAS70 Solutions 
Date:			February 2010
----------------------------------------------------------------------*/

/* Global Styles
----------------------------------------------------------------------*/
html
{
    margin:0px;
    padding:0px;
    background: #1F497D;
    height:100%;
}
body {
	color: #666666;
	background: #ffffff;
	line-height: 1.5em;
	font-size: 12px;
	width:1030px;
	margin:0px auto;
        padding:0px 0px 0px 0px;
	min-height:100%;
	border:none;
}
strong {font-weight:bold}
em{font-style:italic}
blockquote { margin: 2em;}
table td {padding: 5px; border: 1px solid #cccccc;}
p {margin: 1em 0;}

/* Links
----------------------------------------------------------------------*/
a, a:visited {
	color: #ff681d;
	outline: none;
}
a:hover {
}

/* Text
----------------------------------------------------------------------*/
h1 {
	font-size: 18px;
	font-weight: bold;
	/*margin-bottom: 1em;*/
	padding:0px 0px 1em 0px;
	color: #ff6633;
	text-transform:uppercase;
}
h2 {
	color: #40709c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#centerCol h2
{
    color: #FF681D;
    text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
}

#centerCol h3
{
    text-align:center;
}

h3, h3 a {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}
#servicesTriad h3, #servicesTriad h3 a {color: #ff681d;}
h4, h4 a {
	font-size: 14px;
	font-weight: bold;
	color: #3399cc;
	margin-bottom: 5px;
	text-decoration:none;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
}
/* Often Used Classes
----------------------------------------------------------------------*/
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
}

/*e.g. for accessibility quick links*/
.hide {
	height: 0;
	width: 	0;
	overflow: hidden;
	position: absolute;
}
hr { /* Mozilla & IE have different opinions about how <hr> should look */
    border: 			none;
	border-top: 		1px solid #ccc;
    height: 			1px;
	margin:				0 0 1em 0;
}

/* Lists
----------------------------------------------------------------------*/
ul {
	list-style: none;
	margin:	8px 0;
}
ul li{
	background: transparent url(../image/sprite_icons.gif) no-repeat 0 -128px;
	_display: inline-block;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 13px;
}
#content ol {
	list-style: decimal;
	margin:	0 0 1em 2.1em;
}
#content ol li,
ul.bullet li {
	margin:	0 0 0.3em 0;
}
ol li {
	list-style: decimal;
	margin: 0px 0px 0px 10px;
    padding: 0px 0px 5px 13px;
}


/* Form Elements 
----------------------------------------------------------------------*/
form {
	margin-bottom: 1em;
}
form fieldset {
	border: none;
}
form label {	
	font-weight: bold;
}
input.text,
input.password {
	border: 1px solid #ccc;
	padding: 2px;
	width: 194px;
}
select option {
	padding: 0 2px;
}
textarea.text {
	border: 1px solid #ccc;
	padding: 2px;
	width: 275px;
	height: 75px;
}
form span.error {
	display: 			block;
	color: 				#D1392C;
}
form div.error label {
	color: 				#D1392C;
}
form div.error input.text,
form div.error input.password,
form div.error textarea,
form div.error select {
	border: 			1px solid #F1B3B3;
	border-top: 		1px solid #D1392C;
	border-left: 		1px solid #D1392C;
	background: 		#ffc;
}


/* Containers
----------------------------------------------------------------------*/
#container {
	width: 904px;
	margin: 0 auto;
	padding-top: 1px; /* Fx fix*/
}
#contentWrapper {
	position:relative;
	padding: 20px 0 30px;	
	background: #fff url(../image/bg_bluegradient_home.gif) no-repeat 0 0;
	margin: 0;
	z-index: 1;
}
#content {margin-left: 12px; margin-top: 0px;}
#home #content {margin-left: 28px}
#home #content h2 {margin: 0px; padding:13px 0px 17px 0px;}

#home #heroSpace {margin-left: 22px;}
#leftCol {
	float: left;
	display: inline;
	width: 203px;
	margin-right: 7px;
	position:relative;
	/*position:fixed;*/
}
#secondaryNav {
	background: transparent url(../image/bg_lnav_top.png) no-repeat 0 0;
	padding: 8px 0 0;
	list-style-type: none;
}
#secondaryNav ul {background: transparent url(../image/bg_lnav.png) no-repeat 0 bottom; margin: 0; padding: 0 0 6px 0;}
#secondaryNav li {
	list-style-type: none;
	margin: 2px 15px 2px 11px; 
	padding: 5px 0;
	border-top: 1px solid #e2e2e2;	
	background: #ffffff;
}
#secondaryNav li.fake-item {
	display:none;
}
#secondaryNav li a {
	border-left: 4px solid #e2e2e2;	
	padding: 3px 0 3px 9px;
	text-decoration: none;
	color: #666666;
	display: inline-block;
	font-size: 11px;
}
#secondaryNav li a:hover,
#secondaryNav li.selected a {border-color: #ff6633; color: #ff6633; font-weight: bold; }
#secondaryNav li.selected a {margin-left: 4px;}

#secondaryNav li.first {border: 0; padding-top: 0; margin-top: 0;}

#centerCol {
	float:right;
	display:inline;
	width: 670px;
	margin-right: 5px;
	background: transparent url(../image/main_content_top.png) no-repeat 0 0;
	padding-top: 10px;
}
#centerCol .mid {padding: 10px 28px 15px; background: transparent url(../image/main_content_mid.png) repeat-y 0 0}
#centerCol .btm {background: #ffffff url(../image/main_content_btm.png) no-repeat 0 bottom; height:14px; font-size: 0; line-height:0;}

#rightCol {
	float: left;
	display:inline;
	width: 205px;
}

/* Header
----------------------------------------------------------------------*/
#header {
	position: relative;
	height:	99px;
	margin: 0;
}
#header #logo {
	position: absolute;
	top: 21px;
	left: 1px;
	border: 0;
	margin: 0;
	font-size:13px;
	text-align:center;
	color:#B8B9BB;
	text-transform:none;
	letter-spacing:1px;
}
#header #logo a {
	display: block;
	text-indent: -999em;
	background: transparent url(../image/logo_sas70.png) no-repeat 0 0;
	height: 75px;
	width: 260px;
	border: 0;
}

#header a.sas70home
{
	display: block;
	float:right;
	text-indent: -999em;
	border: 0;
	background: transparent url(../image/logo_sas70home.png) no-repeat right top;
	margin: 30px 5px 0 0;
	width: 170px;
	height: 30px;
}

 /* Login Setup
--------------------------------*/

#header div.PortalLogin
{
    float:right;
    padding:45px 0px 0px 0px;
    color:#FF681D;
    text-align:right;
}

#header div.PortalLogin #login {
	/*position: absolute;
	top: 59px;
	left: 620px;*/
	margin:0px 0px 3px 10px;
	background: transparent url(../image/sprite_icons.gif) no-repeat 0 0;
	display:inline-block;
	height: 24px;
	width: 122px;
	text-indent: -999em;
	text-align:left;
	color:#fff;
}
#login-form {
	display: none; 
	/*position: absolute;*/
	top: 88px;
	left: 432px;
	margin: 0;
}

#login-form label {
	margin: 0 0 0 1em;
	font-size: 11px;
}
#login-form input.type_text {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	width: 120px;
}
#login-form input.type_submit {
	height:	1.7em;		
	margin:	0 0 0 1em;
	border-collapse: collapse; 
	background: #ff6718;
	color: #ffffff;
	font-size: 11px;
	border: 1px solid #ff6718;
}
#login-form p {
	font-size: 1.1em;
	position: relative;
	top: 0.3em;
}

 /* Search form
--------------------------------*/
#searchform {
	position: absolute;
	top: 70px;
	right: 1px;
	background: transparent url(../image/sprite_icons.gif) no-repeat 0 -24px;
	padding:0px 0px 0px 4px;
	display:block;
	height: 24px;
	/*width: 192px;*/
	white-space:nowrap;
}
#searchform label {
	display:none;
}
#searchform #s {
	background: transparent url(../image/sprite_icons.gif) repeat 0 -100px;
	border: none;
	width: 135px;
	padding-left: 4px;
	float: left;
	display:inline;
	color: #7d7d7d;
	font-size: 12px;
	height:20px;
}
#searchform #searchsubmit {
	float: left;
	display:inline;
	width: 30px;
	height: 20px;
	background:none;
	border: none;
	text-indent: -999em;
	text-transform: capitalize;
	cursor: pointer;
	background: transparent url(../image/sprite_icons.gif) no-repeat -103px -24px;
}

/* Navigation
----------------------------------------------------------------------*/
#mainNav {
	list-style-type: none;
	background:none;
	z-index: 100;
	margin: 0 auto 11px;
	text-align:center;
	width: 467px;
}
#mainNav li {
	background: none;
	float: left;
	display: inline;
	padding: 0 13px;
	margin: 0;
	border-right: 1px solid #ffffff;
}
#mainNav li.last {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}
#mainNav li a,
#mainNav li a:visited {
	display: block;
	color: #40709c;
	font-size: 1.4em;
	text-decoration: none;
	margin:	0;	
}
#mainNav li a:hover {
	color: #666;
	text-decoration: none;
}
#mainNav li a.selected,
#mainNav li a.selected:visited {
	color: #ee5200;
}
#breadcrumbs {
	margin: 0 0 3px 7px; 
	font-size: 11px; 
	background: transparent url(../image/bg_breadcrumb.png) no-repeat 0 0;
	width: 833px;
	height: 51px;
	line-height: 50px;
	padding: 0 25px;
	position:relative;
}
#breadcrumbs a {color: #666666; text-decoration: none; font-weight: normal;}
#breadcrumbs a:hover {text-decoration: underline; color: #ff681d;}
#breadcrumbs .selected {color: #ff681d;	font-weight: bold;}
#breadcrumbs a.email {position: absolute; right: 65px; bottom: 20px; background: transparent url(../image/sprite_icons.gif) no-repeat 0 -50px; display: block; padding-left: 30px; line-height:14px; color: #20588b; font-weight: bold;}


 /* Hero Space
--------------------------------*/
#heroSpace {margin-bottom: 0px;}
#banner {
	float: left;
	display:inline;
	width: 580px;
	height: 270px;
	margin-right: 2px;
	overflow:hidden;
	position:relative;
}
#banner1, #banner2
{
	position:absolute;
}
a.advance-link img
{
	border-style:none;
	padding:0px;
	margin:0px;
}
#requestConsultation 
{
	background: transparent url(../image/box_consultation_sm.png) no-repeat 0 0;
	height: 122px;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
}
#requestConsultation div.requestConsultation_content
{
    padding: 16px 20px 10px;
}
#requestConsultation div.requestConsultation_content div
{
    /*text-align:justify;*/
    position:relative;
}
#requestConsultation h2 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 5px;
	background: transparent url(../image/sprite_icons.gif) no-repeat 0 -70px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	margin: 0;
	line-height:auto;
}
#requestConsultation h2 a {	color: #336699; text-decoration: none;}
#requestConsultation p {margin-top: 0;}
#requestConsultation b{ color: #FF681D;}

#leftCol #requestConsultation span,
#leftCol #requestConsultation b 
{ 
    color: #FF681D;
    position:absolute;
    right:0px;
    /*float:right;
    display:block;
    clear:both;*/
}
#heroSpace #requestConsultation {width: 275px; height: 115px; background: transparent url(../image/box_consultation.png) no-repeat 0 6px;}
#heroSpace #requestConsultation div {height: 80px;}
#heroSpace #requestConsultation h2 {font-size: 16px;}

#newsFeed {
	width: 253px;
	height: 131px;
	padding: 10px 10px 10px 13px;
	/*background: transparent url(../image/box_news.png) no-repeat 2px 0;*/
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
}
/*#newsFeed div {height: 135px; overflow: hidden;}*/
.mouseover a {text-decoration:none;}
.mouseover a:hover {text-decoration:underline;}
#newsFeed ul li {background-position: 0 -132px; margin-bottom: 5px; overflow:hidden; white-space:nowrap}
.mouseover ul li a {color: #666666;}

 /* Services Triad
--------------------------------*/
#servicesTriadWrapper {background: transparent url(../image/services_triad_btm.gif) no-repeat 0 bottom; margin-bottom: 20px;}
#servicesTriadTop 
{
    height:15px;
    background: transparent url(../image/services_triad_top.gif) no-repeat 0 0;
}
#servicesTriad {background: transparent url(../image/services_triad_mid.gif) no-repeat 0px 65px;}
#servicesTriad div {
	float: left;
	display: inline;
	width: 233px;
	margin-right: 15px;
	padding: 0px 20px 15px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
 /* Tabs
--------------------------------*/
.ui-tabs .ui-tabs-hide {
     display: none;
} 
#tabs {width: 852px; position:relative;}
#tabs .labels  {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabs .labels li {
	background: none;
	float: left; 
	display:inline;
	width: 284px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: transparent url(../image/sprite_tabs.gif) no-repeat 0 0;
}
#tabs .labels li#t1 {background-position: 0 0;}
#tabs .labels li#t1.ui-tabs-selected {background-position: 0 0;}

#tabs .labels li#t2 {background-position: -284px -35px;}
#tabs .labels li#t2.ui-tabs-selected {background-position: -284px -35px;}

#tabs .labels li#t3 {background-position: -568px -35px;}
#tabs .labels li#t3.ui-tabs-selected {background-position: -568px -35px;}

#tabs .labels li a {
	display:block;
	text-align:left;
	width: 244px;
	height: 23px;
	padding: 12px 20px 0;
	color: #6699cc;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}
#tabs .labels li a:hover {text-decoration: none; color: #3399cc;}
#tabs .labels li.ui-tabs-selected a,
#tabs .labels li.selected a:hover { color: #40709C;}
#tabs #tabs-1, 
#tabs #tabs-2,
#tabs #tabs-3 
{
    padding: 15px 20px 0; 
    background: transparent url(../image/sprite_tab_bg.gif) no-repeat; 
    min-height: 124px;
    height: auto !important; 
    height: 124px;    
}
#tabs .roundBL,
#tabs .roundBR
{
    width:5px;
    height:4px;
    position:absolute;
    bottom:0px;
    z-index:1000px;
}
#tabs .roundBL
{
    background: transparent url(../image/tab_bl.png) no-repeat;
    left:0px;
}
#tabs .roundBR
{
    background: transparent url(../image/tab_br.png) no-repeat;
    right:4px;
}
#tabs #tabs-1 {background-position: 0 0; width: 808px; overflow:hidden; background: #EAF0F4;}
#tabs #tabs-2 {background-position: -848px 0; width: 808px; overflow:hidden; background: #DFE8EF}
#tabs #tabs-3 {background-position: -1696px 0; width: 808px; overflow:hidden; background: #D6E4ED}

/* Content
----------------------------------------------------------------------*/
.indent {
	/*border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;*/
	/*margin: 10px 0px 6px 0px;
	padding: 6px 0px 10px 0px;*/
}
.first {border-bottom: none; margin-top: 0;}

img.avatar { float:left;margin-right:5px; }

div.posted-by-block
{
	height:58px;
	width:45%;
}

div.posted-by-block .post-info-text
{
	padding-top:16px;
	padding-left:55px;
}

/* Footer
----------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 10px 0 0 0;
	border-top: 2px solid #e5e5e5;
	padding: 5px 10px;
}
#footer p {
	margin-bottom: 0;
	font-size: 10px;
	text-align:center;
	line-height:normal;
}
#footer ul {
	width: 540px; 
	margin: 10px auto; 
	list-style: none; 
	background:none;
}

#footer ul li {
	background:none;
	display: inline;
	margin: 0 auto;
	text-align:center;
	font-size: 11px;
	color: #999;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}

/* Clearfix
----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.indent h5
{
    padding:10px 0px 0px 0px;
    border-top:1px solid #E6E6E6;
    margin:0px;
}
span.orang
{
    color:#FF681D;
}

.links-ico
{
    float:right;
    padding:0 10px;
}

