/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#f8f8f9; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#858484;
	}
html { min-width:980px;}
html, body { height:100%;}






/* Global Structure ============================================================= */
.round{
border:2px solid;
border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
padding:10px;
}

.menutable {
border-radius:5px;
-moz-border-radius:5px;
/*box-shadow: 10px 10px 5px;*/
}

.menutdtop {
border-top-left-radius:5px;
border-top-right-radius:5px;
-moz-border-top-left-radius:5px;
-moz-border-top-right-radius:5px;
margin:5px 5px 5px 5px;
}

.menutdbottom {
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-bottom-left-radius:5px;
-moz-border-bottom-right-radius:5px;
margin:5px 5px 5px 5px;
}

.container_24 {
	position: relative;
	font-size:.75em;
}

	/* Header */
	header{
		height:509px;
		overflow:hidden;
		background:url(../images/e-psychiatry-header-tail.gif) 0 0 repeat-x #fff;
		}
		
		#header {
	right:0;
	top:93px;
		}
		
		#header ul {
	list-style: none;
	padding:0;
	margin:0;
}

#header li {
	display: inline;

}

#header li a {
			padding:12px 21px 18px 21px;
			font-size:16px;
			line-height:1.2em;
			color:#000000;
			text-decoration:none;
			text-shadow:1px 1px 0 #004376;
			position:relative;
}

#header #selected {
	padding-bottom: 1px; 
	background: #eaedf0;
border-top-left-radius:2px;
border-top-right-radius:2px;
-moz-border-top-left-radius:2px;
-moz-border-top-right-radius:2px;
margin:10px 10px 10px 10px;
			behavior:url(../js/PIE.htc);
			box-shadow:5px 5px 2px;
}

	
	/* Content */
	section#content {
		background:url(../images/content-tail.gif) 0 0 repeat-x #f8f8f9;
		padding-bottom:20px;
		}
	
	/* Sidebar */
	aside{
		
		}
			
	/* Footer */
	footer{
		background:url(../images/e-psychiatry-footer-tail.gif) 0 100% repeat-x #1079ac;
		padding:25px 0 25px 0;
		}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
    font-size: 16px;
}

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
	}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
		}
		
.img-box-right { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box-right img { 
		float:right; 
		margin:20px 0 20px 20px;
		}

.extra-wrap { 
	overflow:hidden;
	}

p {
	margin-bottom:17px;
	font-size:14px;
	}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:17px;}
.p3 { margin-bottom:26px;}


/*----- txt, links, lines, titles -----*/
a {
	color:#334960; 
	outline:none;
	font-weight:bold;
	}
a:hover{
	color:#f86314; 
	outline:none;
	text-decoration:none;
	font-weight:bold;
	}

h1 {
	font-size:18px;
	line-height: 120%;
	}
h2 {
	font-size:45px;
	line-height:1.2em;
	font-weight:normal;
	color:#30383a;
	letter-spacing:-2px;
	font-weight:700;
	margin-bottom:18px;
	}
	h2 span {
		font-size:32px;
		line-height:1.2em;
		font-weight:500;
		display:inline-block;
		position:relative;
		top:13px;
		}
h3 {
	font-size:25px;
	line-height:1.2em;
	font-weight:500;
	color:#30383a;
	background:url(../images/e-psychiatry-line-hor.gif) 0 100% repeat-x;
	padding:0 0 8px 0;
	margin-bottom:20px;
	}
h4 {
	line-height: 120%;
	font-size:18px;
	margin-bottom:0.8em;
	}
	h4.alt {
		padding-top:10px;
		}
h5 {
	font-size:18px;
	line-height: 120%;
	}
h6 {
	font-size:18px;
	line-height: 120%;
	}
	

.button { 
	display:inline-block;
	width:81px;
	height:37px;
	line-height:37px;
	font-size:18px;
	background:url(../images/button.png) no-repeat 0 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

.button2 { 
	display:inline-block;
	width:160px;
	height:37px;
	line-height:37px;
	font-size:18px;
	background:url(../images/button2.png) no-repeat 0 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
}


/* Boxes */
.box {
	background:#eaedf0;
	border:1px solid #c4c4c3;
	padding:28px 29px 43px 29px;
	position:relative;
	behavior:url(../js/PIE.htc);
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(../js/PIE.htc);
	box-shadow:10px 10px 5px;
	margin-bottom:20px;
	
}


.address { 
	float:left;
	padding-bottom:3px;
}
	.address dt {
		margin-bottom:17px;
	}
	.address dt:first-line {
		font-weight:bold;
		color:#454f51;
		font-size:13px;
		}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:77px;
		}

/* Form
---------------------------------------- */



.form-all {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 4px;

}

.form-long {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 4px;
width: 240px;
}

.cal-day {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 4px;
width: 50px;
}

.cal-year {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 4px;
width: 70px;
}





.cal-day[type="text"], .cal-day[type="select"] {
	width: 120px;
	height: 16px;
	font-family: Arial, Gadget, sans-serif;
	font-size: 16px;
	color: #2d2d2d;
}
.cal-year[type="text"], .cal-year[type="select"] {
	width: 120px;
	height: 16px;
	font-family: Arial, Gadget, sans-serif;
	font-size: 16px;
	color: #2d2d2d;
}
/* Header
---------------------------------------- */

.header-bg {
	background:url(../images/e-psychiatry-header-bg.jpg) no-repeat 50% 0;
	height:509px;
	}

/* Logo */
.logo {
	position:absolute;
	left:9px;
	top:27px;
	}

/* Navigation */
header nav {
	position:absolute;
	right:0;
	top:93px;
	}
	header nav ul li {
		float:left;
		}
		header nav li a {
			float:left;
			padding:12px 21px 18px 21px;
			font-size:16px;
			line-height:1.2em;
			color:#fff;
			text-decoration:none;
			text-shadow:1px 1px 0 #004376;
			position:relative;
			}
		header nav li a.current {
			background:#006195;
			border-radius:7px;
			-moz-border-radius:7px;
			-webkit-border-radius:7px;
			behavior:url(../js/PIE.htc);
			}
			
		

/* RSS */
a.rss {
	display:block;
	position:absolute;
	right:8px;
	top:36px;
	color:#014568;
	background:url(../images/facebook_icon.png) no-repeat 100% 0;
	padding:18px 54px 10px 0;
	font-size:1.1em;
	}
a.rss:hover {
	color:#fff;
	}

/* Main banner */
.main-banner {
	display:block;
	position:absolute;
	left:9px;
	top:153px;
	}





/* Content
---------------------------------------- */
#content {
	
}
	.inside {
		padding:0 0 0 10px;
		}
		.inside .inside {
			padding:40px 0 0 0;
			}
	.row {
		padding-bottom:34px;
		}

/* List */
.list1 li {
	background:url(../images/e-psychiatry-marker1.gif) no-repeat 0 5px;
	padding:0 0 0 25px;
	line-height:24px;
	font-size:13px;
	}
.seo_content .list1 li{font-size: 16px;}

.list2 dt {
	font-weight:bold;
	font-size:13px;
	color:#454f51;
	}
.list2 dd {
	border-bottom:1px dashed #e1e5e6;
	padding:0 0 10px 0;
	margin-bottom:11px;
	}
.list2 dd:last-child {
	border-bottom:none;
	}


.list3 dt {
	font-weight:bold;
	font-size:13px;
	color:#454f51;
	}
.list3 dd {
	margin-bottom:17px;
	}
.list3 dd:last-child {
	margin-bottom:0;
	}


/* Menu Nav */
.header {
	color:#2792c5;
	}
.header a {
	text-decoration:none;
	color:#2792c5;
	}
.header a:hover {
	text-decoration:underline;
	}
	

/* Copy */
.header .copy {
	float:left;
}
	.header .copy a {
		color:#fff;
		}

/* Footer navigation */
.header nav {
	float:left;
	}
	.header nav li {
		display:inline;
		border-left:1px solid #0e74a6;
		padding:0 8px 0 11px;
		}
	.header nav li:first-child {
		border:none;
		}
		.header nav li a:hover,
		.header nav li a.current {
			color:#565051;
			text-decoration:none;
			font-weight:bold;
			}

/* Footer
---------------------------------------- */
footer {
	color:#2792c5;
	}
footer a {
	text-decoration:none;
	color:#2792c5;
	}
footer a:hover {
	text-decoration:underline;
	}
	

/* Copy */
footer .copy {
	float:left;
}
	footer .copy a {
		color:#fff;
		}

/* Footer navigation */
footer nav {
	float:right;
	}
	footer nav li {
		display:inline;
		border-left:1px solid #0e74a6;
		padding:0 8px 0 11px;
		}
	footer nav li:first-child {
		border:none;
		}
		footer nav li a:hover,
		footer nav li a.current {
			color:#fff;
			text-decoration:none;
			}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
	color:#373732;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
	#contacts-form label {
		display:block;
		height:58px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:3px 0 3px 5px;
			width:170px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:3px 0 3px 5px;
			width:260px;
			overflow:auto;
			height:128px;
			margin-bottom:18px;
		}
		#contacts-form .button {
			float:right;
			margin-left:14px;
		}

/*==========================================*/
.join{
  background-image: url(images/join-now.png);
}

.join div:active {
  background-position: 0 -120px;
}


/*worked on about-us page*/

.leader_box {
  float: left;
  min-height: 275px;
  width: 100%;
}
.seo_content footer {margin-bottom: 15px;}
.seo_content .header nav {padding-bottom: 10px;}
@media screen and (min-width:320px) and (max-width:1024px){
.seo_content .logo {position: relative;left: auto;top: auto;right: auto;padding: 15px;text-align: center;}
.seo_content .logo img{max-width: 160px;}   
.seo_content header nav {position: relative;right: auto;top: auto;left: auto;text-align: left;width: 100%;display: inline-block;}    
.seo_content .main-banner {display: block;position: relative;left: auto;top: auto;right: auto;}   
.seo_content header nav {position: relative;right: auto;top: auto;left: auto;text-align: center;width: 100%;display: inline-block;}    
.seo_content .container_24 .grid_12 ,.seo_content .container_24,.seo_content .container_24 .grid_13{width: 100%;margin: 0;}
.seo_content  header{height: auto;}
.seo_content .main-banner img{max-width: 100%;}
.seo_content .header-bg{height: auto;}
.seo_content .header a {font-weight: normal;font-size: 14px;}
.seo_content .header nav {padding: 15px 0;width: 100%;}    
.seo_content .box{padding: 15px;} 
.seo_content  h1{font-size: 15px; font-weight: normal;line-height: 24px;}
.seo_content .container_24 .grid_13{padding: 0 15px;}
.seo_content footer nav li{margin: 5px 0; display: inline-block;}
.seo_content footer nav li a{display: inline-block;color:#fff;font-weight: normal;font-size: 15px;}
.seo_content footer .copy {float: left;width: 100%;text-align: center;margin-bottom: 20px;}
.seo_content .vlinks{color: #f1f1f1;}
.seo_content footer {margin-bottom: 15px;}
.seo_content .box a,.seo_content .box{font-family: 'Open Sans', sans-serif;}
div{line-height: 24px;}
.seo_content strong,.seo_content .box a {font-weight: 600;}
.html_outer{min-width: inherit;}
.seo_content  header nav li a{font-size: 14px;padding: 0;font-weight: 400; text-shadow: none;}
.seo_content  header nav ul li { margin: 0 7px 5px;float: none;display: inline-block;}
.seo_content  h3{font-size: 22px;padding-left: 10px;}    
    
}