body {
	background-image: url("/images/side-bar-bg.gif");
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

a {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #031F73;
}

a:hover {
	color: #FFCC00;
}

#outer {
	background-image: url("/images/top-bar.gif");
	background-repeat: repeat-x;
	width: 100%;
}

#inner {
	width: 924px;
}

#sidebar {
	background-image: url("/images/side-bar.jpg");
	background-repeat: no-repeat;
	width: 181px;
	height: 650px;
	float: left;
}

#logo {
	width: 544px;
	height: 152px;
	margin: 0;
	padding: 0;
	float: left;
}

.services {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 8px;
	color: #031F73;
}

ul.services {
	width: 173px;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
}

ul.services a {
	text-decoration: none;
}

#menu {
	width: 743px;
	height: 24px;
	margin: 0;
	padding: 0;
	float: right;
	position: absolute;
	left: 177px;
	top: 152px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	height: 22px;
	background-color: white;
	border-width: 1px 1px 1px 0px;
	border-style:  solid;
	border-color:  #031F73;
	display: inline;
	float: left;
	margin: 0;
	text-align: center;
}

#menu li:hover, #menu li.sfhover {
	background-color: #FFCC00;
}

#menu li a {
	display: block;
	text-decoration: none;
	padding: 3px 6px;
	float: left;
}

#menu li a:visited {
	color: #031F73;
}
 
#menu li a:active {
	background-color: #031F73;
	color: #white;
}

#menu-list li a:hover, #menu-list li.sfhover {
	color: white;
}

#menu-list li ul {
	margin: 0;
	padding: 0;
	border-style: none;
	position: absolute;
	left: -999em;
}

#menu-list li ul li {
	border-left: 1px solid #013F73;
}

#menu-list li:hover ul, #menu-list li.sfhover ul { 
	left: auto; 
	top: 24px;
}

#container {
	padding: 0;
	margin: 0;
	float: right;
	width: 743px;
	background-color: #FFF;
}

#header {
	width: 924px;
	height: 152px;
	background-image: url("/images/top-bar.gif");
	background-repeat: repeat-x;
	clear: left;
}

#address {
	float: right;
	width: 220px;
	margin: 20px 20px 0px 0px;
	text-align: right;
	height: 132px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #031F73;
	font-weight: bold;
}

#content {
	font-family: Palatino Linotype, Garamond, Times New Roman, serif;
	font-size: 12pt;
	margin: 45px 30px 15px 30px;
	width: 678px;
	line-height: 1.1;
}

#content p {
	margin-top: 6px;
}

#content h1 {
	color: #031F73;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 0px;
}

#content h1.title {
	font-size: 22pt;
	font-variant: small-caps;
	width: 100%;
	border-color: #031F73;
	border-style: solid;
	border-width: 0 0 2px 0;
	margin-bottom: 18px;
}

#content ul{
	list-style-image: url('/images/bullet.gif');
}


#printer_friendly {
	margin: 15px 0px 20px 0px;
	width: 748px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	color: #031F73;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

#printer_friendly a {
	color: #031F73;
	text-decoration: none;
}

#printer_friendly a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.content_image {
	float:left;
	border-width: 1px;
	border-style: solid;
	margin-right: 15px;
	margin-bottom: 5px;
}

#content img.left {
	float: left;
	margin: 5px 12px 5px 0px;
	border-width: 1px;
	border-color: #031F73;
	border-style: solid;
}

#content img.right {
	float: right;
	margin: 5px 0px 5px 12px;
	border-width: 1px;
	border-color: #031F73;
	border-style: solid;
}

#content a {
	font-family: Palatino Linotype,Garamond,Times New Roman,serif;
	font-size: 12pt;
}

#slideshow {
	float: left;
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 15px;
	width: 334px;
	height: 371px;
}

.logos  {
	width: 100%;
	text-align: center;
}
	
#hours {
	width:250px;
	height:265px;
	border: 1px solid #031F73;
	background-color: #DDDDDD;
	float: left;
	margin-right: 15px;
	margin-top: 9px;
}

.sample_form {
	border: 1px solid #031F73;
	text-align: center;
	width: 315px;
	float: left;
	margin: 0px 15px 15px 0px;
	padding-bottom: 10px;
}

a img {
	border-style: none;
}