@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	background: #000066 url(images/bluedotline.gif);
}
#container {
	background: #FFFFFF;
	height: 100%;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #333333;
}
#centerpage {
	background: url(images/1linetile.gif) repeat-y;
	height: 100%;
	width: 970px;
}
#centerpage2 {
	background: url(images/planefade.jpg) no-repeat right bottom;
	height: 100%;
	width: 970px;
}
#header {
	height: 150px;
	width: 970px;
	background: url(images/mx-header.jpg);
}
.headertext {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	line-height: 24px;
}
.bodytext {
	line-height: 18px;
}

.leftsidetext {
	padding-left: 14px;
}
.rightsidetext {
	padding-right: 14px;
	margin: 0px;
	padding-top: 0px;
	line-height: 18px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}
.ulpadded {
	padding-left: 8px;
	list-style: square;
}
.small {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000066;
}
/*---start of layout elements--*/
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 190px; /* since this element is floated, a width must be given */
	height: 100%;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0;
	margin-left: 4px;
}

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* since this element is floated, a width must be given */
	height: 100%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 14px; /* top and bottom padding create visual space within this div */
}
#sidebar2b {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* since this element is floated, a width must be given */
	height: 100%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 14px; /* top and bottom padding create visual space within this div */
}
#sidebar2c {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px; /* since this element is floated, a width must be given */
	height: 100%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 14px; /* top and bottom padding create visual space within this div */
}

#mainContent {
	margin: 0 220px 0 210px;
}
#mainContentservices {
	margin: 0 208px 0 210px;
	background: url(images/3660b.jpg) no-repeat right top;
}
#mainContentslim {
	margin: 0 280px 0 210px;
}
#mainContentwide {
	margin: 0 36px 0 210px;
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 10px;
    line-height: 0px;
}
/*--------nav---------------*/
#navcontainer {
	width: 172px;
	padding-left: 10px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font: bold 12px/34px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #003399;	
}
#navcontainer a
{
	display: block;
	padding-left: 4px;
	width: 160px;
	background-color: #fff;
/*	border-bottom: 1px solid #CCCCCC;*/
	color: #003399;
	background: url(images/horizline.gif) no-repeat bottom;
}
#navcontainer a:link, #navlist a:visited
{
	color: #003399;
	text-decoration: none;
}
#navcontainer a:hover
{
background-color: #fff;
background: url(images/horizlineb.gif) no-repeat bottom;
color: #cc0000;
}
/*--------------------end of nav----*/

/*-- footer class links --*/
.footer {
	width: 970px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.footer a:link, .footer a:visited {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}
.black {
	color: #000000;
}
