@charset "UTF-8";
body  {
	/*font: 100.1% Verdana, Arial, Helvetica, sans-serif;*/
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #650360;
	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;
}
#captcha{
 width: 68px;
}
.captcha_error_message{
	font-size: .8em;
	color: #B1005D;
}
#container {
	width: 812px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/side_bkrd.gif) no-repeat left bottom;
	margin: 15px auto 0;
	text-align: left;
	height: 560px;
	padding: 0px;
}
#containerhome  {
	width: 812px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/home_bkrd.gif) no-repeat right bottom;
	margin: 15px auto 0;
	text-align: left;
	height: 560px;
	padding: 0px;
} 

#containerContact {
	width: 812px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/contactpage_bkrd.gif) no-repeat left bottom;
	margin: 15px auto 0;
	text-align: left;
	height: 560px;
	padding: 0px;
}
#header  {
	padding: 0;  /* 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. */
	margin: 0px;
	height: 85px;
} 
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 15px 30px 0px 0px;
	font-size: 0.7em;
	line-height: 1.5em;
	font-style: italic;
}
#containerhome #sidebar {
	width: 220px;
	margin: 60px 40px 0px 20px;
	background-color: #eae2e8;
	padding: 15px;	
}
#containerhome #sidebar p{
	line-height: 2em;
}
#sidebarhome  {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 20px;
	margin: 25px 40px 0px;
	background-color: #eae2e8;

}
#sidebarhome h4{
	font-size: .7em;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.billpaytext  {
	font-size: 0.7em;
	font-style: bold;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background: url(/images/paybtn.png) center no-repeat;
}	

.billpaytext a {
	color: #eae2e8;
	text-decoration: none;
}
.billpaytext a:hover {
	color: #ffffff;
	text-decoration: none;
}
#mainContenthome {
	margin: 10px 305px 0 0;
	padding: 0 40px;
	font-size: 0.7em;
}
#mainContent  {
	margin: 30px 280px 0 0;
	padding: 0 40px;
	font-size: 0.7em;
} 
#mainContent p {
	margin: 0px;
	padding: 0px 0px 5px;
	line-height: 1.8em;
}
#mainContent ul {
	padding-top: 0px;
	color: #B1005D;
	margin-top: 0px;
}

#mainContent li {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContenthome li a {
	color: #B1005D;
	text-decoration: none;
}

#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#650360;
} 
#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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}
.home_dinready {
	margin-top: 50px;
	float: right;
	margin-right: 60px;
}
#homelogo {
	text-align: center;
	margin-right: 20px;
	margin-bottom: 30px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B1005D;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 3px;
}
.copyright {
	font-size: 0.6em;
	color: #999999;
	padding-top: 8px;
}
.copyright a {
	color: #999999;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
#clickhere {
}
.serv_dinready {
	padding-left: 0px;
}
.tarapic {
	border: 4px solid #956E8E;
	margin-left: 50px;
}
#contactMainColA {
	margin: 0px 0px 0 330px;
	padding: 0;
	font-size: 0.7em;
	font-style: italic;
	width: 220px;
}
#contactMainColA p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
#contactMainColB {
	margin: 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: 0;
	font-size: 0.7em;
	font-style: italic;
	width: 250px;
	float: right;
}
#contactMainColB p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
#contactForm {
	width: 215px;
	margin-left: 40px;
	margin-top: 20px;
	padding: 0px;
	background-color: #F4E1E5;
	float: left;
}
#contactForm form {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.requiredfield {
	font-style: italic;
	color: #B1005D;
	text-align: right;
	font-size: 0.5em;
	padding-right: 0px;
	padding-top: 5px;
}
#contactForm table {
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contactpagedivider {
	margin-left: 20px;
}
.contactFormLabels {
	font-size: 0.6em;
	padding-top: 3px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.refreshtext {
	font-size: 0.6em;
	margin-bottom: 10px;
}
#poemtitle {
	width: 400px;
	margin-left: 13px;
	float: left;
	font-size: 0.7em;
	margin-top: 7px;
}
.divider {
	background-position: bottom;
	float: left;
	margin-top: 5px;
	margin-left: 34px;
}
.centeredthankyou {
	font-size: 0.8em;
	color: #B1005D;
	text-align: center;
}
#mainContenthome p {
	margin: 0px;
	padding: 0px 0px 5px;
	line-height: 1.8em;
}
#mainContenthome ul {
	padding-top: 0px;
	color: #B1005D;
	margin-top: 0px;
}
#mainContenthome li {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContenthome li a:hover {
	color: #B1005D;
	text-decoration: underline;
}
