/*
CSS file for all pages contained within Living Till We Die program sub-site. 
Changes here will reflect across all pages where css file is included
*/

/* General Document layout */
body {
	background-color:#BFBFBF;
	text-align:center;
}

#container {
	background-color: white;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	border: none; 
}

/* Header section */
#header {
	cursor: pointer;
}

#headerImage {
	text-align: center;
	border-bottom: 3px solid black;
	height: 162px;
}
/* Main horizontal navigation bar */
#NavBar{
	width: 100%;
	text-align: center;
	display:inline;
	font-size: 16px;
	background-color: gray;	
}

#NavBar td {
	color: #d0d0d0;
	border-right-color: #bf0000;
	white-space: nowrap;
	width: 200px;
	height: 30px;
	border-right: 1px solid white;
    text-align: center
}

.NavButton {
    /* one pixel image repeated across cell */
	background-image: url('../img/NavBar.jpg');
	background-repeat: repeat-x;
}

.NavButtonHover {
	background-image: url('../img/NavBarHover.jpg');
	background-repeat: repeat-x;
}

#NavSide {
	cursor: pointer;
	float: left;
	text-align:center;
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 200px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

/* Side vertical navigation bar */
#SideTable td{
	border-top: 1px solid black;
	text-align: center;	
}

.SideBarImage {
	background-image: url('../img/LTWDlogo.jpg');
	height: 80px;
	border: 1px solid black;
}

.SideBarInfo {
	font-size: 15px;
	background-color: #cccc33;
	padding-top: 8px;
	cursor: default;
	color: white;
}

.SideBarContact{
	font-size: 14px;
	background-color: #80a42a;
	padding-top: 8px;
	cursor: default;
	color: white;
}

.SideBar {
	color: #ffff66;
	border-right: none;
	background-image: url('../img/SideBar.jpg');
	background-repeat: repeat-x;
	width: 145px;
	height: 35px;
}

.SideBarHover {
	border-right: none;
	background-image: url('../img/SideBarHover.jpg');
	background-repeat: repeat-x;
	width: 145px;
	height: 35px;
}

/* Main Content section */

#Quote {
	width: 400px;
	border: solid 1px black;
	background: #80a42a;
	float:right;
	text-align: center;
	display: block;
	font-size: 13px;
	font-style: italic;
	color: white;
	margin-right: 15px;
}

#ItemList {
	width: 160px;
	border: 1px solid black;
	background: gray;
	float: right;
	font-size: 13px;
	font-style: italic;
	text-align: left;
	color: white;
	padding: 5px;
	margin: 5px;
	margin-right: 15px;
}
#ItemList li{
	margin-left: -1em;
}

#videocontent {
	display: block;
	margin-top: 10px;
	padding-bottom: 20px;
}

/* Misc Classes */
.alignLeft { 
	float:left; 
	margin-right: 1em; 
	padding-top: 5px;
	padding-bottom: 10px;
}

/* document footer section */
#footer {
	margin: 2px;
	padding: 2px;
	border-top-color: black;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: 11px;
	text-align: center;
}
