@charset "utf-8";

body {
	background-color: rgb(227,227,227);
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	
	}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding:0;
	margin: 0;
}
.stat{
	list-style: circle inside;
}
h1, h2, h3, h4, h5, h6, p, table {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1{
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #3333CC;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #3333CC;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 70%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #FFF;
	margin: 0 auto;	
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	background-color: rgb(0,113,187);
	padding-top: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-bottom: 0px;
	display: block;
	max-height: 330px;
	height: 160px;
}
.headerblue{
	background-color: rgb(0,113,187);
	padding-top: 0px;
	max-height: 230px;
	position: relative;
}
.Footertext
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: rgb(255,255,255);
	text-align: center;
	line-height: 2%;
	padding: 0px 0px 0px;
}
.Footertextpadded
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: rgb(255,255,255);
	text-align: center;
	line-height: 2%;
	padding: 10px 0px 0px;
}
/* Formatting links in the header and footer using descendant tags*/
.Footertext a{
	color:rgb(255,255,255)
}
#apDiv2 a{
	text-decoration: none;
	color: rgb(255,255,255)
}
#apDiv2 a:hover{
	text-decoration: underline;
	color: rgb(255,255,255)
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
/* Sidebar formatting*/
.sidebar1 /*Home page and Terms and Conditions*/{
	float: left;
	width: 33.4%;
	background-color: #B2ECff;
	padding-bottom: 10px;
	height: 900px;
	overflow: hidden;
}
.sidebar2 /*Products*/{
	float: left;
	width: 33.4%;
	background-color: #E9F2D2;
	padding-bottom: 10px;
	height: 810px;
}
.sidebar3 /*Services*/ {
	float: left;
	width: 33.4%;
	background-color: #FCE3BF;
	padding-bottom: 10px;
	height: 810px;
}
.sidebar4 /*Glossary*/{
	float: left;
	width: 33.4%;
	background-color: #BFBFBF;
	padding-bottom: 10px;
	height: 810px;
}
.sidebar5 /*Contact us*/ {
	float: left;
	width: 33.4%;
	background-color: #FBD9E9;
	padding-bottom: 10px;
	height: 900px;
}
.underline /*Underlines in the sidebar for Contact us  */{
	border-bottom: 1px dashed #666;
}
.sidebar6 /*Guidelines*/{
	float: left;
	width: 33.4%;
	background-color: #E4C6DF;
	padding-bottom: 10px;
	height: 770px;
}
.sidebar7 /*Office Supplies*/{
	float: left;
	width: 33.4%;
	background-color: #fbd3d3;
	padding-bottom: 10px;
	height: 770px;
}
#services_menu {
	background-color:#FCE3BF;
}
#productssidebar {
	background-color: #E9F2D2;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	width: 66%;
	float: right;
	line-height: 22pt;
	font-family: Verdana, Geneva, sans-serif;
}
/* Scrolling content.  Frame1 takes up the whole body text area and Frame2 allows for a fixed (none-scrolling) header. */
.frame1 {
	display: block;
	float: right;
	width: 66%;
	height: 710px;
	border: thin none #666;
	overflow: auto;
	background-color: rgb(255,255,255);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	padding: 0 1pt;
	line-height: 22pt;
        }
.frame2 {
	display: block;
	float: right;
	width: 66%;
	height: 652px;
	border: thin none #666;
	overflow: auto;
	background-color: rgb(255,255,255);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	padding: 0 1pt;
	line-height: 22pt;
        }
.frame3 {
	display: block;
	float: right;
	width: 66%;
	height: 610px;
	border: thin none #666;
	overflow: auto;
	background-color: rgb(255,255,255);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	padding: 0 1pt;
	line-height: 22pt;
        }

/*List formatting within Frame2 as a descendent selector */		
.frame2 ul{
	list-style: disc inside;
	padding: 0 15px 15px 40px;
}
/* ~~ This grouped selector gives the lists in the .content area space.  The different numbers allow for the different colour schemes on the different pages. ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/*~~nav is for Products~~*/
ul.nav {
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	font-size: 100%;
}
ul.nav li {
	border-bottom: 1px dashed #666; /* this creates the button separation */
}
ul.nav a, ul.nav1 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 8px 5px 8px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: inherit;
	color: #000;
}
ul.nav a:hover, ul.nav1 a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color:#93C01F;
}
/*~~nav2 is for Glossary~~*/
ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color:#727272;
}
ul.nav2 {
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	font-size: 100%;
}
ul.nav2 li {
	border-bottom: 1px dashed #666; /* this creates the button separation */
}
ul.nav2 a, ul.nav2 a:visited{ /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 8px 5px 8px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: inherit;
	color: #000;
}
/*~~nav3 is for Services~~*/
ul.nav3 {
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	font-size: 100%;
}
ul.nav3 li {
	border-bottom: 1px dashed #666; /* this creates the button separation */
}
ul.nav3 a, ul.nav3 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 8px 5px 8px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: inherit;
	color: #000;
}
ul.nav3 a:hover, ul.nav3 a:active, ul.nav3 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color:#F29100;
}
/*~~nav4 is for Guidelines~~*/
ul.nav4 {
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	font-size: 100%;
}
ul.nav4 li {
	border-bottom: 1px dashed #666; /* this creates the button separation */
}
ul.nav4 a, ul.nav4 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 8px 5px 8px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: inherit;
	color: #000;
}
ul.nav4 a:hover, ul.nav4 a:active, ul.nav4 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color:#951B81;
}
/*~~nav5 is for Terms &amp; Conditions~~*/
ul.nav5 a:hover, ul.nav5 a:active, ul.nav5 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color:#00C1FF;
}
ul.nav5 {
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	font-size: 100%;
}
ul.nav5 li {
	border-bottom: 1px dashed #666; /* this creates the button separation */
}
ul.nav5 a, ul.nav5 a:visited{ /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 8px 5px 8px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: inherit;
	color: #000;
}
/*~~nav6 is for Office Supplies~~*/
ul.nav6 {
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	font-size: 100%;
}
ul.nav6 li {
	border-bottom: 1px dashed #666; /* this creates the button separation */
}
ul.nav6 a, ul.nav6 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 8px 5px 8px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: inherit;
	color: #000;
}
ul.nav6 a:hover, ul.nav6 a:active, ul.nav6 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color:#fd0404;
}
/* ~~The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: rgb(0,113,187);
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*~~Logo formatting~~*/
#Logo.container {
	background-color: rgb(0,113,187);
	padding-top: 2px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-bottom: 10px;
	height: 100px;
}
.logo
{
	float: left;
	padding-right: 10%;
	padding-top: 15px;
	padding-bottom: 10px;
}
.header #Logo p .Headertext
{
	float: left;
	height: 100%;
	width: 100%;
	padding-top: 10px;
}

/* Container for the phone number and email address in the header */
#apDiv2 {
	position: absolute;
	top: 0;
	left: 55%;
	top: 0px;
	width: 367px;
	height: 93px;
	z-index: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-style: normal;
	color: rgb(255,255,255);
	line-height: 18px;
	text-align: center;
	float: left;
	clear: none;
	display: inline;
	padding-top: 20px;
	padding-left: 60px;
}
/* Creating visual cues for the active page*/
#topmenu_darkgreen {
	background-color: #93C01F;
	color: rgb(255,255,255);
}
.darkgreen {
	background-color: #93C01F;
	color: rgb(255,255,255);
}
#topmenu_orange {
	background-color:#F29100;
	color: rgb(255,255,255);
	
}
.darkorange {
	background-color:#F29100;
	color: rgb(255,255,255);
}
#topmenu_pink {
	background-color:#E5006D;
	color: rgb(255,255,255);
}
#topmenu_purple {
	background-color:#951B81;
	color: rgb(255,255,255);
}
#topmenu_grey {
	background-color:#727272;
	color: rgb(255,255,255);	
}
#topmenu_red {
	background-color:#fd0404;
	color: rgb(255,255,255);
}
.darkgrey {
	background-color:#727272;
	color: rgb(255,255,255);
}
#topmenu_whitetext {
	color: rgb(255,255,255);
}
/*~~Prevent a line break.  Used on the Guidelines page to prevent a line break on the email address hyphen and for the Mail Big File link.  ~~*/
.nobreak {
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*~~ Formatting the Images~~*/

#map /*~~ The Location Map~~*/{
	border: medium solid #00C1FF;
}
.canon /*~~ Cannon 1 and 3.jpg~~*/{
	margin-top:30px;
	float:left;
	max-width: 100%;
	
}
.image{
	max-width: 100%;
}

/*~~ Columns for inserting an image to the right on a products or services page~~*/
.first {
        float: left;
        width: 62%;
    }

.second {
        float: left;
        width: 34%;
    }
/*~~Formatting Pricing tables~~*/	
td, th {
	height: 2rem;
	border: 1px solid #ccc;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 100px;
}
th {
  background: #8CE3ff;
  border-color: white;
}



/*~~Formatting Small text under tables~~*/
.smallfont{
font-size: 75%;
line-height: 1.2;
}
/*~~Indenting text for Ts & Cs~~*/
.indent{
margin-left: 15px;
}

/*~~Formatting Image Spacing~~*/
/*Centered image on its own line*/
.bgimg {
	overflow: hidden;
	position: relative;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
/*Use to display two images side by side on one line.  First image with padding*/
.adjimages {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 48%;
	text-align: left;
	padding-right:15px;
}
/*Use to display two images side by side on one line.  No padding on second image*/
.adjimages2 {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 48%;
	text-align: left;
}
/*Use to display three images side by side on one line.  First image with padding*/
.threeadjimages {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 31%;
	text-align: left;
	padding-right:15px;
}
/*Use to display three images side by side on one line.  Second image with padding*/
.threeadjimages2 {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 31%;
	text-align: left;
	padding-right:15px;
}
/*Use to display three images side by side on one line.  No padding on third image*/
.threeadjimages3 {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 31%;
	text-align: left;
}
/*Wrap text around an image*/
.textwrap {
	float: right;
	margin: 10px;
}
/*~~Columns for the images on the home page~~*/	
.firstequal {
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
    }

.secondequal {
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
	display: block;
	margin-left: auto;
    margin-right: auto;
    }
	
	