/* 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-image: url(../images/bodybkgd.jpg);
    background-repeat: repeat-x;
    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: #8aa635;
    font-size: 1.7em;
}

h2 {
    color: #38add6;
    font-size: 1.4em;
    margin-bottom: 0;
}

h3 {
    color: #8aa635;
    margin-bottom: 0;
}

p {
    margin-top: 0;
}

a:link {
    color: #38add6;
    text-decoration: underline;
font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;


}

a:visited {
    color: #8aa635;
font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;

}

a:hover {
    color: #38add6;
    text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;

}

/* -- document sections -- */
/*
#wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f8f8;
}

#contentwrapper {
}

#content {
    padding: 20px;
    width: 660px;
    background-color: #f8f8f8;
    float: right;
}

#left {
    width: 173px;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

#left img {
    width: 173px;
    height: 223px;
}

#header img {
    border: 0px solid;
    width: 900px;
    height: 81px;
}

#footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    height: 72px;
    clear: both;
    text-align: center;
    font-size: 0.85em;
    color: #555555;
    padding-top: 22px;
}
*/
/* menu */

p#menuHome {
    float: left;
    margin-right: 10px;
}

p#menuHome a {
    display: block;
    /*width: 100px; /*Changes the width of the top menus that are p - paragraphs*/
    height: 16px;
    background-repeat: no-repeat;
}

p#menuHome a:hover {
    
}

p#menuEnd {
    float: right;
    margin-right: 10px;
}

p#menuEnd a {
    display: block;
    /*width: 100px; /*Changes the width of the top menus that are p - paragraphs*/
    height: 16px;
    background-repeat: no-repeat;
}

p#menuEnd a:hover {
    
}

#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 {
	font-weight:bold;
    list-style-type: none;
}

#menuTop li {
    display: block;
    /*background-color: #312e1d;*/
    /*width: 150px;  /*Changes the width of the top menus that are li - lists*/
    height: 20px;
    /*margin: 0 0px 0 0;*/
    background-color: #FFF;
    padding: 0 0 0 30px; /*top right bottom left*/
    /*border-left: 2px solid white;*/
}

#menuTop a {
    display: block;
    margin: 0;
    padding: 0 3px;
}

#menuTop a:link, #menuTop a:visited {
	font-family:Arial, Helvetica, sans-serif;   /*Font of the all top menu items except the ones that aren't links*/
    font-weight:bold;  /*Font of the all top menu items except the ones that aren't links*/
    color: black;  /*Font of the all top menu items except the ones that aren't links*/
    text-decoration:none;
}

#menuTop a:hover {
    color: #8aa635;
}

ul.menuHoriz li {
    float: left;
}

ul.menuVert {
    position: absolute;
    visibility: hidden;
    top: 38px;
}

/* ul#menuSubOne   { left: 0 } */
ul#menuSubOne   { left: 192px }
ul#menuSubTwo   { left: 303px }

dropDown{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}