@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	background-color:#e7e7e7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#46515b;
	line-height:19px;
}
#container{
	width:1000px;
	margin:0px auto;
	margin-bottom:20px;
}
#wraper{
	width:984px;
	margin:20px auto;
	background-color:#FFFFFF;
}
#mainArea{
	overflow:hidden;
	clear:both;
	background-color:#ffffff;
	background-image: url(../images/main-area-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*border-right:1px solid #e0e0e0;*/
}
#contentArea{
	padding:14px;
}
#leftPanel{
	float:left;
	width:242px;
}
#rightPanel{
	float:right;
	width:742px;
	text-align:justify;
}
#footer{
	background-color:#eeeeef;
	overflow:hidden;
	clear:both;
	padding:10px 10px;
	color:#4f555e;
	font-size:12px;
	border-top:2px solid #bd003a
}
#footer a{
	color:#4f555e;

}



/*-------------------| header start |---------------------*/
#header{
	height:118px;
	overflow:hidden;
	clear:both;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.logo{
	float:left;
	padding-top:16px;
	padding-left:20px;
}
.CPALogo{
	float:right;
	padding-top:22px;
	margin-right:20px;
}
.becomeMember{
	float:right;
	margin-top:40px;
	margin-right:20px;
	background-image: url(../images/become-a-memeber-btn.gif);
	background-position:left top;
	width:219px;
	height:30px;
	display:block;
	text-indent:-1000px;
}
.becomeMember:hover{
	background-position:left -30px;
}
#navigation{
	height:44px;
	overflow:hidden;
	clear:both;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation ul{
	padding:0px;
	margin:0px;
	list-style:none
}
#navigation li{
	float:left;
	padding:0px;
	margin:0px;
}
#navigation li a{
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	padding:13px 0px;
	text-align:center;
	display:block;
	border-right:1px solid #005f94;
	border-left:1px solid #0086c7;
}
#navigation li a:hover{
	background-color:#00648f
}
#navigation li a.active{
	background-image: url(../images/left-section-heading-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#a80e14
}
#navigation li #home{
	width:100px;
	border-left:0px solid #0086c7;
}
#navigation li #aboutUs{
	width:130px;
}
#navigation li #courses{
	width:120px;
}
#navigation li #members{
	width:200px;
}
#navigation li #news{
	width:182px;
}
#navigation li #store{
	width:100px;
}
#navigation li #links{
	width:120px;
}
#navigation li #contactUs{
	width:116px;
	border-right:0px solid #005f94;
}
/*-------------------| header end |---------------------*/





/*-------------------| tags start |---------------------*/
a{
	color:#016e9d;
}
a:hover{
	text-decoration:none;
}
#leftPanel a{
	color:#aa0f13
	}
a img{
	border:0px;
	outline:none
}
p{
	padding:0xp;
	margin:0px;
	padding-bottom:18px;
}
h1{
	padding:0px;
	margin:0px;
	padding-bottom:26px;
	font-size:26px;
	font-weight:normal;
	color:#016f9f
}
h2{
	padding:0px;
	margin:0px;
	padding-bottom:8px;
	font-size:16px;
	color:#ac0007;
	line-height:22px;
}
h3{
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	font-size:15px;
	color:#016f9f;
}
#contentArea ul{
	padding:0px;
	margin:0px;
	list-style:none;
	padding-bottom:16px;
}
#contentArea ul li{
	padding:0px;
	margin:0px;
	list-style:none;
	background-image: url(../images/red-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left:14px;
	margin-bottom:4px
}
#contentArea ol li {
	background-image: none;
	list-style-type: latin !important;
	margin-bottom: 5px !important;
}
.whiteBoxSections ul {
  padding-left: 13px;
}
/*-------------------| tags end |---------------------*/




/*-------------------| misc start |---------------------*/
.headerImg{
	height:300px;
}
.insideHeaderImg{
	height:260px;
	padding:14px;
}
.grayHeaderText{
	background-color:#585d62;
	padding:20px;
	color:#FFFFFF;
}
.grayHeaderText .textA{
	display: table; 
	height: 260px; 
	width:202px; 
	#position: relative; 
	verflow: hidden;
	text-align:center;
	font-size:18px;
	line-height:26px;
}
.grayHeaderText .textB{
	#position: absolute; 
	#top: 50%; left:50%; 
	display: table-cell; 
	vertical-align: middle; 
	width:260px;
	text-align:center;
}
.grayHeaderText .textC{
	#position: relative; 
	#top: -50%; 
	left:-50%; 
	width:260px;
	text-align:left;
}
.grayHeaderText .title{
	font-size:18px;
}
.grayHeaderText label {
 color: black; 
}
.whiteBoxSections{
	background-color:#ffffff;
	margin:14px;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	}
.whiteBoxSections h2{
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
	padding:4px 14px;
	font-weight:normal;
	background-image: url(../images/left-section-heading-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#a80e14;
	width: 186px;
}
.boundingBox{
	padding:14px;
	overflow:hidden;
	clear:both;
}
.userWelcome{
	background-color:#f4f6f3;
	border:1px dashed #c0ced8;
	padding:8px;
}
.loginBox{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	background-color:#636971;
	width:174px;
	background-color:#f4f6f3;
	border:1px solid #c0ced8;
	padding:4px;
	margin-bottom:5px;
	color:#000000;
}
.whiteBoxSections label{
	display:block;
	margin-bottom:2px;
}
.inputBtn{
	background-color:#0272a3;
	border-top:1px solid #007fb6;
	border-left:1px solid #007fb6;
	border-right:1px solid #00638f;
	border-bottom:1px solid #00638f;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 6px;
	margin-top:10px;
	cursor:pointer;
}
.homeColA{
	float:left;
	width:350px;
}
.homeColB{
	float:right;
	width:330px;
}

.featuredSection{
	overflow:hidden;
	clear:both;
	margin-bottom:30px;
}
.featuredSection .summary{
	float:left;
	width:196px;
	text-align:left
}
.sectionImg{
	border:5px solid #006e9d;
	float:right;
}
.gridview td{
	border-bottom:1px dotted #c7dee8
}
.gridview .grayStrip{
	background-color:#f5f9fb
}
.dividerLine{
	border-top:1px dotted #64b0d1;
	margin-bottom:20px;
}
/*-------------------| misc end |---------------------*/


.memberRecords{
	padding:0px !important;
	margin:0px !important;
	list-style:none !important;
	overflow:hidden;
	clear:both;
	
}
.memberRecords .photo{
	margin-bottom:4px;
}
.memberRecords li{
	padding:0px !important;
	margin:0px !important;
/*	float:left;*/
	margin-bottom:24px !important;
	background-color:#f6f8f5;
	margin-right:28px !important;
}
.memberRecords .memberContact{
	padding:8px;
}



.date{
	display:inline-block;
	background-color:#e6f3f8;
	border:1px solid #bce0f0;
	color:#3f5264;
	font-weight:bold;
	font-size:13px;
	padding:1px 4px 0px 4px;
	
}
.makeItBlock{
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
}
.blueBox{
	border:1px dotted #c7dee8;
	background-color: #f5f9fb;
	padding:20px;
}

.finePrint {
  font-size: 11px;
}
/*------------------| contact start  |---------------- */
.contactDetails {
	float:right;
	width:260px;
	margin-left:20px;
	background-color:#f3f8f6;
	padding:15px;
	border:1px solid #EAEFF5;
}
.contactForm {
	float:left;
	width:360px;
	background-color:#f3f8f6;
	padding:15px;
	border:1px solid #EAEFF5;
	margin-bottom:15px;
}
.contactForm h2, .contactDetails h2{
	padding-bottom:14px;
}
.contactForm ul {
	padding:0px !important;
	margin:0px !important;
	list-style:none;
	margin-top:5px;
}
.contactForm li {
	background-image:none !important;
	padding-left:0px !important;
	overflow:hidden;
	padding-bottom:8px !important;
}
.contactForm li label {
	float:left;
	padding-bottom:3px;
	font-weight:bold;
	width:100px;
}
.contactForm li .contactBox {
	background-color:#fff;
	border:1px solid #c9ddd6;
	padding:4px;
	float:left;
	width:246px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#2c2c2c;
}
.submitBtn {
	background-color:#50565f;
	color:#FFFFFF;
	border-top:1px solid #5f656d;
	border-left:1px solid #5f656d;
	border-right:1px solid #404751;
	border-bottom:1px solid #404751;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:5px 10px;
}
.successMsg {
	font-weight:bold;
	/*color:#0b94d0*/
}
.form{
	padding:0px;
	margin:0px;
}
/*------------------| contact end  |---------------- */
