@charset "utf-8";
/* CSS Document */

*									{ margin: 0; padding: 0; }
#resources li {
	margin-left: 24px;
	margin-bottom: 7px;
}

img 								{ display: block; border: none; }
body 								{ font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #4c3e37; }
html								{ overflow-y: scroll; }
.clear								{ clear: both; }

#topSectionContainer				{ background: url(../images/home/topTile.jpg) top repeat-x #f8f7f2; }
#topSectionContent					{ position:relative; margin: 0 auto; width: 853px; padding: 20px 5px 10px 0; font-size: 11px; text-align: left; }
#topSectionContent a				{ color: #333; text-decoration: none; padding: 0 5px; }
#topSectionContent a:hover			{ text-decoration: underline; }
#phone_header{
position: absolute;
top: 18px;
right: 10px;
font-weight: bold;
}

#secondSectionContainer				{ background: url(../images/home/secondTile.jpg) top repeat-x #f7f4ed; }
#secondSectionContent				{ margin: 0 auto; width: 858px; }

#menuLeft							{ width: 10px; height: 40px; background-image: url(../images/home/menuLeftBg.jpg); float: left; }
#menuContent						{ width: 834px; height: 40px; background: url(../images/home/menuTile.jpg) repeat-x; float: left; }
#menuContent ul						{ list-style: none; }
#menuContent ul li         			{ position: relative; float: left; height: 40px; }
#menuContent ul li a				{ display: block; height: 25px; padding: 15px 25px 0 25px; font-size: 1.2em; text-decoration: none; color: #333; }
#menuContent ul li a:hover			{  }
#menuContent ul li ul				{ position: absolute; left: 10px; display: none; }
#menuContent ul li ul li			{ height: auto !important; }
#menuContent ul li ul li a			{ height: auto !important; padding: 7px 0 7px 0; color: #333; text-decoration: none; font-size: 1.2em; text-align: center; }	
#menuContent ul li ul li a:hover	{ background-color: #CCC; color: #018e9f; font-weight: normal; }	
#menuContent ul li ul li.tall		{ height: 40px; }
#menuContent ul li ul li.tall a		{ height: 35px; padding-top: 5px; }
.menuItem1 a						{ width: 57px; }
.menuItem1 ul						{ width: 87px; background: url(../images/home/dropBg.jpg) repeat-y; }
.menuItem1 ul li a					{ width: 87px; }
.menuItem2 a 						{ width: 37px; }
.menuItem2 ul						{ width: 67px; background: url(../images/home/dropBg2.jpg) repeat-y; }
.menuItem2 ul li a					{ width: 67px; }
.menuItem3 a						{ width: 48px; }
.menuItem3 ul						{ width: 78px; background: url(../images/home/dropBg3.jpg) repeat-y; }
.menuItem3 ul li a					{ width: 78px; }
.menuItem4 a						{ width: 187px; }
.menuItem4 ul						{ width: 217px; background: url(../images/home/dropBg4.jpg) repeat-y; }
.menuItem4 ul li a					{ width: 217px; }
.menuItem5 a						{ width: 75px; }
.menuItem6 a						{ width: 109px; }
.bottom 							{ border-bottom: 1px solid #cdcdcd; }
#menuRight							{ width: 10px; height: 40px; background-image: url(../images/home/menuRightBg.jpg); float: left; }
.menuSpacer							{ width: 2px; height: 40px; float: left; background: url(../images/home/menuSpacer.jpg) top no-repeat; }

#thirdSectionContainer				{ background: url(../images/home/thirdTile.jpg) top repeat-x #000; }
#thirdSectionContent				{ margin: 0 auto; width: 858px; }
#thirdSectionTop					{ border: 1px solid #cdcdcd; border-top: none; width: 832px; background-color: #FFF; padding: 0 10px;}
#thirdSectionTop img				{ float: left; padding: 10px 0; }
#thirdSectionTop #flash				{ float: left; padding: 10px 0; width:612px; height:292px; }
.body								{ width: 812px; padding: 10px 20px; color: #FFF; font-size: 1.25em; text-align: justify; line-height: 1.5em; }
#linkButtons						{ padding: 10px 0; }
#linkButtons img					{ display: inline; margin-left: 16px; }
.largeText							{ color: #FFF; font-size: 2.5em; font-style: italic; text-align: center; font-family: Palatino Linotype, Book Antiqua, Palatino, serif; } 
.contactInfo						{ padding: 10px 0; color: #FFF; font-size: 1.25em; text-align: center; }

#fourthSectionContainer				{ background: url(../images/home/fourthTile.jpg) top repeat-x ; }
#fourthSectionContent				{ margin: 0 auto; width: 858px; font-size: 1.1em; text-align: center; }
.bottomLinks						{ padding-top: 15px; color: #CCC; }
.bottomLinks a						{ color: #CCC; text-decoration: none; padding: 0 5px; }
.bottomLinks a:hover				{ text-decoration: underline; }
.bottomContactInfo					{ padding-top: 15px; color: #FFF; }
.copy								{ padding: 15px 0; color: #CCC; }
.copy a								{ color: #CCC; text-decoration: none; }
.copy a:hover						{ text-decoration: underline; }
#thirdSectionBottom h1				{ color:#FFFFFF; font-size: 2em; font-family: Palatino Linotype, Book Antiqua, Palatino, Serif; padding: 10px 0px 10px 20px; }
.body p {
	margin-bottom: 20px;
}
.body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
.body h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
.body a {
	color: #FF9900;
}
#contactForm label {
	display: block;
	margin-top: 6px;
	margin-bottom: 2px;
}
#contactForm li {
	list-style-type: none;
	margin-bottom: 12px;
}
#contactForm  li input {
	width: 240px;
	padding: 2px;
}
#contactForm textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
}

.images .imageView {
	float: left;
	height: 116px;
	width: 121px;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
}


.body ul li a { color: #777; }