/* CSS Document */


/*************************All Pages***********************/

.clearFloat	{
	clear:both;
}

a	{
	text-decoration:none;
}

body	{
		margin:15px;
		/*min-height:2000px;*/
		font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
		word-spacing:2px;
		color:#0D486F;
		/*background-color:#FFFFFF;*/
		background-color:#ececec;
		background-color:#3E3E3E;
}

#outerWrap	{
		/*min-height:2000px; */
		width:1024px;
		margin:auto;
}

#pageHeader	{
	width:1024px;
	height:18px;
	/*background-image:url(../images/general/top.gif);*/
	/*background-image:url(../images/general/outerWrapBlueTop.png);
	background-position:center bottom;
	background-repeat:no-repeat;*/
}	

#container	{
	/*padding:0px 0px;*/
	width:1024px;
	/*background-image:url(../images/general/outerWrap.gif);*/
	/*background-image:url(../images/general/outerWrapBlueMid.png);
	background-position:center top;
	background-repeat:repeat-y;*/
	/*background-color:#e6f5ff;*/
}

#pageFooter	{
	width:935px;
	height:30px;
	margin:auto;
	color:#999;
	padding-right:20px;
	line-height:2em;
	text-align:right;
}	

#main_menu	{
			width:955px;
			margin-left:auto;
			margin-right:auto;
}
			
#menu_table	{
			width:754px;
			height:16px;
}

.mainMenu	{
	width:80px;
	color:#FFFFFF;
	font-size:12px;
	/*font-weight:bold;*/
	border-left:#FFFFFF 1px solid;
}

.MenuLinks	{
	color:#FFFFFF;
}

#logo	{
	float:left;
	width:200px;
	height:120px;
	background-image:url(../images/general/TitleBkGnd.jpg);
}

#pageHeading	{
	/*float:left;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:955px;
	height:135px;	
	background-image:url(../images/general/banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
	text-align:center;	
	border:1px solid #111;
	border-radius:15px;
	-moz-border-radius: 15px;
 
}

#pageHeadingRightSpacer	{
	float:left;
	width:200px;
	/*height:120px;*/
	background-image:url(../images/general/TitleBkGnd.jpg);
}

#contentWrapper	{
	width:955px; 
	margin:auto;
	/*background-color:#e6f5ff;*/
	background-color:#DBE7EF;
	/*border-left:4px solid #e6f5ff;
	border-right:3px solid #e6f5ff;*/
	min-height:500px;
	border:1px solid #111;
	border-radius:15px;
	-moz-border-radius: 15px;
	overflow:auto;
	-moz-box-shadow: 5px 5px 5px #999;
	 -webkit-box-shadow: 5px 5px 5px #999;
		box-shadow: 5px 5px 5px #333;
}

#subMenu	{
	float:left;
	width:195px;
	margin-top:60px;
}

#login	{
	/*height:20px;*/
	background: url(../images/general/subMenu_BkGnd_Mid.jpg) right repeat-y;
	padding-left:14px;
	color:#FFFFFF;
}

#login_form	{
	margin-top:0px;
	margin-bottom:0px;
	font-size:10px;
}

.subMenuItems	{
	/*height:20px;*/
	background: url(../images/general/subMenu_BkGnd_Mid.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding-left:12px;
	line-height:1.5em;
}

#pageTitle	{
	float:left;
	width:710px;
	/*height:28px;*/
	text-align:center;
	font-size:24px;
	font-weight:bold;
	vertical-align:text-bottom;
	margin-top:10px;
}

#content	{
	position:relative;
	float:right;
	width:710px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top: 10px;
	padding-bottom:10px;
	background-color:#EDF2F5;
	min-height:500px;
	border:1px solid #111;
	border-radius:15px;
	-moz-border-radius: 15px;
}

.indexHome	{
	background-image:url("../images/general/apple.png");
	background-repeat:no-repeat;
}

#indexIntro	{
	margin-left:250px;
	padding-top:10px;
	width:400px;
	height:200px;
}

.galleryHome	{
	/*background-image:url("../images/general/galleryBackGnd.jpg");
	background-repeat:no-repeat;*/
	overflow:auto;
}

.galleryIntro p	{
	width:350px;
}

#galleriesPreview	{
	float:left;
	position:relative;
	padding-top:0px;
	width:350px;
	height:350px;
}

#galleriesPreview img	{
	border:none;
	-moz-box-shadow: 5px 5px 5px #999;
	 -webkit-box-shadow: 5px 5px 5px #999;
		box-shadow: 5px 5px 5px #333;
		border:1px solid #111;
	border-radius:15px;
}

#galleriesIntro	{
	/*margin-left:370px;*/
	float:left;
	padding-top:10px;
	padding-left:10px;
	width:350px;
	/*height:200px;*/
}

#galleriesAd	{
	width:690px;
	clear:both;
	margin:auto;
	font-size:1.2em;
	font-weight:bold;
}

.professionalHome {
	background-image:url("../images/general/professionalBackGnd.jpg");
	background-repeat:no-repeat;
	background-position:left bottom;
}

#professionalIntro	{
	margin-left:370px;
	padding-top:10px;
	width:300px;
	height:200px;
}

#content h1	{
	font-size:large;
}

#content_top	{
	/*height:20px;*/
	width:710px;
	background:url(../images/general/contentBkGnd_top.gif) top no-repeat;
}

#content_mid	{
	/*border:#333333 thin solid;*/
	width:710px;
	background:url(../images/general/contentBkGnd_mid.gif) top repeat-y;
}

#content_bot	{
	/*border:#333333 thin solid;*/
	/*height:20px;*/
	width:710px;
	background:url(../images/general/contentBkGnd_bot.gif) top no-repeat;
}

#index_menu	{
		float:left;
		width:199px;
		padding-top:20px;
		min-height:300px;
}
#index_menu_fade	{
		width:199px;
		height:400px;		
}

/*********************************************************/

/*************************Index Page**********************/

.index	{
	width:506px;
	/*height:120px;*/
	margin-left:auto;
	margin-right:auto;
}

/********************************************************/

/*******************All Section Indexes************************/

	
#banner	{
		width:100%;
		height:65px;
		font-size:28px;
		font-weight:bold;
		line-height:55px;
		text-align:center;
		/*vertical-align:middle;*/
}

#index_content	{
		float:left;
		width:751px;
		margin-top:50px;
}

#index_quote	{
		height:100px;
}

#index_photo_wrapper	{
		width:600px;
		margin-left:auto;
		margin-right:auto;
}

#index_photo	{
		width:400px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		/*padding-right:199px;*/
}

/*********************************************************/


/*******************Account Stats Page********************/

.account_stats_Top	{
	width:315px;
	height:30px;
	text-align:center;
	font-weight:bold;
	background:url(../images/general/accountStatTop.png) top left no-repeat;
}

.account_stats_Bot	{
	width:315px;
	height:40px;
	padding-bottom:10px;
	background:url(../images/general/accountStatBot.png) top left no-repeat;
	
}

.account_stats	{
	width:310px;	
	padding-left:5px;
	background-color:#FFFFFF;
}

.account_stats_detailsL	{
	float:left;
	width:90px;
	padding-left:5px;	
	background-color:#FFFFFF;
}

.account_stats_detailsR	{
	width:220px;
	float:left;	
	background-color:#FFFFFF;
}

.account_stats_allowanceL	{
	float:left;
	padding-left:5px;
	background-color:#FFFFFF;
	width:275px;
}

.account_stats_allowanceR	{
	float:left;	
	background-color:#FFFFFF;
	width:35px;
}
/*.account_stats_ML	{
	float:left;
	width:275px;
	padding-left:5px;
	background-color:#FFFFFF;
}

.account_stats_MR	{
	float:left;
	width:35px;
	background-color:#FFFFFF;
}*/

.account_stats_BT	{
	width:310px;
	padding-left:5px; 
	background-color:#FFFFFF;
}

/*********************************************************/

/*************/

.photoUploadLeft	{
	float:left;
	width:205px;
	margin-left:5px;
	background:url(images/general/photoUploadMid.png) top left repeat-y;
}

/*-------- Gallery --------*/
#gallery	{
	position:absolute;
	top:-20px;	
	text-align:center;
}

#gallery_photos	{
	/*background-color:blue;
	width:670px;
	height:600px;
	top:-460px;*/	
	/*text-align:center;*/
	overflow:auto;
	width:670px;
	margin:auto;
}

#content_gallery	{
	padding-top:190px;
	width:850px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}

#gallery_detailed	{
	float:left;
	left:0px;
	width:706px;
	min-height:200px;
	/*height:380px;*/
	top:0px;
	/*border-top-color:#5A99C4;
	border-top-style:solid;
	border-top-width:1px;*/
	font-size:14px;
	z-index:1;
}

#gallery_detailed_title	{
	width:706px;
	height:20px;
	background:url(../images/general/galleyTitle_BkGnd.jpg) top no-repeat;
}

#gallery_detailed_desc	{
	float:right;
	left:0px;
	top:30px;
	width:200px;
	/*border-color:#5A99C4;
	border-style:solid;
	border-width:1px;*/
	margin-top:2px;
	min-height:373px;
	font-size:small;
}

.gallery_detailed_description	{
	width:190px; 
	height:187px; 
	overflow:auto; 
	padding-left:5px; 
	padding-right:5px; 
	border-bottom:#5A99C4 1px solid; 
	min-height:94px;
}


#gallery_detailed_photo	{
	float:left;
	width:500px; 
	height:380px;
	margin-top:2px;
}
/*------ Gallery END ------*/

/*****************Gallery Detailed************************/

#photo_nav_wrapper	{
	/*float:left;
	width:200px;
	height:455px;*/
	width:706px;	
}

#photo_nav_padding	{
	width:180px;
	height:30px;
	line-height:30px;
	text-align:center;
	vertical-align:text-top;
}

#photo_nav	{
	/*height:700px;
	overflow:auto;*/
	z-index:1;
}

/*.case_tab	{
	float:left;
	width:255px;
	height:30px;
	background-position:center; 
	background-repeat:no-repeat;
	text-align:center; 
	line-height:30px;
}*/

#case_wrapper	{
	float:left;
	width:506px;
	/*height:550px;*/
	top:0px;
	/*padding-left:10px;*/
	z-index:1;
}

#case_tab_wrapper	{
	width:506px;
	height:30px;
}

.case_tab	{
	float:left;
	width:251px;
	height:30px;
	background-position:center; 
	background-repeat:no-repeat;
	text-align:center; 
	line-height:30px;
}

#case_detail	{
	/*float:left;*/
	width:510px;
	border: #339933 1px solid;
}

#case_details	{
	width:670px;
	border-bottom:1px solid #006699;
}

#case_id	{
	float:left;
	width:80px;
	line-height:1.5em;
}

#case_practice	{
	float:left;
	width:270px;
	line-height:1.5em;
}

#case_lab	{
	float:left;
	width:270px; 
	line-height:1.5em;
}

#case_description	{
	width:670px;
	padding-top:10px;
}

.img .img_wrapper	{
	float:left;
	margin:10px 0px 5px 10px; 
}

.img .txt	{
	border:1px solid black;
	border-radius:15px;
	-moz-border-radius: 15px;
	float:right;
	width:250px;
	min-height:150px; 
	margin:10px 10px 0px 0px; 
	padding:5px; 
	border:1px solid #0D486F;
	background-color:#DBE7EF;
}

.img .materials	{
	padding-top:20px;
}
/*********************************************************/

/*****************Search Results**************************/

#resultsDes	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	text-decoration:underline;
	text-align:center;
			}
			
.buisnessName	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.address	{
	font-size:12px;
}

.desc	{
	font-size:12px;
}
			
.services	{
	/*font-weight:bold;*/
	font-size:12px;
	line-height:1.5em;
}
/*********************************************************/

/**************************CPD****************************/

#cpdRecordTbl	{
	width:700px;
}

#cpdRecordTbl th	{
	text-align:center;
	font-size:12px;
}

#cpdRecordTbl td		{
	text-align:center;
	font-size:12px;
}

#cpdCoursesTable	{
	width:700px;
}

#cpdCoursesTable th	{
	text-align:center;
	font-size:12px;
}

#cpdCoursesTable td	{
	font-size:12px;
}

#cpdUploadForm	{
	align:center;
	width:100%;	
}


#cpdUploadForm	td {
		padding:10px;	
}

/*********************************************************/

/************************Forms****************************/

.form_err	{
	color:#ff0000;
	font-size:small;
}

/*********************************************************/
