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

body {
font:helvetica;
font-size: 16px;
background-color:#f9faf2;
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 */
}

#container {
width:900px;
height:auto;
margin: 60px auto 0px auto;
}
#sidebar {
	width:200px;
	height:546px;
	float:left;
	background-image: url(../images/sidebar_back.jpg);
}
#header {
	width:700px;
	height:178px;
	float:left;

}
#maincontent {
	width:700px;
	height:auto;
	float:left;
}
#footer {
	width:830px;
	height:90px;
	float:left;
	background-image: url(../images/line3.jpg);
	background-repeat: no-repeat;
	margin-left:70px;
	background-position: 150px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #197DB9;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #197DB9;
}
p.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin:10px 0 0 0;
	padding-left: 160px;
	line-height: 22px;
}
p.footertext2nd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin:0;
	padding-left: 160px;
	line-height: 22px;
}
p.footertext strong{
	font-weight: bold;
	color: #197DB9
}
p.footertext strong{
	font-weight: bold;
	color: #197DB9
}
p.asterix{
	font-weight: bold;
	color: #197DB9;
	font-size: 12px;
	text-indent: 130px;
	margin: 0px;
	padding:0;
}
p#centre {
	text-align: center;
}
p#centre a:hover{
	color: #d6d7e1;
}
.mainlogo {
	margin-top: 10px;
}
.footerline {
	margin-top:10px;
	padding:0;
	background-position: left top;
	text-align: left;
}
a img{
	border: 0;
}
.clearfloat	{
	clear: both;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 25px;
}
p.firstpara {
	margin-top: 15px;
}
ul.sidenav {
	text-align: left;
	list-style-type: none;
	margin-top: 50px;
	line-height: 35px;
 	font-family: Georgia, "Times New Roman", Times, serif;
	color: #197DB9;
}
a {
	text-decoration: none;
	color: #000;
}
ul.sidenav a {
	text-decoration: none;
	color: #197DB9;
}
ul.sidenav a:hover, ul.sidenav a:focus {
	color: #d6d7e1;

}
#faqs ul.sidenav a.faq{
color: #27164f;
}
#contact ul.sidenav a.contact{
color: #27164f;
}
#appointments ul.sidenav a.appointments{
color: #27164f;
}
#resources ul.sidenav a.resources{
color: #27164f;
}
ul.links {
	list-style-image: url(../images/listbullet.png);
	text-align:left;
	padding-left:60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin-top: 10px;
}
ul.links a:hover {
	color: #d6d7e1;
	}
ul.links a:visited {
	color: #2e3166;
	}
#contact-area {
	width: 600px;
	margin-top: 25px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #e1eef4;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #a3d0e3;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
background-color:#FFF;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 16px;
color: #27164f;
	font-weight:normal;
}
submit {
background-color:#FFF;
}