div#wrapper {
	font-family: arial, "Lucida Grande", verdana, sans-serif;
	color: #555555;
	width: 955px;
	background: #FFFFFF url(../images/bg-repeat-main2.png) repeat-y;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 155px;
	background: #FFFFFF url(../images/header2.png) no-repeat;
}

div#header h1 {
	display: none;
}

div#left .left-top{
	height: 35px;
	background-color: white;
	background-image: url(../images/left-top2.png);
	background-repeat: no-repeat;
}

div#left {
	float: left;
	width: 196px;
/*	padding-left: 3px;*/
	padding-right: 5px;
}

div#inner_content {
	line-height: 23px;
	margin-left: 214px;
	padding: 1em;
	padding: 10px;
	text-align: justify;
	padding-right: 30px;
}

div#footer {
	height:136px;
	background: #ffffff url(../images/footer-new.png) no-repeat;
	border: none;
	clear: both;
}

div#linkback {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

div#inner_content {
	background-repeat: no-repeat;
}

img.height_bar {
	width: 1px;
	height: 200px;
	float: right;
	display: block;
}

/* Home Page Table */

table#home{
	margin-top: 0px;
/*	width: 700px;*/
}

#home td.left-home{
	width: 300px;
	text-align: justify;
	padding-right: 30px;
}

#home td.right-home{
	width: 400px;
	padding-left: 30px
}


/* Menu */

#left ul.menu, #left ul.menu li {
	position: relative;
	z-index: 1;
}

#left ul.menu li a {
	display: block;
	text-decoration: none;
	z-index: 1;
}

#left ul.menu li ul.submenu {
	position: absolute;
	margin: 0;
	padding: 0px 0px 0px 6px;
	top: -999em;
	left: -1px;
	background-color: #172267;
	/*background-color: #252E7E;*/
	z-index: 99;
}

#left ul.menu li:hover ul.submenu {
	top: -3px;
	left: 174px;
	width: 200px;
	list-style: none;
	border-left: 2px solid black;
}

#left ul.menu li:hover ul.submenu li {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 200px;
}

#left ul.menu li:hover ul.submenu li a {
	display: block;
	text-decoration: none;
	background: url('../images/menu-bottom-border-lg.png') 0% 100% no-repeat;
}

#left ul.menu li:hover ul.submenu li:hover a {
	display: block;
	text-decoration: none;
}

.hours{
	margin-left: 45px;
	padding-top: 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

li{
	vertical-align: text-top;
}

.services_link {
	clear:both;
	position:relative;
	bottom:-26px;
	margin-right:20px;
	text-align:right;
}

.services_link a, .services_link a:visited {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#252e7e;
}

