* {
padding:0;
margin:0;
text-decoration:none;
list-style-type:none;
}
body {
background-color: #989898; }
a img{
border:none;
}
.clear{
clear:both;
margin:0;
height:0;
font-size:0;
}
#container{
width: 900px;
margin: 0 auto;
}  
/*--------------------- TOP ---------------------------*/
#top{
height: 165px;
padding-top: 4px;
background-color: #fff;
color: #333366;
background-image: url(../images/mnd-banner.gif);
background-repeat: no-repeat; } 

body.demoPage #top {
	height: 25px;
	background-color: #000;
	color: #333;
}
#top h1{
	margin-left: 35px;
	margin-top: 20px;
	font-size: 18px;
}
#top h2{
	margin-left: 35px;
	font-size: 14px;
 }
/*---------------------TOP RIGHT SIDE TOP (SUBMENU) ---------------------------*/
#top ul.level-1 {
color: #a1a1a1;
float: left;
padding-top: 33px;
padding-left: 540px; }

#top ul.level-1 li{
	color: #fff;
	float: left;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 7px;
}

#top ul.level-1 li a{
color: #a1a1a1;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 18px;
}

#top ul.level-1 li.active a{
color:#c16803;
}

#top ul.level-1 li a:hover{
text-decoration:underline;
}

#top h1, #top h2 {
display: none; }

/*--------------------- MAIN NAVIGATION ---------------------------*/
#top ul.level-2{
background:no-repeat left top;
height: 26px;
padding-left: 80px;
padding-top:135px;
}
#top ul.level-2 li{
	color:#fff;
	margin-right:100px;
	float:left;

}
#top ul.level-2 li a{
color:#252a33;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;}

#top ul.level-2 li.active a{
color:#c16803;
}
#top ul.level-2 li a:hover{
text-decoration:underline;
}

/*--------------------- CONTENT ---------------------------*/
#content{
	clear:left;
	background: #fff;
	background-repeat: repeat-y;
}
#demoContent {
          min-height: 400px;
}
#flashcontent {
         margin-top: -50px;
}

/*---------------------content right side---------------------------*/
#content .right-side {
width: 800px;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 50px;
padding-right: 50px;
min-height: 400px;
}

#content .right-side #contentSummary {
	background-color: #339999;
	border: 1px solid #133A3B;
	padding: 10px;
	margin-bottom: 15px;
}

.imageRight {
	float: right;
	display: block;
	margin-bottom: 7px;
	margin-left: 7px;
	background-color: #DEEBFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}


#homeshowWrapper {
	display: block;
	text-align: center;
}
#printPicture {
	display: none;
}

/*********Home page layout**************/
ul.home-image {
     width: 800px;
     height: 477px;
list-style-type: none; 
position: relative;
background-image: url(../images/mnd_desk.gif); 
margin-top: -25px;} 
#content .right-side ul.home-image li {
     list-style-type: none; 
margin: 0;
padding: 0;} 

#content .right-side ul.home-image li a span {
     display: none;
}

ul.home-image li.about a {
background-image: url(../images/mnd_aboutus_up.gif);
height: 477px;
width: 316px;
display: block;
position: absolute;
left: 0;
float: left;
background-repeat: no-repeat; }
ul.home-image li.about a:hover {
background-image: url(../images/mnd_aboutus_over.gif);
height: 477px;
width: 316px;
display: block;
 }
ul.home-image li.contact a {
background-image: url(../images/mnd_contactus_up.gif);
height: 477px;
width: 258px;
display: block;
position: absolute;
left: 316px;
background-repeat: no-repeat;
 }
ul.home-image li.contact a:hover {
background-image: url(../images/mnd_contactus_over.gif);
display: block;
 }
ul.home-image li.portfolio a {
background-image: url(../images/mnd_portfolio_up.gif);
height: 477px;
width: 228px;
display: block;
position: absolute;
left: 574px;
background-repeat: no-repeat;
 }
ul.home-image li.portfolio a:hover {
background-image: url(../images/mnd_portfolio_over.gif);
display: block;
 }
/******** GALLERY MODULE ********/ 
#content .right-side #photo h1{
          color: #a1a1a1;
	text-align: center;
        margin-bottom: 0.5em !important;
	} 
#photo .navigation{
	height: 75px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}	
	#photo .previous, #photo .next{
		padding: 0px;
		text-decoration: none;
		color: #aaa;
		display: block;
		width: 40px;
		height: 25px;
	}
	#photo .previous{
		float: left;
	}
	#photo .next{
		float: right;
	}
        #photo .back{
	        font-size: 0.9em;
                color: #aaa;
                text-decoration: none;
        }
        #photo .back:hover{
	        text-decoration: underline;
        }
	#photo p{
		margin: 0 0 10px 0;
	}
	#photo .image{
		clear: both;
		text-align: center;
	}
	#photo .image img{
		border: 1px solid #111;
	}
        #photo .description{
	        width:400px; 
                margin: 1em auto; 
                font-size:0.9em; 
                text-align: center;
        }

#gallery ul{
  margin: 0;
  padding: 0;
}
#content .right-side #gallery ul li{
margin: 5px;
padding: 5px;
list-style-type: none;
float: left;
width: 160px;
height: 160px;
line-height: 150px;
text-align: center;
border: 1px solid #ccc;
background-color: #efefef;
}

  #gallery ul li:hover{
      border: 1px solid #aaa;
  }

  #content .right-side #gallery li img{
    vertical-align: middle;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
  }

/******* FOOTER *********/

#footer{
	background:#fff no-repeat left top;
	height: 18px;
	padding-bottom: 10px;
	color: #a1a1a1;
	padding-top: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
body.demoPage #footer {
               background:#000 no-repeat left top;
               padding-top: 0;
}
#footer a {
	color: #CC6600;
}
#container #footer a:hover {
	text-decoration: underline;
 }

#footerlinks #admin_link {
overflow: hidden;
background-position: center;
width: 90px;
height: 25px;
float: left;
margin-right: 1em;
font-size: 0px;
text-align: center; }

#footerlinks #edit_link {
font-size: 0px;
overflow: hidden;
background-position: center;
width: 90px;
height: 25px;
display: block;
float: right;
}

/******** SITEMAP MODULE ********/

#sitemap li.sub{
list-style-type: none;
}
