/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'PACMAT: Main Nav Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


/* styles for image navigation menu */

#MainNav{
  clear:both;
	}

/* POSITIONING THE ENTIRE NAV BAR */
ul#nav_styled li a {
text-indent:-9000px; background-color:transparent; }
	
ul#nav_styled {
width: 780px;
height: 33px;
margin:0;
padding:0;
background: url('images/top-navigation.gif');
position:relative;
} 

ul#nav_styled li {
display:block;
height:33px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

ul#nav_styled li a {
display:block;
height:33px;
}

/* NORMAL STATES FOR THE IMAGE NAV */
li#i15 {
left: 0px;
width: 63px;
}

li#i51 {
left: 63px;
width: 130px;
}

li#i58 {
left: 193px;
width: 122px;
}

li#i59 {
left: 315px;
width: 191px;
}

li#i60 {
left: 506px;
width: 169px;
}

li#i61 {
left: 675px;
width: 105px;
}

/* HOVER STATES FOR THE IMAGE NAV */
#i15 a:hover {
background: transparent url(images/top-navigation.gif) 0 -33px no-repeat;
}
#i51 a:hover {
background: transparent url(images/top-navigation.gif) -63px -33px no-repeat;
}
#i58 a:hover {
background: transparent url(images/top-navigation.gif) -193px -33px no-repeat;
}
#i59 a:hover {
background: transparent url(images/top-navigation.gif) -315px -33px no-repeat;
}
#i60 a:hover {
background: transparent url(images/top-navigation.gif) -506px -33px no-repeat;
}
#i61 a:hover {
background: transparent url(images/top-navigation.gif) -675px -33px no-repeat;
}

/* ACTIVE LIVE STATES FOR THE IMAGE NAV */

/*  LIVE STATES FOR THE IMAGE NAV */

li#i15_active {
left: 0px;
width: 64px;
background: transparent url(images/top-navigation.gif) 0 -66px no-repeat;
}
li#i51_active {
left: 63px;
width: 130px;
background: transparent url(images/top-navigation.gif) -63px -66px no-repeat;
}
li#i58_active {
left: 193px;
width: 122px;
background: transparent url(images/top-navigation.gif) -193px -66px no-repeat;
}
li#i59_active {
left: 315px;
width: 191px;
background: transparent url(images/top-navigation.gif) -315px -66px no-repeat;
}
li#i60_active {
left: 506px;
width: 169px;
background: transparent url(images/top-navigation.gif) -506px -66px no-repeat;
}
li#i61_active {
left: 675px;
width: 105px;
background: transparent url(images/top-navigation.gif) -675px -66px no-repeat;
}



/* End of 'PACMAT: Main Nav Horizontal' */

/* Start of CMSMS style sheet 'PACMAT: Sub Nav Horizontal' */
/********************
MENU
*********************/
div#subnav {
  clear:both;
  background-color:#fff;
  border-bottom: 1px solid #7c95bc;
}

div#subnav ul {
  width: 100%;
  margin:0;
  padding:0;
} 

/** fix stupid ie bug with display:block; **/
* html #subnav li a { height: 1%; } 
* html #subnav li hr { height: 1%; }
/** end fix **/

div#subnav ul ul li {
   border-top:0;
  border-left:0;
  border-right:0;
}

div#subnav li {
  float:left;
  list-style:none;
  margin:0;
}

/* first level links */

div#subnav li a {
  padding: 10px 8px 10px 14px;
  margin: 0;
  text-decoration: none;
  color: #0000cc;
  background: url(images/subnav-arrow.gif) no-repeat 0.5em center; ;
  display: block; /* IE has problems with this, fixed above */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */

div#subnav li a:hover {
  text-decoration: none;
  color: #000;
  background: url(images/subnav-arrow-hover.gif) no-repeat 0.5em center; ;
  display: block; /* IE has problems with this, fixed above */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

div#subnav li a.activeparent:hover {
  text-decoration: none;
  color: #000;
  background: url(images/subnav-arrow-hover.gif) no-repeat 0.5em center; ;
  display: block; /* IE has problems with this, fixed above */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#subnav li a.activeparent {
  text-decoration: none;
  color: #000;
  background: url(images/subnav-arrow-hover.gif) no-repeat 0.5em center; ;
  display: block; /* IE has problems with this, fixed above */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#subnav ul h3 {
  padding: 9px 8px 8px 14px;
  margin: 0;
  text-decoration: none;
  color: #000;
  background: url(images/subnav-arrow-hover.gif) no-repeat 0.5em center; ;
  display: block; /* IE has problems with this, fixed above */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  min-height:1em; /* Fixes IE7 whitespace bug */ 
}


/* section header */
div#subnav li.sectionheader {
  text-decoration: none;
  color: #000;
  background: url(images/subnav-arrow-hover.gif) no-repeat 0.5em center; ;
  display: block; /* IE has problems with this, fixed above */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}



/* End of 'PACMAT: Sub Nav Horizontal' */

/* Start of CMSMS style sheet 'PACMAT: Layout' */
@charset "UTF-8";
/* CSS Document */

/***********************************************/
/* STYLIZED TAGS                               */
/***********************************************/
												
body{
	background-color: #fff;
	margin:0;
	padding:0;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        line-height:16px;
	}

div, td{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
}

p {
  margin: 10px 0 0 0;
}

h1 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
	color:#80bb3f;
	margin: 0 0 15px 0;
}

h2 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	color:#333;
	margin: 0 0 15px 0;
}

h3 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	color:#000;
	margin: 0 0 5px 0;
}

a:link, a:visited{
	color:#0000cc;
	text-decoration: underline;
}

a:hover{
  color:#000;
	text-decoration: underline;
}

ul {
  margin:4px 0 8px 30px;
}

li {
  padding:2px 0 2px 0;
}

img {
  border:0;
}
												
/***********************************************/
/* HEADER STYLES                               */
/***********************************************/

#headerParent {
	padding:0;
	margin:0;
	height:65px;
}

#headerLeft {
	float:left;
	text-align:left;
	width:250px;
}

#headerRight {
	float:left;
	text-align:right;
	width:520px;
}

#headerTopNav {
  padding:2px 0 5px 0;
}

div#headerTopNav a{
	font-family:Arial, Helvetica, sans-serif;
	color:#0000cc;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}



/***********************************************/
/* SIDEBAR STYLES                              */
/***********************************************/

#sidebarParent{
	background-color:#f0f0f0;
	width:215px;
}

#search{
  background-color:#ebf0f7;
  padding:20px 5px 20px 10px;
	font-weight:bold;
	border-bottom: 1px solid #fff;
}

.browse{
  background-color:#cedaeb;
  padding:10px 5px 20px 10px;
	font-weight:bold;
	border-bottom: 1px solid #fff;
}

#green{
  background-color:#dbfebf;
	background-image:url(images/promo-green.jpg);
	background-position:top left;
	background-repeat:no-repeat;
        padding:40px 5px 20px 10px;
	border-bottom: 1px solid #fff;
	font-size:11px;
	line-height:14px;
}

.sidebarPromo{
  font-weight:bold;
	font-size:11px;
	line-height:14px;
}

div#sidebarPromo1{
  padding:10px 5px 20px 10px;
}

div#sidebarPromo1 ul{
   margin:.5em 0 .5em 3em;
	 padding:0;
}

div#sidebarPromo1 li{
  font-weight:normal;
	padding:2px 0 2px 0;
	margin:0;
}

div#sidebarPromo2{
  padding:10px 5px 20px 10px;
}

.titleBlue{
  background-color:#598ede;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:5px 0 5px 10px;
}

.titleNavy{
  background-color:#254f8f;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:5px 0 5px 10px;
}



/***********************************************/
/* BODY CONTENT                                */
/***********************************************/

.spacer {
 	clear: both;
	height:0px;
  }

#containerParent {
 	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
 	width:780px;
 }

#containerBodyParent{
  clear:both;
/*border-top: 1px solid #7c95bc;*/
}

#containerBody {
  padding:20px 5px 30px 25px;
 }

#breadcrumbParent{
  padding:0 0 20px 0;
	font-size:11px;
	color:#666666;
}

#PageTitle{
  font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding:0 0 10px 0;
}

div#thumbs ul {
  margin:0;
  padding:0;
} 

div#thumbs li {
  display:block;
  margin: 0;
  padding: 8px;
  list-style: none;
  top: 0;
  float:left;
}

div#gallerythumbs ul {
  margin:0;
  padding:0;
} 

div#gallerythumbs li {
  display:block;
  margin: 0;
  padding: 0 12px 12px 12px;
  list-style: none;
  top: 0;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}



/***********************************************/
/* FOOTER                                       */
/***********************************************/

#footer {
	padding:10px 0 10px 20px;
	margin:5px 0 5px 0;
	background-color:#ebf0f7;
	border: 1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	font-size:11px;
	line-height:16px;
}

.footerColumn{
  float:left;
	width:160px;
	padding:0 10px 0 10px;
}

div#footer ul{
  margin:0 0 0 10px;
  padding:0;
}

div#footer li{
  margin:0;
  padding:0;
}

div#footer a{
	color:#0000cc;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
 
div#footer a:hover{
	color:#000;
	text-decoration:underline;
}

#copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	padding:10px 0 15px 0;
}

div#copyright a{
  color:#666666;
}

div#copyright a:hover{
  color:#000;
}


/***********************************************/
/* HOMEPAGE STYLES                               */
/***********************************************/

#homeSideParent{
  background-color:#cedaeb;
}

#homeWelcome{
  background-color:#ebf0f7;
  padding:10px 5px 10px 10px;
}

#homeBrowse{
  background-color:#cedaeb;
  padding:10px 5px 20px 10px;
  font-weight:bold;
}

#homeGreen{
  background-image:url(images/home-bar-green.gif);
  background-position:top left;
  background-repeat:no-repeat;
  padding:25px 5px 20px 10px;
  width:490px;
}

#boxGrnContent{
  padding:0 10px 0 10px;
  font-size:12px;
  line-height:14px;
  color:#000;
}

#homeLogo{
   background-image:url(images/home-bar-ltblue.gif);
   background-position:top left;
   background-repeat:no-repeat;
  padding:5px 5px 20px 10px;
  margin:30px 0 0 0;
  width:490px;
}

#homePromobar{
  background-color:#f0f0f0;
}

#homePromo1{
	background-image:url(images/home-promo-bar-ltblue.gif);
	background-position:top left;
	background-repeat:no-repeat;
  padding:5px 5px 20px 10px;
}

#homePromo2{
	background-image:url(images/home-promo-bar-blue.gif);
	background-position:top left;
	background-repeat:no-repeat;
  padding:5px 5px 20px 10px;
}

.homePromoTitle{
  font-size:16px;
	color:#fff;
	font-weight:bold;
	padding:0 0 15px 0;
}


/***********************************************/
/* CATALOG STYLES                                                */
/***********************************************/

.catalogPic {
  border-style:solid;
  border-color:#ccc;
  border-width:1px;
}



/***********************************************/
/* FORM STYLES                                                    */
/***********************************************/

.contactform{
  background-color:#f5f5f5;
  border:1px solid #ccc;
  padding:10px 10px 20px 20px;
}

.formItem{
  padding: 5px 0 5px 0;
}



/* End of 'PACMAT: Layout' */

