@charset "utf-8";
body  {
	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: #19191a;
	font-family: Geneva;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	background-image: url(images/headerhome2.jpg);
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container a  {
	text-decoration: none;
	color: #002883;
}

#hl  {
	background-image: url(images/header.jpg);
	height: 130px;
	width: 0%;
	position: absolute;
	background-repeat: repeat-x;
}
#header {
	width: 960px;
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images/headerhome.jpg);
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
	font-weight: normal;
	font-size: 16pt;
	
} 

#headerlinks  {
	width: 540px;
	float: left;
	margin-top: 85px;
	margin-left: 20px;
}






#header a  {
	text-decoration: none;
	color: #000;
}






#headerlogo  {
	float: left;
	height: 100px;
	width: 270px;
	background-image: url(images/cascadelogo.png);
	margin-top: 20px;
	margin-left: 20px;
}

#headercontact  {
	float: left;
	width: 160px;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	margin-top: 30px;
	
}

#drivewithcare  {
	background-image: url(images/sidebar2.jpg);
	height: 306px;
	width: 261px;
	float: left;
}

#drivecontent  {
	width: 250px;
	height: 180px;
	margin-top: 120px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 5px;
	
}





#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 */
}

#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12pt;
	font-weight: normal;
	width: 640px;
	z-index: 1;
	float: left;
} 
#mainContent h2  {
	
	text-align: center;
	color: #19191a
}


#mainContent h4  {
	color: #19191a
}

#fl  {
	background-image: url(images/footerbgd.jpg);
	background-repeat: repeat-x;
	height: 66px;
	width: 100%;
	position: absolute;
	margin: auto;
}
#footer {
	width: 960px;
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images/footerbgd.jpg);
	background-repeat: repeat-x;
	height: 66px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
	font-size: 14px;
	font-weight: bolder;
	margin-top: auto;
} 

#footer a  {
	text-decoration: none;
	color: #002883;
}
	
#faddress  {
	float: left;
	height: 59px;
	width: 200px;
	text-align: left;
	margin-left: 20px;
	margin-top: 7px;
	
}
#footnav  {
	float: left;
	height: 66px;
	width: 540px;
	text-align: center;
	font-size: 10pt;
	
}


#fcontact  {
	float: left;
	height: 37px;
	width: 200px;
	text-align: right;
	margin-top: 17px;
	
}
#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 */
}
.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;
}

#quickapp  {
	height: 294px;
	width: 261px;
	background-image: url(images/quickapp.jpg);
	padding-top: 5px;
}
#sidebarquestion {
	height: 481px;
	width: 257px;
	background-image: url(images/sidebarquestion.jpg);
	padding-top: 5px;
}
#sidebarquestion h3  {
	text-align: center;
	font-weight: 500;
}
#quickapp h3  {
	text-align: center;
	font-weight: 500;
}

#learningcenter  {
	background-image: url(images/building2.jpg);
	height: 404px;
	width: 261px;
	line-height: 5px;
	padding-top: 1px;
	font-weight: bolder;
	float: left;
	margin-top: 20px;
}

#learningcenter h3  {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

#learningcenter ul  {
	color: #D6D6D6;
	text-decoration: none;
	list-style-type: none;
	line-height: 25px;
	font-size: 10pt;
	font-weight: bolder;
}

#learningcenter a  {
	text-decoration: none;
	color: #002180;
}

#lpsidebar  {
	height: 795px;
	width: 275px;
	background-image: url(images/lpsidebar.jpg);
	padding-top: 5px;
	text-align: left;
}



.headernav  {
	list-style-type: none;
	float: left;
	text-align: center;
	width: 120px;
	z-index: 200;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #D4CD58;
}

.subnav  {
	list-style-type: none;
	text-align: left;
	font-size: 10pt;
	z-index: 200;
	background-color: #D4CD58;
	float: left;
	width: 150px;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	position: fixed;
	line-height: 30px;
}


.subnav li  {
	text-align: left;
	display: block;
	margin-left: 0px;
	z-index: 200;
	position: static;
	color: #009;
}

.subnav li a  {
	color: #006;
}

.subnav li:hover {
	background-color: #91d256;
	z-index: 200;
	
}

li.headernav ul {
	display: none;
	z-index: 200;

}

li.headernav:hover ul {
	display: block;
	z-index: 200;
}

#dropdownnav a  {
	color: #000;
}

#dropdownnav ul a {
	color: #009;	
}

#sidebarimage  {
	float: left;
	width: 261px;
	height: 525px;
	margin-top: 20px;
}

#learningcontent  {
	height: 175px;
	width: 250px;
	padding-right: 10px;
	margin-top: 150px;
	line-height: normal;
	color: #000;
	font-size: 12px;
	padding-top: 10px;
	
}

#learningcontent ul  {
	color: #000;
	font-size: 12px;
	line-height: normal;
	list-style-type: disc;
	
}
#contactform  {
	float: right;
	height: 460px;
	width: 245px;
	text-align: left;
	background-image: url(images/contactbox.jpg);
	padding-left: 5px;
	font-weight: bold;
}

