/* main.css
// Example CSS using bw-menu.js
// based upon hansel & petal site by lynda.com
//
//
*/

/* -- global styles -- */

body {
    margin: 0;
    padding: 0;
    background-image: url(../images/bodybkgd.jpg);
    background-repeat: repeat;
    background-color: #312e1d;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: Georgia,Times,serif;
}

h1 {
    color: #000000;
    font-size: 1.7em;
}

h2 {
    color: #000000;
    font-size: 1.4em;
    margin-bottom: 0;
}

h3 {
    color: #000000;
    margin-bottom: 0;
}

p {
    margin-top: 0;
}

a:link {
    color: #38add6;
    text-decoration: underline;
}

a:visited {
    color: #00AEED;
}

a:hover {
    color:  #00AEED;
    text-decoration: none;
}

/* -- document sections -- */

#wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f8f8;
}

#contentwrapper {
}

#content 

 {
    padding: 20px;
    width: 850px;
    background-color: #f8f8f8;
    float: 0px;
}

			

	
		
#left {
    width: 0px;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

#left img {
    width: 0px;
    height: 0px;
}

#header img {
    border: 0px solid;
    width: 900px;
    height: 81px;
}

#footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    height: 82px;
    clear: both;
    text-align: center;
    font-size: 0.70em;
    color: #555555;
	left:			215px;
	 width: 885px;
    padding-top: 12px;
	
}

/* menu */

p#menuHome {
    float: left;
    margin-right: 10px;
}

p#menuHome a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/home_white_16.png);
    background-repeat: no-repeat;
}

p#menuHome a:hover {
    background-image: url(../images/home_green_16.png);
}

#menuTop {
    position: relative;
    background-image: url(../images/navbkgd.jpg);
    background-repeat: repeat-x;
    padding-top: 18px;
    height: 55px;
    font-size: 9pt;
}

#menuTop ul, #menuTop li {
    margin: 0;
    padding: 0;
}

#menuTop ul {
    list-style-type: none;
}

#menuTop li {
    display: block;
    background-color: #312e1d;
    width: 110px;
    height: 20px;
    margin: 0 3px 0 0;
    padding: 0;
    border-left: 2px solid white;
}

#menuTop a {
    display: block;
    margin: 0;
    padding: 0 3px;
}

#menuTop a:link, #menuTop a:visited {
    font-family: Georgia, Times, serif;
    color: white;
    text-decoration: none;
}

#menuTop a:hover {
    color:  #00AEED;
}

ul.menuHoriz li {
    float: left;
}

ul.menuVert {
    position: absolute;
    visibility: hidden;
    top: 38px;
}

/* ul#menuSubOne   { left: 0 } */
ul#menuSubOne   { left: 32px }
ul#menuSubTwo   { left: 147px }
ul#menuSubThree { left: 262px }
ul#menuSubFour  { left: 377px }


