@charset "utf-8";
/* CSS Document */
a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
}
a:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	
	font-family:Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
	
}
a:active {
	
	font-family:Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
}
.body {
	color: #FFFFFF;
	width: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; 
	}
#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 1em; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	position: absolute;
	top: .5em;
	left: .5em;
	}
	
#sidebar1 {
	position: absolute;
	top: 275px;
	left: .5em;
	width: 20%;
	float: left;
	}

#sidebar1a {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	}
#sidebar1b {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 20%;
	float: left;
	}

#content {
	position: absolute;
	top: 240px;
	left: 215px;
	width: 70%;
	float: right;
	margin: 0em;
	}
#content1 {
	position: absolute;
	top: 210px;
	left: 245px;
	width: 70%;
	float: right;
	}
#content1a {
	position: absolute;
	top: 260px;
	left: 260px;
	width: 70%;
	float: right;
	}
	
/* footer layout  */
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
#footerP {
	font-size: .5em;
	font-family: Arial, Helvetica, sans-serf;
	color: #1c13be;
	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 */
	}

/* sidebar design links start here */
.home {
	position: absolute;
	top: 0px;
	left: 0px;
	}

.schedule {
	position: absolute;
	top: 48px;
	left: 0px;
	}
.ivr {
	position: absolute;
	top: 96px;
	left: 0px;
	}

.phone {
	position: absolute;
	top: 144px;
	left: 0px;
	}
/* text fonts */
.redtext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #ff0000;  
	
	}
.redtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #ff0000;  
	}
.redtext4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px	;
	color:#FF0000;
	}	
.style3a {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serf;
	font-weight: bold;
	color: #1c13be;
	}
.style3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serf;
	color: #1c13be;
	}
	
.style32 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c13be;
	}
.style32a {
	font-size: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1c13be;
	}

.address{
	width: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serf;
	color: #1c13be;
	font-weight: bold;
	}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ff0000;	
	font-weight: bold;
	}	

.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: 175px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}



