@import "global-resets.css";

body {
	background-color: #ea7f1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

/* controls the visibility state of page elements, including navigation submenu DIVs */
/* used in conjuntion with "unhide" function in page javascript */
.hidden {
	display: none;
}

.unhidden {
	display: block;
}


/* begin -- header styles */

p.headAddress {
	width: 250px;
	margin: 25px 40px 0 0;
	font-size: 1.2em;
	color: #572600;
	line-height: 1.4em;
/*	border: 1px solid red;*/
	display: inline;
	float: right;
}

p.headAddress strong{
	font-size: 1.3em;
}

/* end -- header styles */


/* begin -- main body styles */

#pageimage {
	margin: 0 0 20px 0;
}

h1 {
	display: none;
}

h2 {
	margin: 0 0 15px 30px;
	font-size: 1.6em;
	font-weight: bold;
	color: #572600;
}

h3 {
	margin: 1em 0 .2em 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #572600;
}

#mainbody p {
	margin: 0 50px 0 30px;
	padding: 10px 0 5px 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

#mainbody p a, #mainbody dd.manBio a, #mainbody dd.prodCopy a, #mainbody table.contact td a {
	color: red;
	text-decoration: none;
}

#mainbody p a:hover, #mainbody dd.manBio a:hover, #mainbody dd.prodCopy a:hover, #mainbody table.contact td a:hover {
	color: purple;
}

#mainbody ul {
	margin: 0 50px 5px 30px;
	padding: 5px 0 5px 0;
	list-style: square;
}

#mainbody ul li {
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-position: inside;
	/* border: 1px solid red; */
}
	
	#mainbody ul ul, #mainbody dd.prodCopy ul {
		margin: 0 50px 5px 10px;
		padding: 0 0 0 0;
		list-style: square;
	}
	
	#mainbody ul ul li, #mainbody dd.prodCopy ul li {
		margin: 0 0 0 10px;
		padding: 5px 0 0 0;
		font-size: inherit;
		line-height: 1.6em;
		list-style-position: inside;
		/* border: 1px solid red; */
	}

#mainbody ol.terms {
	margin: 0 50px 5px 45px;
	padding: 5px 0 5px 0;
}

#mainbody ol.terms li {
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-position: outside;
	/* border: 1px solid red; */
}

#mainbody dl.management, #mainbody dl.production {
	margin: 0 50px 5px 30px;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	color: #572600;
/*	border: 1px solid red;*/
}

#mainbody dt.manName, #mainbody dt.prodCat {
	padding: 15px 0 0 0;
	font-weight: bold;
	/* border: 1px solid red; */
}

#mainbody dd.manBio, #mainbody dd.prodCopy {
	margin: 2px 0 3px 0;
	line-height: 1.6em;
	color: black;
	/* border: 1px solid red; */
}

.management {
	margin: 10px 0 20px 0;
	padding: 0;
/*	border: 1px solid red;*/
}

.first {
	margin-top: 20px;
/*	border: 1px solid red;*/
}

.firstName {
	border: none;
/*	border: 1px solid red;*/
}


img.headshot {
	position: relative;
	top: 10px;
	left: 30px;
	display: inline;
	float: left;
	width: 75px;
	height: 75px;
/*	border: 1px solid red; */
}

#mainbody p.manName {
	display: block;
	padding: 7px 0 5px 100px;
	color: #572600;
	font-weight: bold;
	border-top: 1px;
	border-top-color: #cccccc;
	border-top-style: solid;
/*	border: 1px solid red;*/
}

#mainbody p.manBio {
	display: block;
	padding: 0 0 5px 100px;
	line-height: 1.6em;
/*	border: 1px solid red;*/
}

.emergency {
	color: red;
	text-transform: uppercase;
	font-weight: bolder;
}

.superscript {
	font-size: 50%;
	vertical-align: text-top;
}

/* p.footnote .superscript, strong .superscript {
	font-size: 50%;
	vertical-align: text-top;
}

.headshotBU {
	display: inline;
	clear: left;
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid red; 
}

.contactImage {
	display: inline;
	float: left;
	margin: 10px 20px 10px 30px;
}  */

#mainbody p.footnote {
	font-size: 1em;
	line-height: 1em;
}

#mainbody table.contact {
	margin: 10px 0 20px 30px;
	border: 0;
}

#mainbody table.contact td {
	width: 50%;
	padding: 0 0 0 30px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#mainbody table.directions {
	margin: 15px 0 15px 0;
	border: 0;
}

#mainbody table.directions td {
	width: 50%;
	padding: 0 0 0 30px;
	font-size: inherit;
	line-height: 1.6em;
}

#mainbody ol {
	margin: 0 30px 5px 10px;
	padding: 8px 0 5px 0;
	list-style: decimal;
}

#mainbody ol li {
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	font-size: 1.1em;
	line-height: 1.5em;
	list-style-position: outside;
}

/* end -- main body styles */


/* begin -- navigation classes */

#leftnav dl {
	margin: 10px 25px 30px 35px;
	font-size: 1.2em;
	color: #572600;
/*	border: 1px solid red;*/
}

#leftnav dt {
	padding: 15px 0 3px 0;
	font-weight: bold;
	/* border: 1px solid red; */
}

#leftnav dt a {
	color: #572600;
	text-decoration: none;
}

#leftnav dt a:hover {
	color: #ad3f12;
}

#leftnav dd ul{
	margin: 7px 0 0 0;
	font-weight: normal;
	/* border: 1px solid red; */
}

#leftnav dd li {
	padding: 5px 0 5px 8px;
	/* display: block; */
	/* border: 1px solid red; */
}

#leftnav dd li a {
	color: #572600;
	text-decoration: none;
}

#leftnav dd li a:hover {
	color: #ad3f12;
}

/* end -- navigation classes */


/* begin -- footer classes */

#footer p {
	font-size: 1em;
	line-height: 9.5em;
}

#footer a {
	color: #572600;
	text-decoration: none;
}

#footer a:hover {
	color: #ad3f12;
}

/* end -- footer classes */


/* begin -- quote box classes */

#quotes {
	width: 185px;
	margin: 25px 40px 20px 30px;
	background-image: url(../art/quote-art/quote-box-bgnd.gif);
	background-position: bottom;
	/* border: 1px solid red; */
	display: inline;
	float: right;
}

#quotes p {
	margin: 0;
	padding: 5px 12px 2px 12px;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	color: #b26117;
	line-height: 1.4em;
}

#quotes p.quoteName {
	padding: 7px 0 15px 0;
	color: #572600;
}


/* begin -- right sidebar box classes */

#sidbarPics {
	width: 185px;
	margin: 25px 40px 20px 30px;
	background-position: bottom;
	/* border: 1px solid red; */
	display: inline;
	float: right;
}

#sidbarPics p {
	margin: 0;
	/* padding: 5px 12px 2px 12px; */
	font-size: 1.2em;
	text-align: left;
	color: #000000;
	line-height: 1.4em;
}


/* begin -- alert sidebar box classes */

#alertBox {
	width: 185px;
	margin: 25px 40px 20px 30px;
	background-image: url(../art/page-art/alert-box-background.gif);
	background-position: top;
	/* border: 1px solid red; */
	display: inline;
	float: right;
}

#alertBox p.headline {
	margin: 0;
	padding: 50px 12px 2px 12px;
	font-size: 1.4em;
	font-weight: bolder;
	text-align: center;
	color: #ff0000;
	line-height: 1.3em;
}

#alertBox p {
	margin: 0;
	padding: 5px 12px 2px 12px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	color: #000000;
	line-height: 1.4em;
}
