BODY {
	height: 100%;
	background-color: #F7BE8A;
	font-family: verdana, serif;
	font-size: 12px;
	margin: 0px;
	position: relative;
}

H1 {
	color: #E56717;
	border-top: 2px solid #E06212;
}

H2 {
	color: #E56717;
}

DIV { z-index: 9999; }

P {
	padding: 10px;
	font-size: 16px;
	text-align: justify;
}

.MainDiv {
	overflow: auto;
	/*padding: 10px 10px 10px 10px;*/
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #F5F5DC;
	z-index: 5;
}

.siteFooter {
	clear: both;
	width: 100%;
	text-align: center;
}

.llbanner {
	background-color: #F7BE8A;
	border-bottom: 2px outset #F3F3DA;
	background-image: url(http://www.LostLuggageStudios.com/images/clouds.png);
	background-repeat: repeat;
	margin: 0px;
	height: 220px;
}

.llbanner_logo {
	display: block;
	float: left;
}

.llbanner_script {
	display: block;
	float: left;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.llbanner_social {
	display: block;
	float: right;
	top: 0px;
	margin-right: 10px;
}

.llbanner_social_link IMG {
	border: 0px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.llbanner_social_link:hover IMG {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

.menubar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid black;
}


/* =-=-=-=-=-=-=-= TOP MENU =-=-=-=-=-=-=-=-=-= */
.topMenuItem {
	white-space: nowrap;
	color: Black;
	display: block;
	padding: 5px 20px 5px 20px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #F7BE8A;
	float: left;
	z-index: 100;
}

.topMenuItem DIV {
	background-color: #F5F5DC;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	visibility: hidden;
	z-index: 200;
	border: 3px outset;
	white-space: nowrap;
}

.topMenuItem DIV A
{
	text-decoration: none;
	border: 1px solid #F5F5DC;
	display: block;
	height: 18px;
	line-height: 20px;
	color: blue;
	padding: 3px;
	margin: 0px 1px 1px 1px;
	position: relative;
}

.topMenuItem DIV A:hover
{
	border: 1px solid #316AC5;  /*navy;*/
	background-color: #C1D2EE;  /*lightsteelblue;*/
}



.menuSpacer {
	font-size: 14px;
	width: auto;
	border: 1px solid #F7BE8A;
	padding: 5px 20px 5px 20px;
}



/* =-=-=-=-=-=-=-= NEWS  ITEMS =-=-=-=-=-=-=-=-=-= */
.newsTicker
{
	float: right;
	width: 300px;
	height: auto;
	background-color: aliceblue;
	margin-right: 8px;
	margin-left: 5px;
	margin-top: 5px;

	border: 2px outset blue;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #AAAAAA;
	-webkit-box-shadow: 3px 3px 3px #AAAAAA;
	-moz-box-shadow: 3px 3px 3px #AAAAAA;
}

.newsLatestCaption {
	color: #E56717;
	font-weight: bold;
	padding: 5px;
	font-size: 24px;
	font-variant: small-caps;
	text-shadow: 3px 3px 5px #AAAAAA;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	display: block;
}

.newsRssImage {
	position: relative;
	display: block;
	float: right;
	margin: 0px;
	top: 8px;
	right: 10px;
}

.newsRssImage A { margin: 0px; }
.newsRssImage A IMG { margin: 0px; }

.newsItem
{
	clear: both;
	margin: 10px;
	border: 1px solid gray;
	background-color: white;
	overflow: hidden;
	width: 280px;
	max-width: 280px;
}

.newsTitle
{
	padding: 5px;
	font-family: verdana, tahoma, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-image:url(http://www.LostLuggageStudios.com/images/BannerDarkBar.jpg);
	background-repeat: repeat-x;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.newsFooter TD
{
	width: 100%;
	white-space: nowrap;
	padding: 5px;
	font-family: verdana, tahoma, serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 30px;
}

.newsFooter A
{
	margin-left: 30px;
	color: navy;
	text-decoration: none;
}

.newsFooter A:hover
{
	color: yellow;
	text-decoration: underline;
}

.newsDetails
{
	background-color: white;
	padding: 5px;
}

.newsDate
{
	font-family: monospace;
	font-size: 14px;
	padding-left: 5px;
	width: 270px;
}

.newsSummary
{
	padding: 3px;
	width: 270px;
}

.newsSummaryFV /* fullview version used on the detail page */
{
	padding: 3px;
}

.newsLink
{
	margin: 10px;
}

/* ===================== Project page items ================= */

.projectDescription {
	width: auto;
	position: absolute;
	left: 15px;
	right: 200px;
	font-size: 14px;
}

.projectScreenShots {
	float: right;
	position: absolute;
	right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	top: 50px;
	background-color: #B0E0E6;
	height: auto;
}

.projectScreenShots div {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.projectDownloadLink {
	position: relative;
	margin-left: 30px;
	height: 90px;
}

.projectDownloadLink IMG {
	position: absolute;
	left: 5px;
	top: 0px;
}

.projectDownloadLink A {
	position: absolute;
	left: 100px;
	top: 10px;
	font-size: 20px;
	text-decoration: none;
}

.projectDownloadLink A:hover {
	text-decoration: underline;
}


/* ===================== About Us ================= */
.empDiv {
	width: 80%;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	height: 250px;
}

.empDiv DIV {
	position: absolute;
	left: 260px;
	top: 5px;
	width: auto;
}

.empDiv IMG {
	position: absolute;
	width: 250px;
	height: 220px;
	left: 5px;
	top: 5px;
}

.empName {
	font-size: 20px;
	font-weight: bold;
	color: #000088;
	position: relative;
	white-space: nowrap;
	display: block;
}

.empCat {
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	position: relative;
	display: block;
}

.empData {
	vertical-align: top;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 5px;
	position: relative;
	display: block;
}

/* ===================== What We Do ================= */
.wwdImgLeft {
	margin: 10px 10px 10px 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #B0E0E6;
	position: relative;
	font-size: 14px;
	width: auto;
	height: 210px;
}

.wwdImgLeft H2 {
	position: absolute;
	top: 0px;
	left: 340px;
	width: auto;
	height: 20px;
}

.wwdImgLeft DIV {
	display: inline;
	position: absolute;
	top: 50px;
	left: 340px;
	right: 10px;
	width: auto;
	height: 150px;
	overflow: auto;
}

.wwdImgLeft IMG {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 320px;
	height: 200px;
}

.wwdImgRight {
	margin: 10px 10px 10px 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #B0E0E6;
	position: relative;
	font-size: 14px;
	width: auto;
	height: 210px;
}

.wwdImgRight H2 {
	position: absolute;
	top: 0px;
	left: 10px;
	width: auto;
	height: 20px;
}

.wwdImgRight DIV {
	display: inline;
	position: absolute;
	top: 50px;
	left: 10px;
	right: 340px;
	height: 150px;
	width: auto;
	overflow: auto;
}

.wwdImgRight IMG {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 320px;
	height: 200px;
}


/* ******* Press Releases ******** */
.pressReadMore
{
	text-decoration: none;
	color: navy;
	font-weight: bold;
	margin-left: 30px;
}

.pressReadMore:hover
{
	text-decoration: underline;
	color: blue;
}

/* ********* Main Page banner ********** */
#divAjaxBanner
{
	position: absolute;
	height: auto;
	text-align: center;
}

.bnrTopImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
	max-width: 500px;
	width: expression(this.width > 500 ? 500 : true); /* stupid IE */
}

.bnrTagline
{
	font-size: 20px;
	font-weight: bold;
	text-shadow: 5px 5px 5px #CCCCCC;
	text-align: center;
}

.bnrQuickInfo
{
	text-align: center;
}

.bnrScreenShot
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 60%;
	width: expression(this.width > document.body.clientWidth *0.5 ? document.body.clientWidth *0.5 : true); /* stupid IE */
	padding-left: 20px;
	padding-right: 20px;
}

.bnrMoreInfoLink
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: blue;
	text-align: center;
}

