@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* Ide changed below color from 666 to blend with header footer */
	background-color: #ffffcc;
}
.oneColLiqCtrHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	/* Ide changed border below from 1px 000 to nothing*/
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;    /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color:#ffffcc;
	border-bottom-width:thick;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColLiqCtrHdr #mainContent h1{
	color:#003300;
	font-size:large;
	
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffcc;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #fullcolumn {
	float: left;
	display: inline;
	margin: 0px;
	width: 975px;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #colist {
	width: 200px;
	float: left;
	font-size: 75%;
	background-color: #DDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #ccc;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.oneColLiqCtrHdr #maininfo {
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	width: 750px;
}

.oneColLiqCtrHdr #brace {
	display: inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rowHover {
	color: #FFFBF0;
	cursor: pointer;
	font-weight: bold;
	background-color: #003300;
}
.rowSelect {
	color: #FFFBF0;
	font-weight: bold;
	background-color: #444;
}
.bizcard {
	float: right;
	margin-left: 10px;

}
.logo {
	float: left;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #CCC;
	border-right: solid 1px #999;
	margin-right: 10px;
}
.logotwo {
	float: right;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #CCC;
	border-right: solid 1px #999;
	margin-left: 10px;

}
 /* below is required to get background image on home page */
.homebkg {
	background-image: url(/Portfolio_common/biztrend.gif);
	background-repeat: no-repeat;
	background-position:center;
	float: left;
	margin:auto;
	width: 100%;
	min-height:600px;
	/* Fix IE Win, hide from IE Mac \*/
	* html #messageCentre {
   	height: 600px;
	}
	/* end hiding */
}

.compensation  {
	float: right;
	padding-left: 5px;
	font-size: 80%;
	width: 300px;
	/* Note that border needs to be in XML file under p style to work when field is empty */
}

.headlogo {
	background-image: url(/Portfolio_common/idecfo.gif);
	background-repeat: no-repeat;
	height:100px;
	width:300px;
	margin-top:10px;
	margin-left:60px;
		
    }
.headlogo_index {
	background-image: url(/Portfolio_common/idecfo_nologo.gif);
	background-repeat: no-repeat;
	height:100px;
	width:300px;
	margin-top:10px;
	margin-left:60px;
		
    }
.headlogo_go2cfo {
	background-image: url(/Portfolio_common/go2cfo_weblogo.gif);
	background-repeat: no-repeat;
	height:100px;
	width:300px;
	margin-top:10px;
	margin-left:60px;
		
    }
.rightheaderbox {
	height:50px;
	width:120px;
	margin-top: -50px;
	float:right;
    }
.button {
	display:block;
	width:100px;
	height:33px;
	margin:auto;
	background-repeat: no-repeat;
	background-image:url(/Portfolio_common/agree_red.gif);
	}
.button:hover, .button:focus {
	background-image:url(/Portfolio_common/enter_green.gif)
	}
	
.button_contact {
	display:block;
	width:81px;
	height:13px;
	background-repeat: no-repeat;
	background-image:url(/Portfolio_common/contact_me.gif);
	margin-left: 0px;
	margin-top:10px;
	}
.button_contact:hover, .button:focus {
	background-image:url(/Portfolio_common/contact_me2.gif)
	}
	
.submit {
	display:block;
	width:100px;
	height:33px;
	margin:auto;
	background-repeat: no-repeat;
	background-image:url(/Portfolio_common/submit_gray.gif);
	}
.submit:hover, .button:focus {
	background-image:url(/Portfolio_common/submit_green.gif)
	}
