/* NEW STATIC PAGE STYLES*/


/* STYLES FOR DEV */

xdiv{border:1px solid red;}


/* Basic Styles */

body{
	margin:0;
	padding:0;
	font-family:helvetica;
	font-size:12px;
	line-height:150%;
	background-image:url(http://www.pinyadda.com/templates/pinyadda_public/lib/images/public_home/body_bg.jpg);
	background-repeat:repeat-x;
	height:100%;
	}
	
/* Header Background */

#header_background{
	position:absolute;
	width:100%;
	height:85px;
	xbackground-image:url(http://www.pinyadda.com/templates/pinyadda_new/lib/images/header_bg.png);
	xbackground-repeat:repeat-x;
	z-index:-9999;
	}

/* Content Area */

#content_area{
	width:920px;
	overflow:hidden;
	margin:0 auto;
	}

#header{
	padding:10px 0 0 0;
	height:85px;
	width:100%;
	}


	/* Top Panel Area*/
	
#top_panel{
	height:125px;
	width:100%;
	background-image:url();
	}

#message_panel{
	float:left;
	width:600px;
	height:75px;
	padding:65px 25px 5px 25px;
	font-size:48px;
	font-weight:bold;
	}

#register_prompt{
	float:left;
	width:200px;
	height:100px;
	padding:25px;
	}

#register_button{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	height:32px;
	width:172px;
	padding:15px 0 0 10px;
	margin:20px 0 0 11px;
	background-image:url(http://www.pinyadda.com/static_pages/images/signup_button.png);
	background-repeat:no-repeat;
	}

#register_button a:link, #register_button a:visited{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	}

#register_button a:hover{
	text-decoration:underline;
	}


	/*Content Body Area*/

		/*Left Col*/
.left_col{
	float:left;
	width:650px;
	min-height:600px;
	}

.left_col_content{
	padding:20px;
	font-size:14px;
	color:#333;
	}
	
	
		/*Team Profile Style*/
		
.team_prof{
	width:100%;
	border-bottom:1px solid #cacaca;
	overflow:hidden;
	}

.team_prof_left{
	float:left;
	width:200px;
	height:400px;
	padding:20px;
	}

.team_pic{
	height:200px;
	width:200px;
	background-repeat:no-repeat;
	}
	
.team_info{
	text-align:center;
	height:100px;
	}

.team_links a, .team_links a:visited{
	clear:both;
	text-decoration:none;
	color:#333;
	font-size:11px;
	}

.team_links a:hover{
	color:#0047fd;
	text-decoration:underline;
	clear:both;
	}
	
.team_prof_right{
	float:left;
	width:310px;
	padding:20px;
	}
	
.team_bio{
	font-size:11px;
	}
	
#chase .team_pic{
	xbackground-image:url(http://www.pinyadda.com/static_pages/images/team_chase.png);
	}
	
		/*Right Col*/
.right_col{
	float:left;
	width:230px;
	padding:10px;
	border-top:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-left:1px solid #cacaca;
	background-image:url(http://www.pinyadda.com/static_pages/images/sidebar_bg.png);
	background-repeat:no-repeat;
	min-height:600px;
	height:100%;
	-moz-border-radius-topright:7px; -moz-border-radius-topleft:7px;
	-webkit-border-top-right-radius:7px; -webkit-border-top-left-radius:7px;
	}

.right_col_mod{
	border-bottom:1px solid #667;
	margin:0 0 20px 0;
	clear:both;
	}
	
.rcm_head{
	height:35px;
	width:100%;
	font-size:18px;
	font-weight:bold;
	}
	
.rcm_head_img img{
	float:left;
	width:35px;
	background-repeat:no-repeat;
	z-index:9999999;
	}

#quick_look .rcm_head_img{
	background-image:url(http://www.pinyadda.com/static_pages/images/quick_look_icon.png);
	}
	
#talk_to_us .rcm_head_img{
	background-image:url(http://www.pinyadda.com/static_pages/images/talk_to_us_icon.png);
	}
	
.rcm_head_txt{
	float:left;
	padding:10px 0 0 15px;
	}

.rcm_body{
	padding:0 0 20px 0;
	}
	
.rcm_body ul{
	padding:0px;
	margin:10px 0 0 0;
	}
	
#googlevoice{
	position:absolute;
	visibility:hidden;
	z-index:9999999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background-image:url(http://www.pinyadda.com/static_pages/images/overlay_bg.png);
	}
	
#googlevoice div{
	height:120px;
	width:300px;
	background-color:#fff;
	border:1px solid;
	text-align:center;
	padding:15px;
	margin:500px auto;
	}
	
.rcm_body ul li{
	font-size:14px;
	margin:0 0 0 60px;
	line-height:150%;
	}



	/* Nav and Footer */
	
	
.nav_bar, #footer{
	height:30px;
	background-image:url();
	}
#footer{
	clear:both;
	}
	
.nav_bar_item, .footer_item{
	float:left;
	padding:5px 20px;
	}
	
.nav_bar_item:hover, .footer_item:hover{}
	

.nav_bar_item a, .footer_item a,.nav_bar_item a:visited, .footer_item a:visited{
	float:left;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
	
.nav_bar_item a:hover, .footer_item a:hover{
	text-decoration:underline;
	color:#0047fd;
	}


	
	
	


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	