/******************************************************
		DPP EXTRANET STYLES & FORMATTING ********************/

body {
	background: #fff;
	color:#5a5b5e;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:center;
}
table {
	clear:both;
	vertical-align:top;
}
tr,th,td {
	vertical-align:top;
}
p {
	clear:both;
	font-size:11px;
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
div {
	font-size:11px;
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
input {
	background:#fff;
	border:1px solid #939598;
	color:#5a5b5e;
	float:left;
	font-size:11px;
	font-weight:normal;
	height:18px;
	line-height:18px;
	margin:4px 0px 2px 0px;
	padding:0px 0px 0px 3px;
}
input.checkbox {
	background:transparent;
	border:none !important;
	float:none;
	height:auto !important;
	line-height:20px;
	margin: 2px 0px 0px 0px !important;
	margin: -3px; /* ie hack for checkboxes and radio buttons */
	padding:0px;
	width:auto !important;
}
input.btnSubmit {
	background:#d7d9db;
	border:2px outset;
	color:#000;
	float:none;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	height:22px;
	line-height:11px;
	margin-left:12px;
	padding:2px 5px 1px 5px;
	width:auto !important;
}
input.button {
	background:#d7d9db;
	border:1px outset #666666;
	color:#555;
	float:none;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	height:22px;
	line-height:11px;
	margin:0px;
	padding:2px 5px 1px 5px;
	width:auto !important;
}
input.loginField,
input.field {
	background:#fff;
	border:1px solid #939598;
	color:#5a5b5e;
	font-size:11px;
	font-weight:normal;
	height:21px;
	line-height:17px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 3px;
	width:180px;
}
input.loginField {
	width:200px;
}
select {
	background:#fff;
	border:1px solid #939598;
	color:#5a5b5e;
	float:left;
	font-size:11px;
	font-weight:normal;
	height:20px;
	line-height:21px;
	margin:4px 0px 4px 0px;
	padding:0px 0px 0px 3px;
	width:auto;
}
select.mult_select {
	height:130px;
	width:350px;
}
option {
	height:18px;
	line-height:18px;
}	
textarea {
	background:#fff;
	border:1px solid #939598;
	color:#5a5b5e;
	font-size:11px;
	font-weight:normal;
	height:90px;
	line-height:18px;
	margin:4px 0px 0px 0px;
	padding:0px 0px 0px 3px;
	width:275px;
}



/******************************
			Typography ***********/
h1 {
	color:#000;
	font-size:21px;
	font-weight:normal;
	line-height:25px;
	margin:15px 0px 0px 10px;
	padding:0px;
	text-align:left;
	text-transform:capitalize;
}
h2 { 
	color:#000;
	font-family: Arial;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	margin:0px 0px 0px 80px;
	padding:0px 0px 0px 0px;
	text-align:left;
	text-transform:capitalize;
}
h3 { 
	color:#000;
	font-family: Arial;
	font-size:17px;
	font-weight:bold;
	line-height:22px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	text-align:left;
	text-transform:capitalize;
}
h4 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	margin:0px;
	padding:0px;
	text-align:left;
	text-transform:capitalize;

}
h4.msg {
	color:#333;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	margin:10px 30px;
	padding:0px;
	text-align:center;
	text-transform:none;

}
h5 {
	color:#333;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	margin:0px;
	padding:0px;
	text-align:left;
	text-transform:capitalize;
}
h6 {
	color:#666;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	margin:2px 0px 2px 0px;
	padding:0px;
	text-align:left;
	text-transform:capitalize;

}
a:link,
a:visited {
	color:#0000ff;
	text-decoration:underline;
}
a:hover {
	color:#0000aa;
	text-decoration:underline;
}

ul {
	color: #000000;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	margin:5px 0px 10px 20px;
	padding:0px 0px 0px 0px;
}
li {
	color: #000000;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	margin:0px 0px 0px 17px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.page-error div {
	background:#f0d9de;
	border:1px solid #9C0022;
	clear:both;
	color:#9C0022;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	line-height:17px;
	margin:5px auto 10px auto;
	padding:5px 10px;
	text-align:left;
	white-space:normal;
	width:350px;
}


/******************************
			Page Structure *******/
#pageWrap {
	margin:10px auto 20px auto;
	text-align:center;
	width:1040px;
}
#header {
	height:98px;
}
#topNav {
	clear:both;
	margin:3px 0px 0px 0px;
}


/******************************
			Header *******/
#header .logo {
	float:left;
	height:65px;
	width:auto;
}
#header .util-nav {
	float:right;
	height:65px;
	text-transform:capitalize;
	width:250px;
}


/******************************
			Top Navigation *******/
#topNav ul {
	background:#9fa716;
	clear:both;
	color:#fff;
	height:30px;
	list-style-type:none;
	margin:0px;
	overflow:hidden;
	padding:0px;
	text-align:center;
}
#topNav li {
	color:#fff;
	float:left;
	font-size:15px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	margin:0px;
	padding:0px;
	text-align:center;
	width:auto;
}
#topNav li:hover {
	background:#f3f3ed;
	color:#9fa716;
}
#topNav li a {
	color:#f3f3ed;
	margin:0px 2px;
	padding:0px 16px;
	text-align:center;
	text-decoration:none;
}
#topNav li a:hover {
	color:#9fa716;
}


/******************************
			Login Page *******/
#loginWrap {
	border:1px solid #e7e9c5;
	height:auto;
	margin:30px auto 0px auto;
	padding:10px;
	text-align:left;
	width:610px;
}
#loginWrap h2 {
	background:#c5ca73;
	color:#fff;
	font-size:17px;
	font-weight:normal;
	line-height:28px;
	margin:0px 0px 35px 0px;
	padding:30px 0px 6px 0px;
	text-align:center;
}
#loginWrap div {
	clear:both;
	line-height:20px;
	margin:0px 120px 0px 120px;
	padding:3px 0px;
}
#loginWrap h5 {
	color:#939598;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	width:100px;
}
#loginWrap .btn-wrap {
	padding:15px 0px 35px 0px;
	text-align:center;
}


/******************************
			listings Page *******/
#listingsForm {
	/*border:1px solid #e7e9c5;*/
	height:auto;
	margin:30px auto 0px auto;
	padding:10px;
	text-align:left;
	width:800px;
}
#listingsForm div {
	clear:both;
	line-height:20px;
	margin:0px 100px 0px 100px;
	padding:3px 0px;
}
#listingsForm h5 {
	color:#939598;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	width:170px;
}
#listingsForm span {
	color:#5a5b5e;
	float:left;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	line-height:24px;
	margin:0px 10px;
	text-align:left;
	width:auto;
}
#listingsForm h5 span {
	color:#939598;
	margin:0px;
	font-size:12px;
	font-weight:bold;
}
#listingsForm .btn-wrap {
	padding:15px 0px 35px 0px;
	text-align:center;
}


/******************************
			contacts Page *******/
#contacts {
	height:auto;
	margin:30px auto 0px auto;
	padding:10px;
	text-align:left;
	width:800px;
}
#contacts div {
	clear:both;
	line-height:20px;
	margin:0px 60px 0px 60px;
	padding:3px 0px;
}
#contacts div div {
	margin:0px;
}
#contacts ul {
	clear:both;
	line-height:20px;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	overflow:auto;
	padding:0px;
}
#contacts h3 ,
#contacts h3 a {
	clear:both;
	color:#9FA716;
	margin-top:15px;
	outline:none;
	/*text-decoration:none;*/
}
#contacts h4 ,
#contacts h4 a {
	clear:both;
	color:#202020;
	/*float:left;*/
	float:none;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	outline:none;
	text-align:left;
	/*text-decoration:none;
	width:170px;*/
}
#contacts ul li.item {
	border:1px solid #e7e9c5;
	margin:0px 20px 15px 20px;
	padding:5px 10px;
}
#contacts ul li.item h5 {
	color:#939598;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
}
a.comments_link {
	font-size:10px;
	outline:none;
}
textarea.comments_box {
	height:75px;
	margin:0px 0px 10px 10px;
	width:350px;
}


/******************************
			agent files Page *******/
#docs_helper {
	border:1px solid #e7e9c5;
	height:auto;
	margin:30px auto 0px auto;
	overflow:auto;
	padding:10px;
	/*position:relative;*/
	text-align:left;
	width:800px;
}
#docs_helper div {
	line-height:20px;
	/*margin:0px 60px 0px 60px;*/
	padding:3px 0px;
}
#docs_helper ul {
	clear:both;
	line-height:20px;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#docs_helper h3 {
	color:#9FA716;
	margin-top:15px;
}
#docs_helper h4 {
	color:#202020;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	width:170px;
}
#docs_helper ul li.item {
	border:1px solid #e7e9c5;
	margin:0px 20px 15px 20px;
	padding:5px 10px;
}
#docs_helper ul li.item h5 {
	color:#939598;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
}
#docs_helper div.cat {
	clear:both;
	color:#f0f0f0;
	font-size:12px;
	line-height:25px;
	/*float:left;*/
	margin-left:60px;
	/*position:relative;
	top:0px;*/
	width:auto;
}
#docs_helper div.cat a {
	color:#fff;
}
#docs_helper div.doc_links {
/*	float:right;*/
	line-height:20px;
	margin:0px;
	padding:3px 0px;
/*	position:absolute;
	right:-1000px;
	top:-1000px;
	width:500px;*/
}
#docs_helper div.doc_links li {
	font-size:12px;
	line-height:23px;
}
#docs_helper div.cat a.new {
	color:#9fa716;
	font-weight:bold;
}
#docs_helper div.doc_links_new {
	/*border:1px solid #c5ca73;*/
	background:#f3f3ed;
	line-height:20px;
	margin:0px 90px 10px 75px;
	padding:3px 0px;
}
#docs_helper div.doc_links_new li {
	color:#444;
	font-size:12px;
	line-height:23px;
}
#docs_helper div.doc_links_new li a {
	color:#444;
}


