﻿body {
	background-color: #365a32;
	background-repeat: repeat-x;
	background-image: url('../images/mm-background.jpg');
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/header2.png);
	width: 924px;
	height: 182px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

/********LAYOUT WRAPPER**********/
#layout {
	position: relative;
	width: 908px;
	margin: 0 auto;
	background-image: url(../images/content-back.png);

	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 898px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 900px;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 370px;
	padding-left: 10px;
	font-size: 12px;
	text-align: justify;
}
#leftbox {
	float: left;
	width: 130px;
	padding-left: 15px;
	text-align: justify;
	font-size: 12px;
}
#middlebox {
	float: left;
	width: 260px;
	height: 457px;
	border: 0;
	padding-left: 20px;
}
#rightbox {
	float: right;
	width: 194px;
	margin-right: 5px;
}
#mainbox2 {
	float: left;
	width: 686px;
	padding-left: 10px;
}
#home-mainbox {
	float: right;
	width: 690px;
}
#home-sidebox {
	float: left;
	width: 210px;

}
#extra-middle {
	float: left;
	width: 246px;
	height: 331px;
}
#extra-content {
	float: left;
	width: 440px;
	padding-left: 10px;
}
#tech-image {
	float: left;
	width: 648px;
	height: 533px;
	background-image: url('../images/technology.png');
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: 0.85em;
}
#maincontent2 {
	margin: 0 30px 20px 30px;
	font-size: 0.85em;
	display: inline;
}
#maincontent p{
	line-height: 1.5em;
	margin: 8px 0 12px 0;
}
.callout {
	float: left;
	width: 320px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.image1 {
	float: left;
}
.image2 {
	float: right;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
}
#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}

.centered {
	text-align:center;
}
.prof-images {
	float: left;
	border: none;
}


/********HEADINGS*******/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 16pt;
	color: #EA8624;
	font-style: normal;
	font-weight: bold;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 14pt;
	color: #EA8624;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 14pt;
	color: #EA8624;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 11pt;
	color: #EA8624;
	font-style: normal;
	font-weight: bold;
}
.question {
	color: #EA8624;
	font: small Arial, Helvetica, sans-serif;
}
#italic-header {
	color: #515e3c;
	padding-top: 10px;
	padding-bottom: 10px;
	font: italic large/5px Georgia, "Times New Roman", Times, serif;
}
#testimonial-header {
	color: #515e3c;
	padding-top: 10px;
	padding-bottom: 10px;
	font: italic large/5px Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}

#names {
	color: #EA8624;
	font: small Arial, Helvetica, sans-serif;
}
#logo {
	color: #EA8624;
	font: small Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: bold;
}
#testimonials {
	font: small Arial, Helvetica, sans-serif;
}
#quote {
	font-style: italic;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#links {
	color: #EA8624;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #EA8624;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #EA8624;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#rob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#sidecontent h3.topheading {
	margin: 0;
	font-size: large;
	text-decoration: underline;
}

.blinkHeading {
	font-size:0.60em;
	color:#FF0000;
	text-decoration:blink;
}

#related_links {
	text-indent: 20px;
}

#related_links-desc {
	text-indent: 40px;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-repeat: no-repeat;
	height: 37px;
	background-position: bottom;
	margin: auto;
	width: 912px;
}

#bottom2 {
	background-image: url(../images/new-footer2.jpg);
	background-repeat: no-repeat;
	height: 37px;
	background-position: bottom;
	margin: auto;
	width: 912px;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 900px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #fff;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}

/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: relative;
	font: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.2em;
	color: #EA8624;
	left: 275px;
	line-height:inherit;
	width: 924px;
	height: auto;
}

.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a {
	color: #CECCC4;
	text-decoration: none;
}
#p7TBMrootbox {
	background-image: url(../images/mm-mbar.jpg);
	background-color: #97AD73;
	border-top: 1px solid #ffffff;
	background-repeat: repeat-x;
}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}
/*********VIDEO STYLES********/

#mediaplayer {
	width: 320px;
	height: 310px;
	text-align: center;
}

/*********IMAGE STYLES********/

.NoBorder {
	border:none;
}

.pictureR {
	padding:2px 2px 2px 5px;
	border:none;
}

.pictureL {
	padding:2px 5px 2px 2px;
	border:none;
}	

