/***************************************************/
/****************** Navigator Multimedia *********/
/************************************************/

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding: 0;
	margin: 0;
	background-image:url(../images/interface/main-bg.gif);
	}
/************************************* layout Styles*/

#wrapper {
	position:relative;
	width:792px;
	margin: 0 auto;
	padding:0;
	
}

#content_holder{
	background-image:url(../images/interface/bg_tile.jpg);
}



/*Content Styles Start*/

#content{
	/*background-image:url(../images/interface/bg.jpg);*/
	background-repeat:no-repeat;
	background-position:top;
}

#content a { color: #005528; font-size: 12px; font-weight: normal; text-decoration:none;}
#content a:link { color: #005528; font-size: 12px; font-weight: normal; text-decoration:none; }
#content a:visited { color: #005528; font-size: 12px; font-weight: normal; text-decoration:none; }
#content a:hover { color: #005528; font-size: 12px; font-weight: normal; text-decoration:none;}

#content .boxedtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
	background: #F2F4F0;
}

#content .boxedtext .title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424965;
	font-weight: bolder;
}

#content .boxedtext .thetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	color: Black;
}

#content .picture {
	border: 1px solid Black;
}


/*Content Styles End*/



/*Nav Styles Start*/

#nav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav a { color: #000000; font-size: 10px; font-weight: bold; text-decoration:none; float:left; padding:27px 0px 0px 0px;}
#nav a:link { color: #000000; font-size: 10px; font-weight: bold; text-decoration:none;}
#nav a:visited { color: #000000; font-size: 10px; font-weight: bold; text-decoration:none;}
#nav a:hover { color: #005528; font-size: 10px; font-weight: bold; text-decoration:none; background-image:url(../images/interface/n-tree-on.gif); float:left; background-position:center; background-repeat:no-repeat; padding:27px 0px 0px 0px;}

#nav .onMenu a{
color: #005528; font-size: 10px; font-weight: bold; text-decoration:none; background-image:url(../images/interface/n-tree-on.gif); float:left; background-position:center; background-repeat:no-repeat; padding:27px 0px 0px 0px;
}

#nav .onMenu a:link{
color: #005528; font-size: 10px; font-weight: bold; text-decoration:none; background-image:url(../images/interface/n-tree-on.gif); float:left; background-position:center; background-repeat:no-repeat; padding:27px 0px 0px 0px;
}

#nav .onMenu a:visited{
color: #005528; font-size: 10px; font-weight: bold; text-decoration:none; background-image:url(../images/interface/n-tree-on.gif); float:left; background-position:center; background-repeat:no-repeat; padding:27px 0px 0px 0px;
}

#nav .onMenu a:hover{
color: #005528; font-size: 10px; font-weight: bold; text-decoration:none; background-image:url(../images/interface/n-tree-on.gif); float:left; background-position:center; background-repeat:no-repeat; padding:27px 0px 0px 0px;
}

/*Nav Styles End*/



/*Footer Styles Start*/

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#footer a { color: #000000; font-size: 9px; font-weight: normal; text-decoration:none;}
#footer a:link { color: #000000; font-size: 9px; font-weight: normal; text-decoration:none;}
#footer a:visited { color: #000000; font-size: 9px; font-weight: normal; text-decoration:none;}
#footer a:hover { color: #000000; font-size: 9px; font-weight: normal; text-decoration:none;}


.design {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7px;
	font-weight: normal;
}
/*footer Styles Ends*/

.menuitem a:link,
.menuitem a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	font-weight:none;
	padding: 2px 9px 2px 9px;
	color:#ffffff;
	display:block;
	background-color:#464D69;
	}
	
.menuitem a:hover {
	color:#CBBE9C;
	background-color:#707EB2;
	}
	
.menuitemOn {
	width:126px;
	height:20px;
	background-color:#707EB2; 
	}
