@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f3f3f3;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.equigroup .nospace {
	margin: 0px;
	padding: 0px;
}
.equigroup #container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
} 
.equigroup #header {
} 
.equigroup #mainmenu .floatright {
	padding-top: 2px;
	margin-left: 5px;
} 
.equigroup #homeimage {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}
.equigroup .floatright {
	float: right;
}
.equigroup .floatleft {
	float: left;
}
.equigroup #mainmenu {
	background: url(images/menu_bg.gif) repeat-x left top;
	margin-bottom: 15px;
	height: 30px;
}
.equigroup #mainmenu ul {
	list-style-type: none;
	height: 30px;
}
.equigroup #mainmenu li {
	float: left;
}
.equigroup #mainmenu a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 14px;
	padding: 5px 25px 8px 22px;
	color: #000000;
	text-decoration: none;
	margin-left: -20px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.equigroup #mainmenu a.home {
	padding-left: 10px;
	margin-left: 0px;
}
.equigroup #mainmenu a.home:hover {
	color: #ffffff;
	background: url(images/mainmenu.gif) 0px 0px;
}
/* ABOUT */
.equigroup #mainmenu a.about {
	background-image: url(images/menu-off.gif);
}
.equigroup #mainmenu a.aboutselected {
	background-image: url(images/mainmenu.gif);
	background-position: -200px -30px;
}
.equigroup #mainmenu a.about:hover {
	background: url(images/mainmenu.gif) -200px 0px;
}
.equigroup #mainmenu.home a.about {
	background-image: url(images/menu-off-home.gif);
	margin-left: 0px;
	padding-left: 10px;
}
.equigroup #mainmenu.home a.about:hover {
	background: url(images/mainmenu.gif) 0px 30px;
}
/* PRODUCTS */
.equigroup #mainmenu a.products {
	background-image: url(images/menu-off.gif);
}
.equigroup #mainmenu a.productsselected {
	background: url(images/mainmenu.gif) -400px -30px;
}
.equigroup #mainmenu a.products:hover {
	background: url(images/mainmenu.gif) -400px 0px;
}
/* SERVICES */
.equigroup #mainmenu a.services {
	background-image: url(images/menu-off.gif);
}
.equigroup #mainmenu a.servicesselected {
	background: url(images/mainmenu.gif) -600px -30px;
}
.equigroup #mainmenu a.services:hover {
	background: url(images/mainmenu.gif) -600px 0px;
}
/* PARTNERS */
.equigroup #mainmenu a.partners {
	background-image: url(images/menu-off.gif);
}
.equigroup #mainmenu a.partnersselected {
	background: url(images/mainmenu.gif) -800px -30px;
}
.equigroup #mainmenu a.partners:hover {
	background: url(images/mainmenu.gif) -800px 0px;
}
/* CONTACT */
.equigroup #mainmenu a.contact {
	background-image: url(images/menu-off.gif);
}
.equigroup #mainmenu a.contactselected {
	background: url(images/mainmenu.gif) -1000px -30px;
}
.equigroup #mainmenu a.contact:hover {
	background: url(images/mainmenu.gif) -1000px 0px;
}
/* MY EQUIGROUP */
.equigroup #mainmenu a.myequigroup {
	background-image: url(images/menu-off.gif);
}
.equigroup #mainmenu a.myequigroupselected {
	background: url(images/mainmenu.gif) -1200px -30px;
}
.equigroup #mainmenu a.myequigroup:hover {
	background: url(images/mainmenu.gif) -1200px 0px;
}
.equigroup #mainmenu .menuend {
	background-image: url(images/menu-off.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 20px;
	padding: 0px;
}
.equigroup #mainContent table.downloads {
	font-size: 10px;
	line-height: 14px;
}
.equigroup .sitemapLeft {
	width: 240px;
	float: left;
	margin-right: 15px;
}
.equigroup .sitemapRight {
	width: 240px;
	float: left;
}
.equigroup  #mainmenu .menuimg {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: -14px;
}
.equigroup #breadcrumbs form, .equigroup #mainmenu form {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(images/form_bg.gif);
	background-repeat: repeat-x;
}
.equigroup #sitemap {
}
.equigroup #breadcrumbs {
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.equigroup #breadcrumbs .floatleft {
	margin-top: 5px;
}
.equigroup #breadcrumbs .floatright {
	float: right;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".equigroup #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.equigroup #left_side {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 150px;
	margin-right: 15px;
	margin-left: 5px;
}
.equigroup #right_side {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 160px;
	margin-left: 10px;
}
.equigroup .rightContent {
	border: 1px solid #E7E7E7;
	padding: 5px;
	margin-bottom: 25px;
}
.equigroup #sevicesContent {
	border: 1px solid #f6bf9a;
	padding: 5px;
	margin-bottom: 25px;
}
.equigroup #rightLoginBox {
	border: 1px solid #7fd5f5;
	padding: 5px;
	margin-bottom: 25px;
}
.equigroup #productImage {
	border: 1px solid #c5e4a4;
	padding: 2px;
	margin-bottom: 25px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.equigroup #mainContent {
	margin-right: 171px;
	margin-bottom: 25px;
	margin-left: 171px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	padding-top: 0px;
	padding-bottom: 0px;
}
.equigroup #mainContent.TwoCol {
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 171px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1d1d1;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: none;
}
.equigroup #mainContent.fullSpread {
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 0px;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.equigroup .newsandevents {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	margin-bottom: 25px;
}
.equigroup .decisiontree {
	float: right;
	margin-left: 25px;
	text-align: center;
	width: 110px;
	padding: 2px;
}
.equigroup .decisiontree:hover {
	background-color: #F2F2F2;
}
.equigroup .decisiontree img {
	border: none;
}

.equigroup #footer {
	text-align: center;
	margin-top: 25px;
} 
.equigroup #contactbox {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	padding-top: 10px;
	padding-bottom: 0px;
}
.equigroup #contactbox .floatleft {
	float: left;
}
.equigroup #contactbox .floatright {
	width: 235px;
	float: right;
}
.equigroup #homeColumns {
	float: left;
	width: 880px;
}
.equigroup #homeColumns .oneCol {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	width: 220px;
}
.equigroup #homeColumns .twoCol {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	width: 440px;
}
.equigroup #homeColumns .threeCol {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	width: 660px;
}
.equigroup #homeColumns .twoColSpread {
	float: left;
	width: 420px;
	padding-right: 10px;
	padding-left: 10px;
}
.equigroup #homeColumns .threeColSpread {
	float: left;
	width: 640px;
	padding-right: 10px;
	padding-left: 10px;
}
.equigroup #homeColumns .oneColLeft {
	width: 200px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.equigroup #homeColumns .ruleUnder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0;
}
.ClientXpressWebLogon
{
	position: relative;
	float: right;
	left: 30px;
 	width: 698px;
	height: 380px;
	background-color: #FFFFFF;
	border-width: 0px;
}
.FileDownloadsLogon
{
	position: relative;
	float: right;
	left: 30px; 
	width: 698px;
	height: 360px;
	background-color: #FFFFFF;
	border-width: 0px;
}
.AssetXpressWebLogon
{
	position: relative;
	float: right;
	left: 30px;
	width: 100%;
	height: 450px;
	background-color: #FFFFFF;
	border-width: 0px;
}
.hidden {
	display: none;
}
.equigroup #siteSearch input.siteSearch {
	background-image: url(images/form_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #999999;
	line-height: 16px;
	background-color: #FFFFFF;
	color: #003866;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#depotnotice
{
	display: none;
}
.assetxpress-column {
	width: 320px;
	float: left;
	text-align: center;
	background: url(images/assetxpress-icon.gif) no-repeat center top;
	padding: 200px 10px 0px 0px;
}
.assetxpress-column a {
	display: block;
	height: 29px;
	text-align: center;
	background: url(images/assetxpress-button.gif) no-repeat center top;
	padding: 6px 0px 0px 0px;
	margin: 0px 80px 0px 80px;
	font-size: 14px !important;
	line-height: 16px !important;
	color: #FFF !important;
}
.assetxpress-column a:hover {
	background: url(images/assetxpress-button.gif) no-repeat center bottom;
}
.assetxpress-column .availability {
	background: #F3F3F3;
}

.underline {
	text-decoration: underline;
}
