﻿html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #D6D9C6;
}

h1 {
	font-size: 18px;
	text-transform: capitalize;
	color: #5C671D;
	margin: 0px;
	padding: 20px 40px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12px;
	color: #5C671D;
	padding: 15px 40px 0px 40px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;

}

h3 {
	font-size: 9px;
	margin: 0;
	padding: 0 40px 0 40px;
}

h3 a:link, a:visited {
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
}

h3 a:hover {
	color: #666666;
	text-decoration: underline;
}


p {
	margin-left: 40px;
	margin-right: 40px;
	line-height: 20px;
}

ul {
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 20px;
	list-style: none;
}

ol {
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 20px;
}

li {
	margin-top: 10px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}

#wrapper {
	width: 1000px;
	border-right: solid 10px #C7CCAD;
	border-bottom: solid 10px #C7CCAD;
	margin-bottom: 20px;
}

#topBar {
	height: 181px;
}

#topBar img {
	border: 0px;
}

.blueBar {
	height: 20px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	background-color: #0A357E;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	padding: 5px 20px 0px 0px;
}

#photoNav {
	height: 70px;
	border-bottom: solid 1px #FFFFFF;
}

#photoNav .mainNav {
	float: left;
}

#photoNav img {
	border: none;
}

#manuf {
	text-align: center;
	font-size: 8px;
	color: #FFFFFF;
}

#manuf h1 {
	font-size: 8px;
	color: #FFFFFF;
	border-top: solid 1px #FFFFFF;
	padding: 20px 0px 20px 0px;
	margin-top: 20px;
	text-align: center;
}

#manuf ul {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

#manuf li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#manufLeft {
	float: left;
	width: 50%;
}

#manufRight {
	float: right;
	width: 50%;
}

#footer {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	background-color: #0A357E;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#footer p {
	line-height: normal;
}

#footer a:link {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
}

.bread {
	font-size: 9px;
	text-align: left;
}

/*NAVIGATION STYLES BEGIN*/

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #FFFFFF;
}
#p7TMctrl a:visited {
	color: #FFFFFF;
}
#p7TMctrl a:hover {
	color: #FFFFFF;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 2; /* */
	padding-top: 10px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 12px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 11px;
	padding: 0;
	font-weight: bold;
	zoom: 100%;

}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	color: #FFFFFF;
	text-decoration: none;

}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 10px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 15px!important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 15px!important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	color: #FFFFFF!important;
}

/*NAVIGATION STYLES END*/

label {
	float: left;
	width: 35%;
	text-align: right;
	margin-right: 5px;
padding-top: 2px;
}

input textarea {
	float: right;
	width: 60%;
	text-align: left;
}

.oddRow {
background: #DEDEDE;
margin: 0 0 10px 0;
}

.evenRow {
background: #FFFFFF;
margin: 0 0 10px 0;
}

.bullList li {
	list-style: disc;
}

.photoGall {
	width: 100%;
	text-align: center;
}

.photoGall td {
	vertical-align: top;
	width: 40%;
}