/* -------------------------------------------------------------------------------
	Stylesheet Name: My-Medical-Info
	Description: My-Medical-Info.com Stylesheet
	Design by: MagicGraphix.com
   ------------------------------------------------------------------------------- */
/* general */
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
	color:#000000;
	background-color: #C7DBDA;
	background-image: url('images/bkg_botm.jpg');
}

img {
	border:0px;
	padding:0px;
}
a {color:#003366;text-decoration: underline;}
a:hover {color: #006666; text-decoration: none;}

h1 {font-size:20px; color: #FFFFFF; text-decoration: none; line-height: 26px; margin: 0px; padding: 0px; }
h2 { font-size:18px; color: #666666; text-decoration: none; line-height: 20px; margin: 0px; padding: 0px; }
h3 {font-size:16px; color: #666666; text-decoration: none; line-height: 18px; margin: 0px; padding: 0px; }
h4 {font-size:14px; color: #666666; text-decoration: none; line-height: 16px; margin: 0px; padding: 0px; }
h5 {font-size:12px; color: #666666; text-decoration: none; line-height: 14px; margin: 0px; padding: 0px; }
h6 {font-size:10px; color: #666666; text-decoration: none; line-height: 12px; margin: 0px; padding: 0px; }

p {
	margin: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding-top: 10px;
}

/***** layout *****/
#page_top{
	margin:0px auto;
	width:100%;	
	background: url('images/bkg_top.jpg') repeat-x center top;
}

#base{
	margin:0 auto;
	padding:0;
	width:1000px;
	background: url('images/bg_repeat.png') repeat-y center;
	padding:0 28px 0 28px;
}

#header{
	position:relative;
	width: 1000px;
	background: url('images/tab_top_bkg.jpg') repeat-x left top;
	height: 70px;
}


#container{
	position:relative;
	overflow:hidden;
	width:1000px;
	background:#FFFFFF;
}

#content{
	float:left;
	width:520px;
	margin: 0px 10px 10px;
}
#content h1{
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
	text-align: left;
	line-height: 20px;
	padding: 0px;
}
#footer{
	position:relative;
	background:#fff;
	height:30px;
	overflow:hidden;
	color:#ffffff;
	background:url('images/footer2.jpg') repeat-x;
	text-align: center;
	padding-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer a,#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#sitetitle {
	position:absolute;
	font-family: "Courier New", Courier, mono;
	font-size:30px;
	font-weight:bold;
	color:#003366;
	overflow:hidden;
	width: 290px;
	left: 0px;
	top: 0px;
	text-align: center;
}

#sitetitle a, #sitetitle a:hover {
	font-family: "Courier New", Courier, mono;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
	font-size: 30px;
	text-align: center;
}
/***** menutabs *****/
#menutabs{
	width: 705px;
	height: 70px;
	float: right;
	margin-left: 10px;
}

#menutabs ul{
margin: 0;
padding: 0;
list-style-type:none;
}

#menutabs ul li{
float: left;
text-align:center;
position: relative;
}

#menutabs ul li a{
	display: block;
	padding: 10px 0px 0;
	width:174px;
	height:22px;
	text-decoration:none;
	font-family: verdana, tahoma, arial;
	font-size:13px;
	color: #fff;
	background: #003399 url('images/header_tab_navy.jpg');
	font-weight: bold;
	margin-top: 23px;
}

#menutabs ul li a:hover{
	display: block;
	padding: 10px 0px 0;
	width:174px;
	height:30px;
	text-decoration:none;
	font-family: verdana, tahoma, arial;
	font-size:13px;
	color: #fff;
	background:url('images/header_tab_teal.jpg');
	font-weight: bold;
	margin-top: 15px;

}
#menutabs ul li a:active{
	display: block;
	padding: 10px 0px 0;
	width:174px;
	height:30px;
	text-decoration:none;
	font-family: verdana, tahoma, arial;
	font-size:13px;
	color: #fff;
	background:url('images/header_tab_silver.jpg');
	font-weight: bold;
	margin-top: 15px;

}
#menutabs  li ul{
display: block;
position: absolute;

}

#menutabs  li > ul{
left: 0px;
top: 0px;
}

#menutabs  li.over ul,
#menutabs  li:hover ul{
clear: left;
display:block;
}

#menutabs  li ul li{
text-align:left;
clear:left;
}

#menutabs  li ul a{
display:block;
width:174px;
height:32px;
padding-top:4px;
background:#ddf;
font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
font-size:11px;
color:#000;

}

#menutabs  li ul a:hover{
background:url('images/header_tab_teal.jpg');
}


/***** sidebar *****/
#sidebar{
	float:left;
	width:200px;
	border: 0.5pt solid #003366;
	padding-top: 4px;
	margin: 0px 10px 10px;
	font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
}
#sidebar a{
	color:#006666;
	list-style-image: url('images/bullet_teal.jpg');
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 24px;
	padding-top: 2px;
	padding-left: 6px;
	line-height: 20px;
	font-size: 16px;
}
#sidebar a:hover {
	color:#003366;
	list-style-image: url('images/bullet_navy.jpg');
	font-weight: bold;
	text-decoration: underline;
}

#sidebar h1 {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#sidebar h2 {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #999999;
	display: block;
	height: 100%;
	width: 100%;
	border: .5px solid #003366;
}

/***** sidebar *****/
#sidebar_right{
	float:right;
	width:200px;
	color:#003366;
	border: 0.5pt solid #003366;
	background-color: #B2BDD3;
	margin: 0px 10px 10px;
}

#sidebar_right h1 {
	color: #003366;
	font-size: 16px;
	line-height: 18px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
	text-align: center;
	padding: 0px;
}
#sidebar_right h2 {
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
	text-align: center;
	background-color: #009999;
	display: block;
	margin-bottom: 5px;
	border-bottom: 0.5px solid #003366;
}
/***** content *****/
.spacer {height:20px;}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 3px;
}

.alignright {
	float: right;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

#container_top {
	float:left;
	width:1000px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#content_top_left {
	float:left;
	width:540px;
	height: 240px;
	background-color: #003366;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 10px;
}
#content_top_left h1{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial;
	text-align: left;
	padding-top: 80px;
}
#content_top_right {
	float:right;
	width:380px;
	height: 240px;
	padding: 0 0px;
	background-image: url('images/header_photo.jpg');
	display: block;
	height: 240px;
	margin-right: 10px;
	background-position: right top;
}
#container_content {
	float:left;
	width:1000px;
	padding: 0px;
}
#button {
	font-family: Arial, Helvetica, tahoma, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-align: center;
}
#button a{
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	height: 27px;
	width: 200px;
	display: block;
	background-image: url('images/button_teal.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#button a:hover{
	color: #ffffff;
	text-decoration: none;
	height: 27px;
	width: 200px;
	display: block;
	background-image: url('images/button_blue.jpg');
	background-repeat: no-repeat;
	background-position: center center;}

/***** stuff *****/

.searchbox {
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	top:5px;
	left:7px;
	width:172px; 
	height:18px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 0px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {
	position:absolute;
	top:7px;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}

#hr {
	margin: 5px 0px;
	background-color: #FFFFFF;
	clear: both;
	width: 100%;
}
