@charset "utf-8";
/* CSS Document */

/*Reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*End Reset*/

/*Common*/

body {
	background: url(../img/bg-repeater.jpg) repeat-x scroll top center #004033;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: #363636;
	line-height: 1.5;
	font-size: 12px;
}

a {
	color: #f7941d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h5 {
	font-size: 16px;
	color: #363636;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f7941d;
	font-style: italic;
}

h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00c09b;
}

h2 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffa320;
}

.clearer {
	clear: both;
}

.orange-txt {
	color: #ffa320;
}

#bg-wrapper {
	width: 100%;
	margin: auto;
	background: url(../img/bg-main.jpg) no-repeat top center;
}

#main-wrapper {
	width: 960px;
	margin: auto;
}

/*End Common*/

/*Header*/

#header-wrapper {
	width: 940px;
	margin-left: 10px;
	float: left;
}

#logo-wrapper h1 {
	width: 260px;
	height: 120px;
	float: left;
	text-indent: -9999px;
}

#logo-wrapper h1 a {
	width: 260px;
	height: 120px;
	display: block;
}

#tel-wrapper {
	width: 228px;
	height: 24px;
	background: url(../img/header-tel.png) no-repeat;
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	text-indent: -9999px;
}
#top-nav-wrapper {
	width: 200px;
	height: 39px;
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	text-indent: -9999px;
	background-image: url(../img/top-nav.png);
	background-repeat: no-repeat;
	margin-left: 400px;
}
#top-nav-wrapper a {
	text-indent: -5000px;
	display: block;
	height: 39px;
	width: 200px;
}



#nav-wrapper {
	width: 708px;
	height: 39px;
	background: url(../img/main-nav.png) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
	clear: both;
	margin-left: 212px;
	margin-top: 2px;
}

#nav-wrapper li {
	float: left;
}

#nav-wrapper a {
	display: block;
	height: 39px;
}

#mnav-home, #mnav-about, #mnav-doctors, #mnav-services { width: 142px; }
#mnav-contact { width: 140px; }

#mnav-home a:hover { background: url(../img/main-nav.png) no-repeat 0 -39px; }
#mnav-about a:hover { background: url(../img/main-nav.png) no-repeat -142px -39px; }
#mnav-doctors a:hover { background: url(../img/main-nav.png) no-repeat -284px -39px; }
#mnav-services a:hover { background: url(../img/main-nav.png) no-repeat -426px -39px; }
#mnav-contact a:hover { background: url(../img/main-nav.png) no-repeat -568px -39px; }

#mnav-home.current { background: url(../img/main-nav.png) no-repeat 0 -78px; }
#mnav-about.current { background: url(../img/main-nav.png) no-repeat -142px -78px; }
#mnav-doctors.current { background: url(../img/main-nav.png) no-repeat -284px -78px; }
#mnav-services.current { background: url(../img/main-nav.png) no-repeat -426px -78px; }
#mnav-contact.current { background: url(../img/main-nav.png) no-repeat -568px -78px; }

#mnav-home.current a:hover { background: url(../img/main-nav.png) no-repeat 0 -78px; }
#mnav-about.current a:hover { background: url(../img/main-nav.png) no-repeat -142px -78px; }
#mnav-doctors.current a:hover { background: url(../img/main-nav.png) no-repeat -284px -78px; }
#mnav-services.current a:hover { background: url(../img/main-nav.png) no-repeat -426px -78px; }
#mnav-contact.current a:hover { background: url(../img/main-nav.png) no-repeat -568px -78px; }

/*End Header*/

/*Banner*/

#banner-wrapper {
	width: 900px;
	height: 269px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#banner-wrapper-wrapper {
	width: 940px;
	height: 289px;
	float: left;
	margin-left: 10px;
	background: url(../img/bg-top.png) no-repeat;
}


/*End Banner*/

/*Main Content*/

#main-content-wrapper {
	width: 900px;
	height: auto;
	float:left;
	padding: 20px;
	background: #fff;
	margin: 0 0 0 10px;
}

#content-wrapper {
	width: 600px;
	height: auto;
	float: left;
	margin-right: 20px;
}

#title-home h3 {
	width: 600px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	background: url(../img/ttl-home.jpg) no-repeat;
}

#title-about h3 {
	width: 600px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	background: url(../img/ttl-about.jpg) no-repeat;
}

#title-doctors h3 {
	width: 600px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	background: url(../img/ttl-doctors.jpg) no-repeat;
}

#title-contact h3 {
	width: 600px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	background: url(../img/ttl-contact.jpg) no-repeat;
}

#text-wrapper {
	width: 570px;
	height: auto;
	padding: 20px 15px 20px 15px;
	float: left;
	background: url(../img/bg-content.jpg) repeat-x;

}

#sb-wrapper {
	width: 280px;
	height: auto;
	float: left;
}

#sb-title-services {
	width: 280px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	background: url(../img/ttl-services02.jpg) no-repeat;
}

#services-list-wrapper {
	width: 250px;
	height: auto;
	padding: 15px 15px 20px 15px;
	float: left;
	background: url(../img/bg-content.jpg) repeat-x;

}
img#btn-rm {
	padding-left: 130px;
	padding-top: 20px;
}

/*End Main Content*/

/*Doctors*/

#doctors01 {
	width: 200px;
	height: auto;
	float: left;
	margin: 20px 0 0 30px;
}

#doctors01 a {
	font-size: 12px;
	color: #00c09b;
	line-height: 1.8;
}

#doctors01 a:hover {
	color: #f7941D;
	text-decoration: none;
}

#doctors02 {
	width: 200px;
	height: auto;
	float: left;
	margin: 20px 0 0 30px;
}

#doctors02 a {
	font-size: 12px;
	color: #00c09b;
	line-height: 1.8;
}

#doctors02 a:hover {
	color: #f7941D;
	text-decoration: none;
}

.doc-wrapper {
	width: 560px;
	height: auto;
	background: url(../img/bg-content.jpg) repeat-x;
	padding: 20px;
	margin-top: 8px;
	float: left;
	border: #d7d7d7 1px solid;
}

.doc-img-wrapper {
	width: 148px;
	height: 184px;
	float: left;
	padding-right: 20px;
}

.doc-wrapper a {
	font-size: 12px;
	float: right;
}

.doc-wrapper h3 {
	float: left;
}

.doc-wrapper a:hover {
	text-decoration: none;
	color: #dda31b;
}

.doc-name-wrapper {
	width: 392px;
	height: 24px;
	border-bottom: #FFFFFF 1px solid;
	float: left;
}

.doc-bios-wrapper {
	width: 392px;
	height: auto;
	border-top: #d7d7d7 1px solid;
	float: left;
	padding-top: 10px;
}		

/*End Doctors*/


/*Services*/

#services-content-wrapper {
	width: 900px;
	height: auto;
	float: left;
}

#services01 {
	width: 300px;
	height: auto;
	float: left;
	margin: 20px 0 0 30px;
}

#services01 a {
	font-size: 12px;
	color: #00c09b;
	line-height: 1.8;
}

#services01 a:hover {
	color: #f7941D;
	text-decoration: none;
}

#title-services h3 {
	width: 900px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	background: url(../img/ttl-services.jpg) no-repeat;
}

#services-text-wrapper {
	width: 860px;
	height: auto;
	padding: 20px 20px 20px 20px;
	float: left;
	background: url(../img/bg-content.jpg) repeat-x;

}


.ser-wrapper {
	width: 858px;
	height: auto;
	background: url(../img/bg-content.jpg) repeat-x;
	padding: 20px;
	margin-top: 8px;
	float: left;
	border: #d7d7d7 1px solid;
}


.ser-wrapper a {
	font-size: 12px;
	float: right;
}

.ser-wrapper h3 {
	float: left;
}

.ser-wrapper a:hover {
	text-decoration: none;
	color: #dda31b;
}

.ser-name-wrapper {
	width: 858px;
	height: 24px;
	border-bottom: #FFFFFF 1px solid;
	float: left;
}

.ser-desc-wrapper {
	height: auto;
	border-top: #d7d7d7 1px solid;
	float: left;
	padding-top: 10px;
}		

.ser-desc-wrapper img {
	float: right ;
	padding: 0 0 5px 15px;
}	



/*End Services*/

/*Contact*/

#map-wrapper {
	width: 270px;
	height: auto;
	float: left;
}

#contact-text-wrapper {
	width: 270px;
	height: auto;
	float: left;
	margin-right: 20px;
}


#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }
#contact { display: block; width: 280px; -webkit-border-radius:5px; float: left; margin-top: 30px; }
#contact p, label, legend { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #555555; }
#contact h1 { margin: 10px 0 10px; font-size: 18px; color: #ff3472; font-family: 'Droid Serif', serif; font-weight: 700; }


#contact label { display: inline-block; float: left; line-height: 20px; width: 100px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 220px; margin: 0; padding: 3px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; webkit-border-radius:5px; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #fff; background:#00c09b; color:#fff; }
#contact input.submit:hover { background:#ffa320; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset {  }
#contact legend { margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 20px; background: #FBE3E4 url('../img/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; font-size:12px; font-family: Arial, Helvetica, sans-serif; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../img/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }


/*End Contact*/

/*Box*/

#box-wrapper {
	width: 950px;
	height: 322px;
	float: left;
}

#box01-wrapper h2 {
	width: 320px;
	height: 228px;
	background: url(../img/box01.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
}

#box01-wrapper h2 a {
	width: 320px;
	height: 228px;
	display: block;
}

#box02-wrapper {
	width: 310px;
	height: 228px;
	background: url(../img/box02.jpg) no-repeat;
	float: left;
}

#box02-wrapper a {
	width: 256px;
	height: 153px;
	display: block;
	font-size: 12px;
	color: #fff;
	padding: 75px 27px 0 27px;
	line-height: 1.5;
}

#box02-wrapper a:hover {
	text-decoration:none;
}

#box03-wrapper h2 {
	width: 320px;
	height: 228px;
	background: url(../img/box03.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
}

#box03-wrapper h2 a {
	width: 280px;
	height: 228px;
	display: block;
}

#box04-wrapper {
	width: 950px;
	height: 94px;
	background: url(../img/box-shadow.jpg) no-repeat;
	float: left;
}

/*End Box*/

/*Footer*/

#footer-wrapper {
	width: 960px;
	text-align: center;
	float: left;
	padding-bottom: 30px;
}

#footer-wrapper p {
	color: #fff;
}

/*End Footer*/

/*Slider*/


.nivoSlider {
    position:relative;
    width:900px; /* Change this to your images width */
    height:269px; /* Change this to your images height */
    background:url(img/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}



.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
/*End Slider*/
