﻿/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       
	{background: #FFFFFF url(_images/background.gif) 
	repeat-x; color: #000000;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 75%; margin: 0 0 20px 0;}
	margin-right: auto;
	margin-left: auto;
}
td  {
	padding: 2px;
	border-collapse: collapse;
	max-width: 600px;
	padding-left: 0;
}
table  {
	padding: 0px;
	margin: 0;
	border-collapse: collapse;
	font-size: medium;
}
ul li      {
	list-style-image: url(_images/bullet.gif);
}
hr         {background-color: #006fde; color: #006fde; height: 1px; width: 100%;}
blockquote {margin-bottom: 0;}
form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.forminput   {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 2px; font-size: 100%; font-family: Verdana, Arial, sans-serif; margin: 2px;}
.formbutton  {margin: 3px 0;}

/* HEADING DEFINITIONS */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006fde;
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	margin: 10px 0 20px 0;
}
h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #006fde;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #006fde; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h4 {
	color: #006fde;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	border: 1px solid #006fde;
	padding: 3px;
	margin-left: 3px;
}
h5 {font-size: 120%; font-weight: bold; color: #006fde; margin: 10px 0 10px 0;}
h6 {
	font-size: small;
	font-weight: bold;
	color: #006fde;
	margin: 10px 0 10px 0;
	font-variant: small-caps;
}

/* BASIC LINK COLORS */

A:LINK    {color: #006fde; text-decoration: none; font-weight: bold;}
A:VISITED {
	color: #00488f;
	text-decoration: none;
	font-weight: bold;
}
A:HOVER   {
	color: #80coff;
	text-decoration: underline;
	font-weight: bold;
}
A:ACTIVE  {color: #006fdc; text-decoration: none; font-weight: bold;}

.rollover   {text-align: left; color: #000;}
.rollover a:link    {display: block; width: 220px; padding: 8px 0 8px 30px; font: bold 12px Tahoma; color: #FFF; background: url(_images/buttongroup.gif) 0 0 no-repeat}
.rollover a:visited {display: block; width: 220px; padding: 8px 0 8px 30px; font: bold 12px Tahoma; color: #FFF; background: url(_images/buttongroup.gif) 0 0 no-repeat}
.rollover a:hover   {padding: 8px 0 8px 30px; width: 220px; background-position: 0 -30px; font: bold 12px Tahoma; color: #00488F; text-decoration: none;}
.rollover a:active  {display: block; width: 220px; padding: 8px 0 8px 30px; font: bold 12px Tahoma; color: #FFF; background: url(_images/buttongroup.gif) 0 0 no-repeat}

.header A:LINK    {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
.header A:VISITED {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
.header A:HOVER   {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
}
.header A:ACTIVE  {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

.footer A:LINK    {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
.footer A:VISITED {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
.footer A:HOVER   {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
}
.footer A:ACTIVE  {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

/* SPECIAL CLASSES */
/* needed for IE to make :active state work first time */
a:visited {color:#000;} 

a {color:#000;} 

.wrapper   {
	width: 750px;
	background-color: #ffffff;
	 margin-right: auto;
	margin-left: auto;
}
.wrapper2   {
	width: 750px;
	background-color: #006fde;
	 margin-right: auto;
	margin-left: auto;

}
.header    {
	height: 70px;
	text-align: right;
	font-size: 90%;
	background-image: url('_images/logoheader.gif');
		font-weight: bold;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 10;
	list-style-type: none;
	width: 175px; /* Width of Menu Items */
	border-bottom: 0px solid #ffffff;
	font-size: 90%;
	color: #FFFFFF;
}
	
.suckerdiv ul li{
	position: relative;
	text-align: left;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */;
	color: #ffffff;
	text-decoration: none;
	background: #006fde;
	padding: 1px 1px;
	border: 0px solid #ffffff;
	border-bottom: 0;
	font-weight: bold;
	font-size: small;
	width: 100%;
}

.suckerdiv ul li a:visited{
	color: #ffffff;
	background-color: #006fde;
}

.suckerdiv ul li a:hover{
	background-color: #006fde;
}

.suckerdiv .subfolderstyle{
background: url(_images/arrow-list.gif) no-repeat center right;
background-color: #006fdc;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: right; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.navbar    {width: 250px; background: #006fde; padding: 0;}
.mainimage {width: 500px; url:('_images/mainimage.jpg');}
.sidebar   {
	width: 250px;
	background: #e5f3ff;
	font-size: small;
	vertical-align: top;
	text-align: left;
	padding: 0 10px 5px 10px;
	background-image: url('_images/sidebar.jpg');
	max-width: 250px;
}
.maintext1 {
	line-height: 18px;
	font: 100% Arial, Helvetica, sans-serif;
	width: 500px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #EAE5DA;
	max-width: 500px;
	font-size: ;
	margin-left: 3px;
	padding-left: 6px;
}
.style1 {
	text-align: center;
}

.maintext2 {width: 750px; padding: 0 20px 5px 20px; text-align: justify; vertical-align: top; line-height: 18px; border-right: 1px solid #EAE5DA;  border-left: 1px solid #EAE5DA;}
.catalog   {width: 50%; vertical-align: top; padding: 10px; text-align: left;}
.footer    {
	background: #00417c;
	height: 50px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 3px 10px 2px 0px; float: left; border: 3px double #C0C0C0;}
.imageright  {margin: 3px 0px 2px 10px; float: right; border: 3px double #C0C0C0;}
.imagecenter {margin: 0px 5px; border: 3px double #C0C0C0;}