/******** New England Holistic Chamber of Commerce style sheet *****/
body {
	font-family: Verdana;
	font-size: 10pt;
	background-color: #4C634F;
	min-width:800px;
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
}

h2 {
	color: #003300;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.even {
	background-color: #99BC78;
}

.odd {
	background-color: #FFFFFF;
}

/********** masthead layout ************/

#masthead{
	position: absolute;
	top: 10px;
	left: 10%;
	right: 10%;
	width:80%;
	min-width:800px;
	
}

#banner {
	position: relative;
	background-image: url(images/bannerTxt.jpg);
	width: 720px;
	height: 44px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	line-height: 44px;
}

#banner a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#banner a:hover {
	text-decoration: none;
	color: #4C634F;
}


#logo {
	position: relative;
	margin-top: 10px;
	margin-left: 4px;
}

#logoSpan {
	margin-right: 32px;
} 

/************ nav bar and buttons **************/

#navButtons {
	position: relative;
	margin-top: 10px;
	background-image: url(images/banner.jpg);
	width: 720px;
	height: 44px;
}

#navMiddle {
	position: relative;
	text-align: center;
	vertical-align: middle;
	top: 14px;
	height: 20px;
}

#navMiddle a:link, #navMiddle a:visited {
	/*display: inline;*/
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4C634F;
	border-bottom-color: #4C634F;
	margin-left: 11px;
	margin-right: 21px;
}

#navMiddle a:hover {
	background-color: #4C634F;
	background-image: none;
	text-decoration: none;
	border-top-color: #cccccc;
}

/********** page main content ************/

#mainContent {
	position: absolute;
	top: 280px;
	left: 10%;
	right: 10%;
	width:80%;
	min-width:800px;
}

#pageCell1{
	position:relative;
	width:703px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 12px;
	height: auto;
	font-weight: bolder;
	color: #003300;
	border-right-style: none;
}

#pageCellContent {
	width: 550px;
	float: left;
	margin-left: 3px;
	font-size: 12px;
	color: #003300;
	white-space: normal;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #4C634F;
	padding: 10px;
}

#pageCellContent a, a:link {
	color:#0000CC;
	text-decoration:underline;
}

#pageCellContent a:visited {
	color:#990099;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 130px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bolder;
	padding: 3px 0px 3px 10px;
	color: #003300;
	text-decoration: none;
	font-size: 12px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #99BC78;
	font-weight: bold;
	text-decoration: none;
}

/********** directory results *******/
.dirResultsEven {
	background-color: #A5BC9A;
}

.dirResulstsOdd {
	background-color: #FFFFFF;
}
/********** log info div ************/

#logInfo {
	float: right;
	text-align: right;
}

/********** page footer ************/

#footer {
	clear: both;
	font-size: 9px;
	color: #FFFFFF;
	padding: 10px;
	width: 700px;
}

#footer img {
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#footerRight {
	padding-left: 370px;
}

#footer a:link, #footer a:visited {
    color: #FFFFFF;
}

#footer a:hover {
    color:#33FFFF;
}
