/* 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;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 10pt;

	line-height: 1.5em;

}



h1 {
	color: #360;
	font-size: 1.7em;

}



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

}



h3 {
	color: #000;
	margin-bottom: 0;

}



p {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;

}



a:link {

    color: #38add6;

    text-decoration: underline;

}



a:visited {

	color: #003;

}



a:hover {

    color: #38add6;

    text-decoration: none;

}



/* -- document sections -- */



#wrapper {

    width: 1000px;

    margin-left: auto;

    margin-right: auto;

    background-color: #f8f8f8;

}



#contentwrapper {

}



#content {

	padding: 20px;

	width: 600px;

	background-color: #000;

	float: left;

	margin: 0px;

}



#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;

}



p#menuHome a {

	display: block;

	width: 80px;

	background-repeat: no-repeat;

}



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



#menuTop {
	position: relative;
	background-repeat: repeat-x;
	background-color: #000;
	height: 50px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #360;
	border-bottom-color: #360;
	margin-top: 0px;
}



#menuTop ul {
	list-style-type: none;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-style: none;
	background-color: #FFC;
}



#menuTop li {
	display: block;
	background-color: #000;
	width: auto;
	height: auto;
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}



#menuTop a {
	display: block;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 150px;
	background-color: #000;

}

#menuTop a:link   {

	font-family: Georgia, Times, serif;

	color: white;

	text-decoration: none;

	border-bottom-style: solid;

	border-bottom-width: 2px;

	border-bottom-color: #000;

	background-color: #000;

}

#menuTop a:visited {

	font-family: Georgia, Times, serif;

	color: white;

	text-decoration: none;

	}



#menuTop a:hover {
	color: #8aa635;

}



ul.menuHoriz li {
	float: left;

}



ul.menuVert {
	position: absolute;
	visibility: hidden;
	top: 38px;
	border-top-style: none;
	width: 170px;
	padding-right: 3px;
	padding-left: 1px;
}



ul#menuSubOne   {left: 140px;}

ul#menuSubTwo   { left: 319px;}

ul#menuSubThree { left: 494px;}

ul#menuSubFour  { left: 671px;}

ul#menuSubFive  { left: 848px;}

p3 {

	margin-top: 0;

	background-color: #000;

	color: #FFF;

}

