@charset "UTF-8";
/* CSS Document */


body {
   background: white;
   font-size: 12pt;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
div.trackback a:link:after, div.trackback a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.themonitorgroup.com" attr(href) ") ";
   }

#container {
	width: 100%;
	text-align: left;
}
#mainContent {
	padding: 0 6%;
	width: 100%;
	}
	
h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #006600;
}
h2 {
	margin: 3% 0 3% 6%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	font-size: 14pt;
}
h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 3% 0 3% 6%; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	font-size: 14pt;
}
h4 {
	margin: 0 0 3% 3%;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	font-size: 12pt;
	text-align: justify;
	padding: 1% 0 0 4%;
}
h5 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #669900;
	font-size: 16pt;
	text-align: center;
	padding: 1% 0 0 4%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
	margin: 3% 0 3% 6%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	font-size: 14pt;
}

P  {
	font-size: 12pt;
	color: #000000;
	width: 100%;
}
.Pindent {
	font-family: "Times New Roman", Times, serif;

	margin-left: 10%;
	padding-left: 6%;
	text-align: justify;
}

#header {
	height: 10%;
}
#logo {
	float: left;
	margin: 4% 11% 0 4%;
	border: 0px;
	background-image: url(../media/images/logos/Top_TMG_BW.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#navinside {
	display:none;
}
#navcontainer {
	display:none
}
#mainnav {
display:none
}
#clientcorner {
display:none
}
.trackback {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	width: auto;
	margin-left: 0px;
	height: 23px;
	padding: 0 30px 0 30px;
}



#sidenavbottom {
	display: none;
}
.staff_photo {
	margin: 0;
	float: none;
	clear: right;
	border: 0px;
}
.bio {
	padding-left: 0pt;
	height: auto;
	width: 398px;
	float: none;
}


img {
	behavior: url(iepngfix.htc);
	border: 0;
}

#header {
	padding: 0px 10px 0px 0px;
	background-color: #ffffff;
	height: 150px;
	margin-top: 0px;
	background-image: url(../media/images/gradients/topgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	z-index: 8;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#logo {
	float: left;
	margin: 13px 118px 0 22px;
	border: 0px;
}
#navinside {
	padding-left: 12px;
	width: 500px;
	margin-bottom: -20px;
}
#navcontainer {
	height: 20px;
	float: left;
	background-color: #006600;
	z-index: 1;
}
#mainnav {
	margin-right: 0px;
	margin-left: 160px;
	z-index: 1;
	position: absolute;
	top: 125px;
	right: 0px;
	background-image: url(../media/images/corners/TMcrnr.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	padding: 0 0 0 15px;
	width: 550px;
}
#clientcorner {
	display: none;
}
.trackback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #cccc99;
	width: auto;
	margin-left: 0px;
	background-color: #2A3815;
	position: absolute;
	top:150px;
	left:0px;
	height: 23px;
	background-image: url(../media/images/corners/TBcrnr.gif);
	background-position: right;
	background-repeat: no-repeat;
	min-width: 392px;
	padding: 0 30px 0 30px;
	vertical-align: bottom;
}



#sidenavbottom {
	display: none;
}
.list {
	list-style-position: inside;
	list-style-type: square;
}
#leftcolumn {
	margin: 2%;
	float: left;
	width: 25%;
}
#rightcolumn {
	margin: 2%;
	float: right;
	width: 25%;
}

.sidebar {
	display: none;
}

#footer {
display:none
}

/*#menu {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }*/
