@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	background-repeat:repeat
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20;
	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: #000000;
	background-color:#bcc992;  /* background color of whole site */
}
.twoColFixRtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:0;
} 

/* top nav */

div#topNav {
height: 30px;
width: 100%;
}

div#topNav ul {
margin: 0px;
padding: 3px;
padding-right:10px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
line-height: 20px;
white-space: nowrap;
float: right;

}

div#topNav li {
list-style-type: none;
display: inline;
}

div#topNav li a {
text-decoration: none;
padding: 0px 3px;
font-weight: bold;
font:Verdana;
font-size:11px;
}

a {
color: #bcc992;  /* this is text color of header*/
}

a:link {
color: #73a4cc:
}

a:visited {
color: #73a4cc;
}

a:hover {
color: #533008;
}


/* main nav */

div#mainNav {
height: 30px;
text-align:center;
}

div#mainNav ul {
margin: 100px 0 0 0;
padding: 3px;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
color: #bcc992;
white-space: nowrap;
word-spacing: -1px;
}

div#mainNav li {
list-style-type: none;
display: inline;
}

div#mainNav li a {
text-decoration: none;
padding: 0px 4px;
font-weight: bold;
font-size: 10px;
}



/*End main nav*/

/* Magic Solutions Nav */

div#solutionsNav {
height: 30px;
width: 100%;
}

div#solutionsNav ul {
margin: 0px;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
color: #533008;
line-height: 12px;
white-space: nowrap;
word-spacing: -1px;
}

div#solutionsNav li {
list-style-type: none;
display: list-item;
}

div#solutionsNav {
text-decoration: none;
padding: 15px 5px;
font-weight: bold;
font-size:8pt;
color: #533008:
}




/*End Magic Solutions Nav*/

.twoColFixRtHdr #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. */
	height: 160px;
	background-image: url(../images/pm_header.jpg);
	background-repeat:repeat-x;
} 
.twoColFixRtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 305px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	height: 566px;
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	height: 331px;
	padding-top: 0px;
	margin: 0;
}
.twoColFixRtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 630px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	height: 337px;
	padding-top: 0px;
	margin: 0;
}

.twoColFixRtHdr #magic {
	float: right; /* since this element is floated, a width must be given */
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	height: 500px;
	padding-top: 0px;
	margin: 0;
}
.twoColFixRtHdr #mainContent {
	width: 645px;
	background-image:url(../images/main-text-box.jpg);
	height: 566px;

} 
.twoColFixRtHdr #mainContent2 {
	width: 430px;
	height:450px;
} 
.twoColFixRtHdr #mainContent3 {
	width: 320px;
	height:337px;
	padding:0;
	margin:0;

} 

.twoColFixRtHdr #magicSolutions {
	width: 100px;
	height: 500px;

} 
.twoColFixRtHdr #mainpage {
	width: 950px;
	margin-bottom:0;
	padding-bottom:0;
} 
.twoColFixRtHdr #bottom {
	background-image:url(../images/bottom-bar.jpg);
	background-repeat:repeat-x;
	height: 154px;
	width: 955px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
 
.twoColFixRtHdr #footer {
	background-image:url(../images/FOOTER.jpg);
	background-repeat:repeat-x;  /* THIS IS THE BOTTOM FOOTER COLOR */
	height: 20px;
	width: 955px;
	float:left;
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


.style1 {
color: #FFFFFF;
padding-left:50px;
padding-top:30px;

}
.style2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
	padding-left:55px;
	padding-right:35px;
}
.style3 {
	color: #382005;
	font-size: 10pt;
	font-family: Verdana;
	padding-left:40px;
	padding-right:30px;
}

.header_text {
	color: #533008;
	font-size: 18pt;
	font-family: Trebuchet MS;
	padding-left:40px;
	padding-right:30px;
	padding-top:12px;
}
.mainpage_text {
	color: #bcc992;
	font-size: 10pt;
	font-family: Verdana;
	padding-left:200px;
	padding-right:200px;
	padding-bottom:0;
	margin-bottom:0;
}

.header_text2 {
	color: #533008;
	font-size: 18pt;
	font-family: Trebuchet MS;
	padding-left:200px;
	padding-right:100px;
	padding-top:12px;
}

.solutions_text {
	color: #382005;
	font-size: 9pt;
	font-family: Verdana;
	padding-left:2px;
	font-weight:bold
}
.footer {
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana;
	padding-left:55px;
	padding-right:35px;
	text-align:center;
}

#footer a, #footer a:visited {
color:#9cac2a }


#footer a:link {
	color: #9CAC2A;
}
#footer a:hover {
	color: #FF9900;
}
.twoColFixRtHdr #container #mainpage .mainpage_text {
	color: #000;
}
.tableheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #533008;
}
.tableheadersm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #533008;
}
.tablecontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.tableqtycolor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #533008;
}
.tabledoublesided {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.index {
	color: #FFF;
	font-size: 11%;
}
.twoColFixRtHdr #container #mainContent2 {
}
