/*****************************************************************************************
 *			Standard print styles
 ****************************************************************************************/
 
/* remove all background colors and images, set all text to black */
* {
	background-image: none !important;
	background-color: transparent !important;
	color: black !important;
}



/*****************************************************************************************
 *			Main document sections layout
 ****************************************************************************************/
/* remove all margins and padding from body */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* remove all margins, padding and borders from #page */
body #page,
body #page-inner {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	height: auto;
	min-height: 0;
}

body #page #section-title {
	height: auto;
	font-size: 1.75em;
	font-weight: bold;
	position: static;
	margin-top: -3em;
	margin-bottom: 2em;
	margin-left: 20px;
}

body #page #section-title #section-title-inner h1 {
	font-size: 1.0909em;
	font-weight: bold;
}


/* center the header on the page */
body #page #header {
	margin: 0 auto 1em auto;
	padding: 0 0 1em 0;
	height: auto;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

body #header #logo a {
	width: auto;
	height: auto;
}

body #header #logo a span {
	background-image: none;
}

/* position the footer */
html body #page #footer {
	border-top: 1px solid #ccc;
	position: static;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}

body.home-section #page #footer {
	margin-top: 0px;
}

#footer #site-by-areeba-link {
	padding-left: 15px;
}


body #page #footer-inner {
	margin: 0;
	padding: 0;
}

/* ditch the column wrappers */
body #page #column-wrapper,
body #page #column-wrapper-inner {
	margin: 0;
	padding: 0;
}

/* make the content full width with no padding or borders */
body #page #content,
html body.home-section #page #content,
body #page #content-inner {
	float: none;
	border: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

html body.home-section #page #content {
	
}

/* hide the primary nav */
body #page #primary-navigation {
	display: none;
}

/* hide the secondary nav */
body #page #secondary-navigation {
	display: none;
}

/* hide the breadcrumb */
#page #breadcrumb {
	display: none;
}

/* hide the page top link */
#page #content #main .topPageLink {
	display: none;
}


body.has-sub-content #content #main {
	float: left !important;
	width: 445px !important;
	margin: 0;
}

body.has-sub-content #content #main-inner {
	margin: 0 !important;
	padding: 0 !important;
}

body.has-sub-content #content #sub {
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;;
	margin: 0px;
}

#page-title {
	margin-top: 0px;
	border-bottom: 14px solid #e1e1e1;
	min-width: 90%;
	margin: 0;
	display: block;
	width: 90% !important;
	margin-bottom: 20px;
}

body.is-section-index #page-title {
	margin-right: 251px;
	position: relative;
	z-index: 1;
	border-bottom: none;
	margin-bottom: -21px;
	padding-bottom: 0;
	width: 445px !important;
}


/*****************************************************************************************
 *			Header layout / styles
 ****************************************************************************************/

/* reposition the logo to top left */
#page #header #logo {
	position: static;
	margin: 0;
	padding: 0;
}

/* hide the search box */
#page #header #search-form {
	display: none;
}

/* hide the header links */
#page #header #header-links {
	display: none;
}

body.home-section #section-title {
	display: none;
}

body.is-section-index #introduction {
	padding: 0;
	padding-top: 80px; /* match negative margin on #main */
	min-height: 100%;
	_height: 100%;
	margin: 0;
	width: 100%;
	background: none;
	width: 445px !important;
}

body.home-section #page #introduction {
	margin: 0;
	padding: 0;
	min-height: 0px;
	_height: 0px;
	background: none;
	display: none;
}

#page #content #overview {
	width: 60%;
	min-width: 80%;
}

#page #content #overview .overview-list 
{
	padding: 0;
}

#page #content #overview .overview-list li {
	margin: 0;
	padding: 0 0 25px 20px;
}


#page #content #latest-news {
	background: none;
	width: 242px;
	float: left;
	padding: 0 0 34px 0px;
	margin-top: -10px;
	margin-bottom: 27px;
}

#page #content #latest-news ul.news-list {
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#page #content #latest-news ul.news-list li {
	font-size: 90%;
	margin: 0 0 11px 0;
	padding: 11px 0 0 0;
	border-top: 1px solid #b3b3b3;
}

#page #content #login 
{
	min-width: 100%;
}

#page #content #login #consultants {
	padding: 0;
	width: 40%;
	float: none;
	padding-bottom: 5px;
}

#page #content #login #clients {
	width: 40%;
	float: none;
	padding: 0;
	padding-bottom: 30px;
}


/*****************************************************************************************
 *			Footer layout / styles
 ****************************************************************************************/

/* hide the footer links */
#page #footer #footer-links {
	display: none;
}

/* display the copyright inline */

#page #footer #copyright {
	display: inline;
	margin: 0;
	padding: 0;
}

#page #footer #site-by-areeba-link {
	display: block;
	float: left;
	padding-left: 15px;
}


/*****************************************************************************************
 *			Extranet Styles
 ****************************************************************************************/
#extranet-banner {
	margin: 0;
	padding: 0 0 20px 0;
}

#extranet-banner-inner {
	position: static;
	background-position: right top;
	background-repeat: none;
	background-image: url(../images/backgrounds/bg_extbanner_topright_.gif);
	margin: 0;
	min-height: 10px;
	_height: 10px;
	display: inline;
}

#extranet-banner-inner2 {
	padding: 0;
	margin: 0;
}

body.is-extranet #page #page-title {
	margin-top: 10px;
	min-width: 90%;
	margin: 0;
	display: block;
	width: 60% !important;
}

body.is-extranet #content #main {
	float: none;
	min-width: 85% !important;
	width: 58%;
	margin: 0;
}



/*****************************************************************************************
 *		 	Content styles for standard (X)HTML elements
 ****************************************************************************************/
 





/*****************************************************************************************
 *		 	Utility Styles
 ****************************************************************************************/
 /* set up the box backgrounds */
#page #content .box {
	border: 1px solid #ccc;
	
}
#page #content .boxInnerOne, #content #sub .boxInnerThree, #content #sub .boxInnerTwo{
	margin: 0;
}

body #page #content ul.thumbnailed-overview-list {
	
}

body #page #content ul.thumbnailed-overview-list li {
	_float: none;
	margin-left: 0;
}

body #page #content ul.date-title-list  {
padding-left: 12px;
padding-bottom: 12px;
}

body #page #content ul.date-title-list li { 
	_float:none;
	margin-left: 0;

}

body #page #content #latest-news h2.image-replaced { 
	height: auto;
	padding-left: 25px;
}

body #page #content #sub .box-inner-three {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
body.home-section #sub .box .more-link{
	display: none;
}

body.home-section #page ul.thumbnailed-overview-list li h3 {
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 0;
	heigth: auto;
}



/*****************************************************************************************
 *			Miscellaneous generic styles
 ****************************************************************************************/
  
 /************************
 * sIFR
 ************************/
/* This is the print stylesheet to hide the Flash headlines from the browser... 
regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
