@charset "UTF-8";
/* CSS Document */
p {
	font-family: arial, helvetica, sans;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

p a {
	text-decoration: underline;
	color: #6399b3;
}

h1 {
	font-family: arial, helvetica, sans;
	font-style: normal;
	font-weight: normal;
	color: #6399b3;
	font-size: 12px;
}

h2 {
	font-family: arial, helvetica, sans;
	font-style: normal;
	font-weight: normal;
	color: #ce9519;
	font-size: 16px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 9px; 
	color: #6399b3; 
}

h3 a {
	text-decoration: none;
	color: #6399b3;
}

html {
	background-color: #FFFFFF;
}

#leader_page {
	margin: auto;
	width: 820px;
	height: auto;
}

#header {
	width: 820px;
	height: 22px;
}

.background {
	background-image: url(images/bkg_middle.jpg);
	background-repeat: repeat-y;
	width: 820px;
}

.background img {
	display: black;
}

#nav {
	float: left;
	padding-left: 11px;
}

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.menu * {
	margin: 0px;
	padding: 0px;
}

ul.menu a {
	display: block;
}

ul.menu li {
	position: relative;
	float: left;
	list-style-type: none !important;
}

ul.menu .home {
	height: 19px;
	width: 88px;
	cursor: pointer;
	background: url(images/home_btn.gif) 0px -21px no-repeat;
}

ul.menu .home:hover {
	background-position: 0px 2px;
}

ul.menu .home:active {
	background-position: 0px 2px;
}

ul.menu .products {
	height: 19px;
	width: 88px;
	cursor: pointer;
	background: url(images/products_btn.gif) 0px -21px no-repeat;
}

ul.menu .products:hover {
	background-position: 0px 2px;
}

ul.menu .blue_def {
	height: 19px;
	width: 88px;
	cursor: pointer;
	background: url(images/blue_def_btn.gif) 0px -21px no-repeat;
}

ul.menu .blue_def:hover {
	background-position: 0px 2px;
}

ul.menu .about_us {
	height: 19px;
	width: 88px;
	cursor: pointer;
	background: url(images/about_us_btn.gif) 0px -21px no-repeat;
}

ul.menu .about_us:hover {
	background-position: 0px 2px;
}

ul.menu .about_us:active {
	background-position: 0px 2px;
}

ul.menu .contact_us {
	height: 19px;
	width: 88px;
	cursor: pointer;
	background: url(images/contact_us_btn.gif) 0px -21px no-repeat;
}

ul.menu .contact_us:hover {
	background-position: 0px 2px;
}

ul.menu .nav_bar {
	height: 19px;
	width: 358px;
	background-color: #6399b3;
}

ul.bullets {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	margin: 0px;
	padding-right: 10px;
}

ul.bullets * {
	margin: 0px;
	padding: 0px;
}

ul.bullets li {
	position: relative;
	list-style-type: disc;
}

ul.copy_bullets {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

ul.copy_bullets li {
	position: relative;
	list-style-type: disc;
}

#footer {
	width: 820px;
	height: 12px;
}