/*
Theme Name: PAR-BC
Theme URI: http://www.sdaworld.com/
Description: PAR-BC WordPress theme
Author: SDA Software Associates Inc.
Version: 2.0
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	font-size:12px ;
	color:#666;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:#abd7f9 url(images/body_bg.jpg) top center no-repeat;
	margin:0px auto;
}
a{
	color:#093464;
	text-decoration:none
}
a:hover{
	color:#06F;
}
a img{
	border:0px;
}
hr{
	background:#DDD;
	margin:10px;
}
.clear{
	clear:both;
}
.leftside{
	float:left;
}

.rightside{
	float:right;
}
body .topbar{
	background:url(images/topbar_bg.png) top left repeat-x;
	height:38px;
}
.topbar .topbar_middle{
	width:1000px;
	height:38px;
	margin:0px auto;
}
.topbar_middle .memberlogin a{
	height:26px;
	width:94px;
	background:url(images/memberlogin_but.png) top left no-repeat;
	display:block;
	text-indent:-9999px;
	margin-top:3px;
	margin-left:50px;
}
.topbar_middle .memberreg a{
	height:26px;
	width:121px;
	background:url(images/memberreg_but.png) top left no-repeat;
	display:block;
	text-indent:-9999px;
	margin-top:3px;
	margin-left:10px;
}
.topbar_middle .forgotpass .textlogin{
	display:block;
	color:#F00;
	margin-top:8px;
	margin-left:10px;
	font-size:11px;
	padding-left:20px;
}
.topbar_middle .forgotpass a{
	display:block;
	color:#093464;
	margin-top:8px;
	margin-left:10px;
	font-size:11px;
	text-decoration:underline;
}
.topbar_middle .searchbar{
	height:28px;
	width:253px;
	background:url(images/searchbar_bg.png) top left no-repeat;
	margin-right:50px;
}
.searchbar .form_text{
	width:130px;
	height:16px;
	border:solid 1px #b4b5bb;
	background:#FFF;
	margin-left:65px;	
	margin-top:5px;
}
.searchbar .form_search{
	width:40px;
	height:18px;
	border:solid 0px #FFF;
	background:url(images/search_but.png) top left no-repeat;
	margin-top:4px;
	margin-left:5px;
}
body .header{
	width:1000px;
	height:270px;
	display:block;
	margin:0px auto;
}
.header .logo a{
	height:196px;
	width:291px;
	display:block;
	text-indent:-9999px;
	background:url(images/logo.png) top left no-repeat;
	margin-top:40px;
	margin-left:30px;
}
.header .headerimg{
	height:270px;
	width:550px;
	display:block;
	text-indent:-9999px;
	background:url(images/headimg.png) bottom left no-repeat;
	margin-right:30px;
}
body .menu{
	background:url(images/menu_bg.png) top center no-repeat;
	height:81px;
	margin-top:-10px;
	padding-top:15px;
}
.menu .menumid{
	width:1000px;
	margin:0px auto;
}
body .content-wrapper{
	width:1000px;
	margin:0px auto;
}
.content-wrapper .detail-black{
	height:30px;
	width:950px;
	background:url(images/BigContentTop.png) top center no-repeat;
	margin:0px auto;
}
.content-wrapper h1{
	padding:10px;
	color: #C00;
}
.content-wrapper .detail-center{
	margin:0px auto;
	width:950px;
}
.content-wrapper .detail-center .detail-white{
	width:910px;
	background:#FFF;
	padding:20px;
	padding-top:30px;
	padding-bottom:30px;
	display:table-cell;
	height:auto;
	overflow:hidden;
}

.content-wrapper .detail-center .detail-white1{
	width:950px;
	background:#FFF;
	padding:0px;
	padding-top:30px;
	padding-bottom:30px;
	display:table-cell;
	height:auto;
	overflow:hidden;
}

.content-wrapper .detail-center .detail-white .detail-title{
	font-size:24px;	
	color:#666;
	padding-bottom:10px;
}
.content-wrapper .left-wrapper{
	width:630px;
	margin-left:10px;
}
.left-wrapper .black_head{
	height:30px;
	width:630px;
	background:url(images/black_bar.png) top center no-repeat;
}
.left-wrapper .content-white{
	width:590px;
	background:#FFF;
	padding:20px;
	padding-top:30px;
	display:table-cell;
	height:auto;
	overflow:hidden;
}
.content-white .heading{
	width:590px;
}
.content-white .heading .latestnews{
	width:232px;
	height:52px;
	background:url(images/latestnews_head.png) top left no-repeat;
}
.content-white .heading .resident a{
	width:127px;
	height:28px;
	display:block;
	text-indent:-9999px;
	background:url(images/residentbenefits.jpg) top left no-repeat;
}
.post{
	width:590px;
	padding-top:10px;
	padding-bottom:20px;
}
.post .img{
	padding:5px;
}
.post .txtarea{
	padding:5px;
	margin-left:5px;
	width:450px;
}
.post .title a{
	color:#0099cc;
	font-size:18px;
	text-decoration:underline;
	width:450px;
	display:block;
}
.post .postdate{
	color:#999;
	font-size:12px;
	width:450px;
}
.post .shortdesc{
	color:#000;
	font-size:12px;
	width:450px;
}
.post .readmore a{
	color:#cc0000;
	font-size:12px;
	text-decoration:underline;
	width:450px;
}
.seprater{
	width:565px;
	height:19px;
	background:url(images/seprater.jpg) top left no-repeat;
	margin:0px auto
}
.content-white .marketplace{
	width:550px;
	background:#e8e8e8;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.content-white .marketplace .heading{
	width:550px;
}
.content-white .marketplace .heading .marketplacehead{
	width:194px;
	height:46px;
	background:url(images/marketplace.png) top left no-repeat;
}
.content-white .marketplace .heading .readmore a{
	width:77px;
	height:24px;
	display:block;
	text-indent:-9999px;
	background:url(images/readmore_but.png) top left no-repeat;
}
.content-white .marketplace .mplist{
	width:530px;
	font-weight:600;
	font-size:12px; 
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:10px;
}
.content-white .marketplace .mplist .mpdate{
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
}
.content-white .marketplace .mplist .mplink a{
	color:#1c6eb2;
	font-size:11px;
	text-decoration:underline;
	padding-left:10px;
	font-family: "Myriad Pro Italic";
	font-style:italic;
}
.content-wrapper .right-wrapper{
	width:310px;
	margin-left:20px
}
.right-wrapper .headbod{
	height:41px;
	width:310px;
	background:url(images/bod_head.png) top center no-repeat;
}
.bodarea{
	width:310px;
	background:#7fcbe9;
	padding-bottom:8px;
}
.bodarea .bodlist{
	background:#FFF;
    font-family: "Myriad Pro";
	width:290px;
	margin:0px auto;
}
.bodarea .bodlist .boditem{
	width:250px;
	height:69px;
	border-bottom:solid 1px #a3d6eb;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px auto;
}
.bodarea .bodlist .boditem .bodimg{
	height:59px;
	width:59px;
	padding-top:5px;
}
.bodarea .bodlist .boditem .bodimg img{
	border:solid 1px #7fcbe9;
}
.bodarea .bodlist .boditem .boddetail{
	height:59px;
	width:180px;
	padding-left:10px;
}
.bodarea .bodlist .boditem .boddetail .boddesig{
	color:#cc0000;
	font-family: "Myriad Pro";
	font-size:16px;
	margin-top:3px;
}
.bodarea .bodlist .boditem .boddetail .bodname{
	color:#0066cc;
	font-size:13px;
}
.bodarea .bodlist .boditem .boddetail .bodqueli{
	color:#4c5b6b;
	font-size:13px;
}
.bodarea .bodlist .boditem .boddetail .bodemail a{
	color:#0072ff;
	font-size:12px;
	text-decoration:underline;
}
.bodarea .bodlist .bodpagging{
	padding:10px;
	height:25px;
}
.bodarea .bodlist .bodpagging ul{
	list-style:none;
}
.bodarea .bodlist .bodpagging ul li{
	float:left;
	margin-right:5px;
}
.bodarea .bodlist .bodpagging ul li a{
	display:block;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background:#3fa5d5;
	float:left;
	color:#FFF;
	font-family: "Myriad Pro Bold";
}
.bodarea .bodlist .bodpagging ul li a:hover,.bodarea .bodlist .bodpagging ul li a.active{
	background:#cc0000;
	float:left;
	color:#FFF;
	font-family: "Myriad Pro Bold";
}
.BodListBottom{
	background:url(images/MemberListBottom.png) top left no-repeat;	
	width:310px;
	height:145px;
	padding-top:20px;
	padding-right:20px;
}
.BodListBottom .address{
	text-align:left;
	width:210px;
	float:right;
	font-family: "Myriad Pro Bold";
	font-size:12px;
	color:#FFF;
	line-height:20px;
	padding-right:10px;
}
.BodListBottom .address strong{
	text-align:left;
	width:210px;
	float:right;
	font-family: "Myriad Pro Bold";
	font-size:13px;
	color:#333;
	line-height:20px;
	padding-bottom:5px;
}

.footer .footer_mid{
	width:980px;
	margin:0px auto;
	height:100px;
	position:relative;
}
.footer .footer_mid .footerlinks{
	width:600px;
	margin:0px auto;	
	text-align:center;
	color:#FFF;
}
.footer .footer_mid .footerlinks a{
	color:#FFF;
}
.footer .footer_mid .footerlinks a:hover{
	color:#09F;
}
.footer .socialmedia{
	 position:absolute;
	 right:0px;
	 top:10px;
}
.footer .socialmedia ul{
	list-style:none;
}
.footer .socialmedia ul li{
	float:left;
	margin-right:10px;
}
.footer .socialmedia ul li a.facebook{
	height:46px;
	width:46px;
	background:url(images/facebook.png) top left no-repeat;	
	display:block;
	text-indent:-9999px;
}
.footer .socialmedia ul li a.twitter{
	height:46px;
	width:46px;
	background:url(images/twitter.png) top left no-repeat;	
	display:block;
	text-indent:-9999px;
}


/************* Myriad Pro **********/
@font-face {
	font-family: 'MyriadProRegular';
	src: url('fonts/myriadpro-regular-webfont.eot');
	src: local('?'), url('fonts/myriadpro-regular-webfont.woff') format('woff'), url('fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('fonts/myriadpro-regular-webfont.svg#webfont9Kfmqa4R') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*********** Round Corner**************/
.rounded-corners {
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  border-radius: 5px; /* CSS3 */
}

/********  Colums style START  ***********/
.cols-div{
	width:910px;
	display:table-cell;
	height:auto;
}
.Columns{
	width:220px;
	height:auto;
	float:left;
	margin-left:5px;
	margin-top:5px;
}
.cols-div .Columns .cols-head{
	width:210px;
	background:#bb1e27 url(images/col_bg.png) top left repeat-x;
	height:23px;
	padding-left:10px;
	color:#FFF;
	padding-top:5px;
	font-weight:bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
}
.cols-div .Columns .cols-cont{
	background:#e7e7e7;
	width:210px;
	padding:5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cols-div .Columns .cols-cont ul{
	list-style:none;
}
.cols-div .Columns .cols-cont ul li{
	width:200px;
}
.cols-div .Columns .cols-cont ul li a{
	display:block;
	width:200px;
	color:#185384;
	padding:5px;
	border-bottom:dotted 1px #ffffff;
}
.cols-div .Columns .cols-cont ul li a:hover{
	color:#cc0000;
}
.bradecrume
{
	padding-left:25px;
	padding-bottom:10px;
}
/********  Colums style END  ***********/


.subaccordial_head
{
	width:100%; 
	padding:5px; 
	margin-top:10px;
	background-color:#1988c7; 
	font-size:16px;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:10px;
}
.subaccordial_detail
{
	padding:10px;
	margin-bottom:5px;
}
.breadcrumbs
{
	float:left;
}