
/* CSS Document */


     /* Show only to IE PC \*/
/*  * html .boxhead h2 {height: 1%;} For IE 5 PC */ 

.floater { width:265px; float: right;border-style:none}

.sideboxP 
{
	border-style:none;
    margin: 0 auto; /* center for now */
	width: 265px; /* ems so it will grow */
	background: url(/App_Resources/Corners/sbbody-r.gif) no-repeat right bottom;
	font-size: 100%;
}
 
  .sideboxPL 
{
	border-style:solid;
    margin: 0 auto; /* center for now */
	width: 265px; /* ems so it will grow */
	background: url(/App_Resources/Corners/sbbody-rL.gif) no-repeat right bottom;
	font-size: 100%;
}
 .sideboxPX 
{
	border-style:none;
    margin: 0 auto; /* center for now */
	width: 265px; /* ems so it will grow */
	background: url(/App_Resources/Corners/sbbody-rx.gif) no-repeat right bottom;
	font-size: 100%;
}

.boxheadP {
	/* background: url(/App_Resources/Corners/sbhead-r.gif) no-repeat top right; */
	background: url(/App_Resources/Corners/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxheadP h2 {
	background: url(/App_Resources/Corners/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #404040; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxheadPLog {
	/* background: url(/App_Resources/Corners/sbhead-r.gif) no-repeat top right; */
	background: url(/App_Resources/Corners/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxheadPLog h2 {
	background: url(/App_Resources/Corners/sbhead-llog.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #404040; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxheadPReg {
	/* background: url(/App_Resources/Corners/sbhead-r.gif) no-repeat top right; */
	background: url(/App_Resources/Corners/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxheadPReg h2 {
	background: url(/App_Resources/Corners/sbhead-lreg.jpg) no-repeat top left;
	margin: 0;
 	padding: 22px 30px 5px;
 	color: #404040; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxheadPCnf {
	/* background: url(/App_Resources/Corners/sbhead-r.gif) no-repeat top right; */
	background: url(/App_Resources/Corners/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxheadPCnf h2 {
	background: url(/App_Resources/Corners/sbhead-lcnf.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #404040; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}


.boxbodyP {
	background: url(/App_Resources/Corners/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding:  5px 30px 31px;
}

.boxbodyPL {
	background: url(/App_Resources/Corners/sbbody-lL.gif) no-repeat bottom left;
	margin: 0;
	padding:  5px 30px 31px;
}

.boxbodyPX {
	background: url(/App_Resources/Corners/sbbody-lx.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
} 


#blockP div
{
	width:94%;
	margin:4px auto;
	text-align:center;
	background:#d3eded;
	padding-top: 2px;
	padding-bottom: 2px;
}

#blockP span {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#blockP span span
{
	padding-top:0px;
	padding-bottom: 0px;
}

#blockP img {
	padding-left: 0px;
	padding-right: 10px;
	width:72px;
	height:93px;
}

.columns  
{
	border:none;
	width: 130px;
}

.columns a {
	float: left;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	padding: 3px;
	text-transform: capitalize;
	display: inline-block;
}

.columns a:hover 
{
	text-decoration:underline;
	 color:red;
}
 
.insideCol {
	float: left;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	padding: 3px;
	 text-transform:none  ; 
	display: inline-block;
}

#blockP 
{
	border:none;
	width: 220px;
	height: 145px;
	/*background-image: url(/App_Resources/pic/column.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: capitalize;
	font-weight: bolder;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: 14px;
}


.left span {
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
}


#left {
	float: left;
	padding-left: 10px;
}
#right {
	float: right;
}
#right img {
	padding-left: 20px;
}

#top a, #top a:visited, #top a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.more {
	font-weight: bolder;
	color: #000099;
}



