/* ------------------------------------------------------------

Title:    Nellie Stone Johnson and Scholarship Web Site for screen
Author:   ASI Communications, Email: info@a-s-i.com, Web site: http://www.a-s-i.com
Updated:  1/12/07

------------------------------------------------------------ */

/* ------------------------------------------------------------
Layout
------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

html, body, #container {
	height: 100%;
}

body {
	background: #bfaf95 url(../images/tile_bg.gif) repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #513015;
}

html>body { font-size: 10px; } /* IE cannot read this */

#container {
	background: #eae4ca url(../images/shadow.gif) repeat-y top right;
	width: 770px;
	min-height:100%;
	position: relative;
}

body>#container {
	height:auto; /* corrects height value for non-IE Win */
}

#wrap {
	background: #eae4ca url(../images/bg.gif) no-repeat top left;
	width: 760px;
	padding: 0 0 200px 0;
}


/* ------------------------------------------------------------
Default Setting
------------------------------------------------------------ */
a, a:link, a:visited, a:active {
	color: #870808;
	text-decoration: none;
	border-bottom: 1px dotted #870808;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

/* ------------------------------------------------------------
Header
------------------------------------------------------------ */

#header {
	background: #eae4ca url(../images/header.gif) no-repeat top left;
	width: 760px;
	height: 184px;
}

#header h1, 
#header h2 {
	text-indent: -9999px;
	text-decoration: none;
}

#header #logospot a {
	position: absolute;
	top: 17px;
	left: 130px;
	display: block;
	width: 130px;
	height: 133px;
	border: none;
}

#header #logospot {
	text-indent: -9999px;
}

#header #logospot a img {
	width: 73px;
	height: 75px;
}

/* ------------------------------------------------------------
Menu
------------------------------------------------------------ */

#menu {
	float: left;
	background: transparent url(../images/menu.jpg) no-repeat top left;
	width: 310px;
	border: 0;
}

#menu ul {
	position: relative;
	top: 18px;
	left: 11px;
	width: 248px;
	height: 287px;
}

#menu ul li {
	position: absolute;
	left: 0;
	list-style: none;
}
	
#menu ul li, #menu ul li a {
	height: 36px;
	display: block;
	width: 248px;
}
	
#menu ul li a {
	text-indent: -9999px;
	text-decoration: none;
	border: none;
}
	
#menu ul li#about	    { top: 0; }
#menu ul li#program	{ top: 36px; }
#menu ul li#dinner	    { top: 72px; }
#menu ul li#recipients { top: 108px; }
#menu ul li#board	    { top: 144px; }
#menu ul li#sponsors	{ top: 180px; }
#menu ul li#articles	{ top: 216px; }
#menu ul li#contact	{ top: 252px; }

#menu ul li#about a:hover	    { background: transparent url(../images/menu.jpg) -321px -18px no-repeat; }
#menu ul li#program a:hover    { background: transparent url(../images/menu.jpg) -321px -54px no-repeat; }
#menu ul li#dinner a:hover     { background: transparent url(../images/menu.jpg) -321px -90px no-repeat; }
#menu ul li#recipients a:hover { background: transparent url(../images/menu.jpg) -321px -126px no-repeat; }
#menu ul li#board a:hover      { background: transparent url(../images/menu.jpg) -321px -162px no-repeat; }
#menu ul li#sponsors a:hover   { background: transparent url(../images/menu.jpg) -321px -198px no-repeat; }
#menu ul li#articles a:hover   { background: transparent url(../images/menu.jpg) -321px -234px no-repeat; }
#menu ul li#contact a:hover    { background: transparent url(../images/menu.jpg) -321px -270px no-repeat; }


body#aboutPage #menu ul li#about	         { background: transparent url(../images/menu.jpg) -631px -18px no-repeat; }
body#programPage #menu ul li#program        { background: transparent url(../images/menu.jpg) -631px -54px no-repeat; }
body#dinnerPage #menu ul li#dinner          { background: transparent url(../images/menu.jpg) -631px -90px no-repeat; }
body#recipientsPage #menu ul li#recipients  { background: transparent url(../images/menu.jpg) -631px -126px no-repeat; }
body#boardPage #menu ul li#board            { background: transparent url(../images/menu.jpg) -631px -162px no-repeat; }
body#sponsorsPage #menu ul li#sponsors      { background: transparent url(../images/menu.jpg) -631px -198px no-repeat; }
body#articlesPage #menu ul li#articles      { background: transparent url(../images/menu.jpg) -631px -234px no-repeat; }
body#contactPage #menu ul li#contact        { background: transparent url(../images/menu.jpg) -631px -270px no-repeat; }

#menu p {
	font-size: 1em;
	text-align: right;
	margin: 50px 51px 0 0;
}

/* ------------------------------------------------------------
Content
------------------------------------------------------------ */
#content {
	float: left;
	width: 450px;
}

#content a {
	border-bottom: 1px dotted #870808;
}

#content a:hover {
	border-bottom: none;
}

#content h1, 
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -1px;
}

#content h1 {
	margin: -5px 0 10px 0;
	
}

#content h2 {
	font-size: 2.4em;
	text-indent: 0;
}

#content p {
	font-size: 1.1em;
	line-height: 16px;
	margin: 0 50px 20px 0;
}

/* ul */
#content ul {
	float: left;
	width: 145px;
	padding: 5px 25px 20px 20px;
}

#content ul li {
	line-height: 1.6em;
	font-size: 1.1em;
}

/* clear float after ul  */
body#recipientsPage #content h2 {
	clear: both;
}

/* ol */
#content ol {
	margin: 5px 50px 20px 20px;
}

#content ol ol,
#content ol ol ol,
#content ol ol ol ol {
	margin: 5px 0 20px 20px;
}

#content ol li {
	line-height: 1.6em;
	font-size: 1.1em;
}

#content ol li ol li {
	font-size: 1em;
}

#content ol li ol li ol li {
	font-size: 1em;
}
#content ol li ol li ol li ol li{
	font-size: 1em;
}

/* dl dt dd */
#content dl {
	line-height: 25px;
	margin: 10px 0 0 0;
	width: 400px;
}

#content dt {
	float:left;
	clear: both;
	padding: 0 25px 0 0;
	width: 110px;
	font-weight: bold;
	
}

#content dd {
	float: left;
	width: 265px;
	
}

/* Two  columns for PDF Download */
#content p.col {
	float: left;
	width: 190px;
	text-align: center;
	margin: 10px 0 40px 0;
}

#content p.col img {
	width: 80px;
	height: 83px;
	margin-right: 10px;
}

#content p.col a {
	border: none;
}

#content p.col strong {
	display: block;
}

/* Contact Form */

#content form fieldset {
	width: 400px;
	margin: 0;
	padding: 0 0 25px 0;
	background-color: #dcd1b3;
	border: 3px dotted #eae4ca;
}

#content form legend {
	display: none;
}

#content form p{
	width: 294px;
	clear: left;
	margin: 0;
	padding: 10px 0 10px 110px;
	
}

#content form p.line {
	border-top: 1px solid #eae4ca;
}

#content form label{
	font-weight: bold;
	float: left;
	margin-left: -100px;
	width: 100px;
}

#content form input {
	width: 180px;
	background: #f9f7ef;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #FFF;
	border-right:1px solid #FFF;
}

#content form textarea{
	width: 250px;
	height: 150px;
	background: #f9f7ef;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #FFF;
	border-right:1px solid #FFF;
	overflow: auto;
}

#content form input.submit {
	float: right;
	width: 50px;
	margin: 0 40px 0 0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #666;
	border-right:1px solid #666;
}

#content form input:hover, #content form textarea:hover {
	background-color: #eae4ca;
}

#content form input:focus, #content form textarea:focus {
	border: 1px solid #870808;
}

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

#footer {
	position: absolute;
	bottom: 0;
	min-height:196px;
	overflow:hidden;
	background: #eae4ca url(../images/bg_footer.gif) no-repeat top left;
	width: 760px;
	height: 196px;
	margin: 0;
	padding: 0;
}

body>#footer { /* corrects height and negative margin value for non-IE Win */
	height:auto;
}

#footerInner {
	width: 400px;
	height: 150px;
	text-align: center;
	margin: 25px 0 0 310px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#footerInner img {
	width: 73px; 
	height:75px;
	margin-bottom: 5px;
}

#footerInner ul {
	margin: 0 0 10px 0;
	/*list-style-type: none;*/
}

#footerInner ul li {
	display: inline;
}

#footerInner ul li a {
	padding: 0 3px 0 0px;
	line-height: 15px;
}

#footerInner ul li.firstLi a{
	background: none;
}

#footerInner ul li a:link, 
#footerInner ul li a:visited, 
#footerInner ul li a:active {
	border-bottom: none;
}

#footerInner ul li a:hover {
	border-bottom: none;
}

/* ------------------------------------------------------------
Misc.
------------------------------------------------------------ */

strong.red {
	background-color: #eae4ca;
	color: #FF0000;
}
