@charset "UTF-8";
/* This is the main CSS file */

body
{
	margin: 0px;
	background-color: grey;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
a:link { text-decoration: none; color:orange}
a:visited { text-decoration: none; color:orange}
a:active { text-decoration: none; color:orange}
a:hover { text-decoration: none; color:orange; cursor:n-resize}
}


table#blog {
margin:0px;
border-collapse:collapse;
border:0px;
width:100%;
height:325px;
}

td#blog_main {
vertical-align:top;
	width: 400px;
	font-family: verdana,garamond,arial,sans-serif;;
	font-size: .8em;
	border-right: 1px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	border-style:solid;
	border-color:black;
}

td#blog_side{
vertical-align:top;
padding:5px;
width:200px;
}	


body td {
	/*padding-left: 5px;*/
	/*padding-right: 5px;*/
}

div#content p {
	text-indent: 2em;
}

ul {
	list-style:none;
	padding-left: 0px;
}

li {
list style:none;}

div#shadowed_wrapper {
	width:892px;
	height:100%;

background-image: url(/images/shadow.png);
background-repeat: repeat-y;
margin-left: auto;
margin-top: 0px;
margin-bottom:0px;
margin-right: auto;

/*padding: 0px;*/
}


div#IEroot div#shadowed_wrapper {
	background-image: none;
	width: 850px;
	height:100%;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}



div#wrapper {
	height: 100%;
	width: 850px;
	margin-left: 21px;
	margin-right: 21px;
	position:relative;
	background-color: #fff;
}

div#IEroot div#wrapper {
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
}

div#header {
	width: 100%;
	height: 150px;
	display: block;
	border: 0px;
	background-image: url(/images/MMlogo_GreenfinalTM_small.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}


img#rss {
position: absolute;
top: 40px;
right: 40px;
/*background-image: url(/images/rss.png);*/
width: 15px;
height:15px;
}

img#twit {
position: absolute;
top: 40px;
right: 25px;
/*background-image: url(/images/twitter.png);*/
width: 15px;
height:15px;
}


div#city {
	width: 100%;
	height: 40px;
	border: 0px;
	
	background-image: url(/images/city.png);
	background-color: transparent;
	background-position: 400px 0;
	background-repeat: no-repeat;
}



div#trees {
	width: 100%;
	height: 90px;
	border: 0px;
	
	background-image: url(/images/trees.png);
	background-color: transparent;
	background-position: 10px 0;
	background-repeat: no-repeat;

}


div#trees {
        width: 100%;
        height: 90px;
        border: 0px;

        background-image: url(/styles/AutodeskCTOtrialPic.jpg);
        background-color: transparent;
	background-position: 590px 0;
	background-repeat: no-repeat;

}

div#line {
	width: 100%;
	height:1px;
	background-color:black;
}

#buttons_tables {
	position: relative;
	top: 0px;
	left: 400px;
	border:0px;
	border-spacing:0px;
}

td#buttons_table{
	padding:0px;
	spacing:0px;
	border:1px;
}

#bottom {
	position: relative;
	top: 0px;
	left: 10px;
	border:0px;
	border-spacing:0px;
}


/*contains the header widgets--newsTicker and sign_in*/
/*div#widgets {
	margin-left: 580px;
	margin-top: 10px;
	background-color: #FFFFFF;
	width: 408px;
	z-index: 1;
}

div#newsTicker {
	border:thin dashed #aaa;
	font-size:small;
}

div#newsTicker>span {
	
	font-weight: bold;
	color: #090;
}

div#newsTicker>ul {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-left: 1.5em;
	padding-right: 1em;
}

div#newsTicker a {
	color: #000;
	font-weight: 100;
}

div#newsTicker a:hover {
	color: #090;
}

div#sign_in {
	text-align: right;
	margin-top: 5px;
}
div#sign_in > a {
	color: #000;
	text-decoration: none;
}*/

div#footer {
	background-color: #fff;
	font-size: medium;
	margin: 0px;
}

div#content_wrapper {
	background-color: #fff;
	font-size: medium;
	width: 100%;
	/*do this to acheive the transparent box over the background image*/
	/*opacity: 0.85;*/
	/*for IE.  Because IE sucks.*/
	/*filter: alpha(opacity = 85);*/
	/*min-height: 700px;*/
	padding-top: 60px;
	padding-bottom: 1em;
}


div#page_title {
	/*text-indent: -1em;*/
	font-size: xx-large;
	text-indent: 0px;
	color: #000;
	margin-left: 75px;
	margin-bottom: 1em;
}
/*
div#IEroot div#page_title {
	text-indent: 0px;
}*/

span.heading {
	text-indent: 0px;
	font-size: 18px;
	color: #000;
}
span.heading>a {
	text-indent: 0px;
	font-size: 18px;
	color: orange;
	text-decoration: underline
}

div#content p.heading {
	text-indent: 0px;
	font-size: large;
	font-weight: bold;
	color: #070;
	margin-top: 4em;
}

div#content p.subheading {
	text-indent: 0px;
	font-size: medium;
	font-weight: bold;
}

div#content p.quote {
	text-indent: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}

div#content {
	margin-left: 95px;
	margin-right:200px;
	min-height: 205px;
}

div#footer {
	margin-top: 40px;
	/*padding-left: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;*/
}

/*****
* Menu stuff
*****/

div#sidenav {
	margin-top: 175px;
	margin-left: 410px;
}

/*see "Manipulation for specific nav items" below for background-image urls*/
div.nav_menu {
	display: block;
	height: 56px;
	width: 56px;
	border: thin solid #fff;
}

div.nav_menu>a>span {
	display: none;
}

/*navigation explanation boxes default to not display*/
div.nav_menu_child {
	display: none;
	position: absolute;
	margin-top: 5px;
	z-index: 1;
	
	border: thin solid #000;
	background-color: #ddd;
	/*margin-right: 1em;
	margin-top: 2em;*/
	
	padding: 0.25em;
	width: 15.6em;
	
	font-size: 12px;
}

div.nav_menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.nav_menu_child a {
	margin-left: 1.2em;
	color: #060;
	text-decoration: none;
}


/********
* Rollover effects
********/

div.nav_menu:hover>div.nav_menu_child {
	display: block;
}

/********
* Manipulation for specific nav items
********/
div.nav_menu:hover {
	border: thin solid #000;
}


div#nav_test {
	background: url(/images/index/home.png) no-repeat 0 0;
}

div#nav_test:hover {
	background-position: 0 -14px;
}


div#nav_home {
	background: url(/images/icon_home.jpg) no-repeat 0 0;
}

div#nav_home:hover {
	background-position: 0 -56px;
}

div#nav_about {
	background: url(/images/icon_about.jpg) no-repeat 0 0;
}

div#nav_about:hover {
	background-position: 0 -56px;
}

div#nav_technology {
	background: url(/images/icon_technology.jpg) no-repeat 0 0;
}

div#nav_technology:hover {
	background-position: 0 -56px;
}

div#nav_team {
	background: url(/images/icon_team.jpg) no-repeat 0 0;
}

div#nav_team:hover {
	background-position: 0 -56px;
}

div#nav_news {
	background: url(/images/icon_news.jpg) no-repeat 0 0;
}

div#nav_news:hover {
	background-position: 0 -56px;
}

div#nav_contact {
	background: url(/images/icon_contact.jpg) no-repeat 0 0;
}

div#nav_contact:hover {
	background-position: 0 -56px;
}



/***
* News
***/

div.newsItem {
	margin-bottom: 1.5em;
}
