/* CSS Document */
#psmbg {
	background-image:url("../images/ps_bg.gif");
	background-repeat:repeat-x;
	background-color:#B2B2B2;
	}

#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	}

#container2 {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
#container3 {
	width:1200px;
	margin-left:0;
	margin-right:auto;
	}

#headernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	float:right;
	color:#ffffff;
	font-weight:bold;
	}

a {
	color: #ffffff;
	}

#header_graphic {
	background-image:url('../images/ps_header.jpg');
	background-repeat:no-repeat;
	width:750px;
	height:123px;
	}

#left_column {
	/* background-color:#003A6B; */
	background-color:#243B6B;
	width:200px;
	vertical-align:top;
	}


#right_column {
	background-image:url('../images/ps_body.gif');
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:550px;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	padding:10px;
	}
	
#right_column a{
	color:#243B6B;
	}
		
#right_column h1{
	color:#555555;
	}
#right_columnNav {
	background-image:url('../images/ps_bodyNav.gif');
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:550px;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	padding:10px;
	}
	
#right_columnNav a{
	color:#243B6B;
	}
		
#right_columnNav h1{
	color:#555555;
	}

#bullets {
	list-style-type: none; 
	padding-left: 0; 
	margin-left: 0;
	line-height: 1.5em;
	Padding: 15px;
	}
	
#bullets li {
	background: url('../images/checkmark.gif') left top no-repeat; 
	padding-left: 45px;
	}
		
#heading {
	font-size:24px;
	}
	
#title {
	font-size:18px;
	color:#263D6F;
	}

	
#title2 {
	font-size:22px;
	color:#243B6B;
	font-weight:bold;
	}

	
#footer {
	background-image:url('../images/ps_footer.gif');
	background-repeat:repeat-x;
	background-color:#3a3a3a;
	height:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-left:5%;
	padding-bottom:5px;
	vertical-align:bottom;
	}
	
#footer2 {
	
	background-repeat:no-repeat;
	background-color:#3a3a3a;
	height:80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-left:5%;
	padding-bottom:5px;
	vertical-align:bottom;
	}
	
#caption {
	position:relative; 
	top: -155px; 
	left: 315px; 
	width: 175px;
	color:#5A5A5A;
	font-style:italic;
	text-align:right;
	}
	
#body-front {
	width: 280px; 
	padding-left:10px; 
	position: relative; 
	top: -110px;
	text-align:justify;
	}
	
#branch-list {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}

.branch-list h2{
	color: #0066CC;
	}

#section {
	position:relative; 
	left:5px;
	background-color: #003A6B;
	color: #FFCC00; 
	height:35px; 
	width:520px; 
	font-size:12pt;
	}
	
#box {
	border: 1px solid #cccccc; 
	width:400px; 
	position:relative; 
	left: 25px; 
	line-height: 1.7em;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#cell {
	padding: 5px; 
	border:1px solid #CFCFCF
	}
	
#cell1 {
	background-color: #F1F1F1; 
	width: 490px;
	float: right; 
	padding: 5px; 
	border:1px solid #CFCFCF
	}
#cell2 {
	float:left; 
	width: 245px;
	color: #0066CC;
	}
#cell3 {
	float:left; 
	width: 480px;
	color: #FFFFFF;
	background-color:#333333;
	padding:5px;
	}
	
#propinput {
	background-color: #FFFFA0;
	}

#report {

	background-color: #FFFFFF; 
	padding-left: 10px; 
	padding-right: 10px;
	text-align:center;

}

#report-total {

	background-color: #FFFFFF; 
	padding-left: 10px; 
	padding-right: 10px;
	text-align:center;
	border: 2px solid #000000;

}

#report-header {
	border: 1px solid #000000; 
	background-color: #CFCFCF;
}

#report-body {
	border: 1px solid #CFCFCF;
	}



	/* vertical menu */

.glossymenu, .glossymenu li ul{ 	/* Main Menu */
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	border-bottom:1px dashed #225588;
	
	}

.glossymenu li{
	position: relative;
	}

.glossymenu li a{
	background: #003A6B url('../images/glossyback.gif') repeat-x bottom left;
	font: bold 14px Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	/* border-top: 1px dashed #226699; */
	border-top: 1px dashed #225588;
	border-bottom: 0px;
	
	}



.glossymenu li ul{ 			/* Sub Menu */
	position: absolute;
	width: 205px; 
	left: 0;
	top: 0;
	display: none;
	}

.glossymenu li ul li{
	float: left;
	}

.glossymenu li ul a{
	width: 195px; 				/* Width of Sub Menu Items */
	}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url('../images/arrow.gif') no-repeat center right; 
	}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
	}

.glossymenu li a:hover{
	background-image: url('../images/glossyback2.gif');
	}	

/* End of Veritical Menu */




/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

#tw h4 span {
	display:none;
}
#tw h4 a {
	display:block;
	width:200px;
	height:80px;
}

#tw {
	width:200px;
	background: url('../images/twit_bg.jpg') no-repeat top left;
	height:280px;
}
#tw2 {
	font-size:9px;
	font-family:"Verdana";
	text-align:left;
	width:150px !important;
	overflow: hidden;
}
#tw h4 {
	margin:0;
	padding:0;
}
#tw ul {
	list-style-type: none;
	padding:0 !important;
	margin:0 !important;
	
}
#tw li {
	padding:5px 0 !important;
	margin:0 !important;
	border-bottom:solid thin #b2b2b2;
	
}

#tw ul a {
	text-decoration:none;
	color:#d2dcf1;
}

#right_columnNav ul{
	list-style-type:none;
	text-transform:uppercase;
	margin-left:0;
	padding:0;
}
#right_columnNav ul a{
	text-decoration:none;
}
#right_columnNav li{
	float:left;
	margin-bottom:10px;
	border-right:thin solid #c4c4c4;
	padding:0 10px;
}

#right_columnNav .clear {
	clear:both;
}
#right_columnNav #heading {
	margin-top:20px;
}

.currentLink a{
	font-weight:bolder;	
}
#li2 {
	text-transform:none !important;
	font-style:italic;
	border-bottom:solid thin #eae6d9;
	height:20px;
}
#li2 a {
	color:#665c3f;
}
#li3 li{
	border:none;
}