@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/bg.jpg') repeat-x;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
div#container {
	width: 931px;
	margin: 0px auto;
	text-align: left;
} 
div#header {
	height: 170px;
	background: url('images/montage_banner.jpg') no-repeat right top;
}
div#logo {
	width: 255px;
	height: 170px;
	background: url('images/wrnsw_logo.gif') no-repeat;
}
img#printlogo {
	display: none;
}
div#menu {
	background: url('images/menubg.jpg') no-repeat;
	height: 34px;
	padding: 0px 10px;
	position: relative;
}
form#searchArea {
	position: absolute;
	top: 9px;
	right: 7px;
	width: 207px;
	height: 25px;
	background: url('images/searchBox.jpg') no-repeat;
}
form#searchArea input.text {
	position: absolute;
	top: 2px;
	left: 5px;
	border: 0px;
	width: 157px;
	background: none;
	color: #444;
	font-size: 10px;
	font-weight: bold;
	height: 19px;
}
form#searchArea input.button {
	position: absolute;
	top: -1px;
	right: 9px;
	width: 24px;
	height: 21px;
}
div#memberbar {
	width: 931px;
	top: 24px;
}
div#breadCrumb {
	width: 500px;
	color: #000;
	font-size: 10px;
	margin-left: 13px;
	margin-top: 13px;
	float: left;
}
div#breadCrumb a.breadrumbClassStr {
	color: #00b9a5;
	text-decoration: none;
}
div#login {
	position: relative;
	float: right;
	width: 234px;
	height: 28px;
	background: url('images/members.gif') no-repeat right top;
}
div#logout {
	position: relative;
	float: right;
	width: 234px;
	height: 28px;
	background: url('images/memberslogout.gif') no-repeat right top;
}
div#logintxt {
	margin: 7px 0px 0px 133px;
}
span#greenLogin {
	color: #7bfdf1;
}
span#greenLogin a {
	color: #7bfdf1;
	text-decoration: none;
}
span#greenLogin a:hover {
	text-decoration: underline;
}
span#whiteLogin a {
	color: #fff;
	text-decoration: none;
}
span#whiteLogin a {
	text-decoration: underline;
}
span#greenLogout {
	color: #fff;
}
span#greenLogout a{
	color: #fff;
	text-decoration: none;
}
span#greenLogout a:hover {
	text-decoration: underline;
}
span#whiteLogout a{
	color: #7bfdf1;
	text-decoration: none;
}
span#whiteLogin a{
	text-decoration: underline;
}
div#mainContent {
	float: left;
	width: 650px;
	margin-top: 20px;
}
div#mainContent a {
	color: #4a4e3e;
	text-decoration: none;
} 
div#mainContent a:hover {
	color: #0c9ace;
	text-decoration: underline;
} 
div#sideBar {
	float: right;
	width: 204px;
	height: 400px;
	min-height: 400px;
	height: auto;
	padding: 35px 0px 0px 30px;
	text-align: center;
	background: url('images/rt_panel.gif') no-repeat right top;
}
dv#sideBar h3,
div#sideBar p {
	margin: 0px 10px;
}
div#rightPagelet {
	margin: 20px auto;
	width: 171px;
}
div#adobe {
	float: right;
	width: 183px;
	height: 35px;
	padding-bottom: 10px;
}
div#footer {
	text-align: left;
	height: 40px;
	color: #000000;
	padding: 0px 4px;
	margin: 0em 0em 2em 0em;
	background: url('images/footerBg.jpg');
	font-size: 9px;
}
div#footer a {
	color: #000;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
	font-weight: bold;
}
ul#design {
	float: right;
}
ul#footerNav,
ul#design {
	margin: 18px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #000;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}