/*
        Foster and Adoptive Council of Tucson, by James Thornton />

	Table of Contents:
		base
		layout
		typography
                footer
		clearing

*/


/* base
----------------------------------------------- */

*{
	padding: 0;
	margin: 0;
	}

html, body  {
	margin: 0;
	padding: 0;
	color: #444;
        font-family: Avant Garde Gothic, Helvetica, Verdana, Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
        font-style: medium condensed;
        line-height: 1.5em;

}


/* layout
----------------------------------------------- */

body{
	text-align: center;		/* centers content in IE5.5 and earlier */
        /*background: #000000 url(images/bkg_bk_gry.jpg) repeat-x;*/
	}

#wrapper{
        width: 810px;
	margin: 0 auto;
	padding: 0px 0 30px;
        /*text-align: left;*/
	}

#splash{
        /*position: absolute;*/
        width: 800px;
        height: 600px;
	}

#splash #nav{
        position: relative;
        top: 470px;
        left: 375px;
        text-align: center;
	}

#header{
        position: absolute;
        height: 100em;
        width: 800px;
	}

#header #nav{
	position: absolute;
        top: 206px;
        right: 670px;
	}

#header #ulnav{
        position: absolute;
        top: 220px;
        right: 670px;
	}

#content{
        width: 800px;
        }

#main{
        top: 160px;
        right: -200px;
        float: left;    /* Opera 5 */
        \width: 600px;  /* IE5Win */
        w\idth: 600px;  /* Others */
        padding: 15px 10px 10px 15px;
        position: relative;
        /*border: 1px solid #666666;*/
}


/* typography
----------------------------------------------- */

a{      color: #057ad5; text-decoration: none; }
a:hover{ background-color:#9ccdf3; border-bottom: 1px solid #d2d2d2;}

img{ display: block; }

h1,
h2,
h3,
h4{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	}

h1 {
	color: #333;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0 0.4em 0;
	line-height: .9em;
	}

h1 a{ color: #333; }

h2 {
	font-size: 1.2em;
	font-weight: normal;
        color: #810202;
        margin: 1.2em 0 .2em 0;
	line-height: 1.3em;
	text-align: justify;
  	}


h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #7aa612;
	display: block;
	padding-top: 5px;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
	}

ol {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
	}

p {
        margin-bottom: 1.5em;
	text-align: justify;
        line-height: 1.3em;
	}

ul{
	margin: 1em 0;
	padding-left: 16px;
	}
ul li{
	padding: 0 0 0.2em 0.4em;
	line-height: 1.4em;
        /*text-align: justify;*/
	}

.imagecenter {text-align: center; margin: 15px;}

small{ font-size: 0.8em; }

.title{ font-size: 0.9em; font-style: italic;}

.txtalign{
         text-align: justify;
         }

/* footer
----------------------------------------------- */

#footer{
        position: relative;
        height: 100em;
        width: 800px;
	}

#footernomore{
	xmargin-left: 18px;
	xpadding-top: 1px;
        color: #aaa;
        /*background: url(images/footer-bg.gif) top right no-repeat;*/
        height: 16px;
        width: 800px;
        position: relative;
        top: 180px;
	}

#bottomNav { padding: 3px 0 0 75px;}
#bottomNav ul{	padding: 0; margin:0; list-style: none;  }
#bottomNav ul li{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	padding: 0 0.2em;
	}
#bottomNav ul li a{
	color: #aaa;
	font-size: 0.9em;
	padding: 0 0.3em;
	margin: 0 0.2em;
	}

#bottomNav ul li a:hover{
	color: #333;
	}

#homelink {
        float: left;
        position: absolute;
        }


/* clearing
----------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.tablefix{
        margin:0 0 0 0;
        }

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

