html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	background: #889faa url(../img/bg_main.gif) repeat-y top;
	font: 12px Arial, sans-serif;
}

h2, h1, div, * {
	padding: 0;
	margin: 0;
}

input {
	vertical-align: bottom;
}

a {
	outline: none;
	color: #369;
}

a:hover {
	text-decoration: none;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header {
	height: 132px;
	width: 100%;
	background: #6f7f87;
}

#branding {
	position: relative;
	width: 788px;
	height: 132px;
	margin: 0 auto;
	display: block;
	background: url(../img/bg_top.gif) no-repeat right top transparent;
}
	
#logo h1 {
	width: 211px;
	height: 89px;
	display: block;
	margin: 0 0 0 30px;
	text-indent: -99999px;
	background: url(../img/propreport_logo.gif) no-repeat bottom transparent;
}

#logo h1 a {
	width: 211px;
	height: 89px;
	display: block;
	text-decoration: none;
}

#branding .tagLine {
	width: 450px;
	height: 20px;
	display: block;
	margin: 9px 0 0 30px;
	text-indent: -99999px;
	background: url(../img/tag_line.gif) no-repeat left transparent;
}

 /* Contact
---------------------------------*/
#contact {
	position: absolute;
	top: 0;
	left: 549px;
}

#contactHolder {
	position: absolute;
	top: 66px;
	left: 549px;
	width: 186px;
	padding-bottom: 18px;
	background: transparent url(../img/contact_bottom.gif) no-repeat bottom;
}

#contactHolderDiv {
	width: 186px;
	background: #b1d87d;
}

fieldset {
	margin: 0;
	padding: 4px 0 8px 16px;
	border: 0px solid #fff;
}

fieldset p {
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 11px;
}

p.error {
	color: #f22206;
	padding-right: 4px;	
}

p.buttons {
	text-align: right;
	padding-right: 20px;
}

label {
  display: block;
}


/* Main Content
---------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	padding-top: 1px;
	background: url(../img/dotted_line.gif) repeat-x top;
}

#content {
	float: left;
	padding: 12px 10px 10px 20px;
}

#intro {
	width: 500px;
	float: left; 
	font: 16px/20px Arial, sans-serif;
	padding: 5px 0;
}
	
#appImg {
	float: right;
	padding: 5px 10px 5px 0;
	width: 194px;
}


table.mainContent {
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}

table.mainContent td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.column1, .column2, .column3 {
	width: 238px;
	background: #6f7f87;
}

table.mainContent td ul li {
	background: url(../img/bullet.gif) no-repeat top left;
}

table.mainContent td ul li a {
	color: #fff;
	display: block;
	width: 220px;
	padding: 8px 4px 8px 14px;
	text-decoration: none;
	border-bottom: 1px dotted #ced3d6;
}

table.mainContent td ul li a:hover {
	background: #485155 url(../img/bullet.gif) no-repeat top left;
	border-bottom: 1px dotted #ced3d6;
}

.link {
	color: #f9f714;
	font-weight: bold;
	display: block;
	width: 222px;
	padding: 12px 8px;
	text-align: right;
}

/* Sub pages
---------------------------------*/
#breadcrumbs {
	color: #369;
	font-weight: bold;
	padding: 2px 0 14px 0;
}

#breadcrumbs a, #breadcrumbs span {
	padding: 0 4px 0 4px;
}

#mainNav, #mainNav ul li {
	float: left;
}

#mainNav ul li {
	display: block;
	height: 38px;
	width: 238px;
	text-decoration: none;
	border-right: 3px solid #fff;
	text-indent: -9999px;
	background: #e4e7e8;
}

#mainNav ul li.owners {
	background: #e4e7e8 url(../img/owners.gif) no-repeat top left;
}

#mainNav ul li.managers {
	background: #e4e7e8 url(../img/managers.gif) no-repeat top left;
}

#mainNav ul li.traders {
	background: #e4e7e8 url(../img/traders.gif) no-repeat top left;
}

#mainNav ul li a {
	display: block;
	width: 238px;
	height: 38px;
}
                                   
#mainNav ul li.owners a.current {
	background: #6e7e86 url(../img/owners.gif) no-repeat bottom left;
}

#mainNav ul li.managers a.current {
	background: #6e7e86 url(../img/managers.gif) no-repeat bottom left;
}

#mainNav ul li.traders a.current {
	background: #6e7e86 url(../img/traders.gif) no-repeat bottom left;
}

h3 {
    font: 18px/28px Arial, sans-serif;
	margin-bottom: 14px;
}

#subContent {
	clear: both;
	width: 690px;
	background: #6f7f87;
	padding: 15px 15px 30px 15px;
	color: #fff;
	font: 14px/16px Arial, sans-serif;
}

#subContent p {
    padding-bottom: 15px;
}

#subContent h3 {
    font: 18px/42px Arial, sans-serif;
}

#subContent h4 {
    font: bold 15px/24px Arial, sans-serif;
    margin: 6px 0 0;
    color: #d6eaba;
    clear: both;
}

#subContent a {
    color: #fff;
}

#subContent dl {    
    line-height: 18px;
    margin-bottom: 15px;
}

.halfColumn {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}
.halfColumn ul {           
    margin: 4px 0 20px;
    text-indent: 10px;
    line-height: 18px;
}


#pagination {
	display: block;
	text-align: right;
}

#pagination a {
	color: #f9f714;
	text-decoration: none;
	padding: 0 4px;
	font-weight: bold;
}

#pagination a.current {
	background: #e4e7e8;
	color: #333;
}

#pagination a.prev {
	width: 40px;
	padding-left: 11px;
	background: url(../img/prev_arrow.gif) no-repeat left;
}

#pagination a.next {
	width: 44px;
	padding-right: 10px;
	background: url(../img/next_arrow.gif) no-repeat right;
}

/* FAQ tables
---------------------------------*/
table.faq {
	border-collapse: collapse;
	border: 1px solid #c5cbcf;
	margin-bottom: 15px;
}
table.faq th, table.faq td {
	text-align: center;
	padding: 0.3em 1em;
}
table.faq th {
  font-weight: normal;
}
table.faq thead {
	color: #333;
	background: #e4e7e8;
	border-top: 1px solid #c5cbcf;
	border-bottom: 1px solid #c5cbcf;
}



/* Footer
---------------------------------*/
#footer {
	width: 720px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #d8e7c4;
	clear: both;
}

#footer p {
	color: #6f7f87;
	font: 10px Arial, sans-serif;
	line-height: 42px;
}