@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	background-color: #dadfcd;
}
.mdo #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mdo #header {
	background: #ffffff;
	padding: 0;
	height: 138px;
	background-image: url(img/mdo_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mdo #header 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mdo #header #mainNav {
	float: right;
	padding: 30px 30px 0 0;
}
.mdo #header #mainNav ul {
	list-style-type: none;
	font-size: 8px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.mdo #header #mainNav #navlist img a, a:link {
	font-size: 8px;
	line-height: 0px;
}

/* Main Content Styles */
.mdo #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
}

.clientSelected {
	color: black;
}


.mdo #mainContent #mainPicture {
	background-color: #dadfcd;
	height: 355px;
	width: 710px;
	padding: 0;
	margin-bottom: 10px;
}
.mdo #mainContent #mainpicCaption {
	font-size: 9px;
	text-transform: uppercase;
	height: 10px;
	margin-bottom: 10px;
}
/* 2 columns */
.mdo #mainContent #twoColumnWrap {
	height: 131px;
	margin-bottom: 0px;	
}
.mdo #mainContent #twoColumnWrap #leftColumn {
	height: 131px;
	width: 349px;
	float: left;
	margin-right: 12px;
	margin-bottom: 0px;
}
.mdo #mainContent #twoColumnWrap #rightColumn {
	height: 131px;
	width: 349px;
	float: left;
	margin-bottom: 0px;
}
.mdo #mainContent #twoColumnWrap h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;	
}
.mdo #mainContent #twoColumnWrap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
.mdo #mainContent #twoColumnWrap a, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #595B5B;
}
.mdo #mainContent #twoColumnWrap a:visited {
	color: #595B5B;
}
.mdo #mainContent #twoColumnWrap a:hover {
	color: #000000;	
}
/* 3 equal columns */
.mdo #mainContent #threeColumnWrap1 {
	height: 131px;
	margin-bottom: 0px;
}
.mdo #mainContent #threeColumnWrap1 #leftColumn {
	height: 131px;
	width: 229px;
	float: left;
	margin-right: 12px;
}
.mdo #mainContent #threeColumnWrap1 #middleColumn {
	height: 131px;
	width: 228px;
	float: left;
	margin-right: 12px;
}
.mdo #mainContent #threeColumnWrap1 #rightColumn {
	height: 131px;
	width: 229px;
	float: left;
}
.mdo #mainContent #threeColumnWrap1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;	
}
.mdo #mainContent #threeColumnWrap1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
.mdo #mainContent #threeColumnWrap1 a, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #595B5B;
}
.mdo #mainContent #threeColumnWrap1 a:visited {
	color: #595B5B;
}
.mdo #mainContent #threeColumnWrap1 a:hover {
	color: #000000;	
}
/* 3 columns - 2 small, 1 large on right */
.mdo #mainContent #threeColumnWrap2 {
	height: 131px;
	margin-bottom: 0px;	
}
.mdo #mainContent #threeColumnWrap2 #leftColumn {
	height: 131px;
	width: 171px;
	float: left;
	margin-right: 12px;
}
.mdo #mainContent #threeColumnWrap2 #middleColumn {
	height: 131px;
	width: 171px;
	float: left;
	margin-right: 12px;
}
.mdo #mainContent #threeColumnWrap2 #rightColumn {
	height: 131px;
	width: 344px;
	float: left;
}
.mdo #mainContent #threeColumnWrap2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;	
}
.mdo #mainContent #threeColumnWrap2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
.mdo #mainContent #threeColumnWrap2 a, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px; 
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #595B5B;
}
.mdo #mainContent #threeColumnWrap2 a:visited {
	color: #595B5B;
}
.mdo #mainContent #threeColumnWrap2 a:hover {
	color: #000000;	
}
/* footer */
.mdo #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dadfcd;
	font-size: 9px;
	height: 20px;
	line-height: 20px;
	clear: both;
}
.mdo #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #dadfcd;
}
.mdo #footer a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #595B5B;
}
.mdo #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}