@charset "utf-8";
/* ========== BADER CLINIC CSS ========= */
/* ========== 1. RESET ================= */
/* ========== 2. SELECTORS ============= */
/* ========== 3. PAGE ================== */
/* ========== 4. HEADER ================ */
/* ========== 5. CONTENT =============== */
/* ========== 6. FOOTER ================ */
/* ======================================== 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
/* HTML table cellspacing="0" */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ======================================== SELECTORS ============================================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 10px 0;
}
h1 {
	color: #AE4050;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
h2 {
	color: #AE4050;
	font-size: 24px;
	line-height: 40px;
}
h3 {
	color: #2E3192;
	font-size: 20px;
	line-height: 20px;
}
h4 {
	color: #2E3192;
	font-size: 18px;
	line-height: 20px;
}
h5 {
	color: #2E3192;
	font-size: 16px;
	line-height: 20px;
}
h6 {
	color: #2E3192;
	font-size: 14px;
	line-height: 20px;
}
p {
	margin: 10px 0;
}
/* ======================================== PAGE =================================================================================== */
body  {
	background: #FFF url(images/backscreen.gif) top center fixed no-repeat;
}
#container {
	background: #FFF;
	border-top: 1px solid #2E3192;
	border-right: 1px solid #2E3192;
	border-bottom: 10px solid #2E3192;
	border-left: 1px solid #2E3192;
	color: #000;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
/* ======================================== HEADER ================================================================================= */
#header {
	background: #F2F2F2 url(images/banner.gif) bottom scroll no-repeat;
	border-bottom: 2px solid #AE4050;
	height: 136px;
	position: relative;
	width: 980px;
}
#logo {
	padding: 12px 0 0 216px;
}
#logo img {
	border: none;
}
/* ======================================== CONTENT ================================================================================ */
#content {
	border-top: 1px solid #FFF;
	min-height: 911px;
	padding: 0 20px 20px 20px;
	position: relative;
}
.widebox {
	border-bottom: 2px solid #AE4050;
	padding-bottom: 10px;
	position: relative;
	width: 935px;
}
.leftbox {
	border: 0px dotted #F00;
	clear: left;
	float: left;
	position: relative;
	width: 450px;
}
.rightbox {
	border: 0px dotted #F00;
	clear: right;
	margin-left: 485px;
	position: relative;
	width: 450px;
}
.leftpic {
	float: left;
	margin: 0 20px 10px 0;
}
.rightpic {
	float: right;
	margin: 0 0 10px 20px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height: 1px;
    line-height: 1px;
}
.inline {
	display: inline;
}
.text-justify {
	text-align: justify;
}
.link {
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	margin: 10px 0;
}
.link img {
	padding-right: 10px;
	text-decoration: none;
}
.link a {
	padding: 3px 6px;
	text-decoration: underline;
}
.link a:link {
	border: 1px solid #FFF;
	color: #2E3192;
}
.link a:visited {
	border: 1px solid #FFF;
	color: #2E3192;
}
.link a:hover {
	border: 1px solid #AE4050;
	background-color: #F2F2F2;
	color: #000;
}
.link a:active {
	border: 1px solid #AE4050;
	background-color: #E5E5E5;
	color: #000;
}
.indent {
	padding-left: 12px;
}
.nomargin {
	margin: 0;
}
.picborder {
	border: 2px solid #AE4050;
}
/* ======================================== FOOTER ================================================================================= */
#footer {
	background: #F2F2F2 url(images/footer.gif) center scroll no-repeat;
	border-top: 2px solid #AE4050;
	height: 66px;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 336px;
}
#footer li {
	float: left;
	position: relative;
}
#footer a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	width: 100px;
}
#footer a:link, #footer a:visited {
	color: #2E3192;
}
#footer a:hover, #footer a:active {
	color: #000;
}
#footer p {
	color: #AE4050;
	font-weight: bold;
	text-align: center;
}