/* @override http://www.wpl-legal.com/v3.css */

body {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #013668;
	background: white url(../images/htmlbg.jpg) repeat-x 0 3px;
}
#Wrap {
	width: 800px;
	margin: 0 auto;
	background: url(../images/IndexSidebarBG-full.jpg) repeat-y;
}
#Header {
	height: 140px;
}
#Menu {
	height: 65px;
	background-image: url(../images/IndexMenuBG.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#Menu ul {
	margin: 0px;
	padding: 25px 0px 0px 0px;
}
#Menu ul li {
	display: inline;
	list-style: none;
	float: left;
	border-right: 1px solid white;
	padding: 5px 64px 5px 64px;
	margin: 0px;
	color: white;
}
#Menu ul a {
	color: white;
	text-decoration: none;
}
#Menu ul a:hover {
	color: silver;
}
#subnav {
	width: 700px;
	height: 22px;
	padding:5px 50px 0px;
	background:#013668;
}

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

#subnav ul li {
	height: 22px;
	line-height:16px;
	display: block;
	float: right;
	margin:0px 30px;
	color:#FFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}

#subnav ul li a {
	display: block;
	float: left;
	height: 22px;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
}
li#directions {
	width: 100px;
}

li#directions:hover {
}
#subnav ul li#directions ul {
	width: 285px;
	visibility: hidden;
	position:absolute;
	top:490px;
	margin-left:-175px;
}

#subnav ul li#directions:hover ul {
	visibility: visible;
}

#subnav ul li#directions ul li {
	width: 285px;
	float: none;
	clear: both;
	height: 310px;
	background-image: url(../images/li-285-bg.png);
	margin: 0 0 -4px;
}

#subnav ul li#directions ul li.twoeightyfivetopr {
	background-image: url(../images/li-285-top-r.png);
	width: 285px;
	height: 42px;
	margin-bottom: 0;
}

#subnav ul li#directions ul li.twoeightyfivebot {
	background-image: url(../images/li-285-bottom.png);
	width: 285px;
	height: 27px;
}


#subnav ul li#directions ul li p {
	padding: 5px 0 0;
	width: 260px;
	margin: 0 auto;
}

li#contact {
	width: 103px;
}

li#contact:hover {
}
#subnav ul li#contact ul {
	width: 285px;
	visibility: hidden;
	position:absolute;
	top:490px;
	margin-left:-200px;
}

#subnav ul li#contact:hover ul {
	visibility: visible;
}

#subnav ul li#contact ul li {
	width: 285px;
	float: none;
	clear: both;
	height: 290px;
	background-image: url(../images/li-285-bg.png);
	.margin: 0 0 -4px;
}

#subnav ul li#contact ul li.twoeightyfivetopr {
	background-image: url(../images/li-285-top-r.png);
	width: 285px;
	height: 42px;
	margin-bottom: 0;
}

#subnav ul li#contact ul li.twoeightyfivebot {
	background-image: url(../images/li-285-bottom.png);
	width: 285px;
	height: 27px;
}

.hidden {
	display: none;
}

#subnav ul li#contact ul li .row {
	padding: 5px 0 0;
	width: 260px;
	margin: 0 auto;
}

#subnav ul li#contact ul li form input, #subnav ul li#contact ul li form textarea {
	width: 255px;
	border: 1px solid #9b9ea1;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #e7e7e7;
	color: #464646;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#subnav ul li#contact ul li form input.submit {
	width: 100px;
	margin-left: 105px;
	background-color: #013668;
	text-transform: uppercase;
	color: white;
	font-size: 10px;
}

#subnav ul li#contact ul li form input.submit:hover {
	background-color: #386786;
	cursor: pointer;
}
#main {
	width:800px;
	background:#FFF;
}
#Sidebar {
	width: 255px;
	/*height: 545px;*/
	float: left;
	background-image: url(../images/IndexSidebarBG2.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px 15px 0px 0px;
}
#Sidebar h1 {
	color: white;
	margin: 0;
	padding: 0px;
	font: bold 18px "Times New Roman", Times, serif;
}
#Sidebar h2 {
	color: #FFF;
	padding: 0px 0px 0px 20px;
}
#Sidebar a {
	color:#3c6e8f;
	text-align:center;
}
#Sidebar a:hover {
}

#Sidebar ul {
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}

#SidebarHeader{
	height: 32px;
	padding: 8px 0px 0px 0px;
}
#SidebarMenu{
	height: 19px;
	background-image: url(../images/IndexSidebarMenuBG.jpg);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 40px;
}
#SidebarMenu a{
	text-decoration: none;
	color: #333333;
}
#SidebarMenu a:hover {
	text-decoration: underline;
}
#Sidebar form{
	width: 200px;
	padding: 0px 35px 10px;
}
#Sidebar form .text {
	margin: 5px;
	border: solid 1px #3B6D8E;
	padding: 3px;
	width: 190px;
}
#Sidebar form .submit {
	text-indent: -9000px;
	background: url(../images/request_eval.png) no-repeat;
	height: 55px;
	width: 154px;
	border: none;
	cursor: pointer;
	margin: 3px 20px;
}
#Sidebar img {
	margin-top: 45px;}
#Flash {
	height: 260px;
	width: 800px;
}
#Footer {
	height: 85px;
	clear: both;
	background-image: url(../images/IndexFooterBG.jpg);
	background-repeat: no-repeat;
	padding: 8px 5px 0px 0px;
	font-size: 14px;
}
#FooterMenu {
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#FooterMenu ul {
	margin: 0px;
	padding: 0px;
}
#FooterMenu ul li {
	display: inline;
	margin: 0px 5px;
	list-style: none;
}
#FooterMenu ul a {
	color: white;
	text-decoration: none;
}
#FooterMenu ul a:hover {
	color: #000000;
}

#Footer img {
	margin-left: 15px;
	margin-top: 6px;
}
#© {
	color: white;
	text-align: right;
	font-size: 10px;
}
#© a {
	color: white;
}
#© a:hover {
	color: #999999;
}
#cms_content {
	width:475px;
}
#content {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 545px;
	float:right;
	width:500px;
}

#content h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #3c6e8f;
}

#content h2 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: #3c6e8f;
}

#content p, #content ul, #content ol {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	padding-right: 30px;
}

#content ul, #content ol {
}

#content a:link, #content a:visited {
	color: #013668;
}

#content a:hover {
	color: #3c6e8f;
}

#Menu ul li ul {
	width: 410px;
	padding-top: 14px;
	margin: 0px;
}
#Menu ul li ul li {
	width: 150px;
	display: block;
	float: left;
	background: #013668;
}

#blogPostedAuthor {
	display: none;
}

#blogPosted {
	font-size: 10px;
	text-align: left;
}

.blogEntry {
	padding: 5px 0px 30px 0px;
}

.blogtext {
	padding: 10px 0px 10px 0px;
	text-align: justify;
}

.blogEntry b {
	text-decoration: none;
	font-size: 16px;
}
