@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container { 
	width: 985px;  /* was originally 980 but needed to be increased for IE6 */
	background-color:#002057;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #002057 url(../images/header.jpg) no-repeat 0 37px; 
	height:185px;
	/*padding: 0 10px 0 20px;  *//* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #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: 3px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:white;
	font-size:20px;
	text-align:right;
	padding-right:20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 179px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d7d7d7 url(../images/left-col-bg-gradient.gif) repeat-x  ; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0;
	padding:10px 14px 15px 16px;
}
.twoColFixLtHdr #sidebar1 p {
	color:#002057;
	font-size:24px;
	margin:0;
	padding:0;
}
.twoColFixLtHdr #sidebar1 #menu ul {
	padding-top:0px;
}
.twoColFixLtHdr #sidebar1 #menu li {
	list-style:none;
	margin-top:15px;
}
.twoColFixLtHdr #sidebar1 #menu  a {
	display:block;
	background:url(../images/nav-button-bg.gif) no-repeat;
	height:30px;
	padding:0.5em 0 0 10px;
	color:white;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #menu  a:hover {
	background:url(../images/nav-button-bg-over.gif) no-repeat;
	color:#000000;
}
.twoColFixLtHdr #sidebar1 #menu a.current {
	background:url(../images/nav-button-bg-current.gif) no-repeat;
	color:white;
}
.twoColFixLtHdr #sidebar1 a {
	color:#002057;
}
.twoColFixLtHdr #mainContent { 
	margin: 15px 18px 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#MainContentTop {
	background:#bdbcbc  url(../images/main-body-bg-gradient.gif) repeat-x;
	padding: 23px 33px;
	color:#002057;
	border:3px solid #ab0000;
}
#MainContentTop p {
	margin-bottom:15px;
	line-height:1.4;
}
#MainContentBottom {
	margin:25px 0 20px 0;
	padding:0;
}
#Technology {
	position:relative;
	margin:0px 20px 0 25px;
	float:left;
	width:310px;
	height:220px;
	border:3px solid #666666;
	background:#999999  url(../images/bottom-bg-gradient.gif) repeat-x;
}
#Technology h2, #OfficeProducts h2 {
	color:white;
	font-size:16px;
	background-color:#ab0000;
	margin:20px -30px;
	width:130px;
	height:22px;
	padding:2px 0 0 7px;
	border:#666 3px solid;
}
#OfficeProducts {
	margin:25px 0px 0 420px;
	width:310px;
	height:220px;
	border:3px solid #666666;
	background:#999999  url(../images/bottom-bg-gradient.gif) repeat-x;
	position:relative;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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: 5px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:small;
	text-align:right;
	color:#444;
}
.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;
}

.purchase_online {
	background:url(../images/gray-oval.png) no-repeat; 
	width:112px; 
	height:70px; 
	margin:60px 0 0 20px; 
	padding:0; 
	text-align:center;
}
.purchase_online p {
	padding:12px 0 0 0;
	font-size:18px;
}
.purchase_online a {
	color:#002057; 
}
li {
	list-style-position:inside;
}
ul {
	margin-bottom:15px;
}

/* Form styling */
form {
	margin:15px 0;
	padding:0;
	}
fieldset {
	margin: 0;
	padding: 0;
}
label {
	display:block;
	margin:0.25em 0 0 0;
	padding:0 0 0.15em 0;
	}
fieldset ol {
margin:0px 10px 0px 10px;
padding: 0;
list-style: none;
}
fieldset li {
	padding-bottom: 0.3em;
	list-style-position:outside;
}
.submit {
width:120px; height:2em; margin:0px 0 10px 0px; padding:0 0 15px 0; font-weight:bold; font-size:1em;
}
.tundra .dijitTextBox,input, select {
	padding:2px 4px;
}

