@charset "UTF-8";
/* CSS Document */
/* BLUE 003366
/* GREEN 227654
/**/

body {
	margin:0;
	padding:0;
	background-image:url(images/top-bkg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#003366;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}
#bkg {
	width: 1024px;
	margin: 0 auto;
	background-image:url(images/container-bkg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

#container {
	width: 965px;
	margin: 0 auto;
	background-color:#FFF;

	}

#main {
	width: 762px; /*763 for IE 6 instead of 765*/
}

#sidebar {
	width: 200px;
	float:right;
}

#sidebar img {
/**	margin: 0 0 10px 11px;**/
}

#sidebar img {
	clear: both;
}

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}

#content {
	width: 560px;
	float: right;
	padding:5px;
	}
	
#footer {
	height:28px;
	margin-bottom:20px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	clear:both;
	}
	
#footer p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-small;
	text-align:center;
	color:#FFFFFF;
	padding-top: 4px;
	}
	
#footer a{
	text-decoration: none;
	color:#a3daa5;
	}
	
#footer a:hover {
	text-decoration: none;
	color:#FF0;
	}
	
/*contact button*/
.contact a{
  display:block;
  width: 189px;
  height:74px;
	margin: 0 0 10px 11px;
  text-indent:-9999px;
  background: url('images/contact-us.jpg');
  border: 0;
}

.contact a:hover {
	display:block;
	width: 189px;
  	height:74px;
	margin: 0 0 10px 11px;
	text-indent:-9999px;
	background: url('images/contact-us.jpg');
	background-position: 0 -74px;
	border: 0;
}

/*item*/
.item a{
  display:block;
  width: 188px;
  height:169px;
  margin: 10px 0 10px 11px;
  text-indent:-9999px;
  background: url('images/item.jpg');
  border: 0;
}

.item a:hover {
	display:block;
	width: 188px;
  	height:169px;
	margin: 10px 0 10px 11px;
	text-indent:-9999px;
	background: url('images/item.jpg');
	background-position: 0 -169px;
	border: 0;
}

/*pdf button*/
.pdf a{
	display:block;
	width: 100px;
	height:112px;
	margin: 10px auto 0px auto;
	text-indent:-9999px;
	background: url('images/pdf-icon.gif');
	border: 0;
}

.pdf a:hover {
	display:block;
	width: 100px;
	height:112px;
	margin: 10px auto 0px auto;
	text-indent:-9999px;
	background: url('images/pdf-icon.gif');
	background-position: 0 -112px;
	border: 0;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size:large;
	color:#227654;
	margin: 0 0 0 0;
	}
h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size:medium;
	color:#000000;
	margin: 0 0 0 0;
	}	

a:link { 
	color: #003366;
	}
	
a:visited {
	color: #003366;
	}
	
a:hover  {
	color: #227654;
	}

a:active {
	color: #227654;		
	}
	
.clear {
	clear:both;
}

.right {float:right;}

.center {margin: 0 auto; text-align:center;}

li {
	list-style-type: square;
	padding-bottom: 8px;
}

.disclaimer {
	font-size:x-small;
	color:#666666;
	border-top:#999999 thin solid;
}

.brochure {
	width:150px;
	float:right;
	font-size:x-small;
	margin: 0px 0px 10px 10px;
	text-align:center;
}

.brochure a {
	text-decoration:none;
}