/* Natchitoches Photo CSS Document */

/* Define common elements */

body {
		background-color:#000000;
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		

/* Container */
#Container {
			/*border-color:#999999;
			border-style:solid;
			border-width:medium; */
			margin: 5px 50px;
			}

/* Header */
#Header {
			text-align: right;
			letter-spacing: 3px;
			font-size:24px;
			color:#999999;
			}

/* Footer */
#footer {
	height: 20px;
	/*background-color:#999;*/
	font-size: 0.75em;
	padding: 3px 3px;
	clear:both;
}

#footer p {
	text-align:center;
	color:#999;
}


#footer a {
	color: #999;
	text-decoration: none;
}


#footer a:hover, #footer a:focus {
	color:#999;
	text-decoration: none;
	font-style:italic;
}
#footer a:visited {
	color:#999;
	text-decoration: none;
	
	}


/* Content */
#LeftContent {
			width: inherit;
			color:#FFF;
			float:left;
			margin:10px;
			padding: 10px;
			}
			
#LeftContent a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#LeftContent a:hover {
	font-size: 1.1em;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#RightContent {
			color:#FFF;
			float:right;
			margin: 10px;
			padding: 5px;
			font-size: 1.25em;
			}
			

/* Navigation */
#chromemenu{
		width: 100%;
		}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}

#chromemenu ul{
		border: 1px solid #BBB;
		width: 99%;
		background: url(chromebg5.gif) center center repeat-x;Theme Change here*/
		margin-left: 0;
		padding-left: 0;
		margin: 0;
		float: left;
		font: bold 12px Verdana;
		}


#chromemenu ul li{
		display: inline;
		}


#chromemenu ul li a{
		float: left;
		color: #000;
		font-weight: bold;
		padding: 6px 12px 6px 7px;
		text-decoration: none;
		background: url(divider4.gif) center right no-repeat; /*Theme Change here*/
		}

#chromemenu ul li a:hover{
	color: #494949;
	background-color: #F0F0F0;
	font-weight:bold;
	}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	content: "s";
	content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
			position:absolute;
			top: 0;
			border: 1px solid #BBB; /*Theme Change here*/
			border-bottom-width: 0;
			font:normal 12px Verdana;
			line-height:18px;
			z-index:100;
			background-color: black;
			color: #7f7f7f;
			width: 200px;
			visibility: hidden;
			/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
			}

.dropmenudiv a{
				width: 100%;
				display:block;
				text-indent: 3px;
				border-bottom: 1px solid #BBB; /*Theme Change here*/
				padding: 2px 0;
				text-decoration: none;
				font-weight: bold;
				color: #7f7f7f;
			}

.dropmenudiv a:hover{ /*Theme Change here*/
						background-color: #F0F0F0;
						font-weight:bold;
					}

