﻿@import("patches/ie5mac.css");
@import url(mainnav/layout.css);
@import url(footernav/layout.css);
@import url(footerlinks/layout.css);
@import url(subnav/layout.css);
@import url(text.css);
@import url(snippets.css);

html {
	background-color: #fff;
	/*background: url(../library/bg_concrete.jpg) 0px 0px #6e6e6e;*/
	}

form {
	margin: 0; 
	padding: 0;
	}
body {
	padding: 0px;
	margin: 15px 0;
	text-align: center;
	}	
div.frame {
	width: 958px;
	margin: 0 auto;
	text-align: left;
	background: url(../library/bg_paper.jpg) 0px 0px #f1f5ec;
	border: solid 1px #a9a9a9;
	/*border: solid 1px #4d4d4d;*/
	}	
div.con-printlogo {
	display: none;
	}		
div.con-header
{
    /*	width: 970px;*/
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
    background: url(../library/bg_header.jpg) no-repeat left bottom;
}	
div.con-wrapper {
	width: 958px;
	}	
.content div.con-wrapper {
	padding-bottom: 10px;
	}
div.con-breadcrumb {
	background-color: #aaa;
	}
div.con-supp-1 {
	float: left;
	width: 180px;
	padding: 11px 4px 11px 9px;
	}
div.con-supp-2 {
	float: left;
	width: 192px;
	padding: 0 0 11px 1px;
	}		
div.con-main {
	float: left;
	width: 572px;
	margin: 5px 0 0 0;
	background-image: url(../library/box_fill.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	}
div.con-main2 {
	background-image: url(../library/box_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
div.con-main3 {
	background-image: url(../library/box_bottom.jpg);
	padding: 6px 6px 10px 6px;
	background-position: bottom left;
	background-repeat: no-repeat;
	}

div.con-full {
	clear: both;
	padding: 0;
	margin: 11px 0 0 0;
	}

div.con-footer {
/*	width: 970px;*/
/*	background-color: #aaa;*/
background-image: url(../library/bg_footer.jpg);
background-position: left top;
background-repeat: no-repeat;
margin: 10px 0 0 0;
	}		

div.content {
	background-color: #fff;
	padding: 10px;
	}

div.contentpadding { padding: 0 13px;}

div.mod-sitelogo {float: left; padding: 13px 42px 9px 19px;}
div.mod-search {}
div.mod-mainnav {}
div.mod-footernav {float: left; width: 621px;}
div.mod-subnav {margin-bottom: 15px;}		

/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}

/* .NET error pages */		
div.con-errormessage {}		
div.mod-errorheader {}
div.mod-errorcontent {}		



/* home page styles */ 


div.mod-contentpanel {float:left; }
div.mod-contentpanel div {width: 180px; font-size: 10px;}
.default div.mod-contentpanel {margin-left: 9px; margin-right: 1px; }
.content div.mod-contentpanel {margin: 0 0 10px 0; }
.con-supp-2 div.mod-contentpanel {margin: 10px 0 0 0; }
ul#contentpanelrotator, ul#contentpanelrotator li {
    height: 208px !important; 
    width: 750px; 
    margin: 0 !important; 
    padding: 0 !important;
    }
ul#contentpanelrotator li {
    position: absolute;
    top: 0;
    left: 0;
    }
ul#contentpanelrotator {
    position: relative;
    }

.clearingdiv {clear:both; }