/*-- BenYoun.org --*/
/* ---------------------------------{ Global }--------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #113368 url(../images/bgnd_main.jpg) repeat-x fixed center top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #D0DDEA;
}
a, a:active, a:visited {
	color: #80B93E;
	text-decoration: underline;
}
a:hover {
	color: #B6E086;
	text-decoration: underline;
	background: #153A68;
}
h1 {
 display: none;
}
.img-left {
 float: left;
 padding: 0px 15px 15px 0px;
}
.img-right {
 float: right;
 padding: 0px 0px 15px 15px;
}
/* ---------------------------------{ Outer Container }------------------------------- */
#container-home {
	width: 716px;
	margin: 0px auto;
	background: #143864 url(../images/bgnd_container.gif) repeat-y center top;
	padding: 0px 1px;
	border-right: 1px solid #4A7AAD;
	border-bottom: 1px solid #2A5786;
	border-left: 1px solid #4A7AAD;
}
#container-sub {
	width: 716px;
	margin: 0px auto;
	background: #1C497B;
	padding: 0px 1px;
	border-right: 1px solid #4A7AAD;
	border-bottom: 1px solid #2A5786;
	border-left: 1px solid #4A7AAD;
}
.clear {
 clear: both;
}
/* ---------------------------------{ Top }------------------------------- */
#top {
	background: url(../images/header.jpg) no-repeat center top;
	height: 127px;
}
#BenYoung {
	text-indent: -9999px;
	padding-left: 249px;
}
#BenYoung h4.logo a {
	background: url(../images/BenYoung.gif) no-repeat;
	width: 218px;
	height: 71px;
	display: block;
 outline: none; /* -- go away FireFox dotted link outline -- */
}
#BenYoung h4.logo a:hover {
	background: url(../images/BenYoung.gif) no-repeat -218px;
	width: 218px;
	height: 71px;
}
/* ---------------------------------{ Navigation }------------------------------- */
#menu {
	height: 23px;
	width: 716px;
	margin-top: 31px;
	position: absolute;
}
#menu ul {
	padding: 0 0 0 38px;
}
#menu li {
	padding:0;
	margin:0;
	display: block;
	float: left;
	text-indent: -9999px;
	height: 23px;
}
#menu li a {
	border:0;
	display:block;
	height: 23px;
 outline: none; /* -- go away FireFox dotted link outline -- */
}
#menu li.spacer {
	background: url(../images/menu_spacer.gif) no-repeat;
	width: 27px;
}
#menu li.one a {
	background: url(../images/menu_home.gif) no-repeat;
	width: 45px;
}
#menu li.one a:hover {
	background: url(../images/menu_home.gif) no-repeat -45px;
}
#menu li.two a {
	background: url(../images/menu_shopping.gif) no-repeat;
	width: 67px;
}
#menu li.two a:hover {
	background: url(../images/menu_shopping.gif) no-repeat -67px;
}
#menu li.three a {
	background: url(../images/menu_resources.gif) no-repeat;
	width: 69px;
}
#menu li.three a:hover {
	background: url(../images/menu_resources.gif) no-repeat -69px;
}
#menu li.four a {
	background: url(../images/menu_speaking.gif) no-repeat;
	width: 153px;
}
#menu li.four a:hover {
	background: url(../images/menu_speaking.gif) no-repeat -153px;
}
#menu li.five a {
	background: url(../images/menu_about.gif) no-repeat;
	width: 200px;
}
#menu li.five a:hover {
	background: url(../images/menu_about.gif) no-repeat -200px;
}

/* ---------------------------------{ Homepage - Side Bar }------------------------------- */
#sidebar {
	float: left;
	width: 259px;
}
#sidebar h4 {
	font-size: 13px;
	background: url(../images/sidebar_title.gif) no-repeat;
	height: 19px;
	padding: 28px 0px 0px 12px;
}
#sidebar span.welcome {
	background: #245990 url(../images/sidebar_common_bgnd.gif) no-repeat;
	margin: 0px;
	padding: 11px 0px 0px;
	height: 159px;
	width: 259px;
	border-bottom: 1px solid #1C4A7B;
	text-align: center;
	display: block;
}
.sidelist {
	background: #24588F url(../images/sidelist_top.gif) no-repeat left top;
}
.sidelist ul {
	list-style: none;
	padding: 10px 0px;
}
.sidelist ul li a, .sidelist ul li a:active, .sidelist ul li a:visited {
	display: block;
	text-decoration: none;
	color: #D0DDEA;
	height: 24px;
	background: url(../images/sidelist_link.gif) no-repeat left bottom;
	padding-top: 2px;
	padding-left: 28px;
	font-size: 11px;
}
.sidelist ul li a:hover {
	background: url(../images/sidelist_link.gif) no-repeat -259px bottom;
	color: #FFF;
	text-decoration: none;
}
#sidebar .common {
	background: #245990 url(../images/sidebar_common_bgnd.gif) no-repeat;
	margin: 0px;
	padding: 11px 10px 11px 12px;
	width: 237px;
	border-bottom: 1px solid #1C4A7B;
	display: block;
	font-size: 11px;
}
#sidebar p.read-more {
 padding: 8px 0px 0px 0px;
}
#sidebar p.read-more a, #sidebar p.read-more a:active, #sidebar p.read-more a:visited {
	background: url(../images/link_arrow.gif) no-repeat left 1px;
	text-decoration: none;
	color: #D0DDEA;
	padding-left: 17px;
}
#sidebar p.read-more a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/link_arrow_on.gif) no-repeat left 1px;
	padding-left: 17px;
}
/* ---------------------------------{ Homepage - Content }------------------------------- */
#content-home  {
	padding: 28px 20px 20px 25px;
	background: url(../images/content_top_home.gif) no-repeat top;
	float: left;
	width: 411px;
}
#content-home h3 {
	font-size: 15px;
	padding: 16px 0px 0px 0px;
}
#content-home p.details {
	font-size: 11px;
	line-height: 17px;
}
#content-home p.description {
	padding: 10px 0px 0px 17px;
	clear: both;
}
.hr {
	height: 1px;
	padding: 6px 0px;
}
/* ---------------------------------{ Subpage - Content }------------------------------- */
#content-sub  {
	padding: 20px 30px 60px;
	background: url(../images/content_top_sub.gif) no-repeat top;
	float: left;
	width: 656px;
}
#content-sub h3 {
	font-size: 15px;
	padding: 10px 0px 6px 0px;
}
#content-home p.details {
	font-size: 11px;
	line-height: 17px;
}
#content-home p.description {
	padding: 10px 0px 0px 17px;
	clear: both;
}
.hr-sub {
	height: 1px;
	padding: 10px 0px;
}
/* ---------------------------------{ Footer }------------------------------- */
#footer {
	width: 720px;
	margin: 0px auto;
	background: #143864 url(../images/footer_bgnd.gif) repeat-x top;
	height: 40px;
}
#footer p {
	padding: 15px 0px;
	text-align: center;
	font-size: 11px;
}
