@charset "utf-8";
/* CSS Document */


a, div {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
 img, div, span, a, p { behavior: url(css/iepngfix.htc); }
 
 /* ----------------------------------------------------------------------------------------------------------------

	Body

------------------------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #315F45;
}

p {
	margin: 10px 0;
}

ul {
	margin: 10px 20px 10px 20px;
}

h1 {
	color: #315F45;
	font-size: 19px;
	font-weight: lighter;
}

h2 {
	color: #5B9C7E;
	font-size: 16px;
}

.h2_box {
	border-bottom: #5B9C7E solid 1px;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
}

h3 {
	color: #006699;
	font-size: 14px;
	font-weight: lighter;
}

.wrapper {
	margin: 0 auto;
	width: 920px;
}

.header {
	height: 122px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

.logo {
	width: 240px;
	float: left;
}

.header_box {
}

.slogan h2 {
	margin: 24px 60px 0 0;
	width: 575px;
	float: right;
	font-size: 24px;
	color: #6E4F85;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-align: right;
	font-weight: lighter;
}

.navigation {
	width: 620px;
	float: right;
	text-align: right;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
}

.navigation a {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover {
	color: #6E4F85;
	text-decoration: none;
}

.navigation ul {
	list-style: none;
	margin: 40px 50px 0 0; 
}

.navigation li {
	display: inline;
	margin: 0 0 0 20px;
}

.banner {
	font-size: 0px;
}

.container {
	float: left;
	background-color: #fff;
}

.body {
	float: left;
	padding: 10px 40px;
	width: 580px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

.sidebar {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	float: left;
	width: 220px;
	padding: 10px 40px 20px 0;
}

h4 {
	font-size: 14px;
	font-weight: lighter;
}

h4 a {	
	color: #006699;
	text-decoration: underline;
}

h4 a:hover {	
	color: #990000;
	text-decoration: none;
}

.footer {
	clear: both;
	padding: 10px 0 0 0;
	color: #fff;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.etag {
	float: right;
}

.sehabla {
	font-size: 18px;
	color: #990000;
	font-style: italic;
}

.body a:link, .body a:visited {
	color: #006699;
	text-decoration: underline;
}

.body a:hover, .body a:visited:hover {
	color: #990000;
	text-decoration: none;
}

.patient_form h3 a:link, .patient_form h3 a:visited {
	color: #006699;
	text-decoration: none;
	font-size: 14px;
}

.patient_form h3 a:hover, .patient_form h3 a:visited:hover {
	color: #990000;
	text-decoration: none;
	font-size: 14px;
}

.top_pad {
	padding: 20px 0 0 0;
}

.right_pad {
	padding: 0 20px 0 0;
}

.bottom_pad {
	padding: 0 0 20px 0;
}

.left_pad {
	padding: 0 0 0 20px;
}