@charset "utf-8";
/* CSS Document */

@import url("base_styles/reset.css");
@import url("base_styles/base.css");
@import url("base_styles/content.css");


body {
	background: #94320c url(../../_sharedimg/body_bg.jpg) top left repeat-x!important;
	padding: 0 0 30px 0;
	color:#754c24;
}


#wrapper {
	width: 860px;
	margin: 0 auto;
}


#wrapper_nav {
	width: 860px;
	height: 46px;
	overflow: hidden;
}

#wrapper_nav ul {
	display: inline;
	padding: 0;
	margin: 0;
	height: 46px;
}

#wrapper_nav li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 46px;
}

#wrapper_body {
	float: left;
	width: 860px;	
	background: url(../../_sharedimg/wrapper_body_bg.jpg) top left repeat-y;
}


#wrapper_content {
	float: left;
	width: 796px;
	padding: 0 32px;
	background: url(../../_sharedimg/wrapper_content_bg.gif) top left no-repeat;
}


#contextmenu {
	float: left;
	width: 209px;
	min-height: 491px;
	height: auto!important;
	height: 491px;
	padding: 14px 3px 25px 25px;
	background: url(../../_sharedimg/context_bg.jpg) top right no-repeat;
}

#contextmenu ul {
	padding: 0;
	margin: 0;
}


#contextmenu ul li {
	padding: 0;
	margin: 0;
	width: 212px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	background: url(../../_sharedimg/context_li_bg.gif) bottom left no-repeat;
	color: #355a8d;
	
}

#contextmenu ul li a {
	padding: 4px 7px 8px 0;
	color: #355a8d;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}


#contextmenu ul li a:hover, #contextmenu ul li a.selected {
	color: #CC4B10;
}


#contextmenu ul li li {
	padding: 0;
	width: auto;
	margin: 0;
	overflow: hidden;
	display: inline;
	background: none;
	color: #8A391F!important;
}

#contextmenu ul li li a {
	padding: 3px 7px 7px 18px;
	color: #8A391F!important;
	font-weight: normal;
	font-size: 1.2em;
	background: url(../../_sharedimg/context_li_li_bg.gif) top left no-repeat;
}


#contextmenu ul li li a:hover, #contextmenu ul li li a.selected {
	color: #CC4B10!important;
}




#content {
	float: left;
	width: 499px;
	padding: 28px 30px 0 30px;
}


#wrapper_footer {
	clear: left;
	height: 40px;
	width: 796px;
	padding: 80px 32px 0 32px;
	background: url(../../_sharedimg/footer_bg.jpg) top left no-repeat;
}


#footer_links {
	color: #c36a15;
}

#footer_links a {
	color: #c36a15;
}


#footer_links a:hover {
	text-decoration: underline;
}


#fraynework_logo {
	float: right;
}
