* {
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bodybg.jpg) top center repeat-x;
	font-family: Trebuchet MS, Arial, sans serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

.wrapper {
	width: 940px;
	margin: 0px auto;
}

#content_div {
	padding: 11px 0px;
	zoom: 1;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

p {
	padding: 0px;
	margin: 9px 0px;
}

a {
	color: #32879c;
	text-decoration: none;
}

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

/* BANNER */

#banner_div {
	position: relative;
	height: 101px;
}

/* STRIPES */

#stripes {
	position: absolute;
	height: 101px;
	width: 545px;
	top: 0px;
	right: 220px;
	background: url(../images/stripes.png);
}

/* LOGO IMAGE */

#logo {
	position: absolute;
	top: 17px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	width: 224px;
	height: 67px;
	background: url(../images/logo.png);
	text-indent: -3333px;
	overflow: hidden;
}

#logo a {
	display: block;
	width: 224px;
	height: 67px;
}

/* NAVIGATION */
#navbar_div {
	margin-top: 10px;
	margin-bottom: 2px;
	height: 45px;
}

/* HEADING TAGS */

h1, h2, h3 {
	padding: 0px;
	margin: 9px 0px;
	color: #19124c;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
h4, h5, h6 {
	padding: 0px;
	margin: 9px 0px;
	color: #c1c1c1;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

/* FLASH DIV */

#flash_div {
	background: url(../images/flashbg.png) bottom repeat-x;
	margin-bottom: 10px;
	padding: 9px 0px;
}

/* FOOTER DIV */

#footer_div {
	height: 108px;
	background: url(../images/footerbg.png) repeat-x;
	margin-bottom: 10px;
}
#footer_div .wrapper {
	padding-top: 20px;
	text-align: center;
}

/* NAVIGATION */

#catnav {
list-style: none;
margin: 15px 0px 0px 0px;
padding: 0px;
z-index: 999;
}

#catnav li {
font-weight: bold;
float: left;
zoom: 1;
font-size: 14px;
z-index: 999;
}

#catnav a {
color: #222222;
text-decoration: none;
}

#catnav a:active {
color: #333333;
}

#catnav li a {
display: block;
padding: 5px 15px;
text-align: center;
border-right: 1px solid #c1c1c1;
}

#catnav li.hover, #catnav li:hover {
background: #c1c1c1;
position: relative;
}

#catnav li.hover a {
}

/* LEVEL TWO */

#catnav img {
margin-left: 4px;
}

#catnav ul {
width: 200px;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
list-style: none;
margin: 0px;
padding: 0px;
}

#catnav ul li {
font-weight: normal;
background: #dfdfdf;
border-bottom: 1px solid #c1c1c1;
float: none;
padding: 0px;
margin: 0px;
}

#catnav ul li a {
	display: block;
text-align: left;
padding: 5px 15px;
}	  

/* IE 6 & 7 Needs Inline Block */
*html #catnav ul li a	{
border-right: none;
width: 100%;
display: inline-block;
}

