/*
  * @package:	Style Sheets
  * @filename:	WsNew.css
  *
  * $Id: WsNew.css 86 2009-10-30 11:05:31Z kwikone $
  */

.outer_wrapper{
	width: 920px;
	margin: auto;
}

.wrapper{
	width: 920px;
	background-color:#FFFFFF;
	border: solid 4px #FFFFFF;
}

.header_wrapper{
	width: 920px;
	height: 90px;
	background-repeat: repeat;
}

.main_header{
	width:910px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding: 10px 0 0 10px;
	font-weight: bold;
	height: 80px;
	overflow:hidden;
}

.sub_header{
	width: 910px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight: bold;
	padding: 0px 0 0 20px;
	color: #707070;
	height: auto !important;
	overflow:hidden;
}

.navigation{
	height: auto !important;
	height: 25px;
	width: 910px;
	margin-top: 3px;
	padding-left: 10px;
	/* background-image: url(../images/nav_bg.gif);
	background-repeat: repeat; */
}

.subnavigation{
	height: auto !important;
	height: 25px;
	width: 100%px;
	margin-top: 3px;
	padding-left: 10px;
	/* background-image: url(../images/nav_bg.gif);
	background-repeat: repeat; */
}

.navigate{
	height: auto !important;
	height: 25px;
	width: 910px;
	margin-top: 3px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat;
}

.extra3{
	width:910px;
	height: 10;
	clear: both;
	float: left;
	margin-top: 3px;
	/* display: block; */
}
.extra3 span{
	width: 910px;
	/* height: 10 !important; */
	min-height: 3px;
	float: right;
} 

.extra4{
	width:910px;
	height: 10;
	clear: both;
	float: left;
	margin-top: 3px;
	display: block;
	max-height: 150;
}
.extra4 span{
	width: 870px;
	height: 10 !important;
	max-height: 160px;
	float: right;
}

.extra5{
	width:910px;
	height: 160;
	clear: both;
	float: left;
	margin-top: 3px;
}
.extra5 span{
	width: 890px;
	height: 160 !important;
	min-height: 160px;
	float: right;
}

.content {
       width:100%px;
       padding: 0 5px;
}