/* CSS Document */
		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 1px solid #5C2901;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}
		body {
			margin:0;
			padding:0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:small;
			background:#000;
			color:white;
		}

		#banner {
			padding: 0px;
			margin-bottom: 0;
			background: url(../images/marloHeader.jpg) no-repeat top left;
			height:120px;
		}

/*================Navigation*===================*/
		#nav {
			float: left;
			width: 100%;
			background-color:#5C2901;
			margin:0 0 15px 0;
			padding:0;
		}
		#nav ul {
			float:left;
			width:100%;
			margin:0;
			padding:0;
			list-style-type:none;
			}
		#nav li{
			display:inline;
			list-style:none;
			margin:0;
			padding:0;
		}
		#nav a {
			padding:5px 24px;
			margin:0;
			color:#fff;
			text-decoration:none;
			display:block;
			float:left;
			width:auto;
			font: 95% Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-transform:uppercase;
			letter-spacing:1px;
			}
		#nav a:active {
			color:#000;
			}
		#nav a:hover {
			color:#F7E24B;
			}



#selected, 
#selected a {
			padding:5px 24px;
			margin:0;
			text-decoration:none;
			display:block;
			float:left;
			width:auto;
			font: 95% Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			letter-spacing:1px;

			color:#F7E24B;
			font-weight:bold;

}

/*================Content===================*/
		#content {
			padding: 65px 25px 25px 25px;
			margin-top:0;
			background-color: #000;
			font-size:95%;
			line-height:1.5em;
			color:#fff;
			background: url(../images/marloBKG.jpg) repeat-y top left;
		}
		
		#content h1 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:175%;
			color:#fff;
			letter-spacing:1px;
			margin-top:2em;
			}

		#content h2 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:150%; /*changed from 125% to 150% - Ed Mosher 9/25/2007*/
			color:#fff;
			letter-spacing:1px;
			margin-top:1em;
			margin-bottom:0px;
		
			}

		#content p {
			margin:0 0 1em 1em; /*changed left margin from 0 to 1em. Ed Mosher 9/25/2007*/
			}
			
		#footer {
			clear: both;
			padding: 5px 10px;
			margin-top: 0;
			color:fff;
			font-size:85%;
			text-align:right;
			background-color:#5C2901;
		}
		
		/*================Links===================*/	
		a:link {
			font-weight : normal; 
			text-decoration : underline;
			color: #E9DB3D;
			}
		
		a:visited {
			font-weight : normal; 
			text-decoration : underline;
			color: #E9DB3D;
			}
		
		a:hover {
			font-weight : normal; 
			text-decoration : underline;
			color: #fff;
			}
		
		a:active {
			font-weight : normal; 
			color: #E9DB3D;
			}				


/*--------------Thumbnails----------------*/
		
		.thumbnail {
			float:left;
			width:140px;
			font-size:90%;
			text-align:center;
			border:1px solid #5C2901;
			margin: 15px 15px 15px 0;
			padding: 10px;
			background-color:#000;
			}

		.clearboth {
			clear:both;
			}

/*------------Float Left-------------------*/
		.floatleft {
		float:left;
		margin:0 25px 50px 0;
		border:1px solid #5C2901;
		padding:5px;
		}
		
/*------------Float Right-------------------*/
		.floatright {
		float:right;
		margin:0 0 25px 25px;
		border:1px solid #5C2901;
		padding:5px;
		}

/*------------Float Left 2-------------------*/
		.floatleft2 {
		float:left;
		margin:0 25px 10px 0;
		border:1px solid #5C2901;
		padding:5px;
		}

				
/*--------Dropdown Menu--------------*/
		#dropmenudiv{
			position:absolute;
			border:1px solid #5C2901;
			border-bottom-width: 0;
			font:normal 12px Verdana;
			line-height:18px;
			z-index:100;
		}

		#dropmenudiv a{
			width: 100%;
			display: block;
			text-indent: 5px;
			border-bottom: 1px solid #5C2901;
			padding: 1px 0;
			text-decoration: none;
			font-weight: normal;
			color:#fff;
		}

		#dropmenudiv a:hover{ /*hover background color*/
			color:#000000;
			background-color: #F7E24B;
		}

/*---------2 Column Page------------*/		
		#sidebar-a {
			float: left;
			width: 140px;
			margin: 0;
			padding: 0;
		}
		#maincontent {
			padding: 0px 15px 15px 0;
			margin-left: 160px;
		}
		#maincontent img {
		margin-bottom:10px;
		}
		
		#presslist {		margin-top:20px;
		margin-left: 0;
		padding-left: 0;
		list-style-type:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}	
		
		#presslist li {
		margin-bottom:15px;
		}

		blockquote {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:15px;
		padding:5px;
		}
		
		.cap {
		float: left;
		width: 62px;
		font-size: 64px;
		line-height: 51px;
		font-weight: normal;
		color:#5C2901;
		font-family: georgia, times;
		}
		