/****************************
	MAIN BODY 
****************************/
body {
	font-size: 10px;
	margin: 0;
	padding: 0;
	background: url("images/site_bg.gif") top center repeat-y;
  	font-family: Verdana, Arial, sans-serif;
}

#cvc_sitewrap {
	width: 760px;
	margin: 0 auto;
}

/****************************
	HEADER 
****************************/
#cvc_header {
	margin: 0;
}

#header-background {
	width: 100%; 
	height: 100%;
	float: left;
	border: none;
	margin: 0;
}

#header-background-left {
	width: 213px;
	float: left;
	margin: 0;
	padding: 0;
}
#header-background-left img {
	border: none;
}

#header-background-right {
	width: 547px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

/****************************
	NAVIGATION
****************************/
/* MENU */
#cvc_sitemenu {
	clear: both;
	/*margin: 0 0 10px 0;*/
	border-top: 1px solid rgb(175,175,175);
	border-bottom: 1px solid rgb(175,175,175);
	background: rgb(235,235,235);	
	text-transform: uppercase;
	color: rgb(50,50,50);
}

/* BREADCRUMB */
#cvc_navibreadcrumb {
	clear: both;
	margin-bottom: 10px;
	background: #def;
	padding: 3px 5px !important;
	padding: 3px;
}
.cvc_breadcrumb {
	font-weight: bold;
	font-size: 11px;
}
.cvc_loginbox {
	text-align: right;
	font-size: 11px;
}
/****************************
	CONTENT
****************************/
#cvc_maincontent {
	clear: both;
	background: #fff;
	min-height: 350px;
}
.tbl_space { width: 10px;}
/****************************
	---- LEFT COLUMN ----
****************************/
#left-column {
	width: 120px;
	font-size: 11px;
	color: #333;
}
/****************************
	---- MIDDLE COLUMN ----
****************************/
/* Sections */
/************/
#middle-column {
	/*width: 470px;*/
	color: #666;
	line-height: 18px;
	font-size: 12px;
}
#full-middle-column {
	/*width: 660px;*/
	color: #666;
	line-height: 18px;
	font-size: 12px;
}

.middle-column-full {
	clear: both;
}
.middle-column-left {
	float: left;
	width: 49%;
}
.middle-column-right {
	float: right;
	width: 49%;
}
/****************************
	---- RIGHT COLUMN ----
****************************/
#right-column {
	width: 200px;
	color: #666;
	font-size: 11px;
}

/****************************
	FOOTER
****************************/
#cvc_footer {
	clear: both;
	margin: 10px 0;
	padding: 3px 0;
	border-top: solid 1px rgb(150,150,150);
	border-bottom: solid 1px rgb(150,150,100);	
	background: rgb(220,220,220);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 10px;
}

/* footer site links */
#cvc_footer .siteLinks {
	font-weight: normal;
	font-size: 11px;
	color: #555;
}


/****** MENU CLASS *******/
.MainMenu_MenuBar,
.MainMenu_MenuItem { 
	height: 22px; 
	font-size: 12px;
}

.MainMenu_TabMenuItemHover td, 
.MainMenu_TabMenuItemSelHover td {
	background: #aaa;
	color: #fff;
}

.SubMenu_TabMenuItemHover td {
	background: #eee;
	color: navy;
	/*border-left: 10px #ccc solid;*/
}
.SubMenu_TabMenuItemSelHover td {
	/*background: url("images/arrow.gif") no-repeat;*/
	background: #eee;
}
.TabMenuSeparator {
	font-size: 11px;
}
.TabMenuIcon {
	display: none;
}

/************* top menu ****************/
div.TopMenuBar {
	font-size: 12px;
	padding: 4px 0px;
}
span.TopMenuItem {padding: 0;}
.TopMenuItem a {
	color: #000;
	font-weight: bold;
	padding: 4px 5px;
}
.TopMenuItem a:hover, .TopMenuItemMouseOver {
	color: red;
	font-weight: bold;
	background: #ccc;
	padding: 3px 5px;
}
.TopMenuItem .TopMenuCurrItem {
	color: Navy;
	font-weight: bold;
	background: #ccc;
	padding: 3px;
}

/*====================HOUSEMENU=======================*/
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav { 
	padding: 0;
	padding-top: 6px;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
	z-index: 90000;
}

#HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer {
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav { /* menu wrapper div */
	/*width: 100%;*/
	height: 20px;
}

#HouseMenuNav ul { /* all submenu lists */
	line-height: 12px;
	padding-left: 252px;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding: 0px 3px;
	height: 20px;
	background: url("images/separator.gif") no-repeat right;
	/*border-right: 1px #000 solid;*/
}

#HouseMenuNav li li { /* all items under the top level */
	width: 148px;
	height: auto;
	border-right: none;
	background: none;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	padding: 3px;
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 3px;
	width: 148px;
}

#HouseMenuNav li a:hover {
	padding: 3px;
	color: navy;
	text-decoration: underline;
	/*
	height: auto;
	*/
}

#HouseMenuNav li li a:hover {
	color: red;
	/*background: #999;*/
	text-decoration: underline;
	padding: 3px;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 148px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #aaa;
	/*margin: -2px 0 0 0;*/
	line-height: 12px;
	background-color: #fff;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	/*margin: -22px 0 0 144px;*/
	border: solid 1px #999;
	line-height: 12px;
	background-color: #aaa;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #HouseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#HouseMenuParentLink
{ /* parent link itself */
	background-color: transparent;
	color: navy;
	text-decoration: none;
}
#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself */
	padding: 3px;
	color: navy;
	text-decoration: underline;
}

