/* Reset 
=============================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* base styles 
=============================================================== */
body
{
    background-color: #c8bfac;
    font-size: 62.5%;
    font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif;
}
#container
{
    width: 800px;
    background-image: url(../images/background.gif);
    background-repeat: repeat-y;
    margin: 2em auto 0 auto;
}
#header
{
    width: 100%;
    height: 60px;
    padding: 2em 0 1em 0;
}
#home-image
{
    margin: 0;
    padding: 0;
    width: 800px;
}
/*#tag-line {
	width: 348px;
	height: 290px;
    background-color: #908063;
	float: left;
	margin: 10px 0 0 0;
} */
#welcome-message
{
    width: 100%;
    line-height: 100%;
    font-size: 2.2em;
    color: #FFF;
    font-family: Georgia, "Times New Roman" , Times, serif;
    padding: 0;
    margin: 5px 0 0 35px; /*border-bottom: solid 1px #EBE8E0;  */
}
#message-rule
{
    display: block;
    width: 90%;
    color: #c3baa9;
}
#nav
{
    width: 18em;
    padding: 5em 0 .5em 0;
    margin-left: 35px;
    text-align: center;
    float: left;
}
#nav ul li
{
    padding: .5em 0;
}
#nav ul li a
{
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    width: 150px;
    padding: 1em 0;
    background-color: #908063;
    display: block;
}
#nav ul li a:hover
{
    background-color: #751212;
}
#content
{
    width: 500px;
    padding: 2em;
    font-size: 1.4em;
    line-height: 130%;
    float: right;
}
#content p
{
    padding: 0 0 1.33em 0;
}
#content ul
{
    font-size: 90%;
    list-style-type: disc;
    margin-left: 10px;
    padding: 0 0 0 15px;
}
#content ul li
{
    padding: 0 0 3px 0;
}
#footer
{
    width: 520px;
    float: right;
    text-align: center;
    padding: 0 2em .4em 0;
}
#footer-rule
{
    display: block;
    color: #c3baa9;
    width: 95%;
}
#footer p
{
    line-height: 140%;
}
.clear
{
    clear: both;
    height: 1px;
}
#sub-footer {
	width: 790px;
	padding: 5px;
	margin: 0 auto 0 auto;
	font-size: 10px;
	color: #695e49;
}	
#sub-footer p {
	margin-left: 20px;
}
#header, #secondary-nav
{
    background-color: #695e49;
}
#content p, #footer p, #content ul
{
    color: #695e49;
}
.validation
{
    float: right;
}
.top-margin
{
    margin-top: 50px;
}
h1
{
    font-size: 150%;
    color: #695e49;
    padding-bottom: 15px;
}
h2
{
    color: #751212;
}
.small-italic-text
{
    font-size: 70%;
    font-style: italic;
}
#home #nav-home a
{
    background-color: #751212;
    color: #FFF;
}
#information #nav-information a
{
    background-color: #751212;
    color: #FFF;
}
#contact #nav-contact a
{
    background-color: #751212;
    color: #FFF;
}
#programs #nav-programs a
{
    background-color: #751212;
    color: #FFF;
}
#about #nav-about a
{
    background-color: #751212;
    color: #FFF;
}
#gallery #nav-gallery a
{
    background-color: #751212;
    color: #FFF;
}
.top-margin
{
    margin-top: 30px;
}
.small-font
{
    font-size: 12px;
}

/* Photo Gallery 
================================================================ */

#gallery
{
    height: auto;
    width: 545px;
    position: absolute;
}
#thumbs
{
    width: 545px;
}
#thumbs a
{
    display: block;
    float: left;
    margin: 0 0 3px 3px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
}
#thumbs a img
{
    width: 50px;
    height: 50px;
    border: 0;
}
#thumbs a:hover
{
    border-color: #ddd;
    background-color: #751212;
}
#thumbs a:hover img
{
    position: absolute;
    width: auto;
    height: auto;
    left: 5px;
    top: 8em;
    border: 1px solid #333;
}
.gallery-height
{
    height: 470px;
}

/* Programs List 
================================================================ */

ul#programs-list li {
	padding: 3px 6px
}
#programs-list li a {
	color: #695e49;
	padding: 2px 4px;
}
#programs-list li a:hover {
	background-color: #751212;
	color: #FFF;
}
.li-padding {
	padding: 2px 4px;
}
