/*
nbdf.css
Created by: Sindy Whitehead
Date Created: July 26, 2008
Created for: National Blonde d'Aquitaine Foundation
*/

body{
	text-align: center;
}

img{
	border: 0;
}

#content-box{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid gray;
}

#header{
	width: 780px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: brown;*/
	background: url(imgs/cow-banner-bkg.jpg) no-repeat;
}

#logo-box{
	float: left;
	width: 100px;
	height: 250px;
	color: white;
	border-right: 1px solid white;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}

#logo-box-sub{
	font-size: 14pt;
}

#nav-box{
	float: right;
	width: 200px;
	height: 250px;
	/*border-left: 5px solid white;*/
}

#nav, #nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 185px;
	margin-top: 5px;
	margin-left: 5px;
}

ul li{
	position: relative;
	margin-bottom: 5px;
	min-height: 20px;
	text-align: right;
}

li ul{
	position: absolute;
	left: -191px;
	top: -5px;
	display: none;
}

li li ul{
	top: -139px;
}

/* Styles for Menu Items */
ul li a{
	display: block;
	text-decoration: none;
	color: black;
	background: white;
	padding: 5px;
	font-size: 10pt;
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	font-weight:bold;
}

a:hover{
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav li:hover ul.lvl-two, #nav li.over ul.lvl-two { display: block; } /* The magic */
.lvl-two li:hover ul.lvl-three, .lvl-two li.over ul.lvl-three { display: block; } /* The magic */

#body-area-middle{
	background: url(imgs/fuzzy-bkg.gif) repeat-y 0px 5px;
	height: 1%;
}

#body-area-top{
	background: url(imgs/fuzzy-bkg-top.gif) no-repeat 0px 0px;
	height: 1%;
}

#body-area-bottom{
	background: url(imgs/fuzzy-bkg-bottom.gif) no-repeat bottom left;
	height: 1%;
}

#body-area{ /* container */
	margin-top: 5px;
	float: left;
	width: 780px;
	padding-left: 100px;
	border-right: 195px solid white;
}

#body-area[id]{
	width: 480px;
	border-right: 200px solid white;
}

#left-bar{ /* left rail */
	float: left;
	width: 100px;
	margin-left: -100px;
	position: relative;
}

#main-body-area{ /* center */
	float: left;
	width: 500px;
	margin-right: -500px;
}

#main-body-area[id]{
	width: 480px;
	margin-right: -477px;
}

.body-box, .sub-body-box{
	width: 475px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.body-box[class]{
	width: 468px;
}

.sub-body-box{
	width: 673px;
	position: relative;
}

.body-box h1, .sub-body-box h1{
	background: url(imgs/header-bar.gif) no-repeat center;
	margin: 0;
	font-size: 1em;
	height: 32px;
	padding-left: 53px;
	line-height: 2em;
	color: #996600;
	margin-top: 5px;
}

.body-box h1 span, .sub-body-box h1 span{
	height: 32px;
	padding-right: 32px;
	background: url(imgs/header-bar-patch.gif) no-repeat right;
	background-color: white;
}

.welcome-header{
	font-size: 1.5em;
}

.body-box p, .sub-body-box p{
	margin: 10px;
}

#news-box{ /* right rail */
	float: right;
	width: 195px;
	margin-right: -195px;
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #FAEEDE;
}

#news-box[id]{
	width: 198px;
	margin-right: -200px;
}

#news-box h1{
	background: url(imgs/news-header.gif) no-repeat center;
	font-size: 14px;
	height: 32px;
	padding-left: 50px;
	padding-top: 9px;
	margin: 0;
	color: #996600;
}

#news-box ul{
	margin: 0;
	padding: 0;
	width: 190px;
	overflow: auto;
	height: 300px;	
}

#news-box ul li{
	text-align: left;
	margin-left: 30px;
	list-style-image: url(imgs/events-bullet.gif);
	float: none;
}

#bottom-info{
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#bottom-info td{
	vertical-align: top;
}