/*
--------------------------------------------------------------------------------
CLIENT: Orphanos Foundation (Memphis Messiah)
AUTHOR: Houseal Creative - housealcreative.com
----------------------------------------------------------------------------- */


/*  STRUCTURE
----------------------------------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
    }

body {
    font: 12px/24px "Georgia", "Lucida Grande", arial, helvetica, verdana, sans-serif;
    color: #403214;
    background-color: #000;
	}

#wrap {
	width: 750px;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
    }

#header {
    width: 750px;
    height: 437px;
    }

#logo {
    width: 750px;
    height: 215px;
    background: url(/images/bg_header-logo.jpg) top center no-repeat;
    }

#photo-bar {
    width: 750px;
    height: 110px;
    background: url(/images/bg_header-photo-bar.jpg) top center no-repeat;
    }

#date {
    width: 750px;
    height: 121px;
    background: url(/images/bg_header-date09.jpg) top center no-repeat;
		margin-top:-21px;
    }
    
#whitespace {
	width:750px;
	height:12px;
	background: url(/images/bg_header-photo-bar.jpg) 0 -30px no-repeat;
}
#button-bar {
    width: 280px;
    height: 75px;
    }

#content-wrap {
	width: 750px;
	clear: both;
	background: url(/images/bg_content-wrap.jpg) bottom center repeat-y;
	padding: 35px 0 30px 0;
	float: left;
    }

#content {
    width: 600px;
    clear: both;
	margin-left: auto;
	margin-right: auto;
    }

#content-left-col {
    width: 280px;
    float: left;
    }
    
#content-right-col {
    width: 280px;
    float: right;
    }

#footer {
    width: 750px;
    clear: both;
    padding: 15px 0 20px 0;
    font: 9px/14px "Lucida Grande", arial, helvetica, verdana, sans-serif;
    color: #333;
    text-align: center;
    }


/*  BUTTONS & NAVIGATION
----------------------------------------------------------------------------- */

#content #button-bar ul {
position: relative;
    width: 280px;
    height: 75px;
    background: url(/images/button-bar_ON-sponsor09.jpg) top left no-repeat;
    }

#content #button-bar ul li {
	position: absolute;
	list-style: none;
    text-indent: -9999px;
    background: none;
    
    }

#content #button-bar ul li,
#content #button-bar a {
    display: block;
    height: 109px;
    border:0;
    padding:0;
    }

#content #button-bar ul li a {
    text-indent: -9999px;
    text-decoration: none;
    }
    
#btn1 { 
	 
	width: 280px; }


#btn1 a:hover { 
	background: transparent url(/images/button-bar_ON-sponsor09.jpg) 0px -109px no-repeat; 
	border: 0; }



/*  TEXT
----------------------------------------------------------------------------- */

#content p {
    margin-bottom: 15px;
    }

#content p strong {
	color: #403214;
	font-weight: normal;
    }

#content p.announce {
	font-size: 20px;
	color: #403214;
    }


/*  HEADLINES
----------------------------------------------------------------------------- */

h1, h2, h3 {
    visibility: hidden;
    }

h3.subtitle {
	visibility: visible !important;
	color: #000000;
	font: 13px/24px "Lucida Grande", arial, helvetica, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    }


/*  LISTS
----------------------------------------------------------------------------- */

#content ul {
    list-style: none;
    margin-bottom: 15px;
    }

    #content ul li {
    background: transparent url(/images/bullet.gif) 0 5px no-repeat;
    padding: 0 0 10px 20px;
    line-height: 16px;
    }


/*  LINKS
----------------------------------------------------------------------------- */

#content a {
    color: #403214;
    text-decoration: none;
    padding: 1px 2px 1px 2px;
    border-bottom: 1px dotted #403214;
    }

    #content a:hover {
    color: #000000;
    text-decoration: none;
    padding: 1px 2px 1px 2px;
    border-bottom: 0px;
    }

#footer a {
    text-decoration: none;
    border-bottom: 1px dotted #333;
    color: #666;
    }

    #footer a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #666;
    }

#footer a.clean {
    border: 0;
    outline: 0;
    }

/*  IMAGES
----------------------------------------------------------------------------- */

img {
    border: 0;
    }


/*  FORMS
----------------------------------------------------------------------------- */

/*  MISC
----------------------------------------------------------------------------- */

a {
    outline: none;
    }

hr {
    height: 2px;
    border: 0;
    width: 100%;
    color: #2b0202;
    background-color: #2b0202;
    margin: 22px 0 20px 0;
    }
