﻿/* MPT Site Migration to CSS - Version 3 Page Layouts */



.mpv4Main #container {

	width: 780px;  /* 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 */

	border: 0px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.mpv4Main #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.mpv4Main #header {

	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 0px;

} 

.mpv4Main #topNav {

	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 0px;

} 

.mpv4Main #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 165px;

	background-color: #FFFFFF;

	height: 440px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 15px;

	padding-left: 0px;

	border: thin dotted #006666;

}

.mpv4Main #sidebarV3 {

	float: left; /* since this element is floated, a width must be given */

	width: 170px;

	background-color: #FFFFFF;

	height: 440px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 15px;

	padding-left: 0px;

}



.mpv4Main #sidebarV3 {

	float: left; /* since this element is floated, a width must be given */

	width: 170px;

	background-color: #FFFFFF;

	height: 440px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 15px;

	padding-left: 0px;

}





.mpv4Main #mainContent {

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 165px;

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 20px;

} 

.mpv4Main #mainContentwide {

/*	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 165px; */

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 20px;

} 

.mpv4Main #footer {

	padding: 0 0px 0 0px;

	background-color: #ECE9D8;

} 

.mpv4Main #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}



.mpv4Main #container #mainContent #midTitleBar {

	height: 40px;

	width: 100%;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #00623b;

	border-right-color: #00623b;

	border-bottom-color: #00623b;

	border-left-color: #00623b;

}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}



/*------------------------------

.rtFloatImg {

	float: right;

	margin-left: 16px;

	margin-top: 0px;

	margin-bottom: 8px;

}

    renamed ...

---------------------------------*/



.imgRightFloat {

	float: right;

	margin-left: 16px;

	margin-top: 0px;

	margin-bottom: 8px;

}

.contentLeftCol {

	width: 267px;

	float: left;

	padding-right: 20px;

}

.contentRightCol {

	float: right;

	width: 300px;

	margin-left: 300px;

}



.mpv4Main #mainContent #right2upcol {

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;

	padding: 0px;

	float: right;

	width: 48%;

}

.mpv4Main #mainContent #left2upcol {

	padding: 0px;

	float: left;

	width: 48%;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;

}





#Call_to_Action_Nav {

	/*	font-family: "Courier New", Courier, monospace; */

	color: #00633b;

	background-color: #EDD3B1;

	font-weight: bold;

	font-variant: small-caps;

	padding: 0px;

	border: thin solid #006633;

	margin-top: 15px;

	margin-bottom: 10px;

	padding-bottom: 0px;

	text-align: center;

	width: 155px;

}



[if IE 5]>

<style type="text/css"> 

/* place css box model fixes for IE 5* in this conditional comment */

.mpv4Main #sidebar1 { width: 230px; }

</style>

<![endif][if IE]>

<style type="text/css"> 

/* place css fixes for all versions of IE in this conditional comment */

.mpv4Main #sidebar1 { padding-top: 30px; }

.mpv4Main #mainContent { zoom: 1; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

</style>

<![endif]



.mpv4Main #container #mainContent #description {

	height: 380px;

	width: auto;

}



.mpv4Main #container #mainContent .subTitleBar {

	height: auto;

	border: thin none #00623B;

	background-color: #ECCEAB;

	font-size: 120%;

	font-weight: bold;

	color: #00623B;

	padding-top: 8px;

	padding-right: 5px;

	padding-bottom: 4px;

	padding-left: 5px;

	margin-top: 20px;

	margin-bottom: 0px;

	width: auto;

}

.mpv4Main #container #mainContentwide .subTitleBar {

	height: auto;

	border: thin none #00623B;

	background-color: #ECCEAB;

	font-size: 120%;

	font-weight: bold;

	color: #00623B;

	padding-top: 8px;

	padding-right: 5px;

	padding-bottom: 4px;

	padding-left: 5px;

	margin-top: 20px;

	margin-bottom: 0px;

	width: auto;

}

.mpv4Main #container #mainContent #description #evalButton {

	padding-top: 10px;

	padding-left: 88px;

}



.mpv4Main #container #mainContent #description #titleImg {

	padding-top: 20px;

	padding-bottom: 4px;

	padding-left: 50px;

}


