@charset "UTF-8";
/* CSS Document */

/* generic styles */

body {
margin:0; padding:0;
color: #313133;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:url(/global-images/red-bkd.jpg) top repeat-x #6F301B;
font-size:11px;
}

h1 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6F301B;
	margin:0.5em 0 0.5em 0;
	line-height: 18px;
}

h2 {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #313133;
	margin:0.5em 0 0.5em 0;
	line-height: 14px;
}

h3 {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #313133;
	margin:0.5em 0 0 0;
	line-height: 12px;
}

a, a:active, a:visited {
text-decoration: underline;
color:#455971;
}

a:hover {
text-decoration: none;
color:#313133;
}

a img {border: 0;}

p {
margin: 1em 1em 1em 0; 
line-height:14px;
}

#container {
width:780px;
margin: 0 auto;
text-align:left;
}

.divider {
padding:0.5em 0;
}

#list li{
list-style-image:url(/global-images/bullet.gif);
list-style-type:none;
margin:0 1em;
padding:0 0 1em 0;
}


/* content area background */

#content-wrapper {
border:10px solid #313133;
background:url(/global-images/content-hdr.jpg) top no-repeat #FFFFFF;
float:left;
}

#main {
background:url(/global-images/content-footer.jpg) bottom no-repeat;
widows:780px;
float:left;
}

#content {
width:450px; margin:0 10px 0 23px;
float:left;
}

/* left-nav styles */

#leftnav {
width:257px;
background:url(/global-images/sidenav-tile.jpg) top repeat-y #E1DCCA;
float:left;
margin:0 0 0 20px;
}

#leftnav p {margin:0 1em 1em 1.5em;}

#leftnav h2 {
background-color:#D2CDBC;
margin:1em; padding:0.3em 0.3em 0.3em 0.5em;
color:#6F301B;
font-size:14px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif;
}

/* client resources */

#client-resources {
background:url(/global-images/gavel.jpg) top left no-repeat;
padding:0 0 0 6em; margin:0;
float:left;
}

/* columns */

/*#columns {
column-count: 2;
column-gap: 1em;
column-width: 200px;
} */

/* footer styles */

#footer {
margin:0;
background:#6F301B;
width:780px;
clear:both;
float:left;
color:#E1DCCA;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#navlinks {
	width:780px;
	float:left;
	color: #E1DCCA;
	text-align:left;
	margin:0px; padding:0px;
	font-size:11px;
}

#navlinks li {
	display: inline;
	margin: 0 0.5em 0 0; padding: 0 0.75em 0 0;
	border-right: 1px solid #E1DCCA;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #E1DCCA;
	text-decoration:none;
}

#navlinks a:hover {
	color: #E1DCCA;
	text-decoration:underline;
}