/*color palette

blue 3F4066
beige D2C8BC
light beige EDE9DE
med gray 7F7F7F
light gray ECEDE5
lightest gray F8F7F5
*/

#antiSpam { display: none; }

body, #page, #subpage, #qna, #banner, #teasers, #homepage, #home_banner, #nav, #nav ul, #nav ul li, #nav ul li a, img, img.right, #content	{
	margin: 0;
	padding: 0;
}

/* style for the entire page - everything visible within the browser window. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #EDE9DE;
	margin: 16px 0 0 0;

}
#container{
	margin: auto;
	width: 750px;
}

/* style for large div that forms page layout. */
#page, #page_home {
	padding: 0;
	width: 750px;
	background-repeat: no-repeat;
	background-color: #ebebe4;
	border: 5px solid #fff;
	float: left;
}

#page{
	background-image:url(../images/bg_sub5.jpg);
}

#page_home {
	background-image:url(../images/bg_home5.jpg);
}


/*------------Styles for div containers in page layout.-------------------*/

#splash	{
	float: right;
	width: 450px;
}

#subpage	{
	clear:both;
	float:left;
	width: 200px;
}

#banner	{
	float:left;
	width: 500px;
	height: 90px;
	margin-left:10px;
}

#content	{
	width: 480px;
	float: left;
	padding: 15px;
	margin-top: 70px;
}

#content_404	{
	width: 400px;
	float: left;
	padding: 15px;
	margin-left: 80px;
}

#qna	{
	width: 480px;
	float: left;
}
#questions	{
	width:350px;
	float: left;
	padding: 0;
	margin: 0;
}

#questions p	{
	font-weight:700;
	color:#666;
}

#questions a	{
	text-decoration:none;
}

.links a{
	display: block;
	text-decoration:none;
	width: 140px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	padding: 4px 0 4px 18px;
}

.links a:hover{
	color: #000;
	text-decoration: underline;
}

ul.arrow{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	padding: 0;
	}
	
ul.arrow li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 4px 0 4px 18px;

	}

#footer {
	width: 740px;
	clear: both;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	margin: auto;
	text-align: center;
}

#copyright{
margin-top: 20px;
font-size: 1em;
}

/*------------- Navigation and Link styles ---------------*/

#nav {
	width: 750px;
	float:left;
	height: 62px;
}

#nav ul	{
	list-style: none;
	margin: 0;
}

#nav ul li	{
	float:left;
}

#nav ul li a {
	display:block;
	text-decoration:none;
}

#nav ul li a:hover {
background-color: #fff;
}


#subnav {
	padding-top: 170px;
	width: 200px;
	float: left;
}

#subnav ul	{
	width: 140px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

#subnav li	{
	width: 140px;
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#subnav ul li a	{
	display: block;
	text-decoration:none;
	width: 140px;
	padding: 8px 10px 10px 22px;
	margin-left: 10px;
	border-bottom: 1px solid #F5F6F0;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 3px 12px;
}

#subnav ul li a:hover {
	color: #000;
	background-color: #fff;
	}


/* Regular links on page - normal state */
a {
	color: #3F4066;
}

/* Regular links - roll-over state */
a:hover {
	color: #000;
}

/*----------- Home Page and Teasers ----------- */

#homepage {
	clear:both;
	float: left;
	width: 370px;
	height: 491px;
	margin-top: -7px;
}

#home_banner{
	float: left;
	margin-top:10px;
}

#teasers {
	float:left;
	width: 410px;
}

.module	{
	float: left;
	width: 170px;
	margin: 0;
}

.module3 {
	 float: left;
	 width: 443px;
	 padding-bottom: 7px;
	 margin-bottom: 10px;
	 background-repeat: no-repeat;
	 background-position: -1px bottom;
	 background-image: url("../images/teaser_announce_footer.gif");
}

.module3 .tease3 {
	padding: 38px 25px 0 25px;
	background-color: #edede3;
	background-repeat: no-repeat;
	border-left: 1px solid #b2b0ac;
	border-right: 1px solid #b2b0ac;
	background-image: url("../images/teaser_announce_header.gif");
}

.ornate_box	{
	width: 360px;
	height: 90px;
	background-image:url(../images/teaser_general.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding: 14px 60px 0 60px;
	text-align: center;
}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

div.top_clear {
  clear: both;
  padding: 0;
  margin: 0;
  height:75px;
}

.tease	{
	margin: 0 10px;
	padding: 0;
}

.tease2	{
	margin: 0 0 0 13px;
	padding: 0;
}


/*------------ Type styles --------------- */

h1 {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7F7F7F;
	margin: 0 0 9px 0;
	padding: 0 0 6px 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #CAC9BF;
}

h2 {
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3F4066;
	letter-spacing:0.05em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 6px 0;
	margin:0;
}

h4, .post blockquote {
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.05em;
	color:#3F4066;
	margin: 15px 40px 15px 0;
	padding:10px;
	font-style:italic;
	line-height:180%;
	border: 1px solid #D2C8BC;
	background-color:#F1E5C8;
	background-image:url(../images/beige_gradient.gif);
}

.post blockquote {
	font-weight: bold;
}

.post blockquote p {
	padding: 0;
}

#content h3	{
	clear: both;
}

#sidebar h3	{
	clear: both;
}

p {
	line-height: 160%;
	margin:0;
	padding: 0 0 12px 0;
}

img	{
	behavior: url(/functions/iepngfix.htc);
}

img.right	{
	margin: 0 0 5px 5px;
	border:0;
	float: right;
}

img.left	{
	border: ;
	margin: 0;
	float: left;
}

img.books	{
	border: 1px solid #000;
	margin: 0 10px 5px 0;
	float: left;
}

#gallery img	{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	margin: 5px;
	float: left;
}

#speaking img	{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	margin: 5px;
	float: right;
}

#tv img	{
	border: 2px solid #ccc;
	background-color: #000;
	padding: 7px;
	margin: 0 11px 15px 0;
	float: left;
}

.specialnote	{
	font-style:italic;
	font-size:.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 20px;
	font-style:normal;
}

.question	{
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.answer	{
}

.next	{
	text-align:right;
	padding-right: 30px;
	text-decoration:none;
}

.topic	{
	font-weight: normal;
	font-style: italic;
}

.date	{
	font-weight: normal;
}

.filesize	{
	font-weight: normal;
}

/* Bulleted list */
ul {
	line-height: 160%;
	list-style-type: square;
	font-size: 1em;
	padding-left: 16px;
	margin: 0;
	
}

#qnalists	{
	line-height: 160%;
	list-style-type:disc;
	margin-left: 5px;
}

/* Numbered list */
ol {
	line-height: 16px;
	list-style-type: decimal;
}

/* List items */

li	{
	padding: 0;
	padding-bottom: 5px;
}


/*------------- Styles for table data and charts. ----------------*/

/* Sets color for table borders.*/
.chart {
	background-color: #ccc;
}

/* Sets color/style for table headings.*/
.chart th {
	background-color: #eee;
	text-align: left;
}

/* Sets color/style for table cells.*/
.chart td {
	background-color: #fff;
}

/* Notes for clients */
.note {
	background-color:#CCFF99;
}

.expandingbox {
	border: 1px solid #D2C8BC; 
	padding: 4px; 
	margin-bottom: 3px;
	background-image:url(../images/qa_head.gif);
	background-repeat: no-repeat;
}

.expandingbox h2{
font-size: 14px;
display: inline;
}

.expandingbox ul{
margin-left: 10px;
}

.handcursor{
cursor:hand;
cursor:pointer;
}

.book{
width: 120px;
float: left;
background-image:url(../images/beige_gradient.gif);
padding: 10px;
border: 1px solid #AC9470;
}

.book_desc{
padding-left: 20px;
float: left;
width: 280px;
}

.form_button{
background-color: #3F4066;
color: #fff;
border: 1px solid #000;
}

.search_form{
margin-left: 12px;
margin-top: 20px;
}

.captcha_notvalid, .captcha_2, INPUT.captcha[type=submit] { display: none; }

.captcha_1 { font-size: .9em; }