/* yorange - #f99a1f */

body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:'Trebuchet MS', Arial;
	font-size:10pt;
	width:100%;
	margin:0px;
	padding:0px;
	background:#ffffff;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	min-height:400px;
}

#navigation {
	clear:both;
	background-image:url(../images/tab_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:37px;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 30px;
	position:relative;
}

#navigation ul li {
	float:left;
	margin-right:15px;
}

#navigation ul li a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
	padding:1px 3px 2px 3px;
	width:95px;
	background-image:url(../images/tab.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:5px;
	text-align:center;
	min-height:31px;
}

#navigation ul li a:hover {
	background-image:url(../images/tab_over.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#navigation ul ul {
	display:none;
	position:absolute;
	width:150px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	z-index:500;
}

#navigation ul li:hover ul {
	display:block;
}

#navigation ul ul li {
	background-color:#0000ff;
	width:150px;
}

.clear_both {
	clear:both;
}

#footer {
	color:#333333;
	text-align:center;
	font-family:'Trebuchet MS', Arial;
}

#footer a {
	color:#333333;
}

#footer a#pjn {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color:#000000;
}

















.upload_column2 {
	width:49%;
	float:left;
}

.full_page_area .close_button {
	float:right;
	width:60px;
	height:20px;
	margin-top:10px;
	margin-right:10px;
}

p.field {
	clear:right;
	padding:3px 7px;
	margin:0px;
	width:320px;
}

p.field input, p.field select {
	float:right;
	margin:0px;
	padding:0px;
	width:200px;
}

p.field textarea.float_right {
	float:right;
	margin:0px;
	padding:0px;
	width:200px;
}

p.margin5 {
	margin-left:5px;
}

h2.margin5 {
	padding-left:5px;
}

.error_message {
	width:auto;
	background-color:#FCA7A9;
	border:3px #ff0000 solid;
	color:#ff0000;
	font-weight:bold;
	margin:5px 0px;
	padding:5px;
}

.info_message {
	width:auto;
	background-color:#9E8FF3;
	border:3px #0000ff solid;
	color:#0000ff;
	font-weight:bold;
	margin:5px 0px;
	padding:5px;
}

a span.no_underline {
	text-decoration:none;
}

#folder_list ul {
	list-style-type:none;
}

#folder_list ul ul, #folder_list ul ul ul, #folder_list ul ul ul ul, #folder_list ul ul ul ul ul {
	display:none;
}

#folder_list ul li {
	display:block;
	clear:left;
}

#folder_list ul li a {
	text-decoration:none;
	color:#000000;
	padding:3px 0px;
}

#folder_list ul li .open_sub {
	float:left;
	width:20px;
	text-align:center;
}

#folder_list ul li a.open_sub:hover {
	background-color:#f99a1f;
}

#folder_list ul ul li .open_sub {
	width:20px;
	margin-left:20px;
}

#folder_list ul ul ul li .open_sub {
	width:20px;
	margin-left:40px;
}

#folder_list ul ul ul ul li .open_sub {
	width:20px;
	margin-left:60px;
}

#folder_list ul ul ul ul ul li .open_sub {
	width:20px;
	margin-left:80px;
}

#folder_list ul li a.folder_link {
	float:left;
	width:175px;
}

#folder_list ul ul li a.folder_link {
	float:left;
	width:155px;
}

#folder_list ul ul ul li a.folder_link {
	float:left;
	width:135px;
}

#folder_list ul ul ul ul li a.folder_link {
	float:left;
	width:115px;
}

#folder_list ul ul ul ul ul li a.folder_link {
	float:left;
	width:95px;
}

#folder_list ul li a.folder_link:hover {
	background-color:#cccccc;
}

.add_button a {
	margin-left:20px;
	border-left:#cccccc solid 1px;
	border-right:#333333 solid 1px;
	border-top:#cccccc solid 1px;
	border-bottom:#333333 solid 1px;
	background-color:#999999;
	padding:3px 7px;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

a.black_text {
	color:#000000;
}

.add_button a:hover {
	margin-left:20px;
	border-left:#333333 solid 1px;
	border-right:#cccccc solid 1px;
	border-top:#333333 solid 1px;
	border-bottom:#cccccc solid 1px;
	background-color:#999999;
	padding:3px 7px;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

h3 {
	color:#f99a1f;
	clear:both;
	padding-top:4px;
}

h3 strong {
	color:#000000;
}

.property_row {
	clear:left;
	margin-top:12px;
	width:400px;
	position:relative;
}

.property_row a {
	text-decoration:none;
	color:#000000;
	width:100%;
	height:100%;
	display:block;
	background-color:#cccccc;
	border:#666666 1px solid;
	padding:3px;
	min-height:80px;
	overflow:hidden;
}

.property_row a:hover {
	border:#000000 1px solid;
}

.property_row img {
	float:left;
	margin-right:7px;
}

#content {
	width:700px;
	float:left;
	margin-left:20px;
}

a#acumen_logo {
	float:left;
	top:-28px;
	position:relative;
	margin-left:3px;
}

#search_area {
	float:right;
}

p.home_login {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	clear:left;
	font-family:'Trebuchet MS', Arial;
	font-size:11pt;
}

p.home_login label {
	float:left;
	width:130px;
	padding-left:25px;
}

p.home_login input {
	float:left;
	width:220px;
}

p.home_login_submit {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	clear:left;
}

p.home_login_submit input {
	margin-left:155px;
	width:220px;
}
