/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#33333F;
	font-size:.8em;
	margin:0 auto;
	background-color:#FFF;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a { color:#0F1A6C;
	text-decoration:none;
 }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.flag {
	margin: 0 0 10px 0;
}

.intro {
	color: #4e81bb;
	font-size: 1.5em;
}

.side_border {
	position:relative;
	margin:0 auto;
	width:300px;
	height:5px;
	border-bottom: 5px solid #ccc;
}

.name_large {
	color: #4672b1;
	font-size: 1.2em;
	font-weight: bold;
}

.doctor_text {
	font-weight: bold;
}

.doctor_link {
	color: #294d87;
}

.services {
	color: #294d87;
	font-size: 1.2em;
	font-weight: bold;
}

.services li {
	margin: 10px;
	list-style: square;
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:281px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:713px;
	height:40px;
	color: #fff;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:auto;
	padding: 20px 10px 30px 20px;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:572px;
	height:auto;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:300px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:100%;
	height:70px;
	clear:both;
	margin: 0 auto;
	background-repeat: repeat-x;
	background: url(images/bg_footer.jpg); 
}

#footer_content {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	clear:both;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#footer_content a {
	text-decoration:none;
}

#footer_content a:hover {
	text-decoration:bold;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	float:left;
	width:663px;
	height:40px;
	cursor:pointer;
	position:relative;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav2.jpg);
}

/* ---- start navigation settings -------------------------- */
 

a#nav_01 {
	width:77px;
	background-position:0 0;
}

a:hover#nav_01 {
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:108px;
	background-position:-77px 0;
}

a:hover#nav_02 {
	background-position:-77px -40px;
}

.active_02 {
	background-position:-77px -40px !important;
}

a#nav_03 {
	width:100px;
	background-position:-185px 0;
}

a:hover#nav_03 {
	background-position:-185px -40px;
}

.active_03 {
	background-position:-185px -40px !important;
}

a#nav_04 {
	width:171px;
	background-position:-285px 0;
}

a:hover#nav_04 {
	background-position:-285px -40px;
}

.active_04 {
	background-position:-285px -40px !important;
}

a#nav_05 {
	width:108px;
	background-position:-456px 0;
}

a:hover#nav_05 {
	background-position:-456px -40px;
}

.active_05 {
	background-position:-456px -40px !important;
}

a#nav_06 {
	width:80px;
	background-position:-564px 0;
}

a:hover#nav_06 {
	background-position:-564px -40px;
}

.active_06 {
	background-position:-564px -40px !important;
}


/* ---- start nav drop settings -------------------------- */

#sub_nav {
	top:0;
	left:0;
	position:relative;
	height: 37px;
	margin: 0 auto;
	width:950px;
}

#sub_nav a {
	width:auto;
	height:auto;
	color:#fff;
	font-size:11px;
	font-weight: bold;
}

#sub_nav a:hover {
	color: #999;
}

#L1 {
	width:auto;
	height:auto;
	position:absolute;
	visibility:hidden;
	padding: 7px;
	color: #fff;
}

#L1 { width:663px; left:5px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;