﻿/*-----------------------------------------------
Matson & Isom Technology Consulting 
-------------------------------------------------
Author:		Matson & Isom Technology Consulting
            www.mitcs.com
Version:	2007.11.19.1100
----------------------------------------------- */

/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	background: #FFF url(/_images/_layout/background.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#home h1, h1 a
{
    float: left;
    display: block;
    background: url(/_images/_layout/logo.jpg) no-repeat top;
    width: 225px;
    height: 130px;
    text-indent: -9999px;
    margin: 0 0 0 -20px;
}

h1 a:hover
{
    background-position: bottom;
}

h2
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 10px 0;
}

h3
{
    font-size: 150%;
    font-weight: normal;
    font-family: Georgia, Times New Roman, Serif;
    margin: 20px 0 5px 0;
	color: #3A4A25;
}

#contextContent h3
{
    color: #850000;
    text-align: center;
    background: url(/_images/_layout/header_border.gif) no-repeat bottom center;
    padding-bottom: 18px;   
}

p
{
    line-height: 150%;
    margin: 5px 0 15px 0;
}

a
{
    color: #850000;
}

ol, ul
{
	margin: 10px 0 10px 15px;
	list-style-type: circle;
}

li 
{
	padding: 5px 0;
}

#container
{
    width: 800px;
    background: #FFF;
    text-align: left;
    margin: 0 auto;
}

#header
{
    float: left;
    width: 800px;
    height: 236px;
}

#home #header
{
    background: url(/_images/_layout/home_header_background.jpg) no-repeat;
    height: 310px;
}

#animals #header
{
	background: url(/_images/_layout/animals_header_background.jpg) no-repeat;
}

#grants #header
{
	background: url(/_images/_layout/grants_header_background.jpg) no-repeat;
}

#caseStudies #header
{
	background: url(/_images/_layout/case_header_background.jpg) no-repeat;
}

#donate #header
{
	background: url(/_images/_layout/donate_header_background.jpg) no-repeat;
}

#contact #header
{
	background: url(/_images/_layout/contact_header_background.jpg) no-repeat;
}

#navigation
{
    font-family: Georgia, "Times New Roman", Times, serif;
    float: right;
    width: 555px;
    list-style: none;
    font-size: 140%;
    margin: 22px 0 0 0;
    text-align: right;
}

#navigation li
{
    display: inline;
    text-align: right;
    margin: 0 0 0 25px;
}

#navigation li a
{
    color: #8b8262;
    text-decoration: none;
    padding-bottom: 2px;
}

#navigation li a:hover,
#history #l-history a,
#animals #l-animals a,
#grants #l-grants a,
#caseStudies #l-caseStudies a,
#donate #l-donate a,
#contact #l-contact a
{
    border-bottom: 2px solid #AA9D8A;
}

#contentContainer
{
    float: left;
    clear: both;
    width: 800px;
    background: #FFF url(/_images/_layout/container_background.jpg) repeat-y center;
    padding: 10px 0;
}

#mainContent
{
    float: left;
    width: 535px;
    min-height: 400px;
    margin-bottom: 25px;
}

#mainContent p, #mainContent ul
{
    color: #7e7054;
}

#contextContent
{
    float: right;
    width: 230px;
    padding: 0 10px;
}

img
{
    background: #FFF;
    margin: 5px;
    padding: 3px;
    border: 1px solid #CCC;
}

img.right
{
    float: right;
    margin: 0 0 10px 5px;
}

img.left
{
    float: left;
    margin: 0 5px 10px 0;
}

#footer
{
    clear: both;
    width: 800px;
    background: #FFFAEF;
    margin: 0 auto;
    border-top: 1px solid #DFD3BB;
    border-bottom: 5px solid #850000;
}

#footer p
{
    margin: 10px 0;
    font-size: 90%;
    color: #8B8262;
}

/*-----------------------------------------------
-- Animals Photo Gallery
----------------------------------------------- */

#animalPictures
{
	width: 550px;
}

#animalPictures img
{
	margin: 10px 5px;
}
