@charset "UTF-8";
.clrfloat {
	clear: both;
}
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F3FAF9;
}
#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 180px;
	position: relative;
	margin: 0;
}
#header_title      {
	height: 130px;
	top: 14px;
	position: relative;
	width: 530px;
	float: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#header h2 {
	position: absolute;
	height: 165px;
	width: 144px;
	right: 100px;
	background-image: url(../images/header_portrait.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	bottom: 0px;
}
#header #nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 800px;
	margin: 0;
	padding: 0;
}
#header  #nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 0 2px 50px;
}
#header #nav li {
	display: inline;
}
#header #nav a.current {
	background-color: #BCE2DD;
}
#header #nav a:hover {
	background-color: #BCE2DD;
}
#header #nav a {
	background-color: #F4DC9D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
	color: #000;
	margin: 0 5px 0 0;
	padding: 4px 12px 2px 12px;
}
#footer  {
	padding: 5px 10px;
	background-color: #F4D793;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: .8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #666666;
	border: 1px solid #CCCCCC;
	margin: 15px 0;
} 
#footer  .links a {
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
	margin: 0 2px;
}
#footer a.email {
	color: #666666;
}
#footer a.email:hover {
	text-decoration: none;
}
#footer .links a:hover {
	text-decoration: underline;
}
#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: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent  {
	padding: 0 10px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
#mainContent .dscptn  {
	font-family: "Trebuchet MS";
	font-size: 1
.em;
	color: #274B43;
	margin: 0;
	padding: 25px 15px 0 15px;
	line-height: 1.5em;
	width: 245px;
}
#mainContent #subdscptn {
	font-size: 0.9em;
	font-family: "Trebuchet MS";
	color: #274B43;
	margin: 25px 0 25px 0;
	padding: 0 15px 0 15px;
	line-height: 1.7em;
	width: 245px;
}
#mainContent #dscptn .namehighlight {
	font-style: italic;
	color: #000099;
}
#leftclmn .biolink {
	color: #990066;
	text-decoration: none;
	display: block;
	/*background-color: #FAE4B8;*/
	width: 150px;
	margin: 10px auto;
	padding: 3px 2px;
	/*border: 1px solid #CCCCCC;*/
	font-family: "Trebuchet MS";
	font-style: normal;
	font-size: .8em;
	text-transform: uppercase;
}
#leftclmn .biolink:hover {
	text-decoration: underline;
	/*background-color: #F8EDD5;*/
}
#mainContent #leftclmn {
	width: 270px;
	float: left;
	text-align: center;
	position: relative;
	height: 320px;
}
#mainContent #centerclmn {
	width: 255px;
	float: left;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 10px;
	height: 300px;
	position: relative;
}
#mainContent #rightclmn {
	width: 250px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	height: 300px;
}
#rightclmn #rtclbox {
	background-color: #F8E4B5;
	margin: 0 10px;
	border: 1px solid #CCCCCC;
	padding: 20px 12px;
	height: 250px;
}
#rtclbox .hpquote {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rtclbox .hpquotename {
	text-align: right;
	font-size: 0.9em;
	line-height: 1em;
}
.shadow {
	background: url(../images/shadow.gif) no-repeat right bottom;
	margin: 0 auto;
	width: 236px;
	position: relative;
	top: 6px;
	left: 4px;
}
#rightclmn p {
	margin: 0;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rightclmn .seeother {
	text-align: center;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	padding: 3px;
	width: 150px;
	background-color: #F9E3B1;
	margin: 10px auto 0 auto;
	border: 0px solid #CCC;
	font-size: .8em;
	text-transform: lowercase;
	display: block;
}
#rightclmn .seeother:hover {
	text-decoration: underline;
}
#mainContent .whyuslink {
	margin: 0px auto;
	padding: 0;
	display: block;
border: 0;
}
#centerclmn  img.eliz {
	margin: 5px auto;
	position: absolute;
	bottom: 2px;
	left: 10px;
}
#mainContent .bottomticker {
	text-align: center;
	display: block;
	padding-top: 15px;
	font-size: .9em;
}
#mainContent   .newprogram:hover {
}
#mainContent  .note {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 0;
}
#mainContent   .zonein {
	font-size: 1em;
	font-style: italic;
	color: #000099;
	text-decoration: none;
	margin: 6px 0 6px 10px;
	padding: 0;
}
#mainContent  .zonein:hover {
	text-decoration: underline;
}
#mainContent  .zonequote {
	color: #333333;
	text-decoration: none;
	margin: 0 0 0 10px;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003333;
	margin: 15px 5px;
}
#mainContent    p   {
	font-family: Calibri;
	margin-left: 5px;
	margin-top: 10px;
}
#mainContent ol, #mainContent ul {
	font-family: Calibri;
}
#mainContent h3 {
	font-family: Calibri;
	color: #000066;
	margin: 10px 0 10px 5px;
}
#mainContent h2 {
	color: #990000;
	font-family: Calibri;
	margin: 0 0 0 5px;
}
#sidebar {
	width: 270px;
	float: right;
	top: 20px;
	right: 10px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-x;
	background-color: #DCEADF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	position: relative;
}
#sidebar  h2, #sidebar h3 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: lighter;
}
#sidebar p {
	color: #666666;
}
#mainContent p.test_text    {
	padding: 0 20px;
	margin: 0;
}
p.test_name {
	font-size: 0.9em;
	margin: 0;
	font-style: italic;
}
#mainContent .test_bot {
	height: 66px;
	width: 385px;
	background-repeat: no-repeat;
}
.left_test {
	width: 385px;
	float: left;
	text-align: justify;
	background-repeat: no-repeat;
	padding: 33px 0 0 0;
	margin: 0 0 10px 0;
}
#mainContent .left_test .test_name  {
	text-align: right;
	padding: 15px 50px 0 0;
}
.right_test {
	width: 385px;
	float: right;
	text-align: justify;
	background-repeat: no-repeat;
	padding: 33px 0 0 0;
	margin: 0 0 10px 0;
}
#mainContent .right_test .test_name  {
	text-align: left;
	padding: 15px 0 0 50px;
}
.left_test.blue, .right_test.blue {
background-image: url(../images/blue_speech_topmid.gif);
}
.left_test.green, .right_test.green {
background-image: url(../images/green_speech_topmid.gif);
}
.left_test .test_bot.blue {
background-image:url(../images/blue_speech_bot_left.gif)
}
.left_test .test_bot.green {
background-image:url(../images/green_speech_bot_left.gif)
}
.right_test .test_bot.blue {
background-image:url(../images/blue_speech_bot_right.gif)
}
.right_test .test_bot.green {
background-image:url(../images/green_speech_bot_right.gif)
}
.float_right {
	float: right;
	margin: 0px 15px 15px 15px;
	border: 3px solid #999999;
}
