/* General Styles */

body{
	margin: 0 auto;
	width: 970px;
	height: 1400px;
	font-size: 16px;
	position: relative;
}

p {
	font-family: Arial, verdana, sans-serif;
	color: #333;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

a {
	color: #0a5ab8;
}

a:hover {
	color: #ff8400;
}

a:visited {
	color: #003068;
}

/* footer */

footer p {
	padding: 40px 20px 10px 26px;
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #666;
}

/* Cleare Fix: Add this in the CSS and apply the class "group" to the parent container */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
	zoom: 1;
}



/* index.page */

/* header */
#home img#caisse_with_doctors {
	width: 1024px; 
	height: 681px;
}

/* section */

#home section {
	float: left;
	width: 620px;
	position: relative;
}

#home #content {
	margin: 10px 20px 0px 40px;
}


#home h2 {
	width: 50%;
	height: 43px;
	background: #003068 url('../images/bg_blue.png') no-repeat;
	text-align: right;
	color: #ff8400;
	font-size: 2.2em;
	font-weight: bold;	
	font-family: Arial, Verdana, sans-serif;
	padding: 10px 40px 10px 290px;
	}

#home h3 {
	font-weight: bold;
	color: #ff8400;
	font-size: 1.4em;
	margin: 40px 0 5px 0px;
}


#home p#tagline {
	font-family: verdana, Arial, sans-serif;
	font-size: 2.4em;
	background: url('../images/arrow_blue.png') no-repeat; 
	text-align: left;
	margin: 2% 0 0 45%;
	padding-left: 40px;	
	line-height: 20px;
	color: black;
	letter-spacing: normal;
}

#home p {
	line-height: 1.0em;
	font-size: 1.1em;
}

#home ul{
	width: 620px;
	font-family: verdana, Arial, sans-serif;
	color: #666;
	font-size: .9em;
}

#home li {
	list-style: circle !important;
	list-style-position: inside !important;
	line-height: 1.2em;
	margin: 10px 20px 0px 30px;
}

/* aside */

#home aside {
	float: right;
	width: 360px;
/* 	background: url('../	images/home_sidebar_bg.png') no-repeat ; */
}

/*

#home aside img#bg {
	position: absolute;
	top: 44.5%;
	left: 68%;
}
*/

#home aside img#bg {
	position: absolute;
	top: 620px;
	left: 65%;
}


#home #boxes {
	width: 337px;
	height: 536px;
	background: url(/images/right-side-text.jpg) no-repeat;
	margin: -6px 0 0 20px;
}

#home #boxes img {
	padding: 5px 0px 5px 30px;
}

#home #boxes #box1, #home #boxes #box2 {
	width: 300px;
	margin: 0 20px 0 20px;
	padding: 0;
}

#home #boxes h4 {
	font-family: verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding: 7px 0 5px 10px;
	margin: 0;
	color: #0a59b8;
}

#home #boxes p {
	font-family: verdana, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 280px;
	margin: 0px 10px;
}

#home #textbox {
	border: 0.6em solid #ff8400;
	margin: 0 auto;
	padding: 10px;
}

#home #textbox p {
	font-family: georgia, arial, sans-serif;
	font-size: 1.2em;
	color: black;
	padding: 0.5em;
}

/* Child1 Page */


/* header */
#child1 header{
	width: 841px;
	height: 396px;
	background: url('../images/header_bg.png') top left no-repeat;
}

#child1 header div#head_text {
	padding: 100px 0 10px 60px;
	width: 650px;
}

#child1 header div#head_text h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 3.0em;
	font-weight: bold;
	color: #ff8400;
}

#child1 header div#head_text h4 {
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	margin: 10px 0 10px 0; 
}

#child1 header div#head_text p {
	font-family: arial, verdana, sans-serif;
	font-size: 1.0em;
	color: white;
	margin: 0 0 10px 0; 
}

/* section */

#child1 section {
	width:1024px;
	height: 937px;
}

#child1 section div#content {
	width: 620px;
	height: 130px;
	margin: -140px 0 10px 376px;
}

#child1 section div#content #text {
	border-top: 2px dotted #666;
	padding-top: 20px;
	width: 400px;
	float: left;

}

#child1 section div#content p {
	border-left: 1.2em solid #ff8400;
	padding: 10px 10px 10px 20px; 
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
}

#child1 section div#content #info_box {
	width: 100px;
	height: 100px;
	border: 8px solid #ff8400;
	background: #0a59b8;
	float: right;
	margin-top: 30px;
}

/* aside */


#child1 aside {
	width: 200px;
	position: absolute;
	top: 17em;
	left: 50em;
}

#child1 aside p {
	font-size: 0.9em;
	margin-top: 20px;
}

#child1 aside ul{
	width: 620px;
	font-family: verdana, Arial, sans-serif;
	color: gray;
	font-size: .8em;
}

#child1 aside li {
	list-style: circle !important;
	list-style-position: inside !important;
	line-height: 1.2em;
	margin: 10px 20px 0px 30px;
}

/* child2 */

/* section */

#child2 section {
	width: 690px;
	margin: 10px 10px 10px 40px;
}

#child2 section div#content {
	overflow: hidden;
}

#child2 section div#content #text {
	float: left;
	width: 50%;
}

#child2 section div#content #text h3 {
	font-family: georgia, arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #003068;
}

#child2 section div#content #text p {
	font-size: 0.9em;
	margin-top: 10px;
}

#child2 section div#content img {
	float: right;
	width: 300px; 
	height: 200px;
}

/* aside */

#child2 aside #textbox_1 {
	position: absolute;
	top: 7.0em;
	left: 44em;
	width: 18em;
}

#child2 aside #textbox_1 h3 {
	font-family: georgia, arial, sans-serif;
	font-size:	1.4em;
	font-weight: bold;
	color: #003068;
}

#child2 aside #textbox_1 p {
	margin: 5px 5px 10px 0;
	font-size: 16px;
}


#child2 aside #textbox_2 {
	position: absolute;
	top: 36em;
	left: 47.5em;
	width: 240px;
	border: 0.5em solid #ff8400;
}

#child2 aside #textbox_2 img {
	margin: 0 auto;
}

#child2 aside #textbox_2 p {
	font-size: 0.9em;
	margin: 10px 10px;
}

#child2 div#textbox_3 {
	width: 94%;
	border: 0.5em solid #003068;
	margin: 80px auto 20px auto;
	background: #ff8400
}

#child2 div#textbox_3 p {
	padding: 10px;
	color: #222222;
}


/* child3 */

/* header */

#child3 header {
	padding: 20px 0 20px 0px;
}

#child3 header h1 {
	background: url(/images/top_bar.png) no-repeat scroll left top transparent;
	font-size: 2.5em;
	color: #003D7B;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 10px 0 10px 30px;
}

#child3 header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding: 10px 0 5px 30px;
	color: #003D7B;
}

#child3 header h4 {
	padding: 0 0 10px 30px;
	font-size: 1.6em;
	color: #003D7B;
	font-family: Arial, Helvetica, sans-serif;
}

#child3 header span {
	color: #ff8400;
	font-weight: bold;
}

/* section */

#child3 section  {
	padding-left: 20px;
}

#child3 div#group0 {
	margin: 0 0 15px 0;
}

#child3 div#group0 #imga {
	float: right;
}

#child3 section div#group0 h3 {
	font-size: 1.4em;
	color: #003D7B;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#child3 section div#group0 p {
	width: 900px;
	float: none;
	padding: 10px 30px 10px 30px;
}

#child3 section div#group0 span {
	width: 50%;
	float: left;
	text-align: center;
}

#child3 section div#group1 #img1 {
	float: left;
	padding: 10px 0 0 0;
}

#child3 section div#group1 #img2 {
	float: right;
	padding: 15px 0 9px;
}
#child3 section div#group1 #img2a {
	float: left;
	padding: 15px 0 9px;
}

#child3 section div#group1 h3 {
	font-size: 1.4em;
	color: #003D7B;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#child3 section div#group1 p {
	width: 50%;
	float: left;
	padding: 10px 30px 10px 30px;
}

#child3 section div#group1 span {
	width: 50%;
	float: left;
	text-align: center;
}

#child3 section div#textbox {
	margin: 30px 3% 20px 1%;
	width: 94%;
	padding: 10px;
	border: 0.4em solid #003068;
}

#child3 section div#textbox h3 {
	color: #0a59b8;
	font-size: 1.5em;
	font-weight: bold;
}

#child3 section div#group2 div#content {
	width: 500px;
	float: left;
}

#child3 section div#group2 div#desc {
	width: 35%;
	float: right;
	font-family: Arial, verdana, sans-serif;
	color: #666;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-size: 75%;
}

#child3 section div#group2 h3 {
	color: #003D7B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	width: 90%;
	line-height: 1.2em;
}

#child3 section div#group2 div#content h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	color: #003D7B;
}

#child3 section div#group2 div#content ol {
	font-family: verdana, Arial, sans-serif;
	color: gray;
	font-size: .8em;	
	padding: 20px 10px 20px 50px;
}

#child3 section div#group2 div#content li {
	list-style: circle !important;
	list-style-position: inside !important;
	line-height: 1.4em;
}

#child3 section div#group2 #img3 {
	float: left;
	margin: 30px 0 0 0;
}

#child3 section div#group2 #img4 {
	float: right;
	margin: 70px 0px 20px 0;
	padding: 5px 3px 0 0;
}

#child3 section div#group3 div#content {
	width: 500px;
	float: left;
}

#child3 section div#group3 h3 {
	color: #003D7B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	width: 85%;
}

#child3 section div#group3 ol {
	font-family: verdana, Arial, sans-serif;
	color: gray;
	font-size: .8em;	
	padding: 20px 10px 20px 50px;
}

#child3 section div#group3 li {
	list-style: circle !important;
	list-style-position: inside !important;
	line-height: 1.4em;
}

#child3 section div#group3 #img5 {
	float: left;
	margin: 30px 0 20px 0;
}

#child3 section div#group3 #img6 {
	float: right;
	margin: 0px 0px 0px 0;
	padding: 5px 0px 0 0;
}

#child3 section div#group3 p {
	width: 40%;
	float: right;
	margin: 100px 100px 10px 10px;
}
