@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0px;
   padding:0px;
   height:100%;
   font: 100% Georgia, "Times New Roman", Times, serif;
   background:#b1a683;
   font-size: small;
   color: #ffffff;
}
#containerAll {
	position:absolute;
	width:1000px;
	margin-left:-500px;
	left:50%;
}
.headerRow {
	height:100px;
}
.headerCellLeft {
	background-color:#f6f4db;
	color:#b1a683;
	width:200px;
	text-align:center;
	background-image:url(../Images/apexlogoSM.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.headerCellRight {
	background-color:#f6f4db;
	color:#b1a683;
	width:800px;
	text-align:right;
	background-image:url(../Images/logotaglineLG.gif);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:bottom;
}
.bodyRow {
	color:#ffffff;
}
.bodyCellLeft {
   background-color:#194a14;
   width:190px;
   vertical-align:top;
   padding-left:5px;
   padding-right:5px;
   padding-top:5px;
   padding-bottom:25px;
}
.bodyCellRight {
	width:800px;
	text-align:center;
	border-right:thin;
	border-right-color:#f6f4db;
	border-right-style:solid;
	vertical-align:top;
}
.bodyContainer {
	width:98%;
	text-align:left;
	margin:8px;
}
.footerRow {
	text-align:center;
	background-color:#f6f4db;
	border-bottom:thin;
	border-bottom-color:#194a14;
	border-bottom-style:solid;
	border-top:thin;
	border-top-color:#194a14;
	border-top-style:solid;
	color: #b1a683;
	font-size:x-small;
	height:50px;
	vertical-align:top;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #194a14;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}
h1.green {
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	color: #194a14;
	margin-bottom:0px;
}
h1.white {
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	margin-bottom:0px;
}
.btnavover {
	color:#FFCC00;
	font-weight:bold;
	cursor:pointer;
	font-size:10px;
	background-color:#b1a683;
	border-right-color:#f6f4db;
	border-right-width:thin;
	border-right-style:solid;
	text-align:center;
	padding-top:2px;
	padding-bottom:1px;
} 
.btnavout {
	color:#194a14;
	font-weight:bold;
	cursor:auto;
	font-size:10px;
	background-color:#f6f4db;
	border-right-color:#b1a683;
	border-right-width:thin;
	border-right-style:solid;
	text-align:center;
	padding-top:2px;
	padding-bottom:1px;
}
h3.section {
	margin-top: 1em;
}
#vertical_slide, #horizontal_slide {
	background: #ffffff;
	color: #194a14;
	padding: 10px;
	border: 1px solid #f6f4db;
}
div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}
#v_toggle {
	color:#194a14;
	font-size:medium;
	font-weight:bold;
	background-image:url(../Images/greengraygrad1.gif);
	background-position:left;
	background-repeat:repeat-x;
	padding:5px;
	font-variant:small-caps;
}
#v_toggle:hover {
	color:#ffffff;
	background-image:url(../Images/greengraygrad2.gif);
	background-position:left;
	background-repeat:repeat-x;
	padding:5px;
	font-variant:small-caps;
}
#accordion {
	margin:20px 0px;
	width:750px;
}
h3.toggler {
	cursor: pointer;
	border: 1px solid #f6f4db;
	font-size: 12px;
	color: #194a14;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	background-color:#f6f4db;
	width:100%;
}
div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
blockquote {
	padding:5px 20px;
}

