@charset "utf-8";

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body{
	background:#0d5f9b;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-align:center;
}

.clr{clear:both;}
strong{font-weight:bold;}
p{
	display:block;
	line-height:18px;
}

table td{
	padding:3px 0;
}

h2{
	display:block;
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#f7941d;
	margin:0 0 10px;
}
h3{
	display:block;
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0d5f9b;
	margin:0 0 6px;
}

h4{
	display:block;
	font-size:10px;
	font-weight:bold;
	color:#0d5f9b;
	margin:0 0 10px;
}

a{
	color:#0d5f9b;
	text-decoration:none;
}
a:hover{text-decoration:underline;}

#container{
	display:block;
	width:844px;
	background:url(../images/containerBg.jpg) repeat-y 0 0;
	text-align:center;
	margin:0 auto;
	padding:0 18px;
}

#header{
	display:block;
	width:844px;
	height:230px;
	background:url(../images/clouds.jpg) no-repeat 0 0;
	margin:0 auto;
	text-align:left;
}
	a#logo{
		display:block;
		position:absolute;
		width:450px;
		height:131px;
		margin:25px 0 0 25px;
		background:url(../images/csg-logo.png) no-repeat 0 0; -background:none;
		-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/csg-logo.png',sizingMethod='scale');
		text-indent:-9999px;
		cursor:pointer;
	}
	#nav-main{
		display:block;
		clear:both;
		position:absolute;
		width:844px;
		height:40px;
		background:url(../images/frame.png) no-repeat 0 0; -background:none;
		-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frame.png',sizingMethod='scale');
		margin:0 auto;
		margin-top:181px;
		text-align:center;
	}
	#nav-main:after{
		display:block;
		clear:both;
		content:" ";
	}
	.nav-main{
		display:block;
		clear:both;
		position:absolute;
		width:844px;
		height:40px;
		margin:0 auto;
		margin-top:181px;
		text-align:center;
	}
	.nav-main:after{
		display:block;
		clear:both;
		content:" ";
	}
	.nav-main a{
		display:block;
		height:40px;
		line-height:40px;
		font-family:'Droid Sans', Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
		outline:none;
	}
	.nav-main a:hover{text-decoration:underline;}
	.nav-main ul{
		margin:0 auto;
		display:table;
		white-space:nowrap;
	}
	.nav-main ul li{
		float:left;
		display:table-cell;
		padding:0 12px;
	}
	.nav-main ul {/display:inline-block;}
	.nav-main ul{/display:inline; }
	.nav-main ul li{/display:inline-block}
	.nav-main ul li{/display:inline;}
	.nav-main ul a{/display:inline-block;}
	.nav-main{/text-align:center}
	
	.nav-main ul li ul{
		display:none;
		position:absolute;
		z-index:99;
		width:inherit;
		background:url(../images/subNavBg.png) repeat 0 0;
	}
	.nav-main ul li ul li{
		float:none;
		display:block;
		border-bottom:1px solid #cfe6fc;
		text-align:left;
		padding:0;
	}
	.nav-main ul li ul li a{
		display:block;
		height:28px;
		line-height:28px;
		color:#0d5f9b;
		font-weight:normal;
		font-size:13px;
		padding:0 10px;
	}

#content{
	display:block;
	width:636px;
	margin:0 auto;
	padding:0 0 30px;
	text-align:left;
}

#search{
	display:block;
	overflow:hidden;
	margin:10px 0 15px;
	font-size:11px;
	text-align:left;
	color:#0d5f9b;
}
	input.searchkey{
		font-size:11px;
		width:150px;
		height:16px;
		border:1px solid #ccc;
		padding:1px;
	}
	a.gobtn, input.gobtn{
		display:inline-block;
		width:24px;
		height:20px;
		border:none;
		background:url(../images/GO_btn.jpg) no-repeat 0 0;
	}
	a.gobtn{position:relative; top:1px;}

#nav-sub{
	display:block;
	position:relative;
	float:left;
	width:219px;
	margin-left:-92px;
}
#nav-sub ul{
	list-style:none !important;
	display:block;
	position:relative;
	height:auto;
	margin-left:-33px !important;
}
#nav-sub ul li{
	position:relative;
	margin-top:-2px;
}
#nav-sub ul li a{
	display:block;
	width:185px;
	height:27px;
	padding:6px 0 3px 34px;
	background:url(../images/subnav.png) no-repeat 0 0; -background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/subnav.png',sizingMethod='scale');
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
#nav-sub ul li a:hover{text-decoration:underline;}

.memberText{
	color:#999;
	font-size:10px;
	margin:20px 0 5px;
}
.memberCAA{
	display:block;
	width:185px;
	height:213px;
	background:url(../images/CAA.jpg) no-repeat 0 0;
}
a.csgHealthTalk{
	display:block;
	width:200px;
	height:220px;
	margin:20px 0 0;
	background:url(../images/csgHTbanner.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

.rightnarcol{
	float:right;
	display:inline;
	width:500px;
}
.rightwidecol{
	display:block;
	width:636px;
}

#footer{
	clear:both;
	background:url(../images/ribbon.jpg) repeat-x 0 0;
}
.footer-in{
	display:block;
	margin:0 auto;
	text-align:center;
	width:994px;
	height:95px;
	background:url(../images/footer.jpg) no-repeat -14px 0;
	overflow:hidden;
}
	#nav-foot{
		display:block;
		clear:both;
		margin:0 auto;
		text-align:center;
	}
	#nav-foot:after{
		display:block;
		clear:both;
		content:" ";
	}
	#nav-foot a{
		color:#fff;
		font-size:10px;
		text-decoration:none;
		height:16px;
		padding:3px 0 0 20px;
	}
		#nav-foot a.foot-print, #nav-foot a.foot-appt, #nav-foot a.foot-maild, #nav-foot a.foot-mailf{
			display:inline-block;
			background:url(../images/icon-print.jpg) no-repeat 0 0;
		}
		#nav-foot a.foot-appt{background:url(../images/icon-appt.jpg) no-repeat 0 0;}
		#nav-foot a.foot-maild{background:url(../images/icon-email.jpg) no-repeat 0 0;}
		#nav-foot a.foot-mailf{background:url(../images/icon-email.jpg) no-repeat 0 0;}
	#nav-foot a:hover{text-decoration:underline;}
	#nav-foot ul{
		margin:0 auto;
		margin-top:50px;
		display:table;
		white-space:nowrap;
	}
	#nav-foot ul li{
		float:left;
		display:table-cell;
		margin:0 12px;
	}
	#nav-foot ul {/display:inline-block;}
	#nav-foot ul{/display:inline; }
	#nav-foot ul li{/display:inline-block}
	#nav-foot ul li{/display:inline;}
	#nav-foot ul a{/display:inline-block;}
	#nav-foot{/text-align:center}
	
.footer-text{
	color:#fff;
	padding:0 0 20px;
}

/*extra classes*/
.drop-left{
	display:block;
	float:left;
	margin-right:10px;
}
.drop-right{
	display:block;
	float:right;
	margin-left:10px;
}

ul.bulleted, #content ul{
	list-style:disc;
	margin-left:18px;
	line-height:18px;
}
ul.bulleted li, #content ul li{
	margin:3px 0;
}

ul.imageList{
	width:636px;
	list-style:none;
	margin:5px 0 0 !important;
}
ul.imageList li{
	display:inline-block;
	vertical-align:top;
	padding:5px 4px;
	width:202px;
	overflow:hidden;
}
ul.imageList li img{
	display:block;
	margin:0 0 5px;
}

ol{
	list-style:decimal;
	margin-left:35px;
}
ol.search li{
	margin:0 0 10px;
}

.img-desc{
	margin-top:3px;
	font-size:10px;
	color:#0d5f9b;
	font-style:italic;
}

.formcontainer{
	background:#cdd8de;
	border:1px solid #eee;
	padding:20px;
}

.emailwrap{
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#fff;
	padding:5px;
	margin:0 0 5px;
	font-size:10px;
}

input.txtrefer{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	width:248px;
	height:14px;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:1px;
}
input.txtappt, select.selappt, textarea.txtappt{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	width:180px;
	height:14px;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:1px;
}
select.selappt{
	width:184px;
	height:18px;
}
textarea.txtappt{
	width:180px;
	height:100px;
}

input.txtmail, select.selmail, textarea.txtmail{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	width:280px;
	height:14px;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:1px;
}
select.selmail{
	width:284px;
	height:18px;
}
textarea.txtmail{
	width:280px;
	height:100px;
}

input.default_btn{
	font-size:11px;
	font-weight:bold;
	background:#0d5f9b;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	height:25px;
	border:1px solid #ddd;
	padding:1px 6px;
	/padding:1px 1px;
	cursor:pointer;
}

/*popups*/
.overlay{
	display:none;
	position:fixed;
	z-index:1000;
	background-color:#000;
	width:100%;
	height:2000px;
	top:0;
	left:0;
}
.column{
	display:none;
	position:fixed;
	z-index:3000;
	margin:0;
	width:500px;
	padding:10px;
	top:50%;
	left:50%;
	margin-left:-260px;
	background-color:#eee;
	color:#333;
	text-align:left;
	border:1px solid #333;
}
.column2{
	display:none;
	position:fixed;
	z-index:3000;
	width:500px;
	padding:10px;
	top:50%;
	left:50%;
	margin-left:-260px;
	background-color:#eee;
	color:#333;
	text-align:left;
	border:1px solid #333;
}

.drpangemail{
	display:inline-block;
	width:178px;
	height:19px;
	background:url(../images/drpangemail.jpg) no-repeat 0 0;
}
.infoemail{
	display:inline-block;
	width:161px;
	height:19px;
	background:url(../images/infoemail.jpg) no-repeat 0 0;
}

/*extension classes*/
.doctorList{
	display:block;
	overflow:hidden;
	width:646px;
	margin:0 -5px;
	padding:0 0 15px;
	background:url(../images/borderGrad.jpg) no-repeat bottom center;
}
.doctorItem{
	display:inline;
	float:left;
	width:323px;
	overflow:hidden;
	margin:10px 0 5px;
}
h3.doctorName{
	font-size:15px;
	margin:0 5px;
}
.docClinic{
	display:inline-block;
	margin:3px 5px 10px;
	background:url(../images/clinicBtnBg.jpg) repeat-x 0 0;
	border:1px solid #94c6f7;
	padding:4px 8px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
.doctorDesc{
	display:block;
	overflow:hidden;
}
.doctorPhoto{
	display:block;
	margin:0 5px 5px;
}
.photoFrame{
	display:block;
	padding:3px;
	border:1px solid #d3d1d1;
	background:#fff;
}
.doctorPhoto img{
	display:block;
	border:1px solid #dcdcdc;
}
a.linkMore{
	display:inline-block;
	font-weight:bold;
	color:#f7941d;
	margin-top:20px;
}

.pageContent{
	display:block;
	overflow:hidden;
	margin:5px 0;
	padding:5px 0 15px;
	background:url(../images/borderGrad.jpg) no-repeat bottom center;
}

.clinicTab{}
.clinicDetail{
	display:block;
	overflow:hidden;
}
.clDetailLeft{
	float:left;
	display:inline;
	width:276px;
	margin-right:20px;
}
.clDetailRight{
	float:left;
	display:inline;
	width:340px;
}
.clinicTab{
	display:block;
	position:relative;
	z-index:9;
}
ul.tabMenu{
	list-style:none !important;
	margin:0 !important;
	border-bottom:1px solid #94c6f7;
	line-height:9px !important;
}
ul.tabMenu li{
	display:inline-block;
	margin:0 2px 0 0 !important;
	padding:0 !important;
}
ul.tabMenu li a{
	float:left;
	display:block;
	height:32px;
	line-height:32px;
	background:url(../images/tabNormal.jpg) no-repeat 0 0;
	padding-left:10px;
	font-size:13px;
	font-weight:normal;
	color:#939393;
}
ul.tabMenu li a span{
	display:block;
	height:32px;
	line-height:32px;
	padding-right:10px;
	background:url(../images/tabNormal.jpg) no-repeat top right;
}
ul.tabMenu li a.selected{
	color:#0d5f9b;
	font-weight:bold;
	background:url(../images/tabSelected.jpg) no-repeat 0 0;
	position:relative;
	top:1px;
	z-index:10;
}
ul.tabMenu li a.selected span{
	background:url(../images/tabSelected.jpg) no-repeat top right;
}
.tabContent{
	display:block;
	overflow:hidden;
}

.enqFormContainer{
	display:block;
	overflow:hidden;
	width:636px;
	height:236px;
	margin:0 auto;
	background:url(../images/enqFormBg.jpg) no-repeat 0 0;
}
	.enqForm{
		margin:5px 10px 10px;
		position:relative;
	}
	.enqFormTable{
		width:250px;
		margin:0 auto;
		position:relative;
		left:-20px;
	}
	.enqFormTable table td{
		padding:3px 1px;
	}
	input.txtField{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		line-height:11px;
		height:21px;
		width:180px;
		border:1px solid #94c6f7;
	}
	textarea.txtField{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		height:50px;
		width:180px;
		border:1px solid #94c6f7;
	}
	input.error, textarea.error{
		border:1px solid #f00;
	}
	.sendBtnContainer{
		position:absolute;
		width:87px;
		height:67px;
		bottom:-8px;
		right:0;
	}
	input.sendBtn{
		display:block;
		width:87px;
		height:67px;
		border:none;
		background:url(../images/sendBtn.png) no-repeat 0 0;
	}

.techSections{
	display:block;
	overflow:hidden;
}
.section{
	float:left;
	display:inline;
	width:202px;
	margin:5px 5px;
	background:#94c6f7 url(../images/blueRdBg.jpg) no-repeat top left;
}
.sectionWrapper{
	padding:10px;
	background:url(../images/blueRdBg.jpg) no-repeat bottom right;
}
.sectionWrapper img{
	margin:5px 0 0;
}
.section h3, .section h3 a{
	font-size:18px;
	color:#fff;
}

.breadcrumb{
	display:block;
	overflow:hidden;
	margin:0 0 15px;
	padding:5px 0 10px;
	background:url(../images/borderGrad.jpg) no-repeat bottom center;
	font-weight:bold;
	color:#0d5f9b;
}

.testiList{
	display:block;
	overflow:hidden;
	margin:5px 0;
	padding:5px 0 15px;
}
.testiItem{
	display:block;
	overflow:hidden;
	background:url(../images/borderGrad.jpg) no-repeat bottom center;
	margin:0 0 10px;
	padding:5px 0 10px;
}
.testiTop{
	display:block;
	overflow:hidden;
}
.testiBot{
	text-align:right;
	font-size:13px;
	padding:0 5px;
}
.testiTextWrapper{
	float:left;
	display:inline;
	width:500px;
	overflow:hidden;
	padding:8px 0 0;
	background:url(../images/bubbleTxtBg.jpg) no-repeat top left;
}
	.testiText{
		padding:0 10px 30px;
		background:url(../images/bubbleTxtBg.jpg) no-repeat bottom left;
		font-style:italic;
	}

.testiPhoto{
	display:inline;
	float:left;
	margin-left:10px;
	width:114px;
	height:156px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #cbcbcb;
}

.blogSection{
	display:inline;
	float:left;
	width:410px;
}
.blogCats{
	display:inline;
	float:left;
	width:196px;
	padding:10px;
	margin:0 0 0 10px;
	background:#94c6f7;
}
.blogDate{
	color:#666;
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-style:italic;
	margin:0 0 5px;
}
.blogAuth{
	margin:5px 0 0;
	color:#f7941d;
}
.blogCategory{
	margin:5px 0 0;
	color:#666;
}
ul.blogCatList, ul.blogArcList{
	margin:0 0 10px;
}
a.prevBlog{
	float:left;
	font-weight:bold;
}
a.nextBlog{
	float:right;
	font-weight:bold;
}

.socialMedia{
	display:block;
	overflow:hidden;
	float:right;
	text-align:right;
	color:#747474;
	padding:2px 0 0;
}
.socialMedia table td{
	padding:0 0 0 10px;
}
/*end extension classes*/
