@charset "utf-8";
{
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em;
}
.footer, .push {
	height: 6em;
}

.navigation {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #e1f3f7;
	text-decoration:none;
}

a.navigation:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #e1f3f7;
	text-decoration:none;
}

a.navigation:visted {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #e1f3f7;
	text-decoration:none;
}

a.navigation:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

a.navigation:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #e1f3f7;
	text-decoration:none;
}

.navigation_on {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	color: #55909e;
	margin-top:20px;
}

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-right: 20px;
	margin-left:5px;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-right: 20px;
}

.mainbody_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b5972;
	line-height: 18px;
	margin-right: 20px;
	margin-left:5px;
}

.header_bgimage
{
	background-image:url('assets/header_bg.jpg');
	background-repeat:repeat-x;
}

.navigation_bgcolor
{
	background-color: #55909e;
	background-repeat: no-repeat;
}

.footer_bgcolor
{
	background-color: #dbd9c0;
	background-repeat: no-repeat;
}

.home_image
{
	margin-top:15px;
}

.doctor_image
{
	margin-left:5px;
}

.footer_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:16px;
}

a.footer_body:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2ea0bb;
	line-height:16px;
	text-decoration:none;
}

a.footer_body:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2ea0bb;
	line-height:16px;
	text-decoration:none;
}

a.footer_body:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2ea0bb;
	line-height:16px;
	text-decoration:underline;
}

a.footer_body:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2ea0bb;
	line-height:16px;
	text-decoration:none;
}