/*
Portfolio Cash Flow Management
master stylesheet
*/

/* RESETS */
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, b, u, i, center, dl, dt, dd,  ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
#main_image_container {
	background-image: url(../images/pcfm-main-image.jpg);
	background-repeat: no-repeat;
	height: 184px;
}
body {line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {cursor: pointer;}


/* GENERAL STYLES */
body {background: #fff;}

.float_left {float: left;}
.float_right {float: right;}

.clear_floats-01 {overflow: auto;}
.clear_floats-02 {clear: both;}
.clear_floats-03 {overflow: hidden;}

.hidden_text {display:none;}


/* SITE LAYOUT */
#site_container {
	width: 100%;
}
#content_wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/pcfm-header-bg.jpg);
	background-repeat: no-repeat;
	height: 84px;
}
#site_logo {
	float: left;
	height: 84px;
	width: 300px;
	background-image: url(../images/pcfm-site-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#login {
	float: right;
	width: 125px;
	margin-top: 50px;
}

#main_content_container{
	background-image: url(../images/pcfm-content-bg.jpg);
	height:100%;
	width: 900px;
	background-repeat: no-repeat;
	float: left;
	background-color: #fff;
	display:inline;
}
#main_content_left{
	width: 450px;
	float: left;
	
}
#main_content_right{
	width: 450px;
	float: left;
}
#main_nav_container ul{
	width:900px;
}
	
#footer{
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-align: center;
	display:block;
	border-top:dotted 1px;
	padding:20px;
}

#footer li{
	color:#666;
	font-size:12px;
	display:inline;
}
#footer li a{
	color:#666;
	font-size:12px;
	display:inline;
	text-decoration:none;
}
#footer li a:hover{
	color: #2E5B2A;
	text-decoration:none;
}
#footer li:hover{
	color: #2E5B2A;
}

#footer p{
	font-size:10px;
	line-height:14px;
}


/* main nav */
.main_nav {
	border-bottom: #fff 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 32px;
	width: 900px;
	
	background-image: url(../images/pcfm-nav-bg.jpg);
	background-repeat: no-repeat;
}

.main_nav ul {
		vertical-align: center;
		
	
}
.main_nav li {
    color: #fff;
    display: inline;
	text-align:center;
	vertical-align: text-top;
    text-transform: uppercase;
    list-style: none;
	height: 32px;
    
}
.main_nav li p {
    padding-top: 3px;
}
.main_nav li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
	height:26px;
}
.main_nav li a:hover { 
	color:#fff; 
	background: #2E5B2A; 
}
.main_nav a:focus {}
.main_nav a:active {}
a#main_nav-home, a#main_nav-about, a#main_nav-investment, a#main_nav-news, a#main_nav-open, a#main_nav-contact, {
    width:900px;
	height: 32px;
}
a#main_nav-home {
    
    width: 147px;
}
a#main_nav-home:hover, .current-home {}

a#main_nav-about {
    width: 147px;
}
a#main_nav-about:hover, .current-about {}

a#main_nav-investment {
    width: 147px;
}
a#main_nav-investment:hover, .current-investment {}

a#main_nav-news {
	width: 147px;

}
a#main_nav-news:hover, .current-news {}

a#main_nav-open {
    width: 147px;
}
a#main_nav-open:hover, .current-open {}

a#main_nav-contact {
    width: 147px;
}
a#main_nav-contact:hover, .current-contact {}

.main_nav li span {
	background-color: #dce7da;
	width:137px;
	color: #000;
	display: none;
	text-align:left;
	font: bold 11px "Arial";
	text-transform:capitalize;
	padding: 10px 5px;
	position: absolute;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
	.first_span {
		margin-left: 150px;
		top: 299px;
		
	}
	.second_span {
		margin-left: 300px;
		top: 299px;
	}
.main_nav li:hover span {
	display: block;
	
}
.main_nav li span a {
	color: #000;
	display: inline;
	text-decoration: none;
	}
.main_nav li span a:hover {
	height:32px;
	background-color: #598C53;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2F5B2A;
	padding-bottom: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F5B2A;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}
#banner_box {
	width: 227px;
	height: auto;
	background-image: url(../images/PCFM-home-banner_box.png);
	float: right;
	margin-right: 50px;
	margin-top: 40px;
	background-repeat: no-repeat;
	padding-top: 50px;
	margin-left: 20px;
}
#banner_box p{
	height: auto;
	margin-left: 8px;
	font-style: italic;
	font-size:14px;
	font-weight:bold;
	line-height: 18px;
	letter-spacing: 1px;
}
.subhead{
	font-weight:bold;
	color:#204219;
}
.current{
	background-color: #2E5B2A!important;
}
td {
	height:30px;
	padding-right:10px;
}
