@charset "UTF-8";
/* InsideOut stylesheet */


/* Tag style definitions */
body {
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #424242;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #424242;
}
h2 {
	color: #424242;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #00964A;
}
h4 {
	color: #00964A;
	font-weight: bold;
	font-size: 1.4em;
}
h5 {
	font-size: 1.5em;
	color: #424242;
}
p {
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: 400;
	color: #00964A;
}
.large-number-list {
	font-size: 1em;
	color: #00964A;
	font-weight: bold;
}
.large-number-list li ol li{
	font-size: 10pt;
	list-style-type: circle;
}

.safari-text-shadow{
	/*text-shadow: #53C993 2pt 2pt 3pt;*/
	line-height: 2.0em;
	font-weight: bold;

}
.IE-text-shadow { 
	font-weight: bold;
	line-height: 2.0em;
}
.IE-text-shadow span {
	font-weight: bold;
 }
/* Turned off for other browsers
.IE-text-shadow {
		
		text-shadow: #53C993 2pt 2pt 3pt;
		
		zoom:1;
		position:relative;
}
.IE-text-shadow span {
	
	position:absolute;
	left:-7px;top:-7px;
	z-index:-1;
	
	filter:
		progid:DXImageTransform.Microsoft.Glow(Color=#eeeeee,Strength=2)
		progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true')
	;
	zoom:1;
}


.all-text-shadow  { position:relative; display:block; color:#fff; }
.all-text-shadow span { position:absolute; display:block; top:0px;  }
.all-text-shadow:before { display:block; padding:1px; content: attr(title); color:#53C993;  } 
*/
.all-text-shadow  { 
	font-weight: bold;
	line-height: 2.0em;
 }
.all-text-shadow span { 
	font-weight: bold;
  }
.all-text-shadow:before { 
	font-weight: bold;
  } 


.safari-white-arrow-link {
	background-image: url(/images/white-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	font-weight: bold;

}
.safari-green-arrow-link {
	background-image: url(/images/green-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	font-weight: bold;

}
.safari-no-arrow-link {
	padding-left: 10px;
	font-weight: bold;

}
.white-arrow-link {
	background-image: url(/images/white-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
.green-arrow-link {
	background-image: url(/images/green-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
.no-arrow-link {
	padding-left: 10px;
}


/* Site-wide custom links */
a {
	font-weight: bold;
	color: #00964A;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Other styles availale in contribute */
.normal-font {
	font-size: 10pt;
	color: #424242;
	font-weight: normal;
}
.link-with-arrows {
	background-image: url(../images/arrow-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
	width: 0px;
}
.bold {
	font-weight: bold;
}
.green {
	font-weight: 400;
	color: #00964A;
}
#insideout-outer-area {
	background-color: #53C993;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 850px;
	padding: 0px;
}


/* Page Layout styles */
#insideout-page {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 730px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2D2D2E;
	border-left-color: #2D2D2E;
	border-bottom-width: 4px;
	border-bottom-color: #10B46A;
}
#headerText {
	font-size: 1.5em;
	color: #424242;
	font-weight: bold;
	padding-top: 4px;
}
#insideout-header {
	padding-top: 15px;
	padding-bottom: 15px;
}
#insideout-divider {
	background-color: #10B46A;
	height: 10px;
}
#insideout-divider-small {
	background-color: #10B46A;
	height: 5px;
}
#insideout-divider-footer {
	font-size: 0.8em;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #7E7E7E;
}
#inside-out-main-body {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 15px;
	font-size: 0.9em;
	margin-left: 20px;
	margin-right: 10px;
}
#logo-right-area {
	float: right;
	text-align: center;
	width: 220px;
}
#inside-parent-area{
	position:relative;
}
$inside-child-area{
	background-color: #FFFFFF;
	height: 350px;
	z-index: -1;
}
#left-navigation {
	float: left;
	width: 200px;
}
.manage-height-table {
	height: 450px;
}

#left-nav-area {
	line-height: 1.8em;
	background-image: url(/images/navigation-left-bg.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 147px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #333333;
	font-size: .9em;
	background-position: -1px 0px;
}
#left-nav-area a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#left-nav-area a:link, #left-nav-area a:visited {
	color: #000000;
}
#left-nav-area a:hover, #left-nav-area a:active {
	color: #990000;
}

#right-nav-block a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#right-nav-block a:link, #right-nav-block a:visited {
	color: #FFFFFF;
}
#right-nav-block a:hover, #right-nav-block a:active {
	color: #000000;
}


#content-right-area {
}
#right-navigation {
}
#insideout-main-area {
	padding-top: 30px;
}
#outer-right-nav {
	height: 215px;
	width: 530px;
}

#inner-layer-holder{
	position:relative;
}
#right-nav-block {
	z-index: 3;
	height: 175px;
	width: 208px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 280px;
	padding-left: 42px;
	line-height: 1.8em;
	color: #FFFFFF;
	font-size: 0.9em;
	position:absolute;
	left:0px;top:0px;
}
#right-nav-area {
	z-index: 2;
	height: 175px;
	width: 208px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 280px;
	padding-left: 42px;
	position:absolute;
	left:0px;top:0px;
	background-repeat: no-repeat;
	background-position: right;
}
#right-nav-area-copy {
	
	z-index: 1;
	height: 175px;
	width: 208px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 280px;
	padding-left: 42px;
	position:absolute;
	left:0px;top:0px;
	background-repeat: no-repeat;
	background-position: right;
}
#service-chart-area {
	background-color: #CCCCCC;
	padding: 20px;
}
.chart-background {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
