body {
	background-color: #E9DFCD;
	margin: 0px;

}

#header {
	background-image: url(topbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px;

}

#redbar {
	background-image: url(menubar.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

a { text-decoration: none;
	color: #E1DBC8;
	font: Garamond;
	font-size: 17px;
	border: 0;
}

a:hover { text-decoration: underline; }

.submenulink { color: #333333; }

#menucontent {

	color: #E1DBC8;
	font: Garamond;
	font-size: 17px;

}

#footer {
	color:#666666;
	margin-top: 20px;
}

.bodytext {
	color: #333333;
	font: Garamond;
	font-size: 17px;
}

.storyheading { font-size: 24px; }

#languages {

	font-family: Georgia;
	color: #E1DBC8;
	font-size: 12px;

}

.brownbox { background-color: #B9AE97; align: center; }

.newscontainer { background-color: #B9AE97;
				 width: 230px;
				 margin: 10px;
				 font-size: 24px;
				 padding: 7px;
				 position: relative;
				 border-bottom: 2px dashed #333333;
				 overflow: auto;
}
				 
#breaking {
	background-color: #B9AE97;
	width: 650px;
	font-size: 24px;
	padding: 7px 7px 0px 7px;
	margin: 0px 10px 10px 10px;
	position: relative;
	border-bottom: 2px dashed #333333;
	overflow: hidden;
}

#breakingtext {
	height: 70px;
	overflow: hidden;
}

#breakingmore {
	height: 20px;
	text-align: center;
}

/* Forms */
.listtext {
	color: #333333;
	font: Garamond;
	font-size: 17px;
	margin: 0px 0px 5px 0px;}

input.listinput {
	color: #333333;
	font: Garamond;
	font-size: 15px;
	background: #EDE6D3;
	border: 1px solid #333333;
}

input.listsubmit {
	color: #333333;
	font: Garamond;
	font-size: 17px;
	background: #EDE6D3;
	padding:0px 6px;
	border:0px solid #333333;
	height:26px;
	margin: 3px 14px 3px 0px; 
	display:inline-block;
	float: right;
	text-decoration:none;
}

input.listsubmit:hover { text-decoration: underline; }

/* Glider */
div.scroller { 
	width: 540px; 
	height: 550px;
	overflow: hidden;
	border:0px solid #cccccc;
	padding: 0;
}

div.scroller div.section {		
	width:540px;
	height:550px;
	overflow:hidden;
	float:left;
	padding:1em;
	padding: 0 0 4px 0;		
}

div.scroller div.content {
	width: 10000px;
}

.sectionbutton {
	display: inline-block;
	width: 100px;
	height: 30;
	padding: 3px;
	margin: 3px;
	background: #EDE6D3;
	color: #333333;
	font-size: 24px;
	text-align: center;
}


/* Gallery Styles */

#motioncontainer {
	margin: 0 auto;
	width: 700px; /* Set to gallery width, in px or percentage */
	height: 105px; /* Set to gallery height */
	background-color: #EDE6D3;
}



#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
}



#motioncontainer a:hover img {
	border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}


/* Lightbox Styles */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./nextlabel.gif) right 15% no-repeat; }


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}