/* ||||||||||||||||||||||||||||||||||||||||||
 Copyright Kemie Guaida, some rights reserved 
 http://creativecommons.org/licenses/by-sa/2.0/ 
 Modified by Jody Stockley January, 2005
 ||||||||||||||||||||||||||||||||||||||||||  */
  
/*|||||||||||||||||||||general styles||||||||||||||||||||*/
body{
	color: #4D4D4D;
	background: #E6E6E6 url(imgs/body_pattern.gif);
	text-align: center;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}

a{
	color: #005880;
}

a:hover{
	color: #006B95;
}

a:visited{
	color: #006B95;
}

a:visited:hover{
	color: #2C91B2;
}

h1{
	font-size: 1.4em;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #006B95;
	margin: 10px 0 5px 0;
	padding-left: 15px; 
	text-align: left;
}

h2{
	font-size: 1.3em;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #006B95;
	margin: 15px;
	text-align: left;
}

h3{
	font-size: 1.2em;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #006B95;
	margin: 15px;
	text-align: left;
}

p {
	margin: 5px 15px 10px 15px;
}

form {
	margin: 0 0 10px 0;		/* adds padding to the search form */
}

.highlight {
	background: #D1EBF4;
	color: #000;
	padding: 1em;
	border: 1px solid #006b95;
}

/* highlights the featured package on the index page */
.fpackage {
	background: #D1EBF4;
	color: #000;
	padding: 0.5em 0;
	margin: 0 0 0 15px;
}

address {
	margin: 5px 15px 10px 15px;
}

/* adds a border around element, used for some images */
.bordered {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
}

/* centers image */
.centered {
	text-align: center;
}
/*|||||||||||||||||||||layout styles||||||||||||||||||||*/
#container{
	width: 766px;
	text-align: left;
	margin: 10px auto 0 auto;
	background: url(imgs/back_container.gif) repeat-y;
	padding: 0 !important;
	line-height: 1.8em;
}

#banner{
	height: 100px;
	background: url(imgs/back_banner.gif) no-repeat;
}

#banner h1{
	float: left;
	color: #fff;
	margin: 34px 0 0 20px;
	background: none;
	font-size: 1.3em;
}

#content{
	float: left;
	width: 470px; 
	margin: 10px 10px 0 10px;
	background-image: url(imgs/back_content.jpg);
	background-repeat: no-repeat;
	padding: 0;
}

* html #content {
	margin-left: 5px;
}

#sidebar {
	float: left;
	width: 254px;
	margin: 10px 0 0 0;
	padding: 0;
	
	color: #787878;
	line-height: 1.5em;
}

/* format block level elements for sidebar */
#sidebar h1 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #006B95;
	margin: 10px 0 0 0px;
}

#sidebar h2{
	font-size: 1.3em;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #006B95;
	margin: 0px 0 5px 15px;
}

#sidebar h3{
	font-size: 1.2em;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #006B95;
	margin: 10px 0 5px 15px;
}

#sidebar form p{
	margin: 0 0 0 15px;
}

#sidebar img {
	text-align: left;
	margin: 10px 10px 10px 15px;
	padding: 3px;
	border: 1px solid #ccc; 
}

#sidebar img.noborder, #content img.noborder {
	border: none;
}

/*|||||||||||||||||||||meta nav||||||||||||||||||||||||||||||*/

#nav-meta{
	float: right;
	margin: 11px 25px 0 0;
	background: url(imgs/back_navmeta2.gif) no-repeat bottom right;
}

#nav-meta ul{
	margin: 0;
	padding: 2px;
	background: url(imgs/back_navmeta.gif) no-repeat bottom left;
}

#nav-meta li{
	display: inline;
	padding: 4px;
}

#nav-meta a, #nav-meta a:visited{
	color: #fff;
	text-decoration: none;
	margin: 4px;
}

#nav-meta a:hover, #nav-meta a:visited:hover{
	color: #D1EBF4;
}
/* hack  for mac ie*/
*>html #nav-meta a {
	float:left;
}

.skip {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

.skip:active, .skip:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background: #2C91B2;
}

/*|||||||||||||||||||||main nav||||||||||||||||||||*/
#nav-main{
	margin: 10px 16px 10px 11px;
	min-height: 30px;
	background: #007AAC url(imgs/back_navmain.gif) no-repeat;
}

#nav-main ul{
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0 0 0 10px;
}

#nav-main li{
	list-style-type: none;
	float: left;
	width: auto;
	margin: 7px 5px 0 5px;
	background: url(imgs/back_navmainitems2.gif) no-repeat top right;
}

#nav-main a:link, #nav-main a:visited {
	display: block;
	color: #D1EBF4;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 10px 2px 12px;
	background: url(imgs/back_navmainitems.gif) no-repeat top left;
}

#nav-main a:hover, #nav-main a:visited:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px 1px 12px;
}
/* hack  for mac ie*/
*>html #nav-main a {
	float:left;
}

.current{
	margin-top: 4px;
	background-image: url(imgs/back_current2.gif)!important;
}

.current a:link, .current a:visited{
	color: #006B95 !important;
	background-image: url(imgs/back_current1.gif) !important;
}

.current a:hover, .current a:visited:hover{
	color: #2C91B2 !important;
}

/*|||||||||||||||||||||sub nav||||||||||||||||||||*/
#nav-section {
	clear: both;
}

#nav-section ul{
	margin: 0;
	padding: 0 10px 0 10px;
}

#nav-section li{
	list-style-type: none;
	float: left;
	margin: 0px 4px 0 4px;
	padding-left: 12px;
}

#nav-section a:link, #nav-section a:visited{
	text-decoration: none;
}

.youarehere a:link, .youarehere a:visited{
	font-weight: bold;
	color: #006B95;
}



/*|||||||||||||||||||||supplemental nav||||||||||||||||||||*/
#nav-supp ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-supp {
	margin: 15px;
}

#nav-supp li{
	background-image: url(imgs/bullet_link.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 15px;
	margin: 2px 0 2px 10px;
}

/*|||||||||||||||||||||footer||||||||||||||||||||*/
#info-site{
	clear: both;
	text-align: center;
	background-image: url(imgs/back_infosite4.gif); /* original back_infosite.gif */
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding: 30px 0 15px 0;
}

	
#info-company{
	padding: 5px;
	background: url(imgs/back_navmain.gif) #007AAC no-repeat;
	margin: 10px 16px 10px 10px!important;
	color: #FFFFFF;
}

#info-company a,#info-company a:visited {
	color: #D1EBF4;
}

#info-company a:hover,#info-company a:visited:hover {
	color: #FFFFFF;
}

#info-standards{
	font-size: 10px;
	padding: 0;
	margin: 5px !important;
}

/* added dropshadow for sidebar */

.dropshadow{
	float:left;
	clear:left;
	background: #fff url(imgs/shadowAlpha.png) no-repeat bottom right !important;
	background: #fff url(imgs/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
	width: 100%;
}

.innerbox{
	position:relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	background: #fff;
	color: #000;
}

.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

/* centers the images within the sidebar */
.innerbox img {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #ccc;
}

/* Positions slideshow correctly */
#slideshow {
	margin: 10px;
	padding: 0;
}

/* Package page styles
------------------------------------------------------------------------ */
ul.package {
  color: #900;
  padding: 0 0 1em 0;
  margin: 0 0 0 3em;
  list-style: square;
  font-weight: bold;
}

h1.package {
  color: #900;
  background: transparent;
}

img.package {
  float: left;
  padding: 3px;
  margin-right: 10px;
  border: 1px solid #006b95;
}

/* formats the address for package pages */
address.package { 
  margin-bottom: 1em;
  margin-left: 15px;
  line-height: 1.5em;
  font-style: normal;
  font-weight: bold;
}

/* formats the package listings */
dl.package-info
{
margin-left: 15px;
padding: 0;
}

.package-info dt
{
left: 0;
top: 1.1em;
font-weight: bold;
}

.package-info dd
{
margin-left: 0;
padding: 0;
}

.package-info dd.bottom {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.package-info a {
	text-decoration: none;
}

/* Format Site Map list */

#sitemap {
	list-style: decimal;
}

#sitemap ul {
	list-style: circle;
}

#sitemap a, #sitemap a:link {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

/* Formats a defined list for URLs and descriptions used on the Area Info page */
.url-list dt {
	background: #006b95;
	color: #fff;
}

.url-list dd {
	background: #D1EBF4;
	color: #000;
}

.url-list dt {
	margin: 0 0 0 15px;
	padding-left: 1em;
}

.url-list dd {
	margin: 0 0 10px 15px;
	padding-left: 1em;
}

.url-list dt a, .url-list dt a:link {
	display: block;
	text-decoration: none;
	background: #006b95;
	color: #fff;
}

.url-list dt a:hover {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: #006b95;
	color: #fff;
}


