/* Edward Schmidt, LCC - Site CSS */

/*Text*/
h1 {
	font-size:25px;
	text-align:center;
	text-decoration:underline;
	font-style:oblique;
}

h3 {
	font-size:15px;
	text-align:center;
	text-decoration:none;
	font-style:none;
}

#clients {
	display:block;
	width:350px;
}

#clients ul li {
	font-size:12px;
}

/* Centers the whole layout */
body {
	text-align:center;
	background-color:#2c5700;
	background-image:url(images/background-gradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	padding:0px;
	text-align:left;
}
	
#header {
	height:150px;
	width:758px;
	border:1px #000000;
	float:left;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}

#content {
	background-color:#ffffff;
	background-image:url(images/gavel.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-height:500px;
	width:738px;
	height:auto;
	float:left;
	padding:10px;
	border-left:1px solid black;
	border-right:1px solid black;
}

#footer {
	background-color:#ffffff;
	width:758px;
	height:auto;
	float:left;
	border:1px solid black;
	border-top:1px dotted black;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#footer ul {
	float:left;
	text-align:center;
	padding:10px 0px 10px 0px;
	margin:0px;
	color:#000000;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer ul li {
	display:inline;
	padding:0px
}

#footer ul li a {
	color: #999999;
	text-decoration: none;
}

#footer ul li a:hover {
	color: black;
}

	

/* Navigation Bar Code */

#navcontainer {
	border-left:1px solid black;
	border-right:1px solid black;
}

#navcontainer ul {
	float:left;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	margin-bottom: 0;
	background-color: #004d6f;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 15px;
	border-bottom:1px solid black;
	font-size:12px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
	display:inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #000;
}

#navcontainer ul li a:hover {
	background-color: #369;
	color: white;
}

#navcontainer #active { border-left: 1px solid #000; background-color:#369; }