@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f4dad7;
	margin: 0;
	padding: 0;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}

/*********************** and we start the styling ***************************/
#header #topHeaderLine {
	background-color: #a1de31;
	height: 20px;
}
#header #midHeaderLine {
	background-color: #FFF;
	height: 2px;
}
#header #headingPic {
	background: url(images/heading.jpg);	
	height: 85px;
}
#header #botHeaderLine {
	background-color: #FFF;
	height: 4px;
}
/************Navigation Bar*************/
#nav {
	background-color: #f0628a;
	height: 42px;
}
#nav ul {
	text-align:center;	
}
#nav li {
	font-size: 12px;
	display: inline;
	letter-spacing: 0.005mm;
	word-spacing: 0.005mm;	
}
#ulFix {
	margin-left: -30px;
}
#nav li a {
	text-decoration: none;
	color: #FFF;
	padding-right: 13px;
}
#nav li a:hover {
	color: #97ce32;	
}
/***************Maincontent area*************/
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 0px;
	height: auto;
	width: auto;
}
#topMainLine {
	background-color: #664f0e;
	height: 2px;
}
#mainContent #midMainLine {
	background-color: #efcecb;
	height: 2px;
}
#mainContent #mainPic {
	background: url(images/homepage_pic.jpg);
	height: 246px;
}
#mainContent #greenBox {
	background-color: #97ce32;
	height: 29px;
	padding-top: 10px;
}
#mainContent #greenBox #info{
	color: #601444;
	text-align: center;
}
#mainContent #botMainLine {
	background-color: #dd8e88;
	height: 6px;
}
#mainContent #content {
	background-color: #efcecb;
	height: auto;
	padding: 10px 30px 10px 30px;
	margin-bottom: 20px;
	text-align: center;
	color: #601444;
}
#mainContent #content p {
	text-align: justify;
	padding-left: -30px;
	text-indent: 30px;
	font-size: 13px;
}
#mainContent #content #pic {
	margin: 0 0 0 324px	;
	height: 200px;
	width: 265px;
	border: #dd8e88 3px solid;
}
#mainContent #tesContent {
	background-color: #efcecb;
	height: auto;
	padding: 20px 30px 10px 30px;
}
#mainContent #tesContent p {
	color: #601444;	
	font-size: 13px;
}
.oneColFixCtrHdr #mainContent1 {
	background: #efcecb;
	margin-top: 0px;
	height: auto;
	width: auto;
}
#mainContent1 #condContent {
	background-color: #efcecb;
	height: 528px;	
	width: 306px;
	float: left;
}
#mainContent1 ul {
	list-style-type: circle;		
}
#mainContent1 #right {
	margin-left: 306px;	
}
#mainContent1 #condContent1 {
	background-color: #efcecb;
	height: 290px;	
	width: 612px;
}
#mainContent1 #condContent1 #children {
	width: 306px;
	float: left;
}
#mainContent1 #condContent1 #allergies {
	width: 306px;
	margin-left: 306px;
}
#mainContent1 #condContent2 {
	background-color: #efcecb;
	height: 225px;	
	width: 612px;
}
#mainContent1 #condContent2 #respiratory {
	float: left;
	width: 306px;
}
#mainContent1 #condContent2 #allergies {
	width: 306px;
	margin-left: 306px;
}
#mainContent1 #condContent3 {
	background-color: #efcecb;
	height: 176px;	
	width: 612px;
}
#mainContent1 #greenBox {
	background-color: #97ce32;
	height: 29px;
	padding-top: 10px;
}
#mainContent1 #greenBox #info{
	color: #601444;
	text-align: center;
}
#mainContent1 #botMainLine {
	background-color: #dd8e88;
	height: 6px;
}
#mainContent1 h4 {
	color: #601444;
	text-decoration: underline;
}
#mainContent1 h3 {
	color: #601444;
}
#mainContent1 li {
	font-size: 13px;	
	line-height: 12px;
}
#spryContainer {
	padding: 20px 30px 20px 30px;	
	background-color: #efcecb;
}
#spryContainer p {
	color: #601444;
	font-size: 13px;
}
#spryContainer h3 {
	color: #601444;	
}
/****************MainContent for consultaion****************/
#mainContent #contentCS {
	background-color: #efcecb;
	height: auto;
	padding: 10px 30px 10px 30px;
	margin-bottom: 20px;
	color: #601444;
}
#mainContent #contentCS p {
	font-size: 13px;
	text-align: justify;
	padding-left: -30px;
	text-indent: 30px;
}
#mainContent #contentCS h3 {
	text-align: center;
}
#mainContent #contentCS #1 h5 {
	text-decoration: underline;
	margin-left: 5px;
}
#contentCS ul {
	font-size: 13px;	
}

/****************The FOOT**************/
#footer {
	height:	63px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer #lightGreen {
	background-color: #c1d896;
	height: 13px;
}
#footer #botGreen {
	background-color: #8fc52b;
	height: 50px;
}
#footer #botGreen p {
	text-align: center;
	color: #f0628a;
	font-size: 10px;
}
/*****************the footer fix**********************/
#footer1 {
	margin-top: -20px;
}
.oneColFixCtrHdr #footer1 p {
	margin: 0; 
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer1 #lightGreen {
	background-color: #c1d896;
	height: 13px;
}
#footer1 #botGreen {
	background-color: #8fc52b;
	height: 50px;
}
#footer1 #botGreen p {
	text-align: center;
	color: #f0628a;
	font-size: 10px;
}
