html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Base styles */

input:focus, textarea:focus {
	background-color: #ffffe0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
html {
    background: #eee;
}
body, td, th, p, label {
  font-family: Arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #005;
  background: transparent;    
}
h1, h2, h3, h4, h5 {
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-weight:normal;
}
td, th {
    padding: 0 4px;
    text-align: left;
}
label {
    font-family: Arial, helvetica, sans_serif;
    padding: 0;
    vertical-align: middle;
}
.left {
    float: left;
    clear: left;
    width: 200px;
    text-align: right;
    padding-right: 4px;
    vertical-align: middle;
}
.indent {
    margin-left: 108px;
}
fieldset {
    padding: 8px 8px;
    margin-top: 8px;
    border: 1px solid #bbc;
}
fieldset div {
    margin-top: 10px;
    margin-bottom: 5px;
}
hr {
    color: #b0aba3;
    background-color: #b0aba3;
    height: 1px;
    width: 100%;
    border: 0;
}
form a {
    font-size: 0.8em;
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
img {
    padding: 0;
    margin: 0;
    border: 1px solid #066579;
}
.odd {
    background-color: #eee;
    line-height: 150%;
}
.even {
    background-color: #ddd;
}
.odd td, .even td {
    padding-top: 4px;
    padding-bottom: 4px;
}
/* Header */

#headerbar, #headerbar_admin {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#headerbar img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    float:right;
}
#headerbar {
    background-image: url(/images/jordan_associates_header_left.gif);
    background-repeat: no-repeat;
    height: 130px;
    width: 770px;
}
#headerbar_admin {
    background-color: #009;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
#headerbar h1 {
    font-weight: bold;
    font-size: 36px;
    color: white;
}
#headerbar_admin h1 {
    font-weight:bold;
    font-size: 24px;
    color: white;
}
#headerbar a, #headerbar_admin a {
    text-decoration: none;
    color: white;
}

#footer {
    background-color: #b0aba3;
    padding-top: 6px;
    padding-bottom: 6px;
    clear:both;
    border-top: 2px solid #5d6293;
}
#footer p, #footer a {
    text-align: center;
    font-size: 12px;
    color: white;
    font-weight:bold;
    margin: 0;
    padding: 2px;
}

/* Navigation Bar */

#navcontainer ul {
    padding: 0;
    margin: 0;
    background-color: #b0aba3;
    color: White;
    float: left;
    width: 100%;
    list-style: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 2px solid #5d6293;
}
#navcontainer ul li { 
    display: inline;
    color: White;
    float: left;
    border-right: 1px solid #8688b2;
    font-family: arial, helvetica, sans-serif;
}
.nav_current {
    background-color: #5d6293;
    padding: 0.2em 0.7em;
    float:left;
}
#navcontainer ul li a {
    padding: 0.2em 0.7em;
    background-color: #b0aba3; 
    color: White;
    text-decoration: none;
    float:left;
}
#navcontainer ul li a:hover {
    background-color: #5d6293;
    color: #fff;
}
/* Core Layout */

#pagewrapper {
    width: 770px;
    margin: 5px auto;
    padding: 0;
    background: #fff;
    border: 1px solid black;
}  
#pagecontent {
    clear:both;
    padding-bottom: 15px;
    position: relative;
    height:1%;
}
#pagecontent ul {
    line-height: 150%;
	list-style-type: square;
    margin: 5px;
    margin-left: 2em;
}
#pagecontent ul li {
    margin-left: 1em;
}
#pagecontent h1 {
    font-size: 1.5em;
	font-weight: normal;
	line-height: 140%;
    margin: 8px 0 15px 0;
    padding: 0;
    color: #006;
}
#pagecontent h2 {
    font-size: 1.25em;
    margin: 0;
    padding: 6px 0;
    color: #006;
}
#pagecontent h3 {
    font-size: 1em;
    margin: 4px 0;
    padding: 0;
    color: #006;
}
#pagecontent p, ul, td {
    margin-top: 4px;
    margin-bottom: 8px;
    line-height: 150%;
    font-size: 12px;
}
#pagecontent a {
    color: #00c;
}

#pagecontent a:hover {
    background-color: #009;
    color: white !important;
    text-decoration:none;
}
#pagecontent a:visited {
    color: #00c;
}
#pagecontent a:active {
    color: white;
    background-color: #009;
}

#lefthalf {
    float: left;
    width: 370px;
}
#righthalf {
    float:right;
    width: 370px;
}
.links li a {
    color: #046;
    text-decoration: none;
}
.links li a:visited {
    color:#046;
}
.links li a:hover {
    background-color: #0a7790;
    color: white;
}
.links li a:active {
    background-color: #0a7790;
    color: white;
}

/* home page */

#home_top {
    width: 770px;
    height: 225px;
    background-image: url(/images/home_background.jpg);
    background-repeat: no-repeat;
}
#home_intro {
    position:relative;
    left: 320px;
    top: 15px;
    width: 450px;
}
.bullets_left li, .bullets_right li {
    padding-bottom: 3px;
}
.bullets_left {
    float: left;
    margin-left: -10px;
    width: 220px;
}
.bullets_right {
    float:right;
    padding-right: 10px;
    width: 230px;
}
.more_link {
    padding-top: 5px;
    margin-left: 10px;
    clear:both;
    height: 1em;
    float:left;
    width: 450px;
}
.home_content{
    float:left;
    clear: both;
}
#left_col {
	float: left;
	width: 345px;
	margin: 15px 0;
	padding: 0 15px 0 20px;
	border-right: 1px solid #b0aba3;
}

#admin #left_col {
    padding-left:0;
}
#admin #right_col {
  /*width: 340px;*/
}
#right_col {
	float:right;
	width: 350px;
	margin: 15px 0;
	padding: 0 15px;
}
.contact {
	width:80px; 
	display:block; 
	float: left;
	font-weight:bold;
}

/* Forms */

.form, .form p {
    display: inline;
    margin-top: 2px;
    font-size: 14px;
}
.form td {
    padding: 1px 5px 1px 0;
}
.where select {
    width:80px;
}
.dr select {
    width:180px;
}
.highlight {
    color: #f22 ;
    font-weight: bold;
}
.action {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    margin: 0;
}
.action_button {
    float: left;
    width: 140px;
    margin: 0;
    padding: 0;
}
.action_details {
    margin-left: 150px;
    margin: 0;
    padding: 0;
}
.button {
    margin: 5px 0 5px 0;
    padding: 2px 6px;
}

p.formlabel {
    font-weight: bold;
    float: left;
    clear: both;
    font-family: arial, helvetica, san-serif;
    color: black;
    display: inline;
}
div.formindent {
    margin-left: 120px;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
    background-color: #fcc;
}
div.fieldWithErrors {
    display: inline;
}
#errorExplanation {
  width: 690px;
  border: 2px solid #c00;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
.reqd {
    font-weight: bold !important;
}
p.footnote {
    font-size: 0.7em !important;
}
.editblock a {
    text-decoration: none;
}
.editblock a:visited {
    text-decoration: none;
}
.editblock a:hover {
    background-color: yellow !important;
}

/* Staff Page */

.staff_member {
    clear:both;
/*    margin: 10px 0; */
}
.staff_photo {
    float:left;
	margin-bottom: 10px;
}
.staff_bio {
    margin: 0 200px 0 220px;
	padding: 0 20px 0 10px;
}
.full_page {
	padding: 10px 30px 20px 20px;
}
.full_width_head {
    padding: 20px 20px 0 20px;
    margin: 0;
    height: 1%;
}
a.textbutton {
    color: white;
    display:block;
    text-decoration:none;
    padding: 10px;
    background-color: #0a7790 !important;
    color: #fff !important;
    font-weight:bold;
    margin: 0 10px 10px 0;
    border: 1px solid #066579;
    width: 120px;
    text-align: center;
}
a.textbutton:hover {
    background-color: #056 !important;
}
a.textbutton:visited {
    background-color: #0a7790;
}
a.textbutton:active {
    background-color: #0a7790;
}
/* Admin */

#admin #notice {
    padding: 6px 0;
    color: red;
    font-weight: bold;
}

#admin {
    padding: 0 10px;
}

.admin_link {
    margin-top:0;
    margin-right: 10px;
    font-size: 10px;
    float:right;
    color:#fff;
}
.admin_link a {
    text-decoration:none;
}
#admin p {
    clear: both;
    margin: 0;
    padding: 3px 0;
}
#admin table {
    width: 100%;
}
#admin th {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 8px;
}
label {
    font-size: 12px;
}
legend {
    font-size: 20px;
    color: #006;
}
dt, dd {
    font-size: 12px;
    margin-bottom: 4px;
}
dt {
    float: left;
    width: 140px;
    clear: both;
    text-align: right;
}
dd {
    margin-left: 150px;
}
.emph {
    font-weight: bold;
}
/* layout:fixed doesn't validate
.actionstable {
    layout:fixed;
    width:730px;
} */
.dbtext {

}
.dbtext500 {
    width:500px;
}
.peopleform td {
    padding: 3px 3px 3px 0;
}
.report {
    border-collapse: collapse;
    border: 2px solid #666;
    margin-bottom: 20px;
}
.report th, .report td {
    padding: 4px 10px;
    border-bottom: 1px solid #666;
}
.report th {
    background-color: #ccc;
}
.leftcell {
    border-right: 1px solid #666;
    text-align: left;
}
.report th, .report td {
    text-align: center;
}
.sidebar {
    float:right; 
    width: 350px; 
    border: 1px solid #005; 
    margin-left:10px; 
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffc;
}
table.twocol td {
	margin:0;
	padding:0 15px;
}
#pagecontent h3.doc_section {
	padding: 5px 0;
}
#pagecontent p.contact_type {
	float:left;
	width: 120px;
	font-weight: bold;
	clear:left;
	margin-left: 20px;
}
#pagecontent p.contact_info {
	margin: 0 0 0 140px;
}
#pagecontent div.break {
	clear:both;
	padding-bottom: 3px;
}
#pagecontent h1.client_name {
	font-weight:bold;
}
#pagecontent div.list_indent {
  clear:both;
	margin-left: 20px;
}
.auto_complete li{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.not_notified {
	color: red;
}
.tree, .tree ul { 
	padding-left: 20px; 
	list-style-type: none;
}
ul.tree {
  clear:both;
}
.tree {
  padding: 0px;
  margin: 12px;
}
.tree li {
  clear: both;
	/*margin-top: -6px;*/
	position: relative;
}
.tree li a {
  padding: 2px 0 0 18px;
	background: url(/images/folder.png) no-repeat left top;
}
.tree li.file {
	margin-top: 0;
}
.tree li.file a {
	padding-left: 18px;
	background: url(/images/file.png) no-repeat left top;
}
.tree li span.handle {
  display: block;
  float: left;
	width: 15px;
	height: 12px;
	margin: 2px 3px 0 0;
	cursor: pointer;
}
.tree li span {
	background: url(/images/folder_open.png) no-repeat 3px 3px;
}
.tree li.file a.actions-icon {
	background: none;
	padding-left: 0;
}
.tree li.closed span {
	background: url(/images/folder_closed.png) no-repeat 3px 3px;
}
.tree li.closed li {
	display: none;
}
.tree .drop_hover {
	background: url(/images/drag.png) no-repeat bottom left;
}
.tree .drop_top {
	background-position: 12px top;
}
.tree .drop_bottom {
	background-position: 12px bottom;
}
.tree .drop_insert {
	background-position: 32px 100%;
}
.tree li span.doc {
	background: none;
}
.tree li.file {
  margin-top: 4px;
}
.tree li.file a.doc, .tree li.file .sf-menu a {
  background: none;
  padding-left: 0;
}
.tree a.folder {
  color:#000000 !important;
  cursor:default;
  font-weight:bold;
}
.tree li span.not-notified {
  background: none;
  color: red;
  font-weight: bold;
  padding-left: 45px;
}
#pagecontent .tree a.folder.not-notified,
#pagecontent .tree a.not-notified {
  color: red !important;
}
.tree .actions {
  position: absolute;
  margin-left: 50px;
}
.tree .doc-link {
  float: left;
  clear: both;
}
.tree li.category {
  padding-top: 8px;
}
.tree strong {
  margin-left:2px;
}
#pagecontent a.folder:hover {
  background-color: #fff;
  color: #0000CC !important;
}
#pagecontent ul.sf-menu, #pagecontent ul.sf-menu ul {
  margin: 0;
  padding-left: 0;
}
#pagecontent .sf-menu ul li {
  margin-bottom: 0;
}
#pagecontent .sf-menu li.actions {
  margin-left:2px;
  margin-top:-3px;
}
form#files {
  margin-top: 10px;
}
#pagecontent h3.instructions {
  font-size: 11px;
}
#user-select {
  clear: both;
}
#user-select span.admins, #user-select span.principals {
  float: left;
}
table.uploaded-docs td.administrator,
table.uploaded-docs td.principal {
  min-width: 120px;
}