/* agelessdreamer_screen.css */


.dev-note { font-style: italic; color: #00f; }


/* ======================================== */
/* Defaults */
/* ======================================== */

body,
h1, h2, h3, h4, h5, h6, p, a,
ol, ul, dl, li,
table, tr, th, td
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a { color: #000; }






/* ======================================== */
/* Layout */
/* ======================================== */
body
{
	margin: 0px;
	background-color: #dedcca;
	color: #000;
}

div#Main
{
	position: relative;
	width: 760px;
	margin: 20px auto;
	background-color: #fff;
	color: #000;
	text-align: left;
}


/* ======================================== */
/* Page Header */
/* ======================================== */
div#PageHeader
{
	position: relative;
	height: 389px;
	background: #fff url("../images/page_header_bg.gif") no-repeat scroll top center;
	color: #000;
}

/* -------------------- */
/* Logo */
/* -------------------- */
div#PageHeader h1
{
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
}


/* -------------------- */
/* Main Navigation */
/* -------------------- */
div#PageHeader ul#MainNav
{
	position: absolute;
	top: 125px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#PageHeader ul#MainNav li { position: absolute; height: 25px; }
div#PageHeader ul#MainNav li.upper-outer { top: 0px; }
div#PageHeader ul#MainNav li.upper-inner { top: 0px; }
div#PageHeader ul#MainNav li.lower-outer { top: 229px; }
div#PageHeader ul#MainNav li.lower-inner { top: 229px; }
div#PageHeader ul#MainNav li#MainNav01 { left: 0px; }
div#PageHeader ul#MainNav li#MainNav02 { left: 186px; }
div#PageHeader ul#MainNav li#MainNav03 { left: 371px; }
div#PageHeader ul#MainNav li#MainNav04 { left: 556px; }
div#PageHeader ul#MainNav li#MainNav05 { left: 0px; }
div#PageHeader ul#MainNav li#MainNav06 { left: 186px; }
div#PageHeader ul#MainNav li#MainNav07 { left: 371px; }
div#PageHeader ul#MainNav li#MainNav08 { left: 556px; }


/* -------------------- */
/* Action Navigation */
/* -------------------- */
div#PageHeader ul#ActionNav
{
	position: absolute;
	top: 10px;
	left: 371px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#PageHeader ul#ActionNav li
{
	display: block;
	position: absolute;
	top: 0px;
}

div#PageHeader ul#ActionNav li#ActionNav01 { left: 0px; }
div#PageHeader ul#ActionNav li#ActionNav02 { left: 127px; }
div#PageHeader ul#ActionNav li#ActionNav03 { left: 254px; }

div#PageHeader ul#ActionNav li img { border: none; }

/* -------------------- */
/* Media (Flash/Image) */
/* -------------------- */
div#PageHeader div#HeaderMedia
{
	position: absolute;
	top: 152px;
	left: 10px;
}


/* ======================================== */
/* Page Body */
/* ======================================== */
div#PageBody
{
	position: relative;
	background-color: #fff;
	color: #000;
}

/* -------------------- */
/* Column Definitions */
/* -------------------- */
div#PageBody div.leftColumn
{
	float: left;
	margin: 0px 0px 0px 10px;
}

div#PageBody div.rightColumn
{
	float: right;
	margin: 0px 10px 0px 0px;
}

div#PageBody div.width1 { width: 184px; }
div#PageBody div.width2 { width: 369px; }
div#PageBody div.width3 { width: 554px; }

div.clear { clear: both; }






/* -------------------- */
/* .content             */
/* -------------------- */

div.content
{
	padding: 0px 0px 12px 0px;
}

/* header */
h2.contentHeader
{
	height: 24px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

div.width1 div.content h2 { background: #d7d5bd url("../images/content_box_head_width1_bg.gif") no-repeat scroll top center; }
div.width2 div.content h2 { background: #d7d5bd url("../images/content_box_head_width2_bg.gif") no-repeat scroll top center; }
div.width3 div.content h2 { background: #d7d5bd url("../images/content_box_head_width3_bg.gif") no-repeat scroll top center; }

/* body */
div.contentBody
{
	padding: 12px 0px 0px 0px;
	border: 1px solid #d7d5bd;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	background-color: #f3f2eb;
}

div.content h3,
div.content h4,
div.content h5,
div.content h6
{
	margin: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

div.content h3
{
	font-size: 14px;
	line-height: 18px;
}

div.content p
{
	padding: 0px 0px 12px 0px;
	margin: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 16px;
}

div.content p.top
{
	padding-top: 12px;
}


address { margin: 0px 10px 12px 40px; }

hr
{
	height: 1px;
	background-color: #d7d5bd;
	border: none;
	margin: 0px 10px;
}

ul.content
{
	margin: 0px 40px 0px 40px;
	padding: 0px 0px 10px 0px;
}

ul.content li
{
	line-height: 16px;
}

blockquote
{
	margin: 10px 20px;
	font-style: italic;
}


/* footer */
div.contentFooter
{
	height: 8px;
	font-size: 1px; /* :HACK: fixes gap in IE */
	line-height: 0px;
}

div.width2 div.contentFooter
{
	background: #f3f2eb url("../images/content_box_foot_width2_bg.gif") no-repeat scroll bottom center;
}

div.width3 div.contentFooter
{
	background: #f3f2eb url("../images/content_box_foot_width3_bg.gif") no-repeat scroll bottom center;
}


/* IMAGES */
img
{
	border: none;
}

img.border01
{
	border: 3px double #d7d5bd;
}

div.storyImageBox img
{
	margin-bottom: 5px;
}




/* -------------------- */
/* Sub-Navigation */
/* -------------------- */

/* Head */
div#PageBody div#SubNav p.head
{
	height: 25px;
	background: #d7d5bd url("../images/content_box_head_width1_bg.gif") no-repeat scroll top center;
	margin: 0px;
	padding: 0px;
}

div#PageBody div#SubNav p.head a
{
	float: left;
	margin: 5px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/* Body */
div#PageBody div#SubNav ul
{
	width: 182px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #d7d5bd;
	border-top: none;
	border-bottom: none;
}

div#PageBody div#SubNav ul li
{
	background-color: #f3f2eb;
	border-bottom: 1px solid #d7d5bd;
	padding: 2px 10px 3px 10px;
}

div#PageBody div#SubNav ul li p.year
{
	padding: 2px 10px 3px 10px;
}

/* Foot */
div#PageBody div#SubNav div.foot
{
	height: 15px;
	background: #d7d5bd url("../images/content_box_foot_width1_bg.gif") no-repeat scroll bottom center;
	font-size: 1px; /* :HACK: fixes gap in IE */
}

/* ======================================== */
/* Page Footer */
/* ======================================== */
div#PageFooter
{
	position: relative;
	background: #fff url("../images/page_footer_bg.gif") no-repeat scroll bottom center;
	text-align: right;
	padding: 0px 0px 3px 10px;
}

div#PageFooter img#BrailleImg {margin: 10px 20px 10px 410px;}


.terms
{
	font-size: 11px;
	font-style: bold; 
	color: #888;
	text-decoration: none;
}
/* -------------------- */
/* Text Navigation */
/* -------------------- */
/*
div#PageFooter ul#TextNav
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

div#PageFooter ul#TextNav li { display: inline; color: #666666; }
div#PageFooter ul#TextNav li a { color: #666666; }
*/


img.insert-left
{
	float: left;
	margin: 10px;
	padding: 10px;
}

img.insert-right
{
	float: right;
	margin: 10px;
	padding: 10px;
}



div.split-column
{
	margin: 10px;
}

div.first { margin-top: 12px; }

div.split-column table
{
	margin: 0px;
	padding: 0px;
}

div.split-column table td
{
	width: 50%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div.split-column table td.img
{
	text-align: center;
}

div.split-column table td h3,
div.split-column table td p
{
	margin: 0px;
	padding: 0px;
}


/* ======================================== */
/* About Us - Board of Directors */
/* ======================================== */

ul#BoardOfDirectorsList
{
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style-type: none;
}

ul#BoardOfDirectorsList li
{
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.directors
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.directors td
{
	vertical-align: top;
	padding: 0px 12px 12px 0px;
}

table.directors td.then p
{
	text-align: center;
	margin-top: 5px;
}

table.directors td.name
{
	width: 100%;
	vertical-align: bottom;
	padding: 0px 12px 12px 0px;
}

table.directors td.name h3
{
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

table.directors td.name p,
table.directors td.bio p
{
	margin: 0px;
	padding: 0px;
}




/* ======================================== */
/* About Us - FAQs */
/* ======================================== */
div#BrailleImage
{
	margin: 20px 0px 20px 0px;
	text-align: center;
}

div#BrailleImage img
{
	border: 1px solid #d7d5bd;
}


/* ======================================== */
/* Members - Members */
/* ======================================== */
div#WindowDecal
{
	margin: 20px 0px 20px 0px;
	text-align: center;
}

div#WindowDecal img
{
	border: 1px solid #d7d5bd;
}



/* ======================================== */
/* Seal - Seal Recipients */
/* ======================================== */
div#SealRecipientListing
{
	margin: 0px 10px;
}

div#SealRecipientListing h3
{
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	background: #dedccb url("../images/content_sub_heading_bg.gif") no-repeat scroll top left;
}

ul.seal-recipients
{
	list-style-type: none;
	margin: 20px;
	padding: 0px;
}

ul.seal-recipients li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

ul.seal-recipients li p
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.seal-recipients li img
{
	vertical-align: middle;
	margin: 0px 0px 0px 25px;
}


/* ======================================== */
/* News */
/* ======================================== */

div.newsCategory
{
	margin: 0px 10px 12px 10px;
	padding: 0px 0px 0px 0px;
}

h3.subSection,
div.newsCategory h3
{
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	background: #dedccb url("../images/content_sub_heading_bg.gif") no-repeat scroll top left;
}

ul.newsList
{
	list-style-type: none;
	margin: 12px 10px 12px 10px;
	padding: 0px;
}

ul.newsList li
{
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

ul.newsList li a
{
	font-weight: bold;
}

div.newsCategory p.newsArchiveLink
{
	padding: 0px;
	margin: 0px 10px 0px 10px;
}


ul.sitemap
{
	list-style-type: none;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
}

ul.sitemap li
{
	line-height: 16px;
}

ul.sitemap ul
{
	list-style-type: none;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

div.news h3.newsItem
{
	margin-bottom: 0px;
}



div.tabular
{
	margin: 0px 10px 0px 10px;
}

table.tabular td
{
	padding: 10px;
	border: 1px solid #dedccb;
	border-top: none;
}

table.tabular tr.odd td
{
	background-color: #f3f2eb;
}

table.tabular tr.even td
{
	background-color: #f3f2eb;
}

table.tabular p
{
	padding: 0px;
	margin: 0px;
}

table.tabular p.name
{
	font-weight: bold;
}


/* Pagination */
div.pagination
{
	padding: 5px 0px 5px 0px;
	/*border: 1px solid #dedccb;
	border-left: none;
	border-right: none;*/
	margin: 0px 10px 0px 10px;
}


div.pagination a,
div.pagination span.inactive
{
	padding: 2px 5px 2px 5px;
	border: 1px solid #dedccb;
	margin: 5px 0px 5px 0px;
}

div.pagination span.inactive
{
	background-color: #dedccb;
}





/* ======================================== */
/* FORM styles */
/* ======================================== */


form.oldschool
{
	margin: 15px 10px 15px 10px;
	padding: 0px;
}

form.oldschool fieldset
{
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #d7d5bd;
}

form.oldschool fieldset legend
{
	margin: 0px 0px 0px -5px;
	padding: 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

form.oldschool label,
form.oldschool th.label
{
	font-weight: bold;
}

form.oldschool td label
{
	font-weight: normal;
}


/**
* Fieldset tables
*/

form.oldschool fieldset table
{
	margin: 0px;
	padding: 0px;
}

form.oldschool fieldset table th
{
	margin: 0px;
	padding: 4px 0px 5px 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 164px;
}

form.oldschool fieldset table td
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	vertical-align: top;
}


/**
* Button tables
*/

form.oldschool table.buttons
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

form.oldschool table.buttons th
{
	text-align: left;
	vertical-align: top;
	width: 174px;
}


form.oldschool,
form.oldschool legend,
form.oldschool th,
form.oldschool td,
form.oldschool p,
form.oldschool a,
form.oldschool input,
form.oldschool textarea,
form.oldschool select,
form.oldschool button
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

span.required,
form.oldschool span.required
{
	/*display: block;*/
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #900;
}

form.oldschool p.instruction
{
	margin: 12px 0px 12px 0px;
	color: #000;
}

form.oldschool p.note,
form.oldschool p.note a
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

form.oldschool p.error
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #900;
}

p.error,
.error_message
{
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #900;
}


/* ======================================== */
/* Dreamers */
/* ======================================== */

ul.dreamers
{
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style-type: none;
}

ul.dreamers li
{
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.dreamers
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.dreamers td
{
	vertical-align: top;
	padding: 0px 12px 12px 0px;
}

table.dreamers td.text
{
	width: 100%;
	vertical-align: top;
	padding: 0px 12px 12px 0px;
}

table.dreamers td.text h3
{
	display: inline;
	padding: 0px;
	margin: 0px;
	/*font-size: 12px;
	line-height: 16px;*/

}

table.dreamers td.text h3 a
{
	font-size: 14px;
	line-height: 18px;
}

table.dreamers td.text p
{
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

/* ======================================== */
/* Dreamers (story detail) */
/* ======================================== */
table.dreamers-story
{
	margin-bottom: 12px;
}

table.dreamers-story td
{
	vertical-align: top;
	padding-left: 10px;
}

table.dreamers-story td.title
{
	width: 100%;
}




div.storyImageBox
{
	margin: 10px;
	text-align: center;
}




p.caption
{
}



/* =========================== */
/* Pagination */
/* =========================== */
ul.pagination
{
	margin: 0px 10px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
}

ul.pagination li
{
	display: inline;
	margin: 1px;
	padding: 2px 4px;
	border: 1px solid #d7d5bd;
}

ul.pagination li.selected
{
	background-color: #d7d5bd;
	border: 1px solid #d7d5bd;
}



ul.pagination li,
ul.pagination li a
{
	color: #333;
	font-weight: bold;
}

ul.pagination li.disabled
{
	border: 1px solid #d7d5bd;
}
ul.pagination li.disabled
{
	color: #d7d5bd;
}


body .posted
{
	font-size: 11px;
	font-style: italic;
	color: #000;
}

div.divider1
{
	margin: 5px 10px 10px 10px;
	border-top: 1px solid #d7d5bd;
}

#brocure {
	margin: 5px 0 0 5px;
}
#brochureHome {
	margin: 20px 0 0 95px;
}

/* EOF */