
body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	background-position:center;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

/* defaults for standard HTML element */
h1
{
	font-size: 14PX;
	color: #43436b;
	text-align: left;
	width:90%;
}

h2
{
	
	font-size: 12PX;
	font-weight:bold;
	color: #43436b;
	text-align: left;
	width:90%;
	
}

/* green text */
h3
{
	font-size: 12PX;
	font-weight:bold;
	color: #61B39D;
	text-align: left;
	width:90%;
}


p, h4, h5
{
	font-size: 12px;
	color:#43436b;
}

ul
{
	list-style-type:none;
	padding-left:0px;
	margin-left:0px; 
	height:30px;
	
}

li
{
	
	
	font-size: 12px;
	font-weight: bold;
	background-image:url("Images/side-button-white-bk.jpg");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0px;
	
	
	
}

td
{
	font-size: 12px;
	color:#43436b;
}

a
{
	/*display: block;*/
	text-decoration:underline;
	font-size: 12px;
	color: #333333;
}	


/*Wrappers */

/* overall master wrapper */
#wrapper
{
	width: 790px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */ /*border: 0px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#content-wrapper
{
	 
}

/*Side Menu */
.sidebar1-list
{
	background:#bfe0d7;
	margin-left:0;
	padding-right:0px;
	/*width: 15em;*/
	color:#43436b;
	text-align:left;
	font-size:x-small;

}

.sidebar1-list-hover
{
	background:#bfe0d7;
	/*background:#61b39d;*/
	margin-left:0;
	padding-right:0px;
	/*width: 15em;*/
	font-weight:bold;
	color:#43436b;
	text-align:left;
	font-size:x-small;
	
	
}
* html #sidebar1
{
	display:inline;
	margin-left:0;
	/*margin-right:-3px;*/
	
}

#sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:400px;
	/*background:#61B39D;*/
	/*background:#bfe0d7;
	background-color:#ffffff;*/
	background:#bfe0d7;
	border-top: white 15px solid;
	border-bottom: white 1px solid;
	border-left: white 5px solid;
	
	padding-right:0px;
	/*padding-left: 5px;
	padding-bottom: 10px;*/
	padding-top: 10px;
}

#address
{
	/*float: left; /* since this element is floated, a width must be given */
	/*width: 130px; */
	padding-top: 20px;
	background:#ffffff;
	font-size:10px;
	color:#666666;
}

a.menu
{
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #0c1260;
}

a.menu:hover
{
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight:bold;
	color: #0c1260;
}

/*Header */
#header
{
	
	/*margin: 0px 0px -3px;*/
	min-height: 120px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ /*background-color: white; */
	background: #ffffff;
}
#left-header
{
	float:left;
	width:160px;
	min-height: 120px;
	margin-top:10px;
	padding-left:2px;
	/*padding-right:200px;*/
}

#middle-header
{
	float:left;
	width:370px;
	margin-top:20px;
	min-height: 120px;
	
	
}

#top-nav
{
 
 float:right;
 width:240px;
 padding-left:10px;

 min-height: 120px;
 /*color:#ffffff;	*/

}

#top-nav-area
{
	float:right;
	width:230px;
	/*margin-left:60px;*/
	padding-bottom:5px;
	
	background-image:url("images/top-right-nav.png");
	background-repeat:no-repeat;
	
}

.top-menu
{
	
	padding-left: 3px;
	padding-bottom:5px;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	
}

a.top-nav
{
/*color:#666666 !important;
font-size:x-small !important;*/
font-size: 10px;
color: #ffffff;
text-decoration: none;
}


.admin-nav
{
 /*float:left;*/
 padding-right: 5px;
 padding-top: 5px;
 font-size:small;
 color:#cccccc;	
}

#admin-col1
{
	float:left;
	width: 50%;
	padding-right:2px;
}

#admin-col2
{
	float:left;
	width: 30%;
	padding-right:2px;
}

#admin-col3
{
	float:left;
	width: 20%;
	padding-right:2px;	
}

.admin-button
{
	width: 100px;
	text-align:center;
		
}

.admin-label
{
 float: left;
 width:100px;
 margin-right:10px;
 text-align:right;
 clear:left;	
}

.admin-add-record-div
{
	width:400px;
	float:left; 
	padding-left: 40px;
	padding-top: 10PX;
}

.admin-add-record-panel
{
	/*width:400px;
	float:left; */
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.admin-add-record-panel-label
{
	float: left;
	width:100px;
	color:White;
	margin-right:5px;
	text-align:right;
	clear:left;	
}

.add-panel-validator
{
	color:White;
	
	font-weight:bold; 	
}

.accountwiz-label
{
 float: left;
 width:150px;
 margin-right:10px;
 text-align:right;
 clear:left;	
}
#login-area
{
	
	 text-align:right;
}

.login
{
 
 font-size:12px;
 color:#666666;	
}

.account-wiz-checkbox-label 
{
 
 font-size:smaller;
 clear:left;

}

/* Clinic Location Form */

#clinic-location-wrapper
{
	padding-left:70px; 
	padding-right:70px;
	 min-height:600px;
	 background-color:#ffffff;
}

#clinic-location-wrapper div
{
	font-size: 12px;
	text-align:right;
	
	 
}
#clinic-location-map
{
	 
	 margin-left:150px;
	
}


/* End Clinic Loaction Form */

#HomePageImage
{
	background:#ffffff;
	margin: 0px 0px -3px;
	/*padding-right: 5px;
	padding-left: 5px;*/
	padding-bottom: 0px;
	padding-top: 0px;
	
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#title-page-logo
{
height:10px;

}



/* Content Area */
#content-area
{
	background: #ffffff;
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 540px;
	padding-top:10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #333333;
}

#content-area-admin
{
	background: #ffffff;
	margin: 0 0 0 10px; 
	min-height: 540px;
	padding-top:10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-size: 12px;
	color: gray;
}

#content-area a
{
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #0c1260;
}

#content-area a:hover
{
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #0c1260;
}

#content-area-home-page
{
	
	
	margin:  0px 0px 0px 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */ /*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 350px;
	/*padding-top: 10px;*/
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-size: 12px;
	color: gray;
}

#content-area-home-page-column1
{
	float: left;
	width: 32%;
	min-height: 375px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 35px;
	background-position: right 0%;
	/*background-image: url(../../commonimages/vert-line.png);
	background-repeat: repeat-y;*/
	background-color: #ffffff;
	
	
}


#content-area-home-page-column2
{
	float: left;
	width: 30%;
	min-height: 375px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right:10px;
	background-position: right 0%;
	/*background-image: url(../../commonimages/vert-line.png);
	background-repeat: repeat-y;*/
	background-color: #ffffff;
	
}

#content-area-home-page-column3
{
float:left;
width:30%;
min-height:375px;
padding-top: 10px;
padding-left:0px;
padding-right: 0px;
background-color: #ffffff;

}



.homepage-column-heading-text, .page-not-found, .page-error, .content-heading
{
	font-size: medium;
	color:#43436B;
	text-align: left;
	width:90%;
}
.homepage-column-heading-text-small
{
	height:250px; /* for IE6 */
	min-height:250px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	width:90%;
	
	
}
.homepage-column-tab
{
	background: url("Images/title.jpg") left center;
	background-repeat:no-repeat;
	font-size: medium;
	color:#43436B;
	text-align: left;
	width:90%;
	
}

#home-page-bottom-text
{
	margin-left:100px;

}

#content-bottom
{
	
background-color:#ffffff;
	
	
}

#content-bottom-asp
{
	/*float:left;
	width:400px;*/
	background-color:#ffffff;
	margin-left:280px;

}


#content-bottom-IE5
{
	/*margin: -3px 0px 0px;
	/*border-bottom: #6aa3d0 1px solid;
	min-height: 55px;
	padding: 0 10px 0 20px;
	background: #6aa3d0 url(../../CommonImages/big-background-bottom2.png) no-repeat center bottom;*/
	
	/*padding-right: 10px;
	padding-left: 70px;
	padding-bottom: 0px;
	padding-top: 10px;
	width: 100%;
	background: #81bcaa;*/
	
}
p.content-bottom-IE5
{
	
	text-align:left;
	font-size: x-small;
	color: #333333;
	font-family: Sans-Serif;
}
p.content-bottom
{
	text-align:left;
	font-size: 10px;
	color: #333333;
	font-family: Sans-Serif;
}
a.content-bottom
{	
	color:#333333;
}

/* Registration Wizard */

#wiz-start-text
{
	font-size: 12px;
	color: gray;
	vertical-align: top;
	height: 300px;
	
}

.wiz-button-pos
{
	
}

/* Bottom Section of Site*/
#footer
{
	clear:both;
	float:right;
	width: 790px;
	/*margin-left: 200px;*/
	padding-top:70px;
	 /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */ /*border: 0px solid #000000;*/
	text-align:center;
	color: #cccccc;
	font-style: normal;
	font-family: Sans-Serif;
	font-size: xx-small;
} 

#footer-asp
{
	float:left;
	width:400px;
	padding-top:20px;
	background-color:#ffffff;
	margin-left:400px;
}
a.footer
{
	
	text-decoration:underline;
	font-size: xx-small;
	color: #cccccc;	
}
p.footer, p.footer-IE5
{
	
	color: #cccccc;
	font-style: normal;
	font-family: Sans-Serif;
	font-size: xx-small;
	/*vertical-align: middle;*/
	
}
