@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #ffffff;
	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: #585858;
	border-top:#abb1b1 4px solid;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 
.twoColFixRtHdr #header { 
	background: #ffffff url(../images/logo.gif) no-repeat; 
	padding: 0 10px 0 0px;  /* 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. */
	line-height: 50px;
	text-indent: -9999em;
	margin:5px 0 0 0;
} 
.twoColFixRtHdr #banner { 
	/*background: #ffffff url(../prototype1/images/banner.jpg) no-repeat; */
	padding: 0;  /* 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. */
	/*height:400px;*/
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 322px; /* 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: #fff url(../images/tag_home.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin:15px 0 0 0;
	height:225px;
}
.twoColFixRtHdr #sidebar1 h3 { 
	padding: 0;
	margin:0;
}
.twoColFixRtHdr #sidebar1 p {
	padding: 0;
	margin:0;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 322px; /* 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: #fff url(../images/tag_small_sidebar.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin:15px 0 0 0;
	height:700px;
}
.twoColFixRtHdr #sidebarVera {
	float: right; /* since this element is floated, a width must be given */
	width: 318px; /* 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: #fff url(../images/products/vera/sidebar-vera.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */-->
	padding: 0px;
	margin:5px 0 0 0;
	height:800px;
	border-top: 1px #abb1b1 solid;
	border-right: 1px #abb1b1 solid;
	border-left: 1px #abb1b1 solid;
}
.twoColFixRtHdr #sidebarContact {
	float: right; /* since this element is floated, a width must be given */
	width: 314px; /* 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: #fff url(../images/new-april-2010/contact-sidebar.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin:5px 0 0 0px;
	height:342px;
}
.twoColFixRtHdr #sidebarVera p {
	padding: 20px;
	margin:10px 0px 0px 0px;
}

.twoColFixRtHdr #sidebar2 h3 { 
	padding: 0;
	margin:0;
}
.twoColFixRtHdr #sidebar2 p {
	padding: 0;
	margin:0;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 342px 0 0; /* the right margin on this div element creates the column down the right 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. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top:#abb1b1 1px solid; 
} 
.twoColFixRtHdr #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 */
	text-align:center;
	font-size:90%;
}
.twoColFixRtHdr #footer p, a, a:visited {
	color:#585858;
}
.twoColFixRtHdr #footer a:hover {
	color:#cccccc;
	text-decoration:none;
}
.twoColFixRtHdr h4 a, a:visited {
	color:#585858;
	text-decoration:underline;
}
.twoColFixRtHdr h4 a:hover {
	color:#585858;
	text-decoration:none;
}
.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;
}
.containermenu {
	padding: 10px 0px 10px 0px;
	margin: 5px 0 20px 0;
	background: #fff;
	}
.home_items {
	font-weight:bold;
	letter-spacing:0.5px;
	}


<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #E1DFD8;
}

/* Form Styling */
	
legend {
	margin-left:1em;
	padding:0;
	color:#585858;
	font-weight:bold;
}
fieldset ol {
	padding:0em 1em 0 1em;
	list-style:none;
}
fieldset li {
	padding-bottom: 1em;
}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
}
fieldset li {
	margin:0.8em 0 0 0;
	padding:0;
	float:left;
	clear:left;
	width: 100%;
	
}
fieldset {
	float:left;
	clear:left;
	width: 100%;
	margin: 0 0 1.5em 10px;
	padding:0;
	border:1px solid #abb1b1;
	background-color:#ffffff;
	background-image: url(../images/fieldset_gradient.gif); 
	background-repeat: repeat-x;
}
fieldset.submit {
  background: #d9cead; 
  border: 1px solid #4d4941; 
  padding: 1px;
  color: #000000;
  width: 64px;
  cursor: pointer;
}

input.submit
{ background: #d9cead; 
  border: 1px solid #4d4941; 
  padding: 1px;
  color: #000000;
  width: 64px;
  cursor: pointer;
}




