@charset "UTF-8";
html, body  {
	background: #a6a6a6;
	margin: 0;
	padding: 0;
	color: #000000;
}
.page #addressdiv a {
	font: 11px/14px Verdana, sans-serif;
	text-align: left;
	color: #666666;
	letter-spacing: -1px;
	text-decoration: none;
}
.page #container { 
	width: 945px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
} 
.page #topborder { 
	height: 20px;
	background-image: url(images/topborder.gif);
	background-repeat: no-repeat;
} 
.page #logo {
	margin: 0px 10px auto;
	height: 75px;
	width: 209px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
.page #telephone a,
.page #telephone {
	margin-top: -85px;
	text-align: right;
	padding-right: 30px;
	color: #999999;
	font: 15px/16px Verdana, sans-serif;
	font-weight: bold;
}
.page #telephone a {
	padding-right: 0px;
	text-decoration: none;
}
.page #navigation {
	padding-left: 13px;
}
.page #navigation #navstub,
.page #navigation #navstub a,
.page #navigation #button,
.page #navigation #button a {
	position: relative;
	float: left;
	width: 140px;
	display: block;
	height: 24px;
	line-height: 24px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-indent: 7px;
	border-right: #FFF solid 1px;
	background-color: #004c8e;
}
.page #navigation #navstub {
	width: 214px;
	border-right: 0px;
}
.page #header { 
	background: #a6a6a6; 
	padding: 0 10px;
	height: 100px;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-y;
} 
.page #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. 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 ".thrColElsHdr #sidebar1 p" rule.
*/
.page #sidebar {
	float: left;
	width: 173px;
	margin-left: 13px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.page #sidebar a {
	color: #FFF;
	text-decoration: none;
}
.page #sidebarR {
	float: right; 
	padding: 0px 13px 0px 0px;
	margin: 0px 13px 0px 0px;
	width: 158px;
}
.page #noticeboard {
	width: 171px;
	background-color: #FFF;
	padding-bottom: 13px;
}
.page #salesforce {
	margin-left: 10px;
	width: 150px;
	height: 37px;
	text-align: center;
	background-image: url(images/salesforce_logo.gif);
	background-repeat: no-repeat;
}
.page #ticker {
	width: 171px;
	text-align: center;
}
.page #partnerlogin {
	width: 150px;
	line-height: 24px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #FFF;
	margin: 6px 6px 6px 6px;
	background-color: #004c8e;
}
.page #sidebarR p,
.page #sidebarR a  {
	text-decoration: none;
	font: 17px/18px Verdana, sans-serif;
	line-height: 12px;
	margin: 0px;
	color: #2DA8E0;
	text-align: left;
}
.page #sidebar ul {
	padding-top: 3px;
	margin-top: 0px;
	padding-left: 15px;
	margin-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
.page #sidebar li {
	padding-right: 4px;
	padding-bottom: 5px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #FFF;
	list-style-image: url(images/arrow_out.gif);
}
.page #links {
	background-color: #a5a3a3;
}
.page #fsa {
	width: 100px;
	height: 93px;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(images/fsa_logo.gif);
	background-repeat: no-repeat;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.page #mainContent {
 	margin: 0 196px 0 196px;
	font: 11px/14px Verdana, sans-serif;
	text-align: left;
	color: #666666;
	letter-spacing: -1px;
} 
.page #ourproductsimage,
.page #ourservicesimage,
.page #aboutusimage,
.page #homeimage {
	height: 150px;
	width: 575px;
	margin-left: 186px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
}
.page #ourproductsimage {
	background-image: url(images/ourproductsimage.jpg);
}
.page #ourservicesimage {
	background-image: url(images/ourservicesimage.jpg);
}
.page #aboutusimage {
	background-image: url(images/aboutusimage.jpg);
}
.page #bottomborder { 
	height: 21px;
	background-image: url(images/bottomborder.gif);
	background-repeat: no-repeat;
} 
.page #footer {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font: 11px/14px Verdana, sans-serif;
	text-align: left;
	color: #FFF;
	background-color: #a5a3a3;
	background-repeat: no-repeat;
	background-image: none;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.page #footer a {
	font: 11px/14px Verdana, sans-serif;
	text-align: left;
	color: #FFF;
	text-decoration: none;
}
.page #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
label {
   display: block;
   font: 11px/14px Verdana, sans-serif;
   margin: 5px 5px 0px 0px;
   color: #666666;
   letter-spacing: -1px;
   text-align: right;
   width: 150px;
   float: left;
}

/* 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: 8px;
}
.fltlft { /* this class can be used to float an element left in your 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}