/*----------------------------------------
Name: menu.css
Developed by: 
Date Created: February 24, 2010
Last Updated: 
*/
body
{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1
{
    font-size:12px;
	text-decoration:underline;
	clear:both;
}

a:link
{
	color: #FFFF00;
	text-decoration: none;
}

a:visited
{
	color: #FFFF00;
	text-decoration: none;
}

a:active
{
	color: #FFFF00;
	text-decoration: none;
}

a:hover
{
    text-decoration:underline;
	color:#CCFFFF;
}
        
#header
{
	width:100%;
    text-align:center;
	margin:auto;
	padding:0;
}

#logo
{
	text-align:left;
	background-image:url(mtcimages/bannermtc.jpg);
	width:680px;
	height:73px;
	margin:auto;
}

#searchbox
{
	float:right;
	width:425px;
	color:#FFFFFF;
	
}

#wrapper{
	width:100%;
	text-align:center;
}

#content
{
	width:925px;
	height:600px;
	margin:auto;
	text-align:center;
}

/*START OF MENU */
#menu
	{
	padding-left:100px;
	height:29px;
	/*background-color:#ffffff;;*/
	background-image:url(menu.jpg);
	text-align: center;
	clear:both;
	}
		
#menu ul
	{
	margin:auto;
	padding-left:10px;
width:906px;
	}
	
#menu li
	{
	float:left;
	margin-right:15px;
	padding-right:15px;
	display:block;
	/*border-right:1px solid #CCCCCC;*/
	height:27px;
	}
	
#menu a
	{
	color:#ffff00;
    text-decoration:none;
	position:relative;
	top:10px;
	font-weight:bold;
	}
	
#menu a:hover
	{
	color:#1d21ad;
	text-decoration:none;
	}
	
#dropmenudiv
	{
	position:absolute;
	left:1px;

	border:1px solid black;
	border-bottom-width: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	/*background-color:#0099CC;*/
	background-color:#3399ff;
	line-height:18px;
	z-index:100;
	}

#dropmenudiv a
	{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	/*background-color:#0099CC;*/
	/*background-color:#f5e230;
*/	background-color: #2b95ff;
	color:#ffff00;
	}

#dropmenudiv a:hover
	{ /*hover background color*/
	background-color:#003366;
	}
	
/*END OF MENU*/


#footer
{
	padding-left:150px;
	width:906px;
	margin:auto;
}

#footerlogo
{
	 
	height: 53px;
	background-image: url(mtcimages/footermtc.gif);
	background-position: 230px;
	background-repeat: no-repeat;
	
}

.erc
{
	margin-left: 92px;
	margin-top: 5px;
	float: left;
}
.ph
{
	margin-top: 5px;
	margin-left: 12px;
	float: left;
}

.icon
{
	margin-left: 12px;
	margin-top: 8px;
	float: left;
}

#footerlink
{
   
	padding-top:20px;
	background-color:#0033ff;
	height:70px;
	text-align:center;
	font-size: 10px;
	clear:both;
	color:#FFFF00;
}

	
#complaint {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}



