@charset "utf-8";
/* print styles */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #98a5c5 url(../images/marbleBlueBWLtSmBlu3.jpg);
	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: #4e639c;
}

img {border:none;}

a:link {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #4e639c;
}
a:active {
	color: #fffff;
}
body,td,th {
	font-size: 100%;}
a {
	font-size: 12px;}
li {
	line-height: 1.6em;
}

ul {

}

h1 {
	font: bold 45px "Times New Roman", Times, serif;
	color: #2e4074;
}

h2 {
	font: bold 35px "Times New Roman", Times, serif;
	color: #2e4074;
}


h3 {
	font: bold 25px "Times New Roman", Times, serif;
	color: #2e4074;
}

h4 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #2e4074;
}

#container {
	width: 1000px;  /* using 1000px, less than a full 1080px width, allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/sidebarbkg182.jpg) repeat-y left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 0px;  /* 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. */
	background: #98a5c5 url(../images/MaxHdrNw.jpg);
	height: 132px;
	margin: 0px;
} 
#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 */
}
#sidebar1 {display: none;}

	
#mainContent {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	width: 770px;
} 

#consultcontent {
	font: 17px Geneva, Arial, Helvetica, sans-serif;
	color: #4e639c;
}
#contentmenubar {display: none;}


#homecontent {
	padding-left: 40px;
}
.red {
	color: #FF0000;
}

.bluehomesub {
	color: #2e4074;
	font: bold 18px "Times New Roman", Times, serif;
}

.bluehomesubitalics {
	color: #2e4074;
	font: italic bold 18px "Times New Roman", Times, serif;
}

.pgtitlesubitalics {
	color: #333333;
	font: italic normal 18px "Times New Roman", Times, serif;
}
#homeupperlft {
	height: 192px;
	width: 400px;
	float: left;
	padding-left: 50px;
}

#homeupperrt {
	height: 192px;
	width: 242px;
	float: right;
}

#homelowerlft {
	width: 200px;
	float: left;
	height: 290px;
}

#homelowerrt {
	width: 500px;
	float: right;
}
#pgtitle {
	height: 70px;
	width: 760px;
	margin: 15px 0px 0px 20px;
	padding: 0px;
}
#pgtitleprocon {
	height: 70px;
	width: 400px;
	margin: 15px 0px 0px 20px;
	padding: 0px;
	float: left;
}




#prodtabl {
	width: 716px;
	padding-left: 85px;
	padding-top: 40px;
}
.prodcathead {
	color: #2e4074;
	padding-top: 8px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	}
	#contact {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	width: 760px;
	background: url(../images/disableproudMd.jpg) no-repeat right top;
}
	
#pressalitcontent {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
}

#pressalitcontent li {list-style-type: circle;
	font: 16px/1.4em Geneva, Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

#pressalitcontent p {
	margin-top: 5px;
	margin-bottom: 0px;
	
}

#pressalitcontent ul {list-style-image: url(images/bullet.gif);
	font: 16px/1.4em Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 1px;
}

#contentlft{
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;
	width: 380px;
	
}

#contentrt{
	margin-top: 20px;
	margin-bottom: 0px;
	width: 380px;
	float: right;
	color: #4e6393;
	
}

#form{
	margin-top: 20px;
	margin-bottom: 0px;
	width: 600px;
	
}

.pagetitle {
	font: bold 45px "Times New Roman", Times, serif;
	color: #2e4074;
}

.pagetitlemd {
	font: bold 35px "Times New Roman", Times, serif;
	color: #2e4074;
}


.pagetitlesm {
	font: bold 25px "Times New Roman", Times, serif;
	color: #2e4074;
}

#prodtabl a:link{
	color: #666666;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}
#prodtabl a:visited{
	color: #999999;
	font-size: 16px;
	
}

#prodtabl a:hover{
	color: #4e639c;
	font-size: 16px;
		
}

#prodtabl a:active{
	color: #4e639c;
	font-size: 16px;
		
}

#prodtabl ul{
	color: #4e639c;
	font-size: 12px;
		
}

#grouptabl {
	width: 716px;
	padding-left: 40px;
	padding-top: 40px;
}
.maxlogo {
	font: bold 16px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #2e4074;
}
.maxablelogo {
	font: italic bold 16px "Times New Roman", Times, serif;
	color: #2e4074;
}
.hometext {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #333333;
}

.prodtext {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #333333;
}

#contentlft a:link{
	color: #666666;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}
#contentlft a:visited{
	color: #999999;
	font-size: 16px;
	
}

#contentlft a:hover{
	color: #4e639c;
	font-size: 16px;
		
}

#contentrt a:active{
	color: #4e639c;
	font-size: 16px;
		
}

#contentrt a:link{
	color: #666666;
	font: 16px Georgia, "Times New Roman", Times, serif;
	
}
#contentrt a:visited{
	color: #999999;
	font-size: 16px;
	
}

#contentrt a:hover{
	color: #4e639c;
	font-size: 16px;
		
}

#contentrt a:active{
	color: #4e639c;
	font-size: 16px;
		
}

#contentlft ul{
	color: #4e639c;
	font-size: 16px;
		
}
#contentrt ul{
	color: #4e639c;
	font-size: 16px;
		
}

#footer {display: none;}

	
#footer p {display: none;}

#footer a:link {
	color: #CCCCCC;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #4e639c;
}
#footer a:active {
	color: #4e639c;
}



.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;
}

.clearfloatrt { /* 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:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
.clearfloatlft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
  
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
#content2collft {
}
.bold {
	font-weight: bold;
}
#contentmenu {display: none;}

#contentmenubar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#contentmenubar a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#contentmenubar a:hover {
	color: #FFFF99;
	text-decoration: none;
}
#contentmenubar a:active {
	color: #FFFF99;
	text-decoration: none;
}


.center {
	text-align: center;
}
.clearrt {
	clear: right;
}
.alignrt {
	text-align: right;
}
#mailformleft {
	float: left;
	width: 350px;
}
#mailformright {
	float: right;
	width: 350px;
}
td.form

{text-align:right;
font-size:8pt;
color:#000000;
}

td.left

{
	text-align:left;
	font-size:8pt;
	color:#000000;
}

#titleimage {
	float: right;
	height: 188px;
	width: 240px;
}
