/* CSS Document */
body {
	background-color:#cbd3a4;/*#becf6d;*/
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#282828;*/
	color:#282828;
	/*background:url(../images/bg_main.gif) repeat left top;*/
}
/* general styles */

img {
	border:none;
}
.clear {
	clear:both;
}
p {
	color:#282828;
}
li {
	margin:4px 0;
}
a {
	color:#ba9a18;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.warn
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	color:Red;
}
.more {
	background:url(../images/icon_doubleArrow.gif) no-repeat scroll right 6px;
	padding:0 10px 0 0;
	text-align:right;
	margin:0;
	/*display:block;*/
	/*float:right;*/
}

/* end of general styles */

.main_wrapper {
	width:100%;	
}
.bcg_stripe {
	width:100%;
	height:172px;
	/*background-color:#475a5f;*/
	position:absolute;
	top:97px;
	left:0;
}
.bcg_stripe div {
	/*background:url(../images/side_bcg_pattern.gif);*/
	margin:1px auto;
	width:960px;
	height:170px;
}
.site_wrapper {
	width:1000px;
	margin:0 auto;
	/*border:1px solid white;*/
	position:relative;
	z-index:2;
	background-color:#fff;
}

/* header */
.header_wrapper {
	width:100%;
	margin-top:29px;
	height:100px;
	margin-left:10px;
}
.logo_insight {
	padding:10px 0px 0px 10px;	
}
.logo_insight .contact{
	padding:10px 10px 0px 10px;	
	float:right;
}
.login_information {
	color:#000;
	text-align:right;
	float:right;
	padding:3px 28px 0 0;
	font-size:11px;
}
.login_information a {
	color:#FFFFFF;
}
.login_information .logout_button 
{
	/*display:block;
	float:right;*/
	padding-left:10px;
	margin-top:2px;
	margin-left:8px;
	background:url(../images/icon_doubleArrow.gif) no-repeat left 5px;
	font-weight:normal;	
	font-size:11px;
	font-family:Arial;	
	text-decoration:none;
	color:#FFF;
	border-style:none;
	border-width:0px;
}
/* end of header */


.main_bcg {
	/* bcg image in separate css */
	padding:0 9px;
	margin:0;
	position:relative;
	float:left;
	width:960px;
}


/* top navigation*/
.top_navigation_wrapper {
	background:url(../images/top_nav_bcg.gif);
	width:955px;
	position:absolute;
	top:0;
	z-index:100;
	margin-left:10px;
	height:31px;
	padding-left:5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.top_navigation_wrapper .on {
	/* bcg image in separate css */
}
.top_navigation_wrapper a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	padding:3px 10px;
	margin:2px 8px 0 0;
	font-weight:bold;
	font-size:16px;
	font-family:Arial Narrow, Arial;
	letter-spacing: .01em;
	position:relative;
	z-index:10;
	text-transform:uppercase;
}
.top_navigation_wrapper a:hover {
	/* bcg image in separate css */
	text-decoration:none;	
}

/* end of top navigation*/
.toolbar_holder {
    height:26px;
	padding:5px 14px 0 20px;
	position:relative;
	font-size:0;
}
.toolbar_holder .icon {
	float:right;
	padding:2px 6px 0 6px;
}
.search_field {
	font-size:11px;
	color:#777777;
	border:1px solid #A7A6AA;
	vertical-align:middle;
	padding:2px 8px;
	width:130px;
	margin:0;
	
}
.search_button {
	vertical-align:middle;
	margin-left:5px;
}


.footer_holder {
	color:#fff;	
	padding:10px 10px 20px 10px;
	margin: 0px 20px 20px 20px;
	font-size:0.9em;
	width:940px;
	background-color: #cad8e9;
}
.footer_holder .links {
	margin:10px 0 10px -6px;
	color:#000;
}
.footer_holder .links a{
	color:#000;
	text-decoration:none;
	margin:0 6px;
}
.footer_holder .links a:hover {
	text-decoration:underline;
}
.footer_holder img {
	border: solid 0px #000;
	top:-120px;
	float:right;
}
.footer_bottom {
	height:5px;
	width:980px;
	background-color:#fff;
}
.ccFooter {
	/*float:left;
	margin: 10 0;
	background-color: #5f7c84;
	width:932px;
	padding:10px 10px 20px 10px;*/
	color:#475b74;
	margin:10px 0 20px 6px;
}
.ccFooter a {
	color:#000;
	text-decoration:underline;
}



