@charset "UTF-8";
/* CSS Document */

a:link {
	color: #ff0000;
}
a:visited {
	color: #ff0000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #ff0000;
}
.menu a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
.menu a:active {
	color: #ffffff;
	text-decoration: none;
}
img {
	border: none;
}
body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/header-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	color: #075e65;
}
h2 {
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #555;
}
#wrapper {
	margin: 0px auto;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#wrapper-site {
	width: 940px;
	padding-top: 133px;
	margin: 0px auto;
}
#main-image {
	height: 209px;
	margin: 0px 0px 0px 0px;
	width: 940px;
}
#menu {
	width: 940px;
	height: 49px;
	margin: 1px 0px 0px 0px;
	background-image: url(http://www.vpcoc.org//images/menu-bg.gif);
	background-repeat: no-repeat;
}
/*#menu li {
	float:left;
	height:48px;
	;
}
#menu li a {
	display: block;
	float: left;
	height: 24px;
	padding: 12px 24px;
}*/

.menu li.current a, .menu li a:hover, .menu li.current a:hover {
	background-image: url(http://www.vpcoc.org//images/menu-mouseover.gif);
}

#content {
	width: 940px;
	height: 100%;
	margin: 0px 0px 0px 0px;
}
#footer-wrapper {
	margin: 20px auto 0px;
	height: 87px;
	background-image: url(../images/footer-wrapper-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #397e84;
	clear: both;
}
#footer-content {
	background-color: #075e65;
	width: 896px;
	margin: 0px auto;
	height: 65px;
	padding: 11px 22px 11px 22px;
}
#footer-content p {
	margin: 0px 0px 0px 0px;
	color: #ccc;
}
.box-left {
	width: 567px;
	margin: 51px 0px 0px 0px;
}
.box-right {
	width: 321px;
	margin: 51px 0px 0px 0px;
}
.box-left p, .box-right p, ul {
	font-size: 16px;
	line-height: 23px;
}
.box-left h1, .box-right h1 {
	margin: 0px 0px 0px 0px;
	padding-bottom: 6px;
	display: block;
	border-bottom: solid thin #CCC;
}
.box-left img {
	float: right;
	margin: 0px 0px 10px 16px;
}
.box-right img {
	float: left;
	margin: 0px 16px 10px 0px;
}
#content-right {
	width: 321px;
	float: right;
}
#content-left {
	width: 567px;
	float: left;
}
.hide {
	display: none;
}
#search {
	color: #CCC;
}

 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:49px;                                  /* the menu's overall height */
	width:100%;         /* we always want our menu to fill the available space */
	/* background:#f3f3f3; */
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:24px;
	padding: 12px 24px;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	background-image: url(../images/menu-mouseover.gif);    /* these 2 lines create the push-in illusion */
	color: #fff;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:47px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:5.9em;
	color:black;                        /* this sets the unselected-text color */
	/*background:black;*/         /* this sets our menu's effective "border" color */
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               /* this sets the unselected drop-down text color */
	background:#003333;       /* this sets the drop-down menu background color */
	width:5.9em;
	padding:12px 5px 13px 25px; /* actual padding for each menu item */
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#000000;
	background:#cccccc
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:9.7em; _left: 10.35em;
	width:9.35em;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:9.35em;
	background:#f3eab9;
	color: #000;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:9.35em;
	background:#fff;
}
