body { background-color: #FFF3E1; background-image: url(../images/pattern.jpg); margin: 0px 0 0; }
#header {
	width: 100%;
	margin: 0 0px;
	padding-top: 0;
	padding-bottom: 0;
p ; 			height: 100px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(../images/head-bg.jpg);
}
#content {
	text-align: left;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 50px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
}
p      { color: #333333; font-size: 13px; line-height: 23px; font-family: Arial, Helvetica, sans-serif}
a      { color: #77361D; text-decoration: underline }
h1     {
	color: #339966;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}
h2 { color: #339966; font-size: 20px; font-family: "Times New Roman", Times, serif; font-weight: bold; line-height: 18px; }
h3 { color: #000; font-size: 13px; font-family: "Lucida Grande", arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 25px; width: 732px; padding-left: 5px; border-left: 2px solid #c0c0c0; border-bottom: 2px solid #c0c0c0; border-top-width: 0; border-right-width: 0; }
h4 { color: #000; font-size: 13px; font-family: "Lucida Grande", arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 25px; text-align: right; width: 732px; padding-right: 5px; border-right: 2px solid #c0c0c0; border-bottom: 2px solid #c0c0c0; border-top-width: 0; }
h5 { color: #fff; font-size: 15px; font-family: arial, helvetica, sans-serif; font-weight: bold; line-height: 30px; background-color: #f00; text-align: center; padding-right: 5px; width: 95%; border-top-width: 0; border-right-color: #c0c; border-bottom-color: #c0c0c0; border-bottom-width: 2px;0c0;border-right-width: 2px; }
a:hover { color: black ; text-decoration: underline; }
ul { color: #333; font-size: 12px; line-height: 20px; font-family: verdana, Arial, Helvetica, Geneva ; list-style-type: square; }
#footer { background-color: #0A4E2D; text-align: center; width: 100%; height: 220px; clear: both; padding-left: 20px; border-top: 5px solid #666; }
#footer a { color: #CCCCCC; }
#footer a:hover { color: #c0c0c0; }
#footer p { color: #FFF3E1; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.outline { padding: 2px; border: solid 1px #ccc; }
.outline2 { padding: 10px; border: solid 1px #ccc; }
#spacer2 { clear: both; padding-top: 30px; }
#spacer3 { clear: both; }
#spacer { margin-top: 20px; padding-top: 30px; clear: both; }

/* Begin CSS Drop Down Menu */
#menu-container
	{
	background-color: #339966;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/bg.jpg);
}

#menu
	{
	width:800px;
	margin: 0 auto;
	padding-top: 5px;
}
		
#menu a
	{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	display:block;
	white-space:nowrap;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
	
#menu a, #menuh a:visited	/* menu at rest */
	{
	color: #FFFFFF;
	text-decoration:none;
	}
	
#menu a:hover	/* menu at mouse-over  */
	{ color: #000000; }
#menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:158px;	/* width of all menu boxes */
	}

#menu li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menu ul ul
	{ position:absolute; z-index:500; top:auto; padding-top: 3px; display:none; }

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul
{display:none;}

div#menu li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#sub-nav {
	width: 180px;
	float: left;
	padding-right: 5px;
}

#sub-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sub-nav li {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #339966;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content2 {
	text-align: left;
	width: 590px;
	margin: 0 auto;
	float: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #339966;
	padding-left: 20px;
}
#sub-nav a {
	color: #333333;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #339966;
	text-decoration: none;
}
.left-pad {
	padding-left: 20px;
	padding-bottom: 15px;
}
#content3 {
	text-align: left;
	width: 400px;
	height: auto;
	margin: 0 0px;
	background-color: #FFFFFF;
	background-image: none;
	padding: 0px;
	float: left;
}
#content4 {
	text-align: left;
	width: 350px;
	height: auto;
	margin: 0 0px;
	background-color: #FFFFFF;
	background-image: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#head-left h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: "Lucida Grande";
	margin-bottom: -15px;
	margin-top: 0px;
}
#head-left p {
	font-size: 13px;
	color: #0066CC;
	line-height: normal;
	font-weight: bold;
}
#head-left {
	width: 830px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 22px;
}
.logo {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 15px;
}
.page-title {
	font-family: "Lucida Grande";
	font-size: 30px;
	color: #0A4E2D;
	margin-bottom: -10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #333333;
}
form {
	padding-left: 150px;
}
#additionalresources {
	width: 400px;
	float: left;
	padding-right: 55px;
	margin-right: 0px;
	padding-bottom: 200px;
}
#links {
	float: left;
	width: 300px;
}
