/* --- Main CSS for drkersty.com Website --- */

body {
	color: #000;
	background-color: #660066;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 5%;
	font-size: 11pt;   /* was medium */
}

/* --- wrapper for additional control top strip --- */
#wrapper {    
	width: 100%;
	margin: 20px auto;
}

/* --- header - contains the image --- */
#header {
	margin: 0;
	padding: 0;
	height: 100px;
	background: transparent;
	color: fuchsia;
	text-align: center;  /*was left */
}

/* --- main navigation --- */

#mainNav {
  margin: 0;
  text-align: center;   /* was left */
  padding: 10px 0;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #000;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	white-space: nowrap;
}

#mainNav li {
	display: inline;
	list-style-type: none;
}

#mainNav li a {
	padding: 0.2em 0.5em;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#mainNav a:hover, #mainNav a:active {
	background-color: White; 
	color: #000;
}
/* textNav */
#textNav {
  margin: 0;
  text-align: left;
  padding: 10px 0;
  color:red;
}

#textNav ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: red;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
/*	white-space: nowrap; */
}

#textNav li {
	display: inline;
	list-style-type: none;
}

#textNav li a {
	padding: 0.2em 0.5em;
/*	color: #fff; */
	color: fuchsia;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#textNav a:hover, #textNav a:active {
	background-color: White; 
	color: #000;
}



/* --- you are here processing mainNav making current page bold italic font--- */
#home #nav_home a,
#credentials #nav_cred a,
#situations #nav_situ a,
#principles #nav_prin a,
#contactme #nav_cont a
{
	font-weight: bold;
	font-style: italic;
}

/* --- subNav: - used in situations --- */

#subNav {
	margin: 0;
  text-align: left;
  padding: 10px 0;
 	font-size: 0.8em;
}

#subNav ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #00008B;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
	white-space: nowrap;
	font-size: 0.8em;
	color: white;
}

#subNav li {
	display: inline;
	list-style-type: none;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #fff;
	padding: 1px;
}

#subNav li a {
	padding: 3px 5px 3px 5px;
	color: white;
	text-decoration: none;
}

#subNav a:hover, #subNav a:active {
	color: white;
	font-weight: bold;
}

/* --- content div markup --- */

#content {
	background-color: #DDDDDD;
	margin: 0 0 0 0;
	padding: 20px;
	width: 90%;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
}

#content h2 {
	font-size: 1.1em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
/*	border-bottom: 1px dotted #EF7600; */
}

#content h3 {
	font-size: 1.0em;
	font-style: italic;
}

#content p ul {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em; 
}

#content img.bio {
	float: left;
	margin-right: 5px;
}

#content table {
	margin: 0 auto;
	padding: 0.5em;
	background-color: #E4E8F8;
	border: 1px solid #C9CEEC;
}

#content td {
	padding: 0 0.5em;
	font-size: 0.85em;
	border-bottom: 1px dotted #C9CEEC;
}
#content a:hover, #content a:active {
	color: black;
	font-weight: bold;
}

#home #content a {
	color: #00FFFF;
	font-weight: bold;
	font-style: italic;
}
#content a {
	color: #00008B;
	font-weight: bold;
	font-style: italic;
}
#content a:hover, #content a:active {
	background-color: White; 
	color: #000;
}

#applying blockquote {
	font-size: .85em; 
	font-style: italic;
} 

#applying blockquote strong {
	font-style: italic;
	font-weight: bold;
}


/* --- special markup for the home content --- */
#home #content {
	background-color: transparent;
	margin: 0;
	padding: 20px;
	width: 90%;
	color: white;
	border: medium double rgb(250,0,255)
}
#home #body {
background-color: #660066
}

#home #footerNav {
	clear: both;
	margin: 10px auto 0px auto;
	text-align: center;
	border-top: 1px solid white;
	width: 100%
}
/* --- special markup for the contactme content --- */
#contactme #contact {
	background-image: url(flower.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center
	}

/* --- Footer navigation --- */

#footerNav {
	clear: both;
	margin: 10px auto 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	width: 100%
}

#footerNav ul {
	clear: both;
	padding: 0;
	margin: 0 auto;
	background-color: transparent;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#footerNav li {
	display: inline;
	list-style-type: none;
}

#footerNav li a {
	padding: 0.2em 0.5em;
	color: #fff;
	text-decoration: none;
}

#footerNav a:hover, #footerNav a:active {
	background-color: White; 
	color: #000;
}

/* --- Footer section --- */

#footer {
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: transparent;
	color: white;
	text-align: center;
	padding: 5px 0 5px 0;
}

#footer p {
	margin-bottom: 0;
	margin-top: 0.25em;
}

#footer a {
	text-decoration: none;
	color: White;
	font-weight: bold;
}

#footer a:hover {
	font-style: italic;
	text-decoration: underline;
}

cite {
	display: block;
	margin: 0.5em;
}

/* --- testimonials --- */
p.testimonial {
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;	
	padding-bottom: 30px;
	background-image: url(images/rule.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

p.indent5cm {
	margin-left: 5cm
	}
.totop {
	padding-left: 18px;
	background-image: url(images/top.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.totop a {
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.urgent {
	color: red;
}

/* --- interview --- */
#interview {
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
}

#interview p.spkr {
	clear: both;
	float: left;
	font-size: 0.90em;
	width: 60px;
	margin: 0;
}

p.qtxt {
	font-style: italic;
	margin-left: 65px;
}

p.atxt {
	font-style: normal;
	font-weight: bold;
	margin-left: 65px;
}

