@charset "UTF-8";
body  {
	margin: 0; /* 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 */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div,a,p,h1,h2,h3,h4,h5,h6,blockquote,img {
	margin:0px 0px;
	padding:0px 0px;
}
a:link, a:visited {
	color: #698387;
}
a:hover, a:active, a:focus {
	color: #cc641a;
}
#sidebar2 a:link, #sidebar2 a:visited {
	color: #cc641a;
}
#sidebar2 a:hover, #sidebar2 a:active, #sidebar2 a:focus {
	color: #5bb2c3;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0px 0px;  /* 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. */
} 
#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 */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 266px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(../images/col_aboutBckd.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 266px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(../images/colR_resourcesBckd.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#mainContent {
	margin: 0 305px 0 0; /* the right margin on this div element creates the column down the right 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: 20px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p {
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer li {
	padding-right: 4px;
	padding-left: 4px;
	display: inline;
}
#footer a:link, #footer a:visited {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}
#footer {
	background-image: url(../images/bckd_footer.jpg);
	background-repeat: repeat-x;
	height: 78px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 0px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer ul {
	list-style: none;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	width: 400px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	background-image: url(../images/h1_home.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 207px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.about #mainContent h1 {
	background-image: url(../images/h1_about.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 167px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.aboutSub1 #mainContent h1 {
	margin: 0px;
	background-image: url(../images/h1_about_sub1.gif);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 40px;
}
.aboutSub2 #mainContent {
	margin: 0 305px 0 0;
	padding: 20px 0px 0px 20px;
} 
.aboutSub2 #mainContent h1 {
	margin: 0px 0px 0px 185px;
	background-image: url(../images/h1_about_sub2.gif);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 40px;
}
.aboutSub2 #mainContent p {
	margin-left: 186px;
}
.aboutSub3 #mainContent h1 {
	background-image: url(../images/h1_about_sub3.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 167px;
	margin-top: 0px;
}
.application #mainContent h1 {
	background-image: url(../images/h1_application.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 28px;
	margin-top: 0px;
}
.contactUs #mainContent h1 {
	background-image: url(../images/h1_contact.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 24px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thanks #mainContent h1 {
	background-image: url(../images/h1_success.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 24px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.application #mainContent #subhead h1 {
	background-image: url(../images/h1_about2.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 32px;
	margin-top: 0px;
}
.resources #mainContent h1 {
	background-image: url(../images/h1_resources_header1.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 171px;
	margin-top: 0px;
}
.resources #mainContent #subhead2 h1 {
	background-image: url(../images/h1_resources_header2.jpg);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 28px;
	margin-top: 0px;
}
.getStarted #mainContent h1 {
	background-image: url(../images/h1_getStarted.gif);
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 28px;
	margin-top: 0px;
}
p ,blockquote,label{
	font-family: Arial, Helvetica, sans-serif;
	color: #698387;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContent h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #698387;
	line-height: 1.2em;
	padding: 10px 0px
}
.home #mainContent h3 {
	color: #333333;
}
#mainContent h4 {
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 4px;
	color: #698387;
}
.aboutSub2 #mainContent h4 {
	margin-left: 186px;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #5a8994;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 110px;
	padding-bottom: 10px;
}
.home #mainContent h4 {
	font-size: 1.2em;
	color: #5a8994;
	font-weight: normal;
	padding-left: 65px;
	padding-right: 50px;
	padding-bottom: 10px;
	margin-left: 10px;
	display: block;
	padding-top: 15px;
	margin-top: 0px;
	height: 45px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.home #mainContent h5 {
	font-size: 1.2em;
	color: #5a8994;
	font-weight: normal;
	padding-left: 65px;
	padding-right: 50px;
	padding-bottom: 0px;
	margin-left: 10px;
	display: block;
	padding-top: 25px;
	margin-top: 0px;
	height: 40px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.home #mainContent h6 {
	font-size: 1.2em;
	color: #cc641a;
	font-weight: normal;
	padding-left: 65px;
	padding-right: 50px;
	padding-bottom: 0px;
	margin-left: 10px;
	display: block;
	padding-top: 10px;
	margin-top: 0px;
	height: 45px;
	margin-bottom: 4px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#sidebar1 h1 {
	background-image: url(../images/col_aboutTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 82px;
	text-indent: -10000em;
}
#sidebar1 h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #698387;
	line-height: 1.2em;
	padding: 0px 20px 0px 30px;
}
.about #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 266px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(../images/col_aboutBckd.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
.aboutLink1 a:link, .aboutLink1 a:visited {
	display:block;
	padding:0px;
	font: bold 13px "Lucida Grande", Verdana, Helvetica, sans-serif;
	color:#333;
	background: url(../images/col_aboutBtn_01.jpg) no-repeat left 0;
	text-decoration: none;
	height: 73px;
}
.aboutLink1 a:hover,.aboutLink1 a:active,.aboutLink1 a:focus {
	background: url(../images/col_aboutBtn_01hit.jpg) no-repeat left 0;
}
.aboutLink2 a:link, .aboutLink2 a:visited {
	display:block;
	padding:0px;
	font: bold 13px "Lucida Grande", Verdana, Helvetica, sans-serif;
	color:#333;
	background: url(../images/col_aboutBtn_02.jpg) no-repeat left 0;
	text-decoration: none;
	height: 73px;
}
.aboutLink2 a:hover,.aboutLink2 a:active,.aboutLink2 a:focus {
	background: url(../images/col_aboutBtn_02hit.jpg) no-repeat left 0;
}
.aboutLink3 a:link, .aboutLink3 a:visited {
	display:block;
	padding:0px;
	font: bold 13px "Lucida Grande", Verdana, Helvetica, sans-serif;
	color:#333;
	background: url(../images/col_aboutBtn_03.jpg) no-repeat left 0;
	text-decoration: none;
	height: 73px;
}
.aboutLink3 a:hover,.aboutLink3 a:active,.aboutLink3 a:focus {
	background: url(../images/col_aboutBtn_03hit.jpg) no-repeat left 0;
}
.newsLtr a:link, .newsLtr a:visited {
	display:block;
	padding:0px;
	font: bold 13px "Lucida Grande", Verdana, Helvetica, sans-serif;
	color:#333;
	background: url(../images/col_aboutBtn_news.jpg) no-repeat left 0;
	text-decoration: none;
	height: 93px;
}
.newsLtr a:hover,.newsLtr a:active,.newsLtr3 a:focus {
	background: url(../images/col_aboutBtn_newsHit.jpg) no-repeat left 0;
}
.homeColTop a:link, .homeColTop a:visited {
	display:block;
	padding:0px;
	font: bold 13px "Lucida Grande", Verdana, Helvetica, sans-serif;
	color:#333;
	background: url(../images/col_homeBtn_top.jpg) no-repeat left 0;
	text-decoration: none;
	height: 85px;
}
.homeColTop a:hover,.homeColTop a:active,.homeColTop a:focus {
	background: url(../images/col_homeBtn_topHit.jpg) no-repeat left 0;
}
.bold {
	font-weight: bold;
}
#mainContent ul {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #698387;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
}

#container #mainContent ul li {
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}
.aboutSub3 #container #mainContent ul li {
	padding-right: 50px;
}
.application #container #mainContent ul li {
	padding-right: 50px;
}
#sidebar1 p {
	padding-left: 30px;
	padding-right: 20px;
}
#sidebar2 p {
	padding-left: 30px;
	padding-right: 20px;
	color: #cc641a;
}
.checkBlue {
	color: #333333;
	background-image: url(../images/img_blueCheckbox.jpg);
	background-repeat: no-repeat;
	height: 35px;
	background-position: -6px;
	padding-top: 0px;
	margin-top: 0px;
}
.checkOrange {
	color: #333333;
	background-image: url(../images/img_orangeCheckbox.jpg);
	background-repeat: no-repeat;
	height: 35px;
	background-position: -6px;
	padding-top: 0px;
	margin-top: 0px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc641a;
	font-size: 0.85em;
	line-height: 1.4em;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 75px;
	padding-right: 40px;
	font-weight: bold;
}
#homeLearn {
	background-image: url(../images/img_homeSub.jpg);
	background-repeat: no-repeat;
	padding-left: 225px;
	margin-top: 20px;
}
.home #container #mainContent #homeLearn h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.application #container #mainContent ul {
	padding-left: 135px;
}
#subhead p {
	margin-left: 125px;
	padding-right: 20px;
}
.marginB20 {
	padding-bottom: 20px;
}
.padR270 {
	padding-right: 245px;
}
#mainContent .padTop30 {
	padding-top: 30px;
}
.application #container #mainContent {
	background: url(../images/img_application.jpg) no-repeat right 20px;
}
.getStarted #container #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #698387;
	line-height: 1.2em;
}
.getStarted #container #mainContent ol li {
	padding-bottom: 5px;
	padding-right: 40px;
}
.resources #container #sidebar2 ul {
	font-size: 0.8em;
	color: #cc641a;
	margin-top: 0px;
	padding-top: 20px;
}
.resources #container #sidebar2 ul li {
	margin-left: 20px;
	margin-right: 30px;
	line-height: 1.2em;
	padding-bottom: 20px;
}
#mainContent #subhead2 {
	margin-top: 0px;
	padding-top: 10px;
}
.contactUs #container #mainContent ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
}
.contactUs #container #mainContent ul li {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
}
.contactUs blockquote {
	margin-top: 10px;
}#contactNumbers {
	width: 160px;
	text-align: right;
}
#contactNumbers2 {
	float: right;
	width: 230px;
	margin-left: 10px;
}
#contactInfo {
}
label {
	font-size:.8em;
}
label.top {
	display: block;
	padding-bottom: 0.25em;
}
#data {
	float: left;
	width: 240px;
}
input.text {
	width: 230px;
}
textarea {
	width: 200px;
	height: 150px;
}
#comment {
	margin-left: 245px;
}
#siteDesign {
	text-align: right;
	padding-right: 10px;
}
#testimonial {
	text-align: left;
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
}
#testimonial p {
	line-height: 1.4;
}
.indent10 {
	padding-left: 10px;
}
.contactUs #container #mainContent p {
	padding-top: 0px;
	padding-bottom: 0px;
}
.contactUs #container #mainContent #contactInfo p {
	color: #d86824;
	font-size: 0.85em;
}
#form {
	padding-bottom: 20px;
}
.required {
	margin-top: 20px;
	margin-bottom:20px;
}
#doctor {
	height: 138px;
	background: url(../images/img_contact.jpg) no-repeat;
	padding-left: 170px;
	padding-top: 30px;
	margin-bottom: 20px;
}
#credit {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: 20px;
}
