@charset "utf-8";
/* CSS Document */

/* notice box*/

.notice_1 {
	height: 85px;
	width: 300px;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 30px;
}

/* Global Banner items*/
.banner {
	background-image: url(../img/wibhead_l.png);
	background-repeat: no-repeat;
	height: 37px;
	float: left;
	width: 208px;
}
.masterlogo {
	/*background-image: url(../img/wibhead_right_off.gif);
	background-repeat: no-repeat;*/
	float: left;
	margin-right: 0px;
	height: 37px;
	margin-left: 550px;
	width: 182px;
}
.banner_btm {
	background-image: url(../img/banner_btm.png);
	height: 5px;
	width: 940px;
	background-repeat: no-repeat;
	top: 0px;
	background-color: #FF9400;
	float: left;
	position: relative;
}
/* End Global Banner*/

/* Simple Navigation Bar*/
#navcontainer ul {
	list-style-type: none;
	font-size: 17px;
	text-decoration: none;
	line-height: 31px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#navcontainer li {
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 5;
	padding-right: -1px;
}

#navcontainer ul li { display: inline; }

#navcontainer a {
	color: #ffffff;
	background-color: #FF9400;
	width: 25%;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#navcontainer a:hover
{
	background-color: #FFCC00;
	color: #323232;
}

/* END SIMPLE NAV*/


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 27px;
	margin: 5;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #14355b;
	line-height: 27px;
}

