@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F4;
	background-repeat: no-repeat;
	background-position: center top;
}
#main-table h1 {
	font-size: 22px;
}

.outer .inner #main-table tr td #three {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
.outer .inner #main-table tr td.three-holder {
	border: 1px solid #BBB;
	background-color: #EEE;
	padding-bottom: 5px;
	background-image: url(images/three-holder-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.outer .inner #main-table tr td #three tr td.three-pad {
	padding: 5px;
	width: 315px;
}
.outer .inner #main-table tr td #three tr .three-pad .three-copy {
	padding: 5px;
	border: 1px solid #EEE;
	height: 320px;
	background-color: #FFF;
	position: relative;
}
.outer .inner #main-table tr td #three tr .three-pad .three-copy h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	color: #FFF;
	background-color: #8CC63F;
	height: 20px;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: -5px;
	margin-right: -5px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #648E2B;
	background-repeat: no-repeat;
	display: block;
}
.outer .inner #main-table tr td #three tr .three-pad .three-copy p {
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #555;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
}



.outer {
	padding: 5px;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #BBB;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
}
.outer .inner {
	background-color: #FFF;
	width: 980px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.outer .inner #head-table tr td.header-pad {
	height: 80px;
}



#head-table {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#head-table td.nav-pad {
	background-color: #0871BA;
	height: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #055285;
}
.outer .inner #head-table tr .nav-pad ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.outer .inner #head-table tr .nav-pad ul li {
	display: inline;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.outer .inner #head-table tr .nav-pad ul li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1199F4;
	min-width:100px;
	text-align: center;
}
.outer .inner #head-table tr .nav-pad ul li a:hover {
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	background-color: #8CC63F;
	line-height: 30px;
}
.outer .inner #footer-table tr td.footer-pad {
	font-size: 11px;
	line-height: 50px;
	color: #AAA;
	text-align: center;
	height: 50px;
}

#main-table {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#footer-table {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.outer .inner #main-table tr .three-holder #three tr .three-pad .three-copy ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	color: #555;
}
.outer .inner #main-table tr .three-holder #three tr .three-pad .three-copy #read-more {
	display: block;
	position: absolute;
	z-index: 1000;
	background-color: #DDD;
	border: 1px solid #BBB;
	height: 20px;
	width: 60px;
	bottom: 0px;
	margin-bottom: 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	font-size: 10px;
	line-height: 20px;
	margin-left: 5px;
}
.outer .inner #main-table tr .three-holder #three tr .three-pad .three-copy #read-more:hover {
	
	background-color: #8CC63F;
	border: 1px solid #690;
	
}
.outer .inner #main-table tr .three-holder #three tr .three-pad .three-copy .read-more a {
	display: block;
	width: 60px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	color: #888;
	text-decoration: none;
}
.outer .inner #main-table tr .three-holder #three tr .three-pad .three-copy .read-more a:hover {
	display: block;
	width: 60px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	color: #FFF;
	text-decoration: none;
}

.outer .inner #main-table tr .three-holder #three tr .three-pad .three-copy ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
.outer .inner #main-table tr td.left {
	width: 200px;
}
.outer .inner #main-table tr td.right {
	width: 660px;
	font-size: 11pt;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	line-height: 17pt;
}
.outer .inner #main-table tr .right table tr td.info {
	font-size: 12px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	width: 220px;
	padding: 0px;
}
.outer .inner #main-table tr .right table tr td.criteria-left {
	width: 210px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8CC63F;
	font-weight: bold;
}
.outer .inner #main-table tr .right table tr td.criteria-right {
	width: 450px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8CC63F;
	line-height: 18px;
}

.outer .inner #main-table tr .right table tr td.two-part-info {
	font-size: 12px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	width: 330px;
	padding: 0px;
}

.outer .inner #main-table tr .right table tr td.info-logo {
	font-size: 11px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	width: 210px;
	padding: 5px;
}

.outer .inner #main-table tr .right table .bound {
	border: 1px solid #DDD;
	padding: 5px;
	height: 200px;
	margin: 2px;
	-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

.outer .inner #main-table tr .right table tr td.info-center {
	font-size: 12px;
	line-height: normal;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.outer .inner #main-table tr .right table tr td.info-right {
	font-size: 10pt;
	line-height: normal;
	text-align: justify;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.outer .inner #main-table tr .right table tr .info-logo .logo-holder {
	border: 1px solid #DDD;
	height: 130px;
}
.outer .inner #main-table tr .right table tr td.break {
	background-image: url(images/breaker.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 20px;
}



.outer .inner #main-table tr .right table tr td.info h3 {
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
	background-color: #8CC63F;
	color: #FFF;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.outer .inner #main-table tr .right table tr .info-center .bound {
	height: auto;
	margin: 0px;
	-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
	
}

.outer .inner #main-table tr .right table tr td.two-part-info h3 {
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
	background-color: #8CC63F;
	color: #FFF;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}


.outer .inner #main-table tr .right table tr .info-center ol li {
	margin: auto;
}

.outer .inner #main-table tr .right table tr td.info-center h3 {
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
	background-color: #8CC63F;
	color: #FFF;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#main-table a {
	color: #069;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #069;
}
#main-table a:hover {
	color: #690;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #690;
}

.categoryitems
{
  display: none;
}.outer .inner #main-table tr .right .menuheader.expandable {
	color: #690;
	cursor: pointer;
}
.outer .inner #main-table tr .right table tr .info-center .centerpack {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.outer .inner #main-table tr .right .overview {
	font-size: 10pt;
	background-color: #EEE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #BBB;
}
.outer .inner #main-table tr .right .overview p {
	margin: 0px;
	padding: 0px;
}
.examples {
	color: #0871BA;
	text-decoration: underline;
}
