@charset "utf-8";
/* CSS Document */
@import url("images_style.css");
@import url("presentation.css");
@import url("nav.css");
.rollover {
}
* {
	margin:0px;
	padding:0px
}
body {
	background-image:url(../../_sharedimg/content_level_bg.gif);
	background-repeat:repeat-x;
	background-color:#e7ddc6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ----- ID's ----- */

#wrapper {
	width:960px;
	margin:auto;
}
#prim_nav {
	margin:auto;
	width:833px;
	height:36px;
}
#prim_nav img {
	margin-right:7px;
}
#home_screen {
	height:753px;
	width:960px;
	position:relative;
}

#content_banner {
	background-image:url(../../_sharedimg/banner_header.jpg);
	background-repeat:no-repeat;
	height:154px;
}
#section_name_banner {
}
#content_wrapper {
	background-image:url(../../_sharedimg/content_pod_stretch.gif);
	background-repeat:repeat-y;
	float:left;
}
#content_txt {
	background-image:url(../../_sharedimg/btm_left_texture.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:860px;
	float:left;
	background-color:#fff;
	height:470px;
	padding:0px!important;
	margin:0px!important;
}
#left_txt_pod {
	float:left;
	display:inline;
	width:540px;
	margin:25px 0 25px 25px;
	padding:0 25px 0 0;
	border-right:1px solid #e5e5e5;
	overflow:hidden;
}

#left_txt_pod p {
margin-bottom:15px!important;}


#content_txt > #left_txt_pod{
	height:auto;
	min-height:470px;
}

#right_nav_pod {
	margin:25px 25px 0 0;
	display:inline;
	float:right;
	width:215px;
}
#content_wrapper > #content_txt {
	height:auto;
	min-height:470px;
}
#content_wrapper_left {
	float:left;
	width:50px;
}
#content_wrapper_right {
	float:right;
}
#content_footer {
	background:url(../../_sharedimg/footer_content.jpg) no-repeat;
	height:120px;
	width:720px;
	margin:auto;
	float:left;
	padding:80px 0 0 240px;
	color:#6c6146;
	font-size:9px;
	position:relative;}
	
.fraynework_ico{
	position:absolute;
	left: 80px;
	top: 72px;
}	
#content_footer p{
	font-size:9px;
}
#content_footer a{
	color:#6c6146;
}
#content_footer a:hover{
	color:#2f7091;
}