﻿body
{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
h1
{
	padding-bottom: 10px;
	margin-bottom: 0px;
}
h2
{
	font-size: large;
}
#bodyContent
{
	width: 760px;
	border: solid 1px #ededed;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	height: 110px;
	display: block;
	width: 100%;
	background-image: url(images/logo.jpg);
	background-color: #F7F7F7;
}
#topMenu
{
	background-color: #F7F7F7;
	text-align: right;
	line-height: 20px;
	min-height: 20px;
	width: 100%;
}
#leftPanel
{
	float: left;
	width: 200px;
	text-align: left;
	height: 400px;
	background-image: url(images/vman.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#content
{
	float: left;
	width: 557px;
	min-height: 400px;
	background-color: white;
	text-align: justify;
}
#footer
{
	clear: both;
	background-color: #ededed;
	height: 20px;
	line-height: 20px;
	font-size: x-small;
	color: #000;
}
#footer a, #footer a:visited
{
	text-decoration: none;
	color: #000;
}
#topMenu a
{
	font-size: 11px;
	display: block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #787777;
	font-weight: bold;
	background-color: #F7F7F7;
	float: right;
	line-height: 20px;
}
#topMenu a:hover
{
	background-color: #E5E5E5;
}

#pmenu
{
	padding: 0;
	margin: 0px;
	list-style-type: none;
	width: 195px;
}

#pmenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 195px;
}
#pmenu li
{
	position: relative;
}
#pmenu a, #pmenu a:visited
{
	display: block;
	width: 195px;
	font-size: 11px;
	color: #787777;
	line-height: 22px;
	text-decoration: none;
	padding-left: 5px;
	background: #F7F7F7;
	border: 1px solid #ededed;
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
#pmenu li:hover > a
{
	background: #E5E5E5;
	color: #56ABF0;
	padding-left: 5px;
}
#pmenu li ul
{
	display: none;
	z-index: 100;
}
#pmenu li:hover > ul
{
	display: block;
	position: absolute;
	top: 5px;
	left: 150px;
}


/* common styling */
.menu
{
	width: 200px;
	height: 110px;
	position: relative;
	margin: 0;
	font-size: 11px;
	margin: 0px 0;
}
.menu ul li a, .menu ul li a:visited
{
	display: block;
	text-decoration: none;
	width: 195px;
	padding-left: 5px; /*height: 20px;*/
	text-align: left;
	border: 1px solid #ededed;
	border-width: 1px 1px 0 0;
	background: #F7F7F7;
	color: #787777;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
}
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul li
{
	float: left;
	margin-right: 1px;
	position: relative;
}
.menu ul li ul
{
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a
{
	background: #E5E5E5;
	color: #56ABF0;
}
.menu ul li:hover ul
{
	display: block;
	position: absolute;
	top: 0;
	left: 150px;
	width: 195px;
}
.menu ul li:hover ul li a.hide
{
	background: #dfc184;
	color: #000;
}
.menu ul li:hover ul li:hover a.hide
{
	width: 195px;
}
.menu ul li:hover ul li ul
{
	display: none;
}
.menu ul li:hover ul li a
{
	display: block;
	background: #F7F7F7;
	color: #787777;
	width: 195px;
}
.menu ul li:hover ul li a:hover
{
	background: #E5E5E5;
	color: #56ABF0;
}
.menu ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left: 151px;
	top: 0;
	color: #000;
}
.menu ul li:hover ul li:hover ul li a
{
	display: block;
	width: 200px;
	background: #dfc184;
	color: #000;
}
.menu ul li:hover ul li:hover ul li a:hover
{
	background: #bd8d5e;
	color: #fff;
}
.contactDiv
{
	background-image: url(images/contactBkg.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	padding: 8px 5px 15px;
}
