
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
}
ol,     /* conflicts w/ navDropFly.css */
ul, dl, dt, dd {
	position: relative;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-family: Tahoma, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: gray;
}


h1 {
	padding: 0 0 10px;
	font-size: 24px;
	line-height: 24px;
	color: #072a5e;    /* dark blue */
}
h2 {
	font-size: 16px;
	padding: 8px 0 4px;
	color: #072a5e;    /* dark blue */
}
h3 {
	font-size: 13px;
	padding-top: 6px;
	color: #072a5e;    /* dark blue */
}
h4 {
	padding: 8px 0 0;
	font-size: 12px;
}
h5 {
	padding: 6px 0 0;
}
h6 {
	padding: 4px 0 0;
}
p {
	padding: 0 0 10px;
}

dl {
	margin-bottom: 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}
blockquote {
	margin: 0 20px 0; 
}
form {
	display: inline;
}
li,
.pod li {
	margin-left: 24px;
	padding-bottom: 10px;    /* matches padding on p */
}
	li li,
	.pod li li {
		padding-bottom: 2px;
	}
	.showChildren li,
	.pod .showChildren  li {
			padding-bottom: 4px;
		}
		#ie6 .function ol.showChildren li,
		#ie6 .pod.function ol.showChildren li {    /* ie6: fixes first line indent/strange wrapping error */
				width: 94%;
				margin: 0;
			}

th {
	padding: 3px;
	border-bottom: 1px solid #afbdcd;    /* light blue-grey */
}
td {
	padding: 3px;
}
sup {
	font-size: 10px;
	color: #666;
}



a:link, 
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover, 
a:active {
	color: orange;
}

a.rev {    /* email scramble */
	unicode-bidi: bidi-override;
	direction: rtl;
}

/* -------------- standard tags for basic/global functionality -------------- */
/* begin */

#createdBy {
	display: none;
}

.linkToAdmin {
	position: absolute;
	right: 10px;
	top: 0;
}

.fileDetails {
	font-size: 10px;
	color: #555;
}

.hidden {
	display: none;
}


#ie7plus .tipdown div ol,
#ie7plus .tipdown div ul,
#ie7plus .tipdown div,
#ie6 .tipdown div ol,
#ie6 .tipdown div ul,
#ie6 .tipdown div {    /* corrects tipdown slides display for ie; slide fails if its contents contain elements with 'position: relative' */
	position: static; 
}
.tipdownTrigger {
}
	a:link.tipdownTrigger,
	a:visited.tipdownTrigger {
		color: #002d62;     /* dark blue */
		padding-right: 16px;
		background: url(http://www.casakentco.org/includes/files/base/images/icons/icon-arrow-tipdown.png) right 2px no-repeat;
	}
		#ie6 a:link.tipdownTrigger,
		#ie6 a:visited.tipdownTrigger {
		color: #002d62;     /* dark blue */
			background: url(http://www.casakentco.org/includes/files/base/images/icons/icon-arrow-tipdown.gif) right 2px no-repeat;
		}
	a:hover.tipdownTrigger,
	a:active.tipdownTrigger {
		color: #0059c2;     /* med blue */
		background: url(http://www.casakentco.org/includes/files/base/images/icons/icon-arrow-tipdown.png) right -22px no-repeat;
	}
		#ie6 a:hover.tipdownTrigger,
		#ie6 a:active.tipdownTrigger {
			color: #0059c2;     /* med blue */
			background: url(http://www.casakentco.org/includes/files/base/images/icons/icon-arrow-tipdown.gif) right -22px no-repeat;
		}
.tipdownContent {
	display: none;
	padding-bottom: 15px;
}


.warning {
	color: red;
}

.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
}

.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}



/* -------------- Front/Admin crossover styles  (names must be consistent) -------------- */
.alignLeft {
	float: left;
}
.asset.alignLeft {
	margin-right: 10px;
}
img.alignLeft {
	float: left;
	padding: 0 8px 4px 0;
}

.alignRight {
	float: right;
}
.asset.alignRight {
	padding: 4px;
	margin-left: 10px;
}
img.alignRight {
	float: right;
	padding: 0 0 4px 8px;
}

.alignCenter,
.alignCenter img {
	display: block;
	margin: 0 auto;
}

span.caption {
	display: block;
	padding: 2px 0 4px;
	font-size: 10px;
	font-style: italic;
}



.function ol.showChildren {    /* used by show current children function */
	border: 0px solid red;
}
	.function ol.showChildren li,
	#main .function ol.showChildren li {
		list-style: none;
		margin-left: 0;
	}



/* POD STYLES... indent, callout A, callout B, pull quote, col (half pg) */
span.TAB {
	display: block;
	float: left;
	width: 20px;
	width: 2%;    /* verify */
	height: 1px;    /* must be at least 1 */
}
.NOTE {
	font-size: 11px;
	color: #999;
}
	#special span.NOTE {
		font-size: 10px;
		color: #555;
	}
span.CALLOUT {
	color: #cc3300;    /* orange */
	font-size: 110%;
}
span.WARNING {
	color: #600;    /* dark red */
}
span.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
}

.INDENT {
	margin-left: 20px;
	margin-right: 20px;
	margin-left: 4%;    /* verify */
	margin-right: 4%;    /* verify */
}
.CALLOUT-A {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
	padding-left: 10px;
	width: 205px;
	border-left: 1px solid #072a5e;    /* dark blue */
}
.COLHALF {
	position: relative;    /* for IE 6 */
	float: left;
	width: 47%;
	margin-right: 2%;
}
	#ie6 .COLHALF {
		margin-right: 1%;
	}
.PULLQUOTE {
	color: #999;
	margin: 0 20px;
	font-size: 16px;
	line-height: 24px;
}
	.PULLQUOTE em {
		font-size: 11px;
		color: #666;
	}
.INTRO {
	line-height: 24px;
}
.FOOTNOTE {
	margin: 30px 10px 0;
	font-size: 10px;
	color: #999;
}
	.FOOTNOTE li {
		padding-bottom: 0;
	}





/* end */

/* end */













#page {
	text-align: left;
	width: 780px;
	margin: 0 auto 0 auto;
	background: white;
}

#logo {
	padding: 4px 0 4px 53px;
}
#nConstant {
	position: relative;
	float: right;
	width: auto;
	color: #920909;    /* dark red */
	padding: 60px 20px 0 0;
}
	#nConstant li {
		list-style: none;
		display: inline; 
		font-size: 11px;
		margin-left: 5px;
		padding: 0 0 0 6px;
		border-left: 1px solid #920909;    /* dark red */
	}
		#nConstant li.first {
			border: 0;
		}
		#nConstant li a:link, 
		#nConstant li a:visited {
			color: #C90D0D;    /* red */
			text-decoration: none;
		}
		#nConstant li a:hover, 
		#nConstant li a:active {
			color: orange;
			text-decoration: underline;
		}

#header {
	clear: both;
	position: relative;
	height: 155px;
	text-align: right;
	color: white;
	background: black;
	border: 5px solid #072a5e;    /* dark blue */
	border-width: 5px 0;
}


#nPrimary {
	position: absolute;
	top: 25px; 
	left: 30px;
	height: 125px;
	text-align: left;
	text-transform: uppercase;
	width: 157px;
	padding: 5px 0;
	background: #C90D0D;    /* red */
}
	#ie6 #nPrimary {
		top: 27px;
	}
	#nPrimary li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		#ie6 #nPrimary li {    /* prevents extra space from being added... */
			border: 1px dashed #C90D0D;    /* red */
		}

	#nPrimary li a:link,
	#nPrimary li a:visited {
		display: block;
		padding: 2px 0 2px 15px;
		color: white;
	}
	#nPrimary li a:hover,
	#nPrimary li .current a:link,
	#nPrimary li .current a:visited {
		background: url(http://www.casakentco.org/includes/files/base/images/nPrimary-currentBG.gif) left 5px no-repeat;
	}
	#nPrimary li a:hover {
		text-decoration: underline;
	}


#nSecondary {
/*	padding-left: 15px; */
	padding-bottom: 20px;
}
	#nSecondary ol {
		margin: 4px 0;
		padding: 4px 0;
		border: 1px solid #072a5e;    /* dark blue */;
		border-width: 1px 0;
	}
		#nSecondary li {
			list-style: none;
			padding: 3px 0;
		}
		#nSecondary li .current a:link,
		#nSecondary li .current a:visited {
			font-weight: bold;
		}
		#nSecondary li ol {
			margin: 0;
			padding: 0;
			border: 0;
		}
			#nSecondary li ol li {
				padding: 0;
			}





#content {
	position: relative;
}

#contentLeft {
	position: relative;
	float: left;
	margin: 70px 0 0 30px;
	width: 152px;
}
	#ie6 #contentLeft {
		margin-left: 15px;
	}
	#contentLeft a:hover {
		text-decoration: none;
	}
#contentText {
	position: relative;
	float: left;
	margin: 30px 0 0 20px;
	padding: 0 15px 0 0;
	width: 528px;
	line-height: 1.5em;
	border: 0px dashed red; 
}
	#contentText .faq p {
		padding: 10px 0 0;
	}
		#contentText .faq .hidden {
			margin-left: 15px;
		}
			#contentText .faq .hidden p {
				padding: 0;
			}



#footer {
	clear: both;
	margin: 20px 0 0;
	padding: 5px 10px 5px;
	font-size: 11px;
	color: #CCC;
	background: #072a5e;    /* dark blue */
}
	#footer a:link,
	#footer a:visited {
		color: white;
	}
	#footer a:hover {
		color: orange;
	}
	#footer p {
		font-size: 10px;
		font-style: italic;
	}
	#footer ol {
		list-style: none;
		float: right;
	}
	#footer li {
		float: left;
		padding-left: 10px;
	}






















/* -------------- MODULE: People -------------- */


.people {
	position: relative;
	clear: left;
	width: 100%;
}
		 #ie7plus .people {
			height: 1%;    /* removes 3px jog */
		}
	.person {
		position: relative;
		clear: left;
		margin-left: 130px;
		padding-bottom: 10px;
	}
		 #ie6 .person {
			height: 1%;    /* removes 3px jog */
		}
		.person .photo {
			position: relative;
			float: left;
			margin: 0 10px 10px 0;
			margin-left: -130px;
			background: #CCC;
		}
			#ie6 .person .photo {
				display: inline;
			}
		.person .title {
			font-weight: bold;
			padding-bottom: 0;
		}
		.person .email {
			padding: 0;
			margin-top: -6px;
		}
	.person.noPhoto {
		margin-left: 0;
	}
	.people .readMoreClose {
/*		padding-left: 10px; */
	}


/* end */