@charset "utf-8";
/* CSS Document */
body{
	background: #20558a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img{
	border: 0;
}
.logo{
	margin: 25px 0 25px;
}
.menu{
	background: #e2e1dd url(images/menu.png) repeat-x 0 -72px;
	width: 920px;
}
.menu-l{
	background: url(images/menu.png) no-repeat left 0px;
	padding-left: 10px;
	height: 36px;

}
.menu-r{
	background: url(images/menu.png) no-repeat right -36px;
	padding-right: 10px;
	height: 36px;
}
#menu-content{
	padding: 9px 0;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
}
	#menu-content a:link,
	#menu-content a:visited,
	#menu-content a:active {
		text-decoration: none;
		color: #000000;
		padding: 8px;
	}
	#menu-content a:hover {
		background: url(images/menu-arrow.png) no-repeat bottom;
		text-decoration: none;
		padding: 10px 8px 14px 8px;
		position: relative;
	}
	#menu-content #current{
		background: url(images/menu-arrow.png) no-repeat bottom;
		padding: 10px 8px 14px 8px;
		position: relative;
	}
.page,
.imageblock {
	width: 920px;
	margin: 0px auto

}
.page-l,
.imageblock-l {
	background: url(images/imageblock-l.png) no-repeat left top;
	padding-left: 10px;
	margin: 0px auto

}
.page-r,
.imageblock-r {
	background: url(images/imageblock-r.png) no-repeat right top;
	padding-right: 10px;
		margin: 0px auto

}
.imageblock-content{
	background: url(images/random/random.php) no-repeat;
	height: 177px;
	
}
.imageblock-sub{
	background: url(images/imageblock-sub.png) repeat-x;
	height: 33px;
	padding: 10px 0 0 5px;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
}
	.imageblock-sub a:visited,
	.imageblock-sub a:active,
	.imageblock-sub a:link{
		text-decoration: none;
		color: #ffffff;
		padding: 0px 5px 0px 5px;
	}
	.imageblock-sub a:hover{
		text-decoration: underline;
	}
	.shadow{
		background: url(images/imageblock-shadow.png);
		height: 4px;
		padding: 0px;
	}
	.imageblock-sub #current{
		font-weight: bold;
	}
.welcome{
	background: #e8e8e8;
	width: 920px;
	height: 38px;
	text-transform: uppercase;
	margin: 0px auto
}
.welcome #left{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	float: left;
	padding: 11px 0px 0px 11px;
	margin: 0px auto
}
.welcome #right{
	padding: 6px 8px 0px 0px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0px auto
}
.page-background{
	background: #d7e0e8;
	display: table;
	width: 100%;
	margin: 0px auto
}
.page-content-l{
	background: #d7e0e8 url(images/page-shadow.png) repeat-x top;
	padding: 15px;
	display: block;
	width: 25%;
	vertical-align: top;
	float: left;
        text-align: left;
			margin: 0px auto
}
	.page-content-l #picture{
		background: url(images/location-pic.png) center;
		height: 100px;
		margin-bottom: 5px;
			margin: 0px auto
	}
	.page-content-l #title{
		font-weight: bold;
		font-size: 12px;
			margin: 0px auto
	}
	.page-content-l #address{
		font-size: 12px;
	}
	.page-content-l #phone{
		font-size: 10px;
			margin: 0px auto
	}
	.page-content-l #sidelogo{
		margin-top: 5px;
			margin: 0px auto
	}
.page-content{
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff url(images/page-shadow.png) repeat-x top;
	display: block;
	padding: 15px;
	width: 615px;
	vertical-align: top;lo
	line-height: 25px;
	font-size: 13px;
	text-align: left;
	float: right;
		margin: 0px auto

}
	.page-content #smalltext{
		font-size: 13px;
		line-height: 25px;
		margin-top: 5px;
			margin: 0px auto
	}
	.page-content #topcontentright{
		color: #20558a;
		display: table-cell;
		width: 85%;
		vertical-align: middle;
			margin: 0px auto
			
	}
	.page-content #topcontentside{
		display: block;
		width: 15%;
		float: left;
			margin: 0px auto
	}
	.page-content #provider{
		display: block;
		width: 15%;
		float: left;
			margin: 0px auto
	}
	.page-content #topcontent{
		width: 100%;
		display: table;
		padding-bottom: 10px;
		vertical-align: middle;
			margin: 0px auto
	}
	.page-content #topbluecontent{
		color: #20558a;
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		padding-bottom: 10px;
			margin: 0px auto
	}
	.page-content #bottombluecontent{
		color: #20558a;
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		padding-top: 0px;
			margin: 0px auto
	}
.footer{
	background: url(images/footer.png) repeat-x 0 -90px;
	border-bottom: 4px solid #0f4484;
	width: 920px;
	margin-top: -11px;
		margin: 0px auto
}
.footer-l{
	background: url(images/footer.png) no-repeat left -45px;
	padding-left: 10px;
	height: 45px;
	
	margin: 0px auto
}
.footer-r{
	background: url(images/footer.png) no-repeat right 0px;
	padding-right: 10px;
	height: 45px;
		margin: 0px auto
}
#footer-content{
	padding: 20px 0;
	text-transform: uppercase;
	color: #d7e0e8;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	
}
	#footer-content a:link,
	#footer-content a:visited,
	#footer-content a:active {
		text-decoration: none;
		color: #d7e0e8;
	}

	#footer-content a:hover {
		text-decoration: underline;
		color: #ffffff;
	}
.copyright{
	text-align: center;
	font-size: 10px;
	color: #9cb1ce;
	padding-top: 2px;
}
.providerlinks{
	background: url(images/bullet-h.png) no-repeat left;
	display: block;
	padding: 4px 0 4px 15px;
	font-size: 13px;
	margin-left: 10px;
}
	.providerlinks:link {
		text-decoration: none;
		color: #000000;
	}
	.providerlinks a:visited {
		text-decoration: none;
		color: #000000;
	}
	.providerlinks:hover {
		background: url(images/bullet.png) no-repeat left;
		text-decoration: underline;
		color: #000000;
	}
	.providerlinks a:active {
		text-decoration: none;
		color: #000000;
	}
.providername{
	font-size: 16px;
	color: #000000;
}
.space{
	height: 10px;
}
#provideremail{
	color: #666;
	font-size: 12px;
	text-align: right;
	letter-spacing: 2px;
	float: right;
}
#provideremail-gray{
	color: #999;
}
.page-content #locationname{
	font-size: 18px;
	color: #000000;
	padding-left: 10px;
		margin: 0px auto
}
.page-content #locationtopcontent{
	width: 100%;
	display: table;
	padding-bottom: 10px;
	vertical-align: middle;
		margin: 0px auto
}
.page-content #location{
	display: block;
	width: 35%;
	text-align: right;
	float: left;
		margin: 0px auto
}
.page-content #location-r{
	color: #20558a;
	width: 63%;
	vertical-align: middle;
	float: right;
	display: block;
		margin: 0px auto
}
.page-content #locationlink{
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	margin-left: 10px;
		margin: 0px auto
}
.page-content #locationicon{
	margin-bottom: -5px;
	margin-right: 3px;
		margin: 0px auto
}
	.page-content #locationlink a:link {
		background: url(images/link.png) no-repeat 0 2px;
		text-decoration: none;
		color: #000000;
		padding-left: 19px;
			margin: 0px auto
	}
	.page-content #locationlink a:visited {
		text-decoration: none;
		color: #000000;
			margin: 0px auto
	}
	.page-content #locationlink a:hover {
		background: url(images/link_go.png) no-repeat 0 2px;
		text-decoration: none;
		color: #666;
			margin: 0px auto
	}
	.page-content #locationlink a:active {
		text-decoration: none;
		color: #000000;
			margin: 0px auto
	}
.untoggled{
	background-image: url(images/page_white.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 31px;
}
.untoggled:hover {
	background-image: url(images/page_white_put.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding-left: 31px;
	color: #666;
}
.toggled{
	background-color: #efefef;
	background-image: url(images/page_white.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 31px;
	font-weight: bold;
}
.toggled:hover {
	background-image: url(images/page_white_get.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	color: #666;
}
	.toggled a:link {
		text-decoration: none;
		color: #000000;
	}
	.toggled a:visited {
		text-decoration: none;
		color: #000000;
	}
	.toggled a:hover {
		text-decoration: none;
		color: #666;
	}
	.toggled a:active {
		text-decoration: none;
		color: #000000;
	}
	.untoggled a:link {
		text-decoration: none;
		color: #000000;
	}
	.untoggled a:visited {
		text-decoration: none;
		color: #000000;
	}
	.untoggled a:hover {
		text-decoration: none;
		color: #666;
	}
	.untoggled a:active {
		text-decoration: none;
		color: #000000;
	}
.faqcontent{
	padding-left: 31px;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-right: 30px;
	line-height: 25px;
}
.faqside{
	line-height: 20px;
	text-align: left;
	font-size: 13px;
}
.indented{
   padding-left: 10pt;
   padding-right: 10pt;
}
.officepeople{
	background: #CCC;
	border: solid #CCC;
	border-width: 4px 1px 4px 1px;
	margin-top: 5px;
}
.officepeople td{
	background: #ffffff;
	border-top: 1px solid #CCC;
}
	.officepeople #position{
		font-size: 13px;
		text-align: left;
		font-weight: bold;
	}
	.officepeople #name{
		vertical-align: top;
		font-size: 14px;
		text-align: center;
	}
	}
	.boldtext {
		font-weight: bold;
	}
	
	#profile img {
padding: 5px;
border: 1px solid #ddd;
background: #eee;
margin-right: 15px;
float: left;
margin-bottom: 15px;
}

#profile {
clear:both;
margin-bottom: 15px;
}
