@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic);
body {
	padding: 0;
	margin: 0;
	font:17px/24px 'Open Sans', sans-serif;
	color:#021923;
}
a {
	outline:none;
	color:#ac1504;
	text-decoration:none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a:hover {
	text-decoration:none;
}
img {
	border: none;
	padding:0;
	margin:0;
}
ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
ul li {
	list-style-position: outside;
	list-style-type: none;
}
h1 {
	font-size:60px;
	line-height:62px;
	font-weight:300;
	padding-bottom:10px;
	color:#202020;
	font-family: 'Oxygen', sans-serif;
}
h2 {
	font-size:40px;
	line-height:45px;
	font-weight:300;
	padding-bottom:15px;
	color:#202020;
	font-family: 'Oxygen', sans-serif;
}
h3 {
	font-size:30px;
	line-height:33px;
	font-weight:300;
	padding-bottom:15px;
	color:#202020;
	font-family: 'Oxygen', sans-serif;
}
h4 {
	font-size:20px;
	line-height:24px;
	font-weight:500;
	padding-bottom:10px;
	color:#1b6ca9;
	font-family: 'Oxygen', sans-serif;
}
h5 {
	font-size:17px;
	line-height:20px;
	font-weight:300;
	padding-bottom:10px;
	color:#202020;
	font-family: 'Oxygen', sans-serif;
}
/*header*/
.wrapper {
	width:100%;
	margin:0 auto;
}
.top-container {
	width:990px;
	margin:0 auto;
}
.logo {
	width:315px;
	float:left;
	margin-top:20px;
}
.top-contact {
	width:405px;
	float:right;
	height:100%;
	overflow:hidden;
	text-align:right;
	margin-top:30px;
}
.top-contact .left {
	float:left;
	border-right:1px solid #d9d9d9;
	padding-right:22px;
	padding-top:28px;
}
.top-contact .left  ul{
	padding:0;
}
.top-contact .left  ul li{
	font-size:15px;
	line-height:22px;
	color:#353535;
}
.top-contact .left  ul li span{
	font-family: FontAwesome;
	content: "\f09b";
	font-size:16px;
	line-height:28px;
	text-align:center;
	margin:0 6px 0 0;
	color:#353535;
	font-weight:normal;
	display:inline-block;
}
.top-contact .left  ul li strong{
	color:#2c85c7;	
}
.top-contact .right {
	float:right;
	font-size:15px;
	/*line-height:22px;*/
	color:#353535;
}
.top-contact .right span{
	text-transform:uppercase;
	font-weight:bold;
	color:#38358e;
	margin-bottom:10px;
	display:block;
}
/* navigation Start */
.navpanel {
	height:40px;
	margin-top:20px;
	margin-bottom:20px;
}
.navigation {
	width:990px;
	margin:0 auto;
}
.navigation ul {
	padding:0;
	text-align:center;
}
.navigation ul li {
	font-size:16px;
	line-height:40px;
	display:inline-block;
	padding:0 2px;
	position:relative;
}
.navigation ul li a {
	color:#353535;
	padding:0 19px;
	display:block;
}
.navigation ul li a:hover, .navigation ul li.current-menu-item> a {
	color:#fff;
	background-color:#ac1504;
	-webkit-border-radius: 0 15px 0 15px;
	border-radius: 0 15px 0 15px;
}
/*------------------------------------DROPDOWN START----------------------------------------------*/
.navigation ul li ul {
	position:absolute;
	left:5px;
	top:40px;
	display: none; /*collapse all sub menus to begin with*/
	padding:0;
	margin:0;
	background-color:#4b96cd;
	-webkit-border-radius: 0 15px 0 15px;
	border-radius: 0 15px 0 15px;
	z-index:100;
	text-align:left;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.navigation ul li ul li {
	width:180px;
	margin:0;
	padding:5px 10px;
	line-height:36px;
	font-weight:normal;
}
.navigation ul li ul li a {
	padding: 0 0 0 5px;
	margin:0;
	display:block;
	border-bottom:1px solid #3583bd;
	color:#fff;
}
.navigation ul li ul li a:hover,
.navigation ul li ul li.active a {
	margin:0;
	background-color:#ac1504;
	display:block;
}
.navigation ul li ul li:last-child a {
	border:none !important;
}
/* navigation End */
.banner{
	width:100%;
	position:relative;
}
.banner-content{
	width:30%;
	position:absolute;
	z-index:50;
	left:19%;
	top:30%;
}
.banner-content h1{
	color:#fff;
	text-transform:uppercase;
}
.banner-content p{
	color:#fff;
	font-size:17px;
	line-height:24px;
}
/* Body Start */
.body-content{
	width:990px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #d9d9d9;
}
.left-panel{
	width:635px;
	float:left;
	border-right:1px solid #d9d9d9;
	padding-right:35px;
}
.left-panel p{
	margin-bottom:30px;
}
.left-panel ul {
    padding: 0 0 25px;
}
.left-panel ul li {
	background:url(../images/bullet.png) no-repeat 0 12px;
    padding: 2px 0 2px 25px;
}
.right-panel{
	width:265px;
	float:right;
}
.office-hours{
	padding:0;
}
.office-hours ul{
	padding-top:25px;
	padding-bottom:25px;
}
.office-hours ul li{
	font-size:17px;
	line-height:30px;
}
.office-hours ul li span{
	float:right;
}
a.patient{
	width:100%;
	color:#fff;
	background-color:#ac1504;
	-webkit-border-radius: 0 15px 0 15px;
	border-radius: 0 15px 0 15px;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	display:block;
}
a.patient:hover{
	background-color:#2789c8;
	-webkit-border-radius:15px 0 15px 0 ;
	border-radius:15px 0 15px 0 ;
}
/* Footer Start */
.footer{
	width:990px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	padding-bottom:25px;
}
.left-footer{
	width:700px;
	float:left;
}
.left-footer a {
	color:#021923;
}
.left-footer a:hover {
	color:#b70000;
}
.left-footer p{
	color:#717171;
	font-size:13px;
	padding-top:5px;
}
.right-footer{
	width:265px;
	float:right;
}
.right-footer .social{
	text-align:left;
	padding:0;
}
.social{
	text-align:center;
	height:100%;
	overflow:hidden;
	padding-bottom:15px;
	padding-top:10px;
}
.social ul{
	padding:0;
}
.social ul li{
	font-family: FontAwesome;
	content: "\f09b";
	font-size:20px;
	line-height:28px;
	text-align:center;
	margin:0 6px 0 0;
	color:#0c69b7;
	font-weight:normal;
	display:inline-block;
}
.social ul li a{
	color:#0c69b7;
	display:block;
}
.social ul li a:hover, 
.social ul li:nth-child(2) a:hover,
.social ul li:nth-child(3) a:hover{
	color:#6a6a6a;
}
.social ul li:nth-child(2) a{
	color:#2dd0e3;
}
.social ul li:nth-child(3) a{
	color:#035275;
}
/*Inner Page Start*/
.page-head{
	width:100%;
	background:url(../images/bg.jpg) repeat 0 0;
	padding:20px 0;
	text-align:center;
}
.page-head h2, .page-head p{
	color:#fff;
}
img.left{
	margin:0 10px 0 0 ;
}
.office-manager{
	margin:20px 0 0 ;
}
.office-address{
	margin:0 0 20px ;
}
.ui-accordion .ui-accordion-header {
    color: #2C85C7!important;
	font-size:18px!important;
	line-height:24px!important;
}
.ui-accordion .ui-accordion-content{
	font:16px/23px 'Open Sans', sans-serif!important;
	color:#021923!important;
	padding-bottom:1em!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border:0!important;
}