* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: url('../images/mainback.jpg');
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*	background: url('http://72.3.135.89/images/newkaiafooter.png') bottom left repeat-x;*/
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 175px;
/*	background: #FFE680;*/
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 70px;
}




/* Footer
-----------------------------------------------------------------------------*/
#outerfooter {
/*	float:left;
	position:relative;
	bottom:310px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	width:1000px;
	height:500px;
	background: url('http://72.3.135.89/images/newkaiafooter.png') bottom left repeat-x;
*/
}
#footer {
	background: url('http://72.3.135.89/images/footer.png') bottom left repeat-x;
	width: 1000px;
	margin: -70px auto 0;
	height: 70px;
}
#innerfooter {
	width: 1000px;
	margin: -70px auto 0;
	height: 70px;
}
.navbar {
	color:#000000;
	font-size:18px;
	height:60px;
	background:url('../images/navbar.png');
}
.banner {
	height:115px;
	background: url('../images/kaiabanner.jpg') no-repeat;
}	
.righthandnav{
	height:130px;
	width:220px;
	background:url('../images/righthandnav.jpg') top right;
}
.imageoverlay{
	background:url('../images/imageoverlay.png') no-repeat top left;
	float:right;
	position:relative;

/*	top:-424px;*/  /* this line needs to be browser specific.  425 for Firefox, 424 for IE8 and 423 for IE7 */
	left:30px;
	height:420px;
	z-index:5;
	width:100px;
}
.ieborder3{
	-moz-box-shadow: 5px 5px 5px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 5px 5px 5px #888888; /* Safari and Chrome */
	box-shadow: 5px 5px 5px #888888;
        border-style:solid;
        border-width:1px;
        border-color:#b2b4b8;
        -moz-border-radius:10px 10px 10px 10px;
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
        background-color:white;
        border-radius:10px;
        width:750px;
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(238,238,238) 5%,
	    rgb(249,249,249) 56%
	);
        behavior: url(/includes/PIE.php);
}
.ieborder4{
	-moz-box-shadow: 5px 5px 5px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 5px 5px 5px #888888; /* Safari and Chrome */
	box-shadow: 5px 5px 5px #888888;
        behavior: url(/includes/PIE.php);
}

.imageflip{
	border-style:solid;
	border-width:1px;
	height:418px;
	width:768px;
	float:left;
	position:relative;
}
.imageflip2{
        border-style:solid;
        border-width:1px;
        height:418px;
        width:1000px;
        position:relative;
top:40px;
}
.imageover{
position:relative;
top:-419px;
float:left;
}
#access {
/*      background: #000;*/
        display: block;
        float: left;
        margin: 0 auto;
        width: 940px;
}
#access .menu-header,
div.menu {
        font-size: 13px;
        margin-left: 12px;
        width: 928px;
}
#access .menu-header ul,
div.menu ul {
        list-style: none;
        margin: 0;
}
#access .menu-header li,
div.menu li {
        float: left;
        position: relative;
}
#access a {
	margin-top:5px;
        color: #fff;
        display: block;
        line-height: 38px;
        font-size:20px;
        padding: 0 30px;
        text-decoration: none;
}
#access ul ul {
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        behavior: url(/includes/PIE.php);
        display: none;
        position: absolute;
        top: 38px;
        left: 0;
        float: left;
        width: 180px;
        z-index: 99999;
}
#access ul ul li {
        min-width: 180px;
}
#access ul ul ul {
        left: 100%;
        top: 0;
}
#access ul ul a {
	background: url('http://72.3.135.89/images/pinkcircle.png') center left;
        background: #333;
        line-height: 1em;
        padding: 10px;
        width: 160px;
        height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
/*      background: #333;*/
        color: #fff;
}
#access ul li:hover > ul {
        display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
        color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
        color: #fff;
}



