/* @override http://localhost/i4/style/styling.css */

/* Default Stylesheet */

/*------------------ BODY ELEMENTS -------------- */

html
{
overflow-y: scroll;
}

body {
	color: #A8A8AA;
	background-color: #eee;
}

a:visited {
	/*color: #A8A8AA;*/
}

a{
	color: #A29161;
}


h1{
	padding-top: 10px;
	color: #A29161;
	font-size: 22px;
}

h2{
	padding-top: 10px;
	font-size: 17px;
}

h3{
	font-size: 15px;
	color: #A29161;
}

h4{
	font-size: 12px;
	color: #FF0000;
}

h5{
	font-size: 12px;
}

h6{
	font-size: 9px;
}

#content-wrap div.content div.content-in h2 a {
	text-decoration: none;
	color: #4B4C4D;
}

/*------------------ Default colours -------------- */

.text-gold {	
	color: #A29161;
	font-size: 13px;	/*15*/
}

.text-gold-ul {	
	color: #A29161;
	font-size: 13px;	/*15*/
	text-decoration: underline
}

.text-gold-img {	
	color: #A29161;
	font-size: 13px;	/*15*/
	background: url(../images/contenttop/headborder.png) no-repeat left;
}

.pink{
	color: #F11B67;
}

.gold {
	background-color: #A29161;
}

.blueworld {
	background-color: #A29161;    /* #006CB3; */    /* #00A9E8; */
}

.darkgray {
	background-color: #4B4C4D;
}

.lightgray {
	background-color: #808083;
}

/*------------------ Navigation -------------- */

#navlist {
	padding-left: 0;
	margin-left: 0;
}

#navlist h3 {
	font-size: 13px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 6px 15px;
}

#navlist li a {
	text-decoration: none;
}

#active {
/*background-color: #808083 */
}
#active a{
padding-left: 15px;
background: url(../images/active.gif) no-repeat left;
}

#active-arrow {
/*background-color: #808083 */
}
#active-arrow a{
padding-left: 15px;
background: url(../images/active_arrow.gif) no-repeat left;
}

#active-white {
/*background-color: #808083 */
}
#active-white a{
padding-left: 15px;
background: url(../images/active_white.gif) no-repeat left;
}


#active-lock {
/*background-color: #808083 */
}
#active-lock a{
padding-left: 15px;
background: url(../images/padlock.gif) no-repeat left;
}

#phone {
}
#phone a{
padding-left: 15px;
background: url(../images/phone.gif) no-repeat left;
}
/*------------------ Navigation Right -------------- */


.right-top-menu li{
	background-color: #A29161;
}

.right-top-menu {
	/*background-color: #A29161;*/
	width: 179px;
	margin-bottom: 5px;
}

.right-menu {
	background-color: #808083;
	width: 179px;
}

.right-top-menu li {
	border-bottom: 1px dashed #D4CBB2;
}

.right-top-menu li:hover {
	background-color: #999999;
}

.right-menu li {
	border-bottom: 1px dotted #FFFFFF;
}

.right-top-menu li a {
	color: #FFFFFF;
}

.right-menu li a {
	color: #FFFFFF;
}


.right-top-menu-a li{
	background-color: #A29161;  /* #006CB3; */
}

.right-top-menu-a {
	/*background-color: #A29161;*/
	width: 179px;
	margin-bottom: 5px;
}

.right-menu-a {
	background-color: #808083;
	width: 179px;
}

.right-top-menu-a li {
	border-bottom: 1px solid #D4CBB2;	/* dashed */
}

.right-top-menu-a li:hover {
	background-color: #999999;
}

.right-menu-a li {
	border-bottom: 1px solid #FFFFFF;  /* dotted */
}

.right-top-menu-a li a {
	color: #FFFFFF;
}

.right-menu-a li a {
	color: #FFFFFF;
}


/*------------------ Navigation Left -------------- */

.left-menu li {
	border-bottom: 1px dotted #A29161;
}

.left-menu li a {
	color: #A8A8AA;
}

/*------------------  MAIN CONTAINERS -------------- */

div#container {
	margin: 0px auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFC0C2;
	border-right-color: #BFC0C2;
	border-bottom-color: #BFC0C2;
	border-left-color: #BFC0C2;
	background: #EAECE3 url(../images/bg-content.gif) repeat-y;
}

div#container-portal {
	margin: 0px auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFC0C2;
	border-right-color: #BFC0C2;
	border-bottom-color: #BFC0C2;
	border-left-color: #BFC0C2;
	background: #EAECE3 url(../images/bg-content-portal-2.gif) repeat-y;
}

div#header {
	color: inherit;
	background-color: #fff;
	background-image: url(../images/i4-logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

div#header-in {
	padding: 20px;
}

div#header-in h1 {
	font-size: 24px;
	margin-left: 210px;
	margin-top: 20px;
	color: #A29161;
	font-weight: lighter;
}

div#header-in h2 {
	font-size: 20px;
	margin-left: 490px;
	margin-top: 10px;
	color: #FFF;
	font-weight: lighter;
	padding-top: 0px;
}

div#content-wrap {
	padding: 0px;
	background-image: url(../images/bg-left-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#content-wrap-portal {				/* NICK */
	padding: 0px;
	background-image: url(../images/bg-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-wrap div.content div.content-in ul li {
	list-style-type: square;
	margin-left: 20px;
	font-size: 1em;						/* .9em 11/6/08 */
}

#content-wrap-portal div.content div.content-in ul li {
	list-style-type: square;
	margin-left: 20px;
	font-size: 1em;						/* .9em 11/6/08 */
}

div.cleft {
	background-image: url(../images/bg-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.cright {
	background-image: url(../images/backgrounds/topgray.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.content {
	color: inherit;
	background-color: #fff;
	font-size: 1em;			/* NICK 29.06.2010 */
}

div.content-form {				/* NICK 29.06.2010 */
	color: inherit;
	background-color: #fff;
	font-size: 0.9em;
}

div.content-top {
	background-color: #D7D8DA;
	float: left;
}

#topcell h1 {
	color: #fff;
	font-size: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: lighter;
}

/*------------------ Top cells -------------- */

#topcell {
	float: left;
	padding: 10px 0;
	padding: 8px;
	float: left;
	width: 564px;
}

#topcell-portal {
	float: left;
	padding: 10px 0;
	padding: 8px;
	float: left;
	width: 744px;
}

#topcell dl {
	float: left;
	width: 180px;
	display: inline;
	padding: 0px 0px 4px;
}

#topcell dt {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #FFF;
	padding-left: 15pt;
	background-image: url(../images/contenttop/grayheader.png);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D7D8DA;
}

#topcell dl.gold {
	margin: 3px 7px;
}

#topcell dl.lightgray {
	margin: 3px 2px;
}

#topcell dl.lightgray {
	margin: 3px 2px;
}

#topcell dd {
	margin: 0 0 0 5px;
	padding: 0px 4px 0px;
	font-size: 85%;
	line-height: 1.2em;
	color: #FFF;
}

#topcell dl dd.img {
	margin: 0;
	padding: 2px;
}

#topcell dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 2px;
	background: #fff;
}

#topcell .gold dt {
	background-image: url(../images/contenttop/goldheader.png);
}

/*------------------ Bottom cells -------------- */

#bottomcell {
	float: left;
	padding: 0px 8px;
	float: left;
}

#bottomcell dl {
	float: left;
	width: 180px;
	display: inline;
	padding: 0px 0px 4px;
}

#bottomcell dt {
	margin: 0;
	padding: 8px;
	font-size: 25px;
	color: #BCBBBF;
	padding-left: 15pt;
	font-weight: lighter;
	line-height: 20px;
	text-align: right;
	height: 55px;
}

#bottomcell dd {
	margin: 0 0 0 0px;
	padding: 4px;
	font-size: 90%;
	line-height: 1.4em;
	color: #FFF;
}

#bottomcell dl dd.img {
	margin: 0;
	padding: 0px;
	width: 180px;
}

#bottomcell dd.img img {
	float: left;
	margin-bottom: 5px;
;
}

#bottomcell .gold {
	background-image: url(../images/backgrounds/gold.png);
	margin: 0px 2px 0px 0px;
}

#bottomcell .lightgray {
	background-image: url(../images/backgrounds/lightgray.png);
	margin: 0px 0px 0px 2px;
}

#bottomcell .darkgray {
	background-image: url(../images/backgrounds/darkgray.png);
	margin: 0px 8px;
}

/*------------------ Content -------------- */

div.content-in {
	padding: 20px;	/* 20px   FISH 8/11/09 */
}

div.content-in-portal {
	padding: 1px;	/* 20px   FISH 8/11/09 */
}

div.content-bottom {
	background-color: #CCCCCC;
}

div.column {
	width: 185px;
	color: inherit;
	background-color: #fff;
}

div.column-portal {
	width: 180px;
	color: inherit;
	background-color: #fff;
}


div.column h3 {
	padding-left: 15pt;
	background-image: url(../images/contenttop/goldheader.png);
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D7D8DA;
	color: #FFFFFF;
	background-color:#D7D8DA ;
}

div#rightbox {
	width: 169px;
	margin-top: 5px;
	padding: 18px 5px;
	height: 37px;
	font-weight: bold;
}

div#leftbox {
	width: 160px;
	/*margin-top: 25px;*/
	margin-left:10px;
	padding: 2px 5px;
}

div#leftbox p {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

#leftbox p a {
	color:#fff;
	text-decoration: underline;
}

div#leftbox-linkedin {
	width: 160px;
	margin-top: 5px;
	margin-left:10px;
	padding: 2px 5px;
}

.gold p{
	margin: 2px;
}


div#rightbox p {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

.credecardbox {
	margin-bottom: 5px;
	background: #F11B67 url(../images/backgrounds/credecard.jpg) no-repeat;
}

.credecardbox p{
	margin-left: 70px;
	margin-top: 15px;
	}



#rightbox p a {
	color:#fff;
	text-decoration: underline;
}

div.column-in {
	padding: 20px;
}

div.column-in-portal {
	padding: 20px;
}

/*------------------ Footer -------------- */

div#footer {
	color: inherit;
	background-color: #fff;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
}

div#footer-in {
	padding: 5px;
}

#footer-in p {
	color: #fff;
	font-size: 11px;
	text-align: center;
}


/** SUB CONTAINERS **/

* {
	
}

/** LISTS **/

* {
	
}

/** TYPOGRAPHY **/

* {
	
}

.pdf {
	background: url(../images/icons/page_white_acrobat.png) no-repeat;
	padding-left: 25px;
	color: #b43c43;
}



/** FORMS **/

* {
	
}

/*------------------ feed -------------- */

#feedbox {
	float: left;
	width:250px;
	margin-right:20px;	
}

#feedbox h1 {
	font-size: 17px;
}
#feedbox h2 {
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
}

#feed {
	padding-top: 10px;
}

#feed p .text{
	
}

#feed h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}


#feed img.left {
	width: 30px;
	height: 30px;
	margin-top: -50px;
	margin-left: -40px;
	float:left;
	display: none;
}

/*--------------- scroller -----------------*/
.horizontal_scroller
{
/*margin-left: -15px;*/
/*margin-top: -30px;*/
position:relative;
height:66px;
width:540px;
display:block;
overflow:hidden;
/*background: #1A75B3;*/
border-right:1px solid #BFC0C2;
border-bottom:1px solid #BFC0C2;

}

.scrollingtext
{
position:absolute;
white-space:nowrap;
font-family:'Trebuchet MS',Arial;
font-size:12px;
font-weight:bold;
color:#000;
}
