@charset "utf-8";
/*--Site Sidebar Indec Page Styles--*/
/*--******************--*/
#sidebarIndex {
	height: 300px;
	width: 280px;  /*-- 180px --*/
	float: left;
	color: #2B1C8C;
	padding: 0px; /*-- 0px --*/
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 0.9em;
}
#sidebar ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	font-size: 1.1em;
}
#sidebar ul li a {
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #0633ba;
}

/*--End Site Sidebar Styles--*/
/*******************--*/


/*--Site MainContent Index Page Styles--*/
/*--******************--*/

#mainContentIndex {
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 550px;
	float: left;
	padding: 5px;
	margin: 0px;
	clear: right;
	overflow: hidden;
}
#mainContentIndex #voday {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #0633BA;
	width: 550px; /*-- 550px --*/
}

#sidebarIndex #indexNewsTop, #indexNewsMiddle, #indexNewsBottom {
	width: 280px;  /*-- 160px --*/
	padding: 5px;
	margin: 5px;
}



#mainContentIndex h2 {
	text-align: center;
	padding: 5px;
	color: #0633BA;
}

#mainContentIndex #indexPageImgLarge {
	width: 300px; 
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: right;
	height: 209px;
}

#mainContentIndex #welcomeText {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 540px; /*-- 540px  --*/
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	z-index: -100;
	float: left;
	text-align: left;
}

#mainContentIndex #indexServiceTimes {
	width: 550px; /*-- 550px  --*/
	padding: 5px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0633BA;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	clear: both;
}
#mainContentIndex #indexServiceTimes table {
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContentIndex #indexServiceTimes table tr td{
	border: 1px solid #CCC;
}
