@charset "utf-8";
body  {
	font: 100%   Georgia, "Times New Roman", Times, serif;
	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: #fff;
	background-color: #9cadba;

}

h1 {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 14px;
}
h3
{
  font-size: 20px;	
  font-weight:bold;
  color:#FFC
}

.outer_wrap{
	margin: 0 auto;
	width: 1030px;
}
.shadow_left{
	padding-left: 30px;
	background-image: url(/custom_software/images/ShadowLeft.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-right: 0px;
	background-attachment: scroll;
}
.shadow_right{
	padding-right: 30px;
	background-image: url(/custom_software/images/ShadowRight.jpg);
	background-repeat: repeat;
	right-top: transparent;
	background-attachment: scroll;
	background-position: right top;
}

a {
	color: #09F;
}
.twoColFixLtHdr #topPicture {
	/*	width: 200px;
	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px 10px 0px 2px;
}
.twoColFixLtHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #036; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {

	background-color: #036;
	background-image: url(/custom_software/images/Blue-Canyon-Software-Header.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 150px;
	
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	margin-top: 10px;
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* 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: #5e747f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
/*background:url(images/LakeMountain.jpg) no-repeat left top;*/
	margin: 0 0 0 170px; /* 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. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */


} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5e747f; 
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #mainContent table tbody tr td ul {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
	height: auto;
	line-height: 10px;
}

.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;
}

.indent { 
	padding: 0 50px 0 70px; 
} 

#page-wrap {
	width: 560px;
	background: #5e747f;
	padding: 5px 5px 5px 5px;
	margin: 10px auto;
	min-height: 300px;
	height: auto !important;
	height: 500px;
	
	
}

#contact-area {
	width: 650px;
	margin-top: 2px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 5px 0px 5px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;	
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 5px;
	width: 100px;
	padding-top: 5px;
	font-size: 0.9em;
}

 
</style>

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1.0;
	margin-top: 10px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif].twoColFixLtHdr #container #mainContent table tbody tr td ul {
	padding: 0;
}
.twoColFixLtHdr #copyright {
	font-size: x-small;
	margin: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #footer #copyright a {
	color: #009;
}

