/* Sam Trimboli CSS Document */

body, html {
	border: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #ADBB86;
	margin-left: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Classes */

h1 {
	margin: 0px;
	font-size: 120%;
	font-weight: bold;
	color: #04600b;
	padding: 10px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 20px;
	font-size: 90%;
	font-style: italic;
	font-weight: bolder;
	color: #04600b;
	padding: 10px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
p {
	font-size: 75%;
	color: #555555;
	margin: 5px 0px;
	padding: 0px 20px;
	}
ul {
	font-size: 70%;
	color: #555555;
	padding: 0px 20px;
	}

#heading {
	text-decoration: underline;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#outer {
	position: relative;
	width: 808px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: url("assets/images/ds_bg.gif") repeat-y center;
	}
	
#container {
	font-size: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 784px;
	background:#FFFFFF ;
}
#footer {
	margin:0;
	overflow: hidden;
	color: #ffffff;
	font-weight: bolder;
	font-size: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 70px;
	width: 784px;
	background:#FFFFFF url(images/footer_bg.jpg) top center no-repeat;
	}
#footer p{
	text-align: right;
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
	padding-top: 30px;
	padding-right: 20px;
	}
	
#hero {
	width: 784px;
	overflow: hidden;
	border-bottom: 10px solid #04600b;
	z-index: 0;
	}
#sectiontitle {
	margin-top: -48px;
	margin-bottom: 20px;
	z-index: 200;
	}
#sectiontitle h1{
	font-size: 200%;
	color: #ffffff;
	font-style: italic;
	font-weight: normal;

	}
/*///////// NAVIGATION ///////////*/

#header {
	border: none;
	display: block;
	margin-top: 0px;
	position: relative;
	width: 784px;
	height: 96px;
	background: url(images/header_ribbon.jpg);
	margin-left: auto;
	margin-right: auto;
}

#logoContainer {
	position: absolute;
	border: none;
	display: block;
	top: 0px;
	left: 328px;
	width: 128px;
	
}

#leftNavPanel {
	text-align: right;
	position: absolute;
	top: 70px;
	display: block;
	padding: 0px;
	width: 328px;
	height: 26px;
	background: url(images/nav_ribbon_bg.jpg) repeat-x top;
	
}

#rightNavPanel {
	text-align: left;
	position: absolute;
	top: 70px;
	left: 456px;
	display: block;
	padding: 0px;
	width: 328px;
	height: 26px;
	background: url(images/nav_ribbon_bg.jpg) repeat-x top;
	
}

/*/////////////// CONTENT ///////////////*/

#content {
	text-align: left;
	}
	
#leftPanel {
	display: block;
	background:#F3F5ED ; /*url(images/site_footer.jpg) bottom left no-repeat; */
	padding: 0px;
	margin-bottom: 80px;
	width: 50%;
	float: left;
}

.fright {
	float: right;
	margin: 5px;
	}
	
.fright img {
	border: #555555 1px solid
	}
	
.fleft {
	float: left;
	margin: 5px;
	}	

#leftPanel img {
	margin: 15px;
}

#rightPanel {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	width: 50%;
	float: left;
}



#rightPanel img {
	margin: 25px;
	}


#contact_table {
	border: none;
	padding-top: 25px;
	font-size: 0.7em;
	}
	
#contact_table td{
	padding: 2px;
	}	
	
#panel{
	border-bottom: 1px solid #c0c0c0;
	width: 90%;
	height: 300px;
	text-align: left;	
	}

#panel p{
	padding: 0 0 4px 0;

}

#panel img {
	padding: 0;
	position: relative;
	margin: auto;
	vertical-align: middle;
	text-align: center;	
	border: #006633 1px solid;

}
	
#panel ul{
	font-size: 0.7em;
	color: #003300;
	font-style: italic;
}


/*-------------------------*/
#navright, #navright ul, #navleft, #navleft ul {
		font-size: 90%;
		padding: 7px 0 0 0;
		margin: 3px 0px 5px;
		list-style-type: none;
		text-align: left;
}

/*#navright ul { padding-top: 1px; }*/
	
#navright a, #navleft a {
		color: #FFFFFF;
		font-size: 90%;
		display: block;
		padding: 0 0 4px;
		width:  100px;
		text-align: center;
}
	
#navright a:hover, #navleft a:hover {
		color: #000000;
		background: #ffffff;
}
	
#navright li, #navleft li {
		font-size: 10px;
		width: 100px;
		float: left;
}
	
#navright li ul, #navleft li ul {
		background-color: #E1EDD0;
		list-style-type: none;
		position: absolute;
		left: -999em;
		width: 100px;
		margin: 0px;
		padding: 0px;
		
/*
		float: none;
		display: none;*/
}

	
#navright li ul a, #navleft li ul a {
		color: #006600;
		display: block;
		padding: 5px;
		background-color: #E1EDD0;
		
}
	
#navright li ul li, #navleft li ul li {
		color:#336633;
		width: 100%;
}
	

#navright li:hover ul, #navright li.sfhover ul, #navleft li:hover ul, #navleft li.sfhover ul {
		left: auto;
		
		color: #993366;
	}
	
/* END suckerfish */

#content a:link {
	color: #04600b;
	text-decoration: none;
}

#content a:visited {
	text-decoration: none;
	color: #333333;
}

#content a:hover {
	text-decoration: none;
	color: #ADBB86;
}

#content a:active {
	text-decoration: none;
	color: #04600b;
}

  	<style type="text/css">
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px;
	}
	#gallery ul a:hover img {

		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	</style>
