@charset "UTF-8";
/* CSS Document */

html, body{
height:100%; 
max-height:102%; 
min-height: 100%;
margin-bottom:1px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#dacd86;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#warning {-xs-lock:yes;}

.twoColFixLtHdr #container { 
	width: 900px; 
	background: #FFFFFF;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left; 
    border: #336600 5px solid;
} 
.twoColFixLtHdr #header { 
	width: 750px;
	height: 230px;
	background-image:url(images/banner-noimg.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 150px;
	z-index:6;
}

.twoColFixLtHdr #header img{
	margin-top:100px;
	border: 1px solid #000;
	}


.twoColFixLtHdr #quicklinks{
	margin-left: 500px;
	padding:5px;
	font-size:10px;
	color: #333333;
	position:absolute;

}

.twoColFixLtHdr #header .links a{
	color: #666666;

}


.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 {
	float: left;
	width: 140px;
	background: #fff; 
	padding: 0px 5px 15px 5px;
}

.twoColFixLtHdr #sidebar1 li{
	list-style-image:none;
	list-style:none;
	display:list-item;
	color: #b42d34;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
	margin-left:-35px;
}

.twoColFixLtHdr #sidebar1 a{
	color: #b42d34;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 a:hover{
	color: #b42d34;
	text-decoration:underline;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #000000;
	}


.twoColFixLtHdr #mainContent .one-col{
	float:left;
	padding: 5px 10px 10px 10px;
	margin-right:5px;
	margin-left:10px;
	width:670px;
	background-color: #fff;
	height:100%;
	}

.twoColFixLtHdr #mainContent li{
	list-style-image: url(http://www.northshorewib.com/dingbat_arrow_icon.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px -25px;
	}

.twoColFixLtHdr #mainContent .circle li{
	list-style-type: disc;
	list-style-image:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin-left:20px;
	}


.twoColFixLtHdr #mainContent .col{
	float:left;
	padding: 5px 10px 10px 10px;
	margin-right:5px;
	margin-left:10px;
	width:200px;
	background-color: #fff;
	height:100%;
	}
	
.twoColFixLtHdr #mainContent h1{
	color: #336600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	border-bottom: #336600 1px solid;
}

.twoColFixLtHdr #mainContent h2{
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}


.twoColFixLtHdr #mainContent table{
font-size:12px;
}

a{
	text-decoration:none;
	color: #b42d34;
	}
	
a:hover{
	text-decoration:underline;
	color: #b42d34;
	}


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color: #333333;
} 


.twoColFixLtHdr #footer a{
	color: #b42d34;
	text-decoration: underline;
	}

.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

.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;
}
