html {
  height: 100%;
}

body,th {
  font-family: Arial, Helvetica, sans-serif;
}
td {
  font-family: Arial, Helvetica, sans-serif;
}
p {
    margin: 0;
}
p.body {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  text-align: justify;
  text-justify: inter-word;
}
p.column {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #555;
}
p.section-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
p.footer {
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  color: #555;
}
p.banner {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #AAA;
}
h2 {
  text-decoration: none;
  font-size: 14px;
  text-align: left;
  color: #FFF;
  margin: 0;
}
ul.body-list {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #555;
  text-align: left;
  margin: 0;
  padding-top: 10px;
}
.container-div {
  width: 960px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.right-shadow {
  background-image: url(/images/Right_Shadow.gif);
  background-repeat: repeat-y;
  background-position: right;
}
.left-shadow  {
  background-image: url(/images/Left_Shadow.gif);
  background-repeat: repeat-y;
  background-position: left;
}
#main-div {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #DDD;
}
.top-div {
  width: 880px;
  height: 115px;
  border-bottom: 1px solid #DDD;
  margin-left: 20px;
  margin-right: 20px;
}
.title-left {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title-right {
  float: right;
  height: 115px;
}
.header-button {
  float: left;
  width: 80px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 46px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#footer-container {
  height: 40px;
}
.footer-button {
  float: left;
  width: 80px;
  height: 20px;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.menu-button-div {
  width: 880px;
  height: 30px;
  margin-left: 20px;
  line-height: 20px;
}
.menu-div {
  float: left;
  width: 880px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
}
.seperator-div {
  width: 880px;
  height: 6px;
  margin-bottom: 4px;
  margin-left: 20px;
}
.seperator-top {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}
.seperator-normal {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.menu-button {
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: medium;
  text-align: center;
}
#body-div {
  width: 880px;
  padding-left: 20px;
  padding-right: 20px;
}
#body-text {
  width: 840px;
  float: left;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
#body-column {
  width: 760px;
  float: left;
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
}
#body-full {
  float: left;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
}
.pad-bottom-20 {
  padding-bottom: 20px;
}
.pad-bottom-30 {
  padding-bottom: 20px;
}
.footer-div {
  height: 70px;
  padding-top: 6px;
}
#image-right {
  float: right;
  clear: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.image-quarter {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #DDD;
  margin-left: -1px;
  margin-top: -1px;
}
.vertical-spacer {
  float: right;
  clear: right;
}
.logo {
  height: 100px;
}	
.caption-quarter {
  float: left;
  height: 38px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.clear-div {
  clear: both;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {in
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
}
.sf-menu a {
	min-width: 80px;
	height: 30px;
	line-height: 30px;
	border-left:	1px solid #fff;
	padding-left: 		20px;
	padding-right: 		20px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
/* text color */
	color:			#13A;
}
.white-background {
/* box color for top-level menu items */
	background:		#FFF;
}
.sf-menu li {
/* box color for top-level menu items */
	background:		#FFF;
}
.sf-menu li li {
/* box color for second-level menu items */
	background:		#AABDE6;
	border-bottom:		1px solid #CFDEFF;
}
.sf-menu li li li {
/* box color for third-level menu items */
	background:		#9AAEDB;
	border-bottom:		1px solid #CFDEFF;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:hover, .sf-menu a:active {
/* box color for menu items when the mouse hovers over them */
	background:		#CFDEFF;
	outline:		0;
}

.sf-menu a:focus {
/* Removed this from above to prevent a clicked menu button from retaining the background color */
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

