@import "/css/shared.css";

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, div {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #0F2F5A url('/images/Background_Gradient.png') repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: justify;
	margin: 0px;
	padding: 0;
}

hr {
	width: 770px;
	color: #73524E;
	padding: 0px;
	margin: 0px auto;
}

#IE_hack {
	text-align: center;
	height: 100%;
}

#main-body {
	margin: 0 auto;
	margin-top: 15px;
	padding: .1px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid black;
	width: 800px;
/*	min-width: 800px;
	width: 95%;
	max-width: 1144px;
*/
}

#header {
	background: #F3F3F3 url('/images/Header_Background.png') top center repeat-y;
	height: 77px;
	width: 100%;
	font: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0px auto;
}

#header-container {
	background: url('/images/Header2.png') top center no-repeat;
	height: 77px;
	width: 800px;
	font: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0px auto;
}

#header-left {
	width: 220px;
	float: left;
	text-align: left;
	margin-left: 15px;
	margin-top: 15px;
}
#header-right {
	width: 220px;
	float: right;
	text-align:right;
	margin-right: 15px;
	margin-top: 0px;
	padding: 0px;
	height: 77px; 
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
}
#header a {
	color: #000000;
}



#breadcrumb {
	background: #D9982B url('/images/MenuBarGradient.png') top center repeat-x;
	height: 15px;
	color: #73524E;
}

#breadcrumb a {
	font-weight: bold;
	text-decoration: none;
	color: #014100;
}

#breadcrumb a:hover {
	color: #E3D57B;
}

#menu-container {
	width: 100%;
	height: 18px;
	margin: 0;
	background: #73524E url('/images/MenuBarGradient.png') top center repeat-x;
}

#menu {
	width: 800px;
	margin: 0px auto;
	padding-top: 2px;
	text-align: center;
	background: #73524E url('/images/MenuBarGradient.png') top center repeat-x;
	color: #FFFFFF;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

#menu ul li {
	margin: 0px auto;
	width: 133px;
	background: #0E2A51 url('/images/MenuBarGradient.png') top center repeat-x;
	display: inline;
	position: relative;
	float: left;
	text-align:center;
	height: 20px;
	vertical-align:bottom;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li:hover {
	border-left: #FFFFFF;
	border-right: #FFFFFF;
	/* background: #0E2A51 url('/images/MenuBarGradient.png') top center repeat-x; */
	background: #0F2F5A;
	color: white;
}

#menu li:hover a {
 color: #FFFFFF;
}

#menu li:hover ul li a {
  color: #0E2A51; 
}

#menu li ul { 
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	background: #0E2A51 url('/images/MenuBarGradient.png') top center repeat-x;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#menu li ul li {
	padding: 0px;
	margin: 0px auto;
	width: 133px;
	text-align: center;
	background: white;
}

#menu li ul li:hover {
	background: #0E2A51;
	color: white;
}

#menu li ul li:hover a {
	color: white;
}

#menu li > ul {
	top: auto;
	left: auto;
}

#menu li:hover ul, li.over ul{ display: block; z-index: 10; }

#menuPadding {
 	display: inline;
	float: left;
 	width: 55px;
 }



#mainBody-Container {
	clear: both;
	background: fixed #E3E3E3 url('/images/GavelOnBook2.jpg') center no-repeat ;
	margin: 0 auto;
}

#sidebar-Container {
	float: right;
	width: 175px;
}

#sidebar {
	width: 145px;
	margin: 15px auto;
	margin-top: 25px;
	font:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	/* background: #0E2A51; */
	background: url('/images/transparent-dkblue.png') top left repeat;
	padding: 5px;
	/*filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;*/
}

#sidebar a {
	color: #FFFFFF;
}


 
 #mainBody {
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
	padding: 5px;
	width: 550px;
	background: url('/images/transparent.png') top left repeat;
	width: 74%;
	/*position: relative;
	float: left;
	right: auto;*/
 }

#content {
	padding: 10px;
	text-align: justify;
	margin-top: 8px;
}

#content a {
 	color: #0F2F5A;
}

#footer {
	background: #FFFFFF;
	padding: 0px;
	clear: both;
	text-align: center;
	width: 100%;
	font-size: .8em;
}

#footer-left {
	text-align: left;
	font-size: 90%;
	width: 230px;
	float: left;
	margin-left: 15px;
}

#footer-right {
	text-align: right;
	font-size: 90%;
	float: right;
	width: 230px;
	margin-right: 15px;
}

#footer-center {
	text-align: center;
	font-size: 90%;
	font-weight: bold;

}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.clear {
	clear: both;
	padding: 1px 0;
}

strong, .bold {
	font-weight: bold;
}

em, .italic {
	font-style: italic;
}

a {
	color: #014100;
	font-weight: bold;
}

p {
	margin: 0 0 12px 0;
}

.dropCap {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
}

.white {
	color: #FFFFFF;
}

.center {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.contactinfo {
	
	float: left;
	margin-left: 8px;
	margin-right: 3px;
	margin-bottom: 8px;
	padding: 3px;
}

.contactinfo2 {
	width: 175px;
	float: right;
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 3px;
	font-size: 1.1em;
	background: #FFFFFF;
	clear: right;
}

.identifier {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #73524E;
	text-align: center;
	width: 100%;
}

.image {
	float: left;
	padding: 0px;
	verticle-align: middle;
	margin: 3px;
}

.image img {
	border: 1px solid #79901C;
}

.item {
	border: 1px solid #79901C;
	background-image: url(images/bg_lt.gif);
	padding: 3px;
}

.printTag {
	display: none;
}

.printOnly {
	display: none;	
}

#salesMenuSide {
	float: left;
	margin: 15px;
}

#salesMenuSide th, #salesMenuSide th a {
	background-color: #4EA602;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#salesMenuSide td, #salesMenuSide td a {
	background-color: #FFFFFF;
	color: #73524E;
	text-align: left;
}

#infoFrame {
	float: right;
	width: 680px;
	height: 640px;
	border: 1px solid #4EA602;
}

.normalList li {
	list-style: circle;
	margin-left: 15px;	
}

.spacedList li {
	margin-top: 20px;
}