/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 auto;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
}

a { color:#417f94; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none; margin: 0 0 3px 0; }

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; }

hr { font-color: #ebebeb; border:1px;}

.flag {font-size: 29px; font-family:"Times New Roman", Times, serif; font-style:italic; color: #25457f;}

.physicians {
	border: 1px solid #8b8b8b;
	margin: 10px 10px 8px 10px;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	
}

#header {
	position:relative;
	top:0;
	left:0;
	width:933px;
	height:93px;
	background-image:url(images/bg_header.jpg)
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:49px;
	left:210px;
	width:692px;
	height:40px;


}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:933px;
	height:auto;
}

/* ---- start side bar content settings -------------- */
.side_bar_top {
	position: absolute;
	top: 0px;
	left: 0px;
}

.rdm_dr {
	position: absolute;
	top: 19px;
	left: 18px;
	float: left;
}

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:185px;
	height:auto;
	padding: 110px 0 0 30px;
	
}

#side_bar_2 p{
	position:relative;
	top: 220px;
	left: 30px;
}

#side_bar_2 {
	position:relative;
	top:-3px;
	left:0;
	float:right;
	width:200px;
	height:355px;
	background-image:url(images/bg_sidebar.jpg);
	background-repeat:no-repeat;
}

/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:465px;
	height:auto;
	padding: 20px 0 0 10px;
}

/* ---- end main content settings ---------------- */
.footer {
	float: left;
	margin: 10px 20px 0 0;
	text-align: center;
		
}

#footer {
	position:relative;
	top:0;
	left:0;
	color:#25457f;
	width:100%;
	height:80px;
	background-image:url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	clear:both;
}

#footer_stuff {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	margin: 0 auto;
}
#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg)
}

a#nav_01 {
	width:50px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0px -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:88px;
	cursor:default;
	background-position:-50px 0;
}

a:hover#nav_02{
	background-position:-50px -40px;
}

.active_02 {
	background-position:-50px -40px !important;
}

a#nav_03 {
	width:71px;
	cursor:default;
	background-position:-138px 0;
}

a:hover#nav_03{
	background-position:-138px -40px;
}

.active_03 {
	background-position:-138px -40px !important;
}

a#nav_04 {
	width:57px;
	cursor:default;
	background-position:-209px 0;
}

a:hover#nav_04{
	background-position:-209px -40px;
}

.active_04 {
	background-position:-209px -40px !important;
}

a#nav_05 {
	width:87px;
	cursor:default;
	background-position:-266px 0;
}

a:hover#nav_05{
	background-position:-266px -40px;
}

.active_05 {
	background-position:-266px -40px !important;
}

a#nav_06 {
	width:56px;
	cursor:default;
	background-position:-353px 0;
}

a:hover#nav_06{
	background-position:-353px -40px;
}

.active_06 {
	background-position:-353px -40px !important;
}
a#nav_07 {
	width:283px;
	cursor:default;
	background-position:-409px 0;
}

a:hover#nav_07{
	background-position:-409px -40px;
}

.active_07 {
	background-position:-409px -40px !important;
}




