html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END CSS RESET by Eric Meyer of Meyer Web ----------------------------------*/

html, body {
margin: 0;
padding: 0;
background: #f5f5f6;
height:100%; /* needed for container min-height */
font-family: "Trebuchet MS", century, sans-serif;
font-size: .9em;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#f5f5f6;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

.hide {
position: absolute;
left: -9999px;
}

/* LINKS ------------------------------------------------------- */

a {
color: #b11b20;
font-weight: bold;
}

a:hover {
color: #aca36f;
}

a img {
border-top: 1px solid #f5f5f6;
border-right: 1px solid #f5f5f6;
border-bottom: 1px solid #b11b20;
border-left: 1px solid #f5f5f6;
text-decoration: none;
padding: 4px;
}

a img:hover {
border: 1px dashed #b11b20;
border-bottom: 2px solid #b11b20;
}

#header {
padding: 15px 15px;
clear: both;
height: 100px;
border-bottom: 2px solid #b11b20;
background: url(../images/starburst.jpg) 50% 110% no-repeat #f5f5f6;
}

.imageLeft {
float: left;
padding: 5px;
}

.imageRight {
float: right;
padding: 25px 30px;
}

/* Navigation bar ------------------------------------------------------- */

#infoBox .indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

#infoBox .indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #b11b20; /*dark purple border*/
border-width: 1px 0;
background: #aca36f;
}

#infoBox .indentmenu ul li{
display: inline;
}

#infoBox .indentmenu ul li a {
width: 97px;
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
text-align: center;
border-right: 1px solid #b11b20; /*dark purple divider between menu items*/
}

#infoBox .indentmenu ul li a:visited{
color: white;
}

#infoBox .indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #b11b20;
}

/* Main Content of Page ----------------------------------------------------- */

#infoBox {
width: 600px;
margin: 0 auto;
margin-top: 35px;
padding-bottom: 50px;
border: 2px solid #b11b20;
background: url(../images/contentBG.gif) repeat-x 0 100% #fff;
}

#content {
padding: 12px;
}

#content h1 img {
margin-top: 24px;
margin-left: 8px;
}

#content p {
padding: 8px;
line-height: 1.3em;
}

#content table#experts {
width: 100%;
margin: 15px auto;
}

#content table#experts p {
text-align: left;
float: right;
padding: 0;
margin: 0;
}

#content table#experts td.right p {
text-align: left;
float: left;
padding: 0;
margin: 0;
}

#content table {
width: 100%;
margin-top: 25px;
}

#content td, #content th {
height: 25px;
padding: 6px 12px;
vertical-align: top;
}

#content table#whoWeAre td, #content table#whoWeAre th {
width: 50%;
}

#content th {
font-weight: bold;
font-size: 1.1em;
text-decoration: underline;
}

.chocolateLeft {
color: #633;
text-align: right;
width: ;
}

.left {
text-align: right;
width: ;
}

.center {
text-align: center;
}

.right {
text-align: left;
}

.chocolateRight {
color: #633;
}

.brownLeft {
color: brown;
text-align: right;
width: ;
}

.brownRight {
color: brown;
}

#infoBox #content table#employees {
width: 100%;
}

#infoBox #content table#employees td.employeeImage {
width: 100px;
}

#infoBox #content table#employees td.employeeImage img {
border: 1px solid #b11b20;
padding: 4px;
}

#space {
width: 600px;
margin: 0 auto;
padding-bottom: 75px; /* bottom padding for footer */
}

.division {
border: 1px dotted #a1a1a1;
margin: 25px 0;
}

/* Footer elements ---------------------------------------------------------- */

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#f4f4f4;
	border-top: 2px solid #b11b20;
}

#footer p {
text-align: center;
color: #a1a1a1;
padding: 15px;
}

/* Supplimental Images ---------------------------------------------------------- */

#content img {
border: 1px solid #b11b20;
padding: 4px;
}

#content h1 img {
border: 0;
}

#content .chart {
margin: 0 auto;
width: 400px;
}

#content .chart img {
border: 0;
}

/* Lists ----------------------------------------------- */

#infoBox #content li {
list-style-type: disc;
padding: 4px;
margin-left: 12px;
}

#infoBox #content .benefits {
padding: 12px;
border: 1px solid #aca36f;
background: url(../images/contentBG.gif) repeat-x 0 100% #fff;
}

h2 {
font-weight: bold;
font-size: 1.2em;
padding: 8px;
margin-top: 8px;
}

.focus {
border-top: 2px solid #aca36f;
margin-top: 35px;
}

.raveReview {
border: 1px solid #a1a1a1;
border-bottom: 4px double #a1a1a1;
padding: 8px 12px 8px 12px;
margin: 8px;
}

.raveReview strong {
font-weight: bold;
}

#content .raveReview p {
padding: 2px 0;
}

.raveReview em {
font-style: italic;
}

/* Assessment form layout -------------------------------------- */

table#assessment .gatherInfo {
text-align: right;
width: 25%;
}

table#assessment input, textarea {
border: 1px solid #aca36f;
}

#infoBox #content form table#assessment ul li {
list-style-type: none;
}

table#assessment strong {
font-weight: bold;
}

textarea {
width: 300px;
height: 150px;
}