@import url("clear.css");
@import url("aveqcms.css");

/*
LBL: d2e1ea
BL:  009ddc

BR:  bda48a
DBR: 786755
*/


input, select, textarea, button	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	border: 1px solid #4d4545;
	color: #000;
	width: 200px;
	padding: 2px;
	margin: 2px;
	font-size: 1em;
}

input.submit {
	font-weight: bold;
	background-color: #009ddc;
	border: 1px solid #009ddc;
	color: #fff;
	font-size: 1.4em;
	padding: 3px 5px 3px 5px;
	width: auto;
}


/* Classes */
/* header */
#header {
	background: url(header_bg.gif);
}

#headerTop {
	float: right;
	background: url(mwf_topMid.gif)
}

#headerTop div {
	float: left;	
}

#headerTopLeft {
	background: url(mwf_topLeft.gif);
	width: 20px;
	height: 89px;
}

#headerTopRight {
	background: url(mwf_topRight.gif);
	width: 20px;
	height: 89px;
}

#search {
	padding-top: 47px;
	padding-right: 5px;
}

#search input {
	background-color: #009ddc;
	color: #fff;
	float: left;
	width: 190px;
	margin: 0px;
	border: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	height: 22px;
}

#search input.submit {
	float: left;
	width: auto;
	width: 26px; 
	height: 26px;
	border: 1px solid #009ddc;
	background: #009ddc url(search_wit.gif) no-repeat 50% 50%;
}



/* menu */
#menu {
	margin:0 15px 15px 22px;
	width:149px;
}

#menu a {
	display: block;
	padding-left: 20px;
	line-height: 30px;
	font-size: 1.5em;
	border-bottom: 1px solid #b0b0b0;
	color: #000;
	text-decoration: none;
}

#menu a.active:hover,
#menu a.active {
	border-bottom: 0px;
	color: #fff;
	cursor: default;
	background: #009ddc url(arrow.gif) 6px 50% no-repeat
}

#menu a.inactive:hover,
#menu a.inactive {
	border-bottom: 0px;
	cursor: pointer;
	background: #cceefc;
}

#menu li.active:hover,
#menu li.active
{
	border-bottom: 0px;
	color: #616161;
	cursor: default;
	background: #005488 url(arrow.gif) 6px 14px no-repeat;
}
#menu li.active a.parent
{
	color:#fff;
}

#menu a:hover {
	color: #009ddc;	
}

/* rightCol */
#rightCol h2,
#rightCol p {
	font-size: 1.2em;	
}

/* footer */
#footer {
	background-color: #bda48a;
	color: #FFF;
	font-size: 1.1em;
	background: url(mwf_footer.gif) no-repeat;
	height: 149px;
}

#footer a:hover {
	color: #786755;
}

#footer a {
	color: #fff;	
}
#visit{
	color:#009DDC;	
	font-weight:bold;
	font-size:0.7em;
}


