* {
	font-family: Verdana, Arial;
	font-size: 11px;
}

p {
	margin: 0px 0px 5px 0px;
	line-height: 1.4em;
}

a {
	color: #244169;
}

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ececee;
	text-align: center;
}

#container {
	background-color: white;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#top {
	height: 57px;
	background-color: #58463c;
	margin: 2px 2px 0 2px;
	text-align: right;
}

#top #logo img {
	border: 0;
	margin: 0 10px 0 0;
}

.sidebar {
	width: 229px;
	float: left;
}

.sidebar-left {
	margin-left: 1px;
}

.sidebar-left-1 {
	margin: 20px 25px 0 14px;
}

.sidebar-right {
	margin-right: 1px;
}
.sidebar-right-1 {
	margin: 20px 14px 0 25px;
}


#content {
	width: 490px;
	float: left;
	margin-top: 20px;
}

#footer {
	height: 14px;
	background-color: #58463c;
	color: white;
	margin-top: 15px;
}


/**
* DEFAULT
**/
.clearer {
	clear: both;
}

h1 { color: #58463c; font-size: 20px; font-weight: normal;}
h2 { color: #58463c; font-size: 14px; margin-bottom: 3px;}
h3 { color: #244169; font-size: 14px; border-bottom: 1px solid #244169; margin-bottom: 8px; padding-bottom: 3px;}
h4 { color: #58463c; font-size: 11px; margin-bottom: 3px;}
h5 { color: #244169; font-size: 11px; border-bottom: 1px solid #244169; margin-bottom: 8px; padding-bottom: 3px;}

.bluefcebox-border-content h3 {
	padding: 0px;
	margin: 0px;
	color: #999999;
	border: 0px;
	margin-top: 5px;
}


.bluefcebox-border-content h5 {
	padding: 0px;
	margin: 0px;
	color: #999999;
	border: 0px;
	margin-top: 5px;
}
.bluefcebox-border-content {
	color:  #244169;
}


.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

p.bodytext {
	font-size: 11px;
}

img {
	border: 0;
}

/**
* MENU CONFIG
**/

div.leftmenu {
	border-bottom:1px solid #b8b8b0;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.menuitem {
	border-top:1px solid #b8b8b0;

}
/*.menu {
	padding: 0;
	margin: 30px 0;
	line-height: 200%;
}



.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid #58463c 1px;
}

.menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: solid #58463c 1px;
}

.menu ul li.notavaliable {
	padding: 0 0 0 10px;
	color: #bababa;
}

.menu ul li a {
	color: #58463c;
	text-decoration: none;
	margin: 0 0 0 10px;
}

.menu ul li ul {
	border: 0;
}

.menu ul li ul li {
	border-bottom: 0;
	border-top: solid #58463c 1px;
}

.menu ul li ul li a {
	margin: 0 0 0 20px;
}
*/


.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	border-top: solid #58463c 1px;
}

.menu ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #58463c;
	text-decoration: none;
}

.menu ul.first-level-ul {
	border-bottom: solid #58463c 1px;
	margin: 20px 0;
}


.menu ul li a {
	padding: 0 0 0 13px;
}
.menu ul li.second-level a {
	padding: 0 0 0 25px;
}

.menu ul li.act {
	background-image: url(../images/menu-active.jpg);
	background-repeat: no-repeat;
}

.menu ul li ul li {
	background-position: 13px 0;
}

.menu ul li.notavaliable {
	height: 20px;
	line-height: 20px;
	display: block;
	color: #bababa;
	padding-left: 13px;
}


/**
* FCE
**/
.bluefcebox {
	width: 191px;
}

.bluefcebox-top {
	height: 30px;
	background-image: url(../images/blue_fce_top.jpg);
	background-repeat: no-repeat;
}

.bluefcebox-content {
	background-color: #7c8ca6;
	color: white;
	padding: 8px;
	margin: 0;
}

.bluefcebox-content p.bodytext {
	margin: 0;
	padding: 0;
}

.bluefcebox-border {
	width: 191px;
}

.bluefcebox-border-header {
	height: 22px;
	background-image: url(../images/blue-fce-border-top.gif);
	background-repeat: no-repeat;
}

.bluefcebox-border-header h3 {
	color: white;
	font-size: 11px;
	padding: 7px 0 0 4px;
	margin: 0;
}

.bluefcebox-border-content {
	border: solid #244169 1px;
	border-top: 0;
	padding: 8px;
	margin-bottom: 15px;
}

.bluefcebox-border-content p.bodytext {
	margin: 0;
	padding: 0;
}

/**
* tt_news
**/

.tx-ttnews-browsebox {
	text-align: right;
}

.news-latest-item h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1px;
}

.news-latest-item h4 a {
	color: #244169;
	text-decoration: none;
}

.news-latest-item h4.news-latest-date a {
	text-decoration: none;
	color: #999999;

}

.news-latest-item h4.news-latest-title {
	margin-bottom: 10px;
}
.news-latest-item p {

}

/******* tt_news list ******/
.news-list-date-and-category {
	color: #999999;
	/*font-weight: bold;*/
	margin-bottom: 2px;

}

.news-list-item {
	margin-bottom: 18px;

}

.news-list-item h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
/*	padding-top: 0px;*/
}

/**** tt_news single *****/
.news-single-item-date {
	margin-top: 20px;
	color: #244169;
	text-decoration: underline;

}
.news-single-item-category {
	color: #999999;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.news-amenu-container {
	margin-top: 25px;
	margin-bottom: 25px;
}
.news-amenu-header {
	color: #244169;
	margin-right: 35px;
	font-weight: bold;


}


/**
* CONSULTANT
*/
.consultantsingleimage .bluefcebox-border-content {
	padding: 0;
}

.consultant-information {
	color: #244169;
	margin-top: 15px;
}

.consultant-information p.bodytext {
	margin: 0;
}

.consultant-information p.bodytext a {
	color: #244169;
	text-decoration: none;
}

.consultant-description {
	margin-top: 30px;
}

.consultant-list {
	margin-top: 20px;
}
.consultant-list td.consultant-list-name {
	width: 180px;
}

.consultant-list td.consultant-list-phone {
	width: 110px;
	text-align: right;
}

.consultant-list td.consultant-list-email {
	width: 200px;
	text-align: right;
}

.consultant-list td p.bodytext {
	margin: 0;
}

.consultant-list td {
	padding: 0px 0;
}

.consultant-list h2 {
	border-bottom: solid #244169 1px;
}

.consultant-list td a {
	color: black;
}

.consultant-list .sortby {
	color: #244169;
	margin-bottom: 30px;

}
.sortby-header {
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}

.consultant-list .sortby span {
	padding: 0 5px;
}
.consultant-list .sortby span a {
	color: black;
}

.tx-hncoconsultants-pi1 h2 {
	border: 0px;
	color: #244169;
	font-size: 11px;
	font-weight: bold;
	margin-top: 25px;
}


/**********************************
  MAILFORM STYLING - BEGIN
**********************************/
form#mailform {}

form#mailform fieldset {
	margin-bottom: 10px;
	background-color: #efefef;
}

form#mailform legend {
	padding: 0 2px;
	font-weight: bold;
}

form#mailform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 120px;
}

form#mailform ol {
	margin: 0;
	padding: 0;
}

form#mailform li {
	list-style: none;
	padding-bottom: 5px;
	margin: 0;
}

form#mailform li input, form#mailform li textarea {
	width: 250px;
	border: 1px solid #244169;
}

form#mailform em {
	margin-left: 5px;
	color: red;
}

form#mailform li .mf-submit {
	width: auto;
	margin-left: 0px;
	background-color: #244169;
	color: white;
	margin-top: 20px;
	border: 0px;

}

form#mailform li.req-label {
	text-align: left;
}
/**********************************
  MAILFORM STYLING - END
**********************************/


/**********************************
  POWERMAIL STYLING - BEGIN
**********************************/
.tx_powermail_pi1_fieldwrap_html label{
	width:120px;
	display:block;
	float:left;
}

.powermail_mandatory{
	color:#F00;
}

.tx_powermail_pi1_fieldwrap_html{
	margin:5px auto 5px auto;
}

.tx_powermail_pi1_fieldwrap_html input{
	width:250px;
	border: 1px solid #244169;
}

.powermail_submit{
	width:auto !important;
	border:none;
}

.tx-powermail-pi1_fieldset{
	border:none;
}

.tx-powermail-pi1_fieldset legend{
	color: #58463C;
	font-size: 14px;
	margin-bottom: 3px;
	font-family: Verdana, Arial;
	font-weight: bold;
	display:block;
	margin-left:-3px;
}

/**********************************
  POWERMAIL STYLING - END
**********************************/
