@charset "UTF-8";
body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/KDbg.jpg);
	background-repeat:repeat-x;
	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;
}

hr { color:#00a4ca;}

.class1 A:link {text-decoration: none; color:#00a4ca;}
.class1 A:visited {text-decoration: none; color:#00a4ca;}
.class1 A:active {text-decoration: none; color:#a33130;}
.class1 A:hover {text-decoration: none; color:#a33130;}

.class2 A:link {text-decoration: none; color:#888888;}
.class2 A:visited {text-decoration: none; color:#888888;}
.class2 A:active {text-decoration: none; color:#a33130;}
.class2 A:hover {text-decoration: none; color:#a33130;}

h5 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	text-transform: uppercase;
	text-align: left;
}
	
.classBlue {color:#00a4ca;}

.classGray {color:#888888;}

.thrColFixHdr #container { 
	width: 1000px;  /* 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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	padding: 0;
} 

.headerLogo {
	width: 425px;
	height: 93px;
	float:left;
}

.headerNav {
	width:575px;
	height:93px;
	background-image:url(images/headerRight.jpg);
	float:left;
}

.thrColFixHdr #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: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	text-transform: uppercase;
}

.thrColFixHdr #photo { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	float:left;
}

.sidebarPhotoleft {
	float: left; /* since this element is floated, a width must be given */
	width: 425px; /* 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 */
	height: auto;
}

.mainPhoto {
	float: left; /* since this element is floated, a width must be given */
	width: 539px; /* 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 */
	height: auto;
}

.sidebarPhotoright {
	float: left; /* since this element is floated, a width must be given */
	width: 36px; /* 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 */
	height: auto;
}
.thrColFixHdr #contentHome { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	float:left;
}

.thrColFixHdr #contentPages { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	float:left;
}

.sidebarContentleft {
	float: left; /* since this element is floated, a width must be given */
	width: 425px; /* 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 */
	height: 100%;
	background-color:#FFF;
	vertical-align:top;
}

.sidebarContentleft h4 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #00a4ca;
	padding-right:40px;
	text-transform: uppercase;
}

.mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 539px; /* 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 */
	height: auto;
	background-color:#FFF;
	vertical-align:top;
	border-left:thin;
	border-left-color:#00a4ca;
	border-left-style:solid;
}
.maincontentPhotos {
	float: left;
	height: auto;
	width: 539px;
	
}

.mainContent p {
	padding-left: 15px;
	text-align:left;
	
}

.mainContent h5 {
	padding-left: 15px;
}

.mainContentPages {
	float: left; /* since this element is floated, a width must be given */
	width: 964px; /* 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 */ 
	height: auto;
	background-color:#FFF;
	vertical-align:top;
}

.mainContentPages h5 {
	padding-left: 15px;
}

.mainContentPages p {
	padding-left: 15px;
}

.leftBox {
	width:425px;
	margin-right:0;
	background-image:url(images/100reasonsBG.jpg);
	background-repeat:repeat-y;
	float:left;
}

.leftBox h3 {
	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-left:65px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

.leftBox 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-left:55px;
	padding-right:26px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.sidebarContentright {
	float: left; /* since this element is floated, a width must be given */
	width: 36px; /* 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 */
	height: auto;
	background-color:#FFF;
	vertical-align:top;
}
.thrColFixHdr #footer { 
	width:1000px;
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.thrColFixHdr #footer h2 {
	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 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #00a4ca;
	text-transform: uppercase;
}
.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;
}
