/* LAYOUT */

#container {
	margin: 10px auto 20px auto;
	width: 777px;
	text-align: left;
}

#header {
}

#logo {
	margin: 7px 0 0 27px;
	float: left;
	display: inline;
}
#upperMenu {
	float: right;
}
#upperMenu, #upperMenu ul {
	margin: 0;
	padding: 0;
	height: 66px;
}
#upperMenu li {
	float: left;
	list-style: none;
	background: url(../img/dots_vertical.gif) top left repeat-y;
	height: 66px;
}
#upperMenu li li {
	float: none;
	background: none;
	height: 18px;
	margin-top: 1px;
	padding-left: 1px;
}
#upperMenu li li.signedTxt {
	height: 31px;
	padding: 3px 10px 1px 7px;
	margin: 0 10px 5px 1px;
	font-size: 9px;
	white-space: nowrap;
	background-color: #f2f5f3;
	color: #464445;
}
#upperMenu li li.signedTxt IMG {
	margin: 0;
	padding: 0;
}

#mainMenuBox {
	clear: both;
	margin: 6px 0 9px 0;
	background: url(../img/mainmenubox_bg.gif) top left repeat-x;
	height: 36px;
	width: 100%;
}

#menuItemDescContainer {
	padding-top: 1px;
}

#menuItemDesc {
	/*width: 338px;*/ /* 344 - padding */
	height: 25px; /* 30px - padding */
	background: url(../img/obliquelines_bg.gif) top left;
	padding: 3px;
	color: #666;
	line-height: 12px;
}
ul#mainMenu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mainMenu li {
	float: left;
}
ul#mainMenu li.spacer {
	width: 8px;
	background-color: #fff;
	margin: 1px 0;
	height: 34px;
}

#footerBox1 {
	/*clear: both;*/
	background: url(../img/dots_horizontal.gif) top left repeat-x;
	padding: 10px 0;
}

#footerBox2 {
	background: url(../img/dots_horizontal.gif) top left repeat-x;
	height: 26px;
	padding-top: 1px;
	border: 0;
}

#contactInfo {
	float: left;
	background: url(../img/dots_vertical.gif) top right repeat-y;
	width: 130px;
	margin-right: 15px;
}

ul#footerMenu {
	/*float: right;*/
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 640px;*/
}
ul#footerMenu li {
	display: inline;
}
ul#footerMenu li.sep {
	padding: 0 3px;
}
ul#footerMenu li a {
	line-height: 16px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
ul#footerMenu li a:hover {
	background-color: #8e8d8d;
	color: #fff;
}

#contactInfo a {
	line-height: 16px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
#contactInfo a:hover {
	background-color: #8e8d8d;
	color: #fff;
}
ul#copyright li a {
	line-height: 16px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
ul#copyright li a:hover {
	background-color: #8e8d8d;
	color: #fff;
}

#footerBg {
	background: url(../img/obliquelines_bg.gif) top left;
	height: 25px;
	padding: 0;
	margin: 0;
}
ul#copyright {
	width: 280px;
	list-style: none;
	float: right;
	text-align: right;
	background-color: #fff;
	margin: 0;
	padding: 12px 0 0 0;
}
ul#copyright li {
	display: inline;
}
ul#copyright li.sep {
	background: url(../img/dots_vertical.gif) top center repeat-y;
	padding: 0 10px;
}

#mainContent, #upperBar, #lowerBar {
	margin: 0;
	padding: 0;
	border: 0;
}
/*
#mainContent {
	min-height: 309px;
	height: auto !important;
	height: 309px;
}
*/
#upperBar, #lowerBar {height: auto;}

#helpDetails {
	color: #666;
}

#helpHeader .category {
	color: #8b6a86;
}
#helpContent {
	margin: 15px 0 30px 0;
}
a#helpBack {
	display: block;
	width: 90px;
	height: 17px;
	line-height: 17px;
	background-color: #666;
	color: #fff;
	padding-left: 5px;
}
