@import "menu.css";
body {
	font: 11px  Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #FFF url('images/bg.jpg') repeat-x;
}
div#container {
	width: 994px;
	margin: 0 auto;
	text-align: left;
	background: url('images/container_bg.gif') repeat-y;
	position: relative;
}
div#header {
	height: 169px;
	width: 994px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#topnav {
	left:297px;
	position:absolute;
	top:25px;
}
ul#SNM {
	display:block;
	float:left;
	font-size:12px;
	font-weight: bold;
	height:auto !important;
	list-style-type:none;
	margin:0;
	min-height:100px;
	padding-left:0;
	padding-top:35px;
	width:170px;
	background: url('images/selectNav.jpg') repeat-x;
}
ul#SNM li {
	list-style-image: none;
}
ul#SNM li a {
	text-decoration: none;
	width: 170px;
	display: block;
	color: #6b8aa6;
	padding: 5px 0px 5px 10px;
}
ul#SNM li a:hover,
ul#SNM li.NIMSelected a {
	color: #909da6;
}
div#mainContent {
	background: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	/* Fix to enforce min-height within IE6, minimum height set on last nested element or repeat fails */
	min-height: 550px;
	height: auto !important;
	height: 550px;
	/* End Fix */
}
div#leftcol {
	width: 195px;
	float: left;
}
div#freecall {
	padding-left: 3px;
}
div#sidenav {
	background: url('images/sub_menu.jpg') no-repeat top left;
}
div#backgroundnav {
	background: url('images/background_nav.jpg') repeat-y left;
}
div#bottomnav {
	background: url('images/sub_menu_bottom.jpg') no-repeat bottom left;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	/* End Fix */
}
div#rightcol {
	width: 749px;
	float: right;
}
div#rightcol a{
	text-decoration: none;
	color: #014ba4;
}
div#rightcol a:hover{
	text-decoration: underline;
	color: #014ba4;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}
div#footer {
	background: url('images/footer_bg.jpg');
	height: 49px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
	color: #FFF;
}
div#footer p {
	margin: 0;
	padding: 10px 0;
}
#navbar {
	height:52px;
	background-image: url(images/menubg.jpg);
}
div#footer a {
	color: #ffffff;
	text-decoration: none;
}
div#footertext {
	float:left;
	padding-top:20px;
	width:300px;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	font-weight: bold;
	float: left;
	margin: 20px 0px 17px 30px;
}
ul#design {
	float:right;
	margin:20px 0px 17px 0px;
}
ul#design a {
	font-weight: normal;
}
ul#footerNav,
ul#design {
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #ffffff;
	padding: 0px 4px;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
ul#footerNav li.NIMFirstItem {
	padding-left: 0px;
}
ul#design li.NIMLastItem {
	padding-right: 0px;
}
