/* ----------------------------------------------------------------
	---------------------------- Reset -----------------------------
	---------------------------------------------------------------- */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	color: #000;
}


a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* ----------------------------------------------------------------
	-------------------------- Essentials ---------------------------
	---------------------------------------------------------------- */

html {
	height: 99%;
	font-size: 62.5%;
	font-family: Tahoma, "Gill Sans", sans-serif;
}

body {
	height: 100%;
	color: #fff;
	background-color: #2f2f2f;
}

/* ----------------------------------------------------------------
 	------------------------ Site Wrappers -----------------------
	---------------------------------------------------------------- */

#site_wrapper {
	width: 100%;
	color: #fff;
	background-color: #fff;
   background-image: url(/assets/templates/cf/img/div_site_wrapper_bg.gif);
   background-repeat: repeat-x;

}

#footer_wrapper {
	color: #fff;
	height: 160px;
	background-color: #2f2f2f;
   background-image: url(/assets/templates/cf/img/div_footer_wrapper_bg.gif);
   background-repeat: repeat-x;
}

/* ----------------------------------------------------------------
 	------------------------ Site Containers -----------------------
	---------------------------------------------------------------- */

#site_container {
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
	min-height: 500px;
	position: relative;
}

#header_container {
	height: 170px;
	padding: 0;
	margin: 0;
	position: relative;
}


/* -------------------------Logo Container-------------------------- */

#logo_container {
   height: 64px;
   width: 330px;
	margin: 0px auto 0px auto;
	position: relative;
	padding-top: 6px;
}

#logo_container h1 {
   text-indent:-9999px;
   height: 100%;
   width: 100%;
	outline: none;
   overflow: hidden;
}

#logo_container h1 a {
   background-image: url(/assets/templates/cf/img/div_logo_container_bg.gif);
	background-repeat: no-repeat;
   background-position: 0px 0px;
	display:block;
	width: 100%;
	height: 100%;
	text-decoration:none;
	outline: none;
}


#media_container {
	width: 147px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50px;
	right: 5px;
	padding: 0;
	margin: 0;
}

#media_container a {
	text-decoration: none;
	outline: none;
	font-size: 1px;
	text-indent: -9999px;
	background-image: url(img/media_link_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	height: 20px;
	line-height: 1px;
	display: block;
	padding: 0;
	margin: 0;
}

/* -------------------------Menu Container -------------------------- */

#menu_container {
	height: 45px;
	clear: both;
   margin: 0px auto 0px auto;
   padding-top: 16px;
	position: relative;
}

#menu_container ul {
	padding: 0;
	margin: 0;
	height: 100%;
	list-style: none;
	font-family: Tahoma, "Gill Sans", sans-serif;
	font-size: 1.1em;
}

#menu_container ul li {
	height: 100%;
	float: left;
	background-color: #888;
	width: 240px;
}


#menu_container ul li a {
   background-image: url(/assets/templates/cf/img/div_menu_options.gif);
	background-repeat: no-repeat;
   display: block;
   text-align: center;
   height: 45px;
   width: 100%;
   text-indent:-9000px;
   overflow: hidden;
}

#menu_container ul li#menu_finance a { background-position: 0px 0px; }
#menu_container ul li#menu_insurance a { background-position: -240px 0px; }
#menu_container ul li#menu_developments a { background-position: -480px 0px; }
#menu_container ul li#menu_capitalprojects a { background-position: -720px 0px; }
#menu_container ul li#menu_finance a.active,
#menu_container ul li#menu_finance a:hover { background-position: 0px -45px; }
#menu_container ul li#menu_insurance a.active,
#menu_container ul li#menu_insurance a:hover { background-position: -240px -45px; }
#menu_container ul li#menu_developments a.active,
#menu_container ul li#menu_developments a:hover { background-position: -480px -45px; }
#menu_container ul li#menu_capitalprojects a.active,
#menu_container ul li#menu_capitalprojects a:hover { background-position: -720px -45px; }





/* -----------------------Sub-Menu Container ------------------------- */

#submenu_container {
	height: 29px;
	background-image: url(/assets/templates/cf/img/div_submenu_container_bg.gif);
	background-repeat: repeat-x;
	width: 925px;
	margin: 2px auto 0px 31px;
}

#submenu_container ul {
	padding: 0;
	margin: 0;
	padding-top: 9px;
	height: 24px;
	list-style: none;
	font-family: Tahoma, "Gill Sans", sans-serif;
	font-size: 1.1em;
	text-align: center;
}

#submenu_container ul li {
	height: 99%;
	display: inline;
	font-size: 1.1em;
	margin-right: 20px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#submenu_container ul li.last {
	margin: 0;

}

#submenu_container ul li.active {
	background-color: #e1e7bd;
	font-weight: bold;
}


#submenu_container ul li a {
	text-decoration: none;
	display: inline;
}



/* ----------------------- Splash Container ------------------------- */
#splash_container {
	margin: 0px auto 0px auto;
	padding: 0px 30px;
	height: 169px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/assets/templates/cf/img/splash/splash_group.jpg);
}

body#finance #splash_container { background-image: url(/assets/templates/cf/img/splash/splash_finance.jpg); }
body#insurance #splash_container { background-image: url(/assets/templates/cf/img/splash/splash_insurance.jpg); }
body#developments #splash_container { background-image: url(/assets/templates/cf/img/splash/splash_developments.jpg); }
body#capitalprojects #splash_container { background-image: url(/assets/templates/cf/img/splash/splash_capitalprojects.jpg); }
body#group #splash_container { background-image: url(/assets/templates/cf/img/splash/splash_group.jpg); }

#splash_container * {
	text-indent:-9000px;
}


/* ----------------------- Content Container(s) ------------------------- */

#content_container {
	/*background-image: url(/assets/templates/cf/img/div_content_container_bg.gif);*/
	background-image: url(/assets/templates/cf/img/div_content_container_bg_09.gif);
	background-repeat: repeat-y;
	background-position: 30px 0px;
	margin-left: 5px;
	padding: 0px 30px 30px 30px;
}

/*
#left_content {
	float: left;
	display: none;
	width: 198px;
	padding-left: 14px;
	padding-top: 27px;
}
*/
#center_content {
	float: left;
	width: 582px;
	padding-top: 22px;
	padding-left: 33px;
	padding-right: 70px;

}

#center_content_wide {
	float: left;
	width: 855px;
	padding-top: 22px;
	padding-left: 33px;
	padding-right: 70px;

}

#right_content {
	float: left;
	width: 190px;
	padding-left: 15px;
}


/* -------------------------Footer Container-------------------------- */

#footer_container {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 911px;
	text-align: center;
	font-size: 1.1em;
	font-family: Tahoma, "Gill Sans", sans-serif;
	padding-top: 9px;
	height: 100%;
}


#footer_container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	clear: both;
}

#footer_container ul li {
	color: #c0bfbf;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 3px;

}

#footer_container ul li a{
	color: #c0bfbf;
	text-decoration: underline;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

#footer_container ul li a:hover{
	color: #fff;
	background-color: #292727;
	text-decoration: underline;
}

#footer_container table {
   border-collapse: collapse;
   border: 0;
   margin: 0;
   padding: 0;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
	margin-bottom: 20px;
}

#footer_container table td#footer_table_logo {
	width: 46px;
	height: 65px;
	background-image: url(/assets/templates/cf/img/div_footer_cf_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;

}

#footer_container table td#footer_table_logo span {
	text-indent:-9000px;
   overflow: hidden;
	display: block;
}

#footer_container table td#footer_table_content span {
	clear: both;
	display: block;
	color: #d5d5d5;
	padding-top: 9px;
	padding-left: 7px;
	line-height: 1.2em;
}





/* ----------------------------------------------------------------
 	-------------------- Text Appearance ---------------------
	---------------------------------------------------------------- */

#content_container h2 {
	font-size: 2.3em;
	color: #000;
	margin-left: 0px;
	font-weight: normal;
}

#content_container h3 {
	font-size: 1.8em;
	color: #5a6c00;
}

#content_container p {
	color: #474747;
	font-size: 1.2em;
	line-height: 1.8em;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
	text-align: justify;
}

#content_container ul {
	list-style-type: disc;
	margin: 5px 0px 10px 30px;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
}

#content_container ul li {
	width: 80%;
	/*background-image: url(/assets/templates/cf/img/ul_li_bulletpoint.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;*/
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 2px 0px 0px 5px;

}

#content_container strong {
	font-weight: bold;

}

#content_container em {
	font-style: italic;
}

#center_content .director {
	display: block;
}

#center_content .director img {
	float: left;
	margin-right: 20px;
}

#center_content .director p {
	clear: none;
}


#center_content .statement {
	clear: both;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 15px;
	margin: 15px 0px
}


#center_content .statement span {
	font-size: 2em;
	color: #aaa;
}

#left_content dl {
	clear: both;
	margin-top: 20px;
	font-size: 1.1em;

}

#left_content dl dt {
   background-image: url(/assets/templates/cf/img/dl_bulletpoint.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0;
	font-size: 1.8em;
	color: #5a6c00;
}

#left_content h3 {
	color: #5a6c00;
	line-height: 1.5em;
	margin-bottom: -2px;
}

#left_content dl dd,
#right_content dl dd {
	color: #6d6c6c;
	margin-top: -6px;
	line-height: 1.8em;
	padding-left: 16px;
	padding-right: 15px;
	padding-bottom: 20px;

}


#right_content h3 {
	font-size: 1.5em;
	text-align: left;
	margin-top: 30px;
	padding-right: 5px;
	line-height: 1.5em;
	margin-bottom: -2px;
	color: #3a3a3a;
	font-weight: normal;
}

#right_content .rhs_box {
	clear: both;
	font-size: 1.1em;
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #eaeaea;
}

#right_content .rhs_box .errors {
	line-height: 1.4em;
	color: #860a03;
}

#right_content .rhs_box p {
	font-size: 1em;
	line-height: 1.3em;
	color: #860a03;
	text-align: left;
}

#right_content #contact_us {
	clear: both;
}


#right_content #contact_us dt {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#right_content #contact_us p {
	font-size: 1.1em;
	color: #222;
	line-height: 1.5em;
}

#right_content #contact_us dd {
	padding: 7px 0px 7px 0px;
}


#right_content form {

}

#right_content form label {
	font-weight: bold;
	line-height: 1.4em;
}

#right_content form input.form_input {
	padding: 2px;
	margin: 2px 0px;
}

/*

#right_content #client_login {
	clear: both;
	position: relative;
	margin-top: 5px;
	padding-top: 1px;
	background-color: #eaeaea;
	border: 1px solid #ccc;
	margin-bottom: 1px;
}

#right_content #client_login table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

#right_content #client_login table tr td{
	  vertical-align: top;
}

#right_content #client_login form {
	margin-top: 15px;
	margin-bottom: 12px;
	margin-left: 7px;
	margin-right: 11px;
	padding-bottom: 5px;
}

#right_content #client_login form input {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1em;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	background-color: #fff;
}


#right_content #client_login form input.login_username {
	width: 100%;
	height: 15px;
	padding: 1px;
	margin-bottom: 5px;
}

#right_content #client_login form input.login_password {
	width: 100px;
	height: 15px;
	padding: 1px;

}


#right_content #client_login form input.login_button {
	width: 54px;
	height: 19px;
	border: 0;
	margin-left: 5px;
	background-color: transparent;
}

*/

/* ----------------------------------------------------------------
 	-------------------- Search Form Appearance ---------------------
	---------------------------------------------------------------- */

form#searchform {
	margin-top: -5px;
   padding-bottom: 20px;
}

form#searchform .search_field {
   background-color: transparent;
   background-image: url(/assets/templates/cf/img/form_search_field.gif);
   background-repeat: no-repeat;
   color: #5a6c00;
   padding-left: 4px;
   padding-top: 4px;
   font-size: 1em;
   width: 142px;
   height: 19px;
   border: 0;
   float: left;
}

form#searchform .search_button {
   background-color: transparent;
   border: 0;
   float: left;
}

/* ----------------------------------------------------------------
 	-------------------- Seminar Box Appearance ---------------------
	---------------------------------------------------------------- */


#seminar_box {
	width: 183px;
	height: 110px;
	clear: both;
	padding-top: 0px;
	margin-left: 6px;
}

div.seminar_item {
	width: 400px;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #535353;
}

div.last {
	border: 0;
}

div.seminar_item img {
	float: left;
	border: 7px solid #F2F3EE;
	padding: 1px;
	width: 100px;
	height: 100px;

}

div.seminar_item div.seminar_wrapper {
	float: left;
	width: 250px;
	margin-left: 10px;

}


div.seminar_item h5 {
	font-size: 1.4em;
	font-weight: bold;
}

#content_container div.seminar_item h5 a {
	margin-left: 0;
	margin-bottom: 2px;
}

div.seminar_item span {
	margin-top: 2px;
	display: block;
}


div.workshop_item div.seminar_introText {
	margin-top: 5px;
	padding:0;
}

#content_container div.workshop_item div.seminar_introText p {
	margin-bottom: 5px;
}

#content_container div.workshop_item div.seminar_introText p a {
	text-decoration: underline;
}




/* ----------------------------------------------------------------
 	-------------------- Section Menu Appearance ---------------------
	---------------------------------------------------------------- */

#content_container #section_menu {
	margin-bottom: 20px;
}


#content_container #section_menu ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	width: 170px;
}

#content_container #section_menu ul li {
	width: 170px;
	float: none;
	clear: both;
	background: none;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	text-align: right;
}

#content_container #section_menu ul li a {
	width: 160px;
	background-image: url(/assets/templates/cf/img/ul_li_bulletpoint_reverse.gif);
	background-position: 98% 6px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	text-align: right;
}


#content_container #section_menu ul li a:hover {
	background-position: 98% -84px;
}

/* ----------------------------------------------------------------
 	-------------------- Bread Crumb Appearance ---------------------
	---------------------------------------------------------------- */


span.B_crumbBox { /* Span that surrounds all crumb output*/
	display: block;
	float: right;
	font-size: 1.0em;
	border-top: 1px dashed #ddd;
	width: 100%;
	text-align: right;
	padding-top: 2px;
	margin-bottom: 10px;
	margin-top: -5px;
	color: #999;
}

span.B_crumbBox span {
	color: #999;
}


#content_container span.B_crumbBox a, #content_container p span.B_crumbBox a {
	margin-left: 0;
	color: #999;
}


span.B_hideCrumb { /* Span surrounding the "..." if there are more crumbs than will be shown */
}

span.B_currentCrumb { /* Span or A tag surrounding the current crumb */
}

span.B_firstCrumb {/* Span that always surrounds the first crumb, whether it is "home" or not */
}

span.B_lastCrumb { /* Span surrounding last crumb, whether it is the current page or not */
}

span.B_crumb {/* Class given to each A tag surrounding the intermediate crumbs (not home, or hide) */
}

span.B_homeCrumb { /* Class given to the home crumb */
}


/*---- ajax search ---*/

div#ajaxSearch_resultListContainer{
	margin-left:20px;
}

div.ajaxSearch_result{
	display:block;
	padding-bottom:30px;
}

div.ajaxSearch_link{
	color:#999;
	font-size:1em;
	padding-left:2px;
}

div.ajaxSearch_link a{
	color:#999;
	font-size:1em;
	text-decoration:none;
}

div.ajaxSearch_extract{
	padding-left:1px;
}

a.ajaxSearch_resultLink{
	text-transform:uppercase;
	color:#787512;
	font-size:1.2em;
	letter-spacing:1px;
	text-decoration:none;
	padding:2px;
}

a.ajaxSearch_resultLink:hover{
	background-color:#F4F1DF;
	color:#333;
	text-decoration:underline;
}

span.ajaxSearch_highlight{
	background-color:#EFEBCF;
	padding-left:3px;
	padding-right:3px;
}

span.ajaxSearch_paging{
	margin-bottom:13px;
	margin-left:15px;
	margin-right:25px;
	border-bottom:1px dashed #7b7852;
	color:#373737;
	font-size:1.2em;
	display:block;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	padding:2px;
}

div.ajaxSearch_resultsIntroFailure{
	color:#373737;
	font-size:1.2em;
	display:block;
	text-decoration:none;
	margin:15px 25px 13px 15px;
	padding:2px;
}

/*---- pretty table ---*/

.styled_table{
	width:97%;
	font-size:1.2em;
	margin: 25px 0 0 15px;
	padding:0;
}

.styled_table th{
	color:#5c4938;
	border-left:1px solid #d4ccba;
	border-right:1px solid #d4ccba;
	border-bottom:1px solid #d4ccba;
	border-top:1px solid #d4ccba;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:left;
	width:32%;
	padding:6px 6px 6px 12px;
}

.styled_table th.nobg{
	border-top:0;
	border-left:0;
	border-right:1px solid #d4ccba;
	background:none;
}

.styled_table td{
	border-right:1px solid #d4ccba;
	border-bottom:1px solid #d4ccba;
	border-top:1px solid #d4ccba;
	background:#fff;
	color:#6c724f;
	padding:6px 6px 6px 12px;
}

.styled_table td.alt{
	background:#f3f3ef;
	color:#5c4938;
}

.styled_table th.specalt{
	background:#f3f3ef;
	color:#5c4938;
}

#designedby { display: none; }

/*---- sIFR ---*/
.sIFR-flash{visibility:visible !important;margin:0;padding:0;}
.sIFR-replaced{visibility:visible !important;}
.sIFR-alternate{position:absolute;left:0;top:0;width:0;height:0;display:block;overflow:hidden;}
#content_container .sIFR-active h1{visibility:hidden;font-family:Arial;line-height:1em;font-size:26px;}
#content_container .sIFR-active h2{visibility:hidden;font-family:Arial;line-height:1em;font-size:18px;}
.sIFR-active h4{visibility:hidden;font-family:Arial;line-height:1em;font-size:14px;}




/* ----------------------- News Styling ------------------------- */



div.news_item {
	width: 97%;
	padding: 5px;
	margin: 10px 0px 15px 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

div.news_item div.news_datebox {
	width: 48px;
	height: 50px;
	float: left;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	padding-top: 4px;
	line-height: 1.2em;
	background-color: #EAEAEA;
	border: 1px solid #ccc;
}

div.news_item div.news_datebox span {
	color: #eee;
	margin-top: 4px;
	font-size: 0.7em;
	line-height: 1.6em;
	display: block;
	text-align: center;
	background-color: #666;

}

div.news_item div.news_content {
	float: left;
	width: 480px;
	margin-left: 15px;
}

div.news_item div.news_content h4 {
	font-size: 1.5em;
	padding-bottom: 0px;
	margin-bottom: 2px;
	color: #333;
	visibility: visible;
	font-weight: bold;
}

div.news_item div.news_download {
	float: none;
	clear: both;
	padding: 10px 0px 0px 00px;
}

#content_container div.news_item div.news_content p a:link,
#content_container div.news_item div.news_content p a:visited,
#content_container div.news_item div.news_content p a:active,
#content_container div.news_item div.news_content p a:hover {
	background: none;
	text-decoration: none;
	padding: 0;
}

#news_download_article {
	width: 108px;
	float: right;
	height: 23px;
	margin-top: 15px;
}

#news_download_article span {
   text-indent:-9999px;
   height: 23px;
   width: 100%;
	outline: none;
   overflow: hidden;
}

#news_download_article span a {
   background-image: url(../img/div_newsitem_download_button.gif);
	background-repeat: no-repeat;
   background-position: 0px 0px;
	display:block;
	width: 100%;
	height: 23px;
	text-decoration:none;
	outline: none;
}


div#childlisting_box {
	width: 130px;
	float: left;
}


/* ----------------------------------------------------------------
 	-------------------- Clear Fix Stuff ---------------------
	---------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


