/* multco Header style sheet  - CDB 08 2008
updated - JLPJR 06.01.2009 */

.navbar
{
	background-color: #cacbce !important;
	background: url(/vgn-ext-templating/images/nav_bg_repeat.gif) repeat-x;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 36px;
	clear: both;
	overflow: hidden;
}

.navbar .vbar
{
	width: 1px;
	height: 36px;
	background: url(/vgn-ext-templating/images/vertical_line.png) no-repeat;
	float: left;
	overflow: hidden;
}

.topnav li
{
	list-style-type: none;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
}

/*/////////// navigation block with the link text on the main bar /////////*/
.topnav
{
	float: left;
	display: block;
	z-index: 1001;
}

/*///////////// navigation blocks including dropdowns //////////////////*/
.topnav a
{
	padding: 1em;
	background: #fff;
	cursor: pointer;
	background: url(/vgn-ext-templating/images/vertical_line.png) no-repeat;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	color: #444 !important;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	float: left;
	border: 0px;
}

.topnav a:hover
{
	background: url(/vgn-ext-templating/images/mouse_over.jpg) no-repeat #5e5e5e top left;
	color: #fff !important;
	text-decoration: none;
}

.topnav div.arrow
{
	border: 0px;
	height: 6px;
	width: 8px;
	background: url(/vgn-ext-templating/images/arrow.png) no-repeat;
	border: 0px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}


.drpdiv
{
	overflow: hidden;
	width: 175px;
	position: absolute;
	margin-top: 36px;
	margin-left: 1px;
	z-index: 1001;
}

.topnav .drpdiv a
{
	float: none;
	padding-top: 5px;
	display: block;	
	font-size: .9em;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff !important;
	height: auto;
	padding-bottom: 8px;
	background-color: #aaa;
}

.topnav .drpdiv a:hover {
	color: #fff;
	height: auto !important;
	text-decoration: none;
	background: url(/vgn-ext-templating/images/mouse_over.jpg) no-repeat #5e5e5e top left;
}

.topnav img{
	border: 0;
	padding-left: 10px;
}

.drpdiv ul
{
	padding: 0px;
	margin: 0px;
}

.drpdiv ul li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 120%;
	border-bottom: solid #ccc 1px;
	text-align: left;
}

.drpdiv ul li.spacer
{
	height: 5px;
	background: #aaa;
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

.navcenter {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	text-align: center;
	display: inline-block;
}

.leftcorner {
	background: url(/vgn-ext-templating/images/corner_left.gif) no-repeat;
	float: left;
	width: 10px;
	height: 36px;
}

.rightcorner {
	background: url(/vgn-ext-templating/images/corner_right.gif) no-repeat;
	float: right;
	width: 10px;
	height: 36px;
}

/*//////////////////////////////// Top nav elements ////////////////////////////////////////*/
#multCoLogo {
    margin-bottom: .5em;
}

.utilities_wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

#skipNav {
	height:1px;
	left:-10000px;
	overflow:hidden;
	position:absolute;
	width:1px;
}

#main-content, #sitemap {
    position: absolute;
    left: 0;
}

.contact_link {
    position: absolute;
    right: 2em;
    top: 1.5em;
}

.contact_link a {
    color: #444 !important;
}

.contact_link a:hover {
    color: #2971a7 !important;
}

#header #utilities {
    margin: 3.5em 0 0 0;
}

#header #utilities #howMenu, #header #utilities #searchInput {
	float:left;
    width: auto;
    padding: 0 1em 0 1em;
	display: inline-block !important;
	border-left: solid #CCC 1px;
}

#header #utilities #howMenu {
	padding: .3em 1em .1em 1em;
}

#header #utilities #howMenu select {
	background-color: #d5d7d9;
	color: #444;
    padding: .1em !important;
    width: 175px !important;
}

#header #utilities #searchInput {
	margin: 0 !important;
    padding-bottom: .2em;
}

#header #utilities input {
    padding: 0 !important;
    letter-spacing: .1em;
    color: #2971a7 !important;
}

#header #utilities select, #header #utilities input {
    font-size: 1em !important;
}

#header #utilities #easyButtons {
	display: inline-block;
	margin: 0;
	padding: .3em 1em 0 1em;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
    float: left;
    width: auto;
}

#easyButtons a {
    text-decoration: none;
}

#easyButtons a:hover {
    text-decoration: none;
}

#header #utilities #easyButtons img {
	display: inline-block;
	margin: 0;
	padding: 0 .5em;
}

#header #utilities #print {
	margin: 0;
	padding: 0 .5em 0 0;
}