/* main.css
// Example CSS using bw-menu.js
// based upon hansel & petal site by lynda.com
//
// by Bill Weinman  http://bw.org/
// Copyright (c) 2009 BHG LLC
//
// Version 1.0
// Created for Dynamic Menus course at lynda.com
*/

/* -- global styles -- */

body {
    margin: 0;
    padding: 0;
    background-color: #59584e;
    font-family: Arial,Helvetica,sans-serif;
	color:#333333;
    font-size: 10pt;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: Arial,Helvetica,sans-serif;
}

h1 {
    color: #006699;
    font-size: 1.7em;
}

h2 {
    color: #669999;
    font-size: 1.4em;
    margin-bottom: 0;
}

h3 {
    color: #CC0000;
    margin-bottom: 0;
}

p {
    margin-top: 0;
}

a:link {
    color: #006699;
    text-decoration: underline;
}

a:visited {
    color: #8aa635;
}

a:hover {
    color: #38add6;
    text-decoration: none;
}

/* -- document sections -- */

#wrapper {
    width: 805px;
    margin-left: auto;
    margin-right: auto;
    background-color: #CCCCCC;
}

#contentwrapper {
}

#content {
    padding: 25px;
    width: 750px;
    background-color: #CCCCCC;
    float: left;
}

#left {
    width: 173px;
    padding-top: 60px;
	padding-bottom: 30px;
    padding-left: 25px;
    float: left;
	font-size: 0.85em;
    color: #555555;
}

#left img {
    width: 173px;
    height: 223px;
}

#header img {
    width: 800px;
    height: 400px;
}

#footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-color: #CCCCCC;
    height: 32px;
    clear: both;
    text-align: center;
    font-size: 0.85em;
    color: #555555;
    padding-top: 40px;
}

/* menu */

#menuTop {
    position: relative;
    background-image: url(../images/navbkgd.jpg);
    background-repeat: repeat-x;
    padding-top: 12px;
    height: 35px;
    font-size: 9pt;
}
