/* CSS Document */

body {
	background-color: #28b67d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 16px;
}

a:active, a:focus {
      outline: 0;
}


/* BACKGROUND */
 
.bgWhiteWithShadow {
 	background-image: url(images/bg-site.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 0px 0px 0px;
}

.bgFooter {
 	background-image: url(images/bg-footer.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 0px;
}

.bgHeader {
	background-image: url(images/bg-head.gif);
	background-repeat: repeat-x;
	border-bottom: 10px solid #FFFFFF;
	padding: 0px 0px 0px 0px;
}

.bgGrayBorder {
	background-color: #CCCCCC;
	padding-bottom: 10px;
}

.bgTopRedHome {
	background-color: #54b68e;
	height: 10px;
}

.bgDarkTopRed {
	background-color: #1f8b5f;
	height: 10px;
}

.bgTopBlue {
	background-color: #83bacc;
	height: 10px;
}

.bgLeftSideNav {
	background-color:#e4e4e4;
	padding-left: 24px;
	padding-top: 24px;
	border-right: 1px solid #dedede;
}

.bgCenterContent {
	background-color: #F0F0F0;
	padding-top: 24px;
	padding-left: 35px;
	padding-right: 35px;
	border-right: 1px solid #dedede;	
}

.bgCenterContentNoBoarder {
	background-color: #F0F0F0;
	padding-top: 24px;
	padding-left: 35px;
	padding-right: 35px;
}

.bgCenterContentFullWidth {
	background-color: #F0F0F0;
	padding-top: 24px;
	padding-left: 35px;
	padding-right: 25px;
}

.bgSpecsContent {
	background-color: #FFFFFF;
	padding-top: 24px;
	padding-left: 25px;
	padding-right: 30px;
	
}



/* TYPE STYLES */

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	color: #219667;
	font-size: 15px;
	margin: 0px;
}

.textBoldGray10 {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	color: #909090;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}

.textBoldRed10 {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	color: #219667;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}

.textFooter {
	font-size: 10px;
	color: #555555;
	line-height: 12px;
}

.textActiveNav {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	font-size: 10px;
	color: #219667;
	text-decoration: none;
	font-weight: bold;
}

.textActiveSubNav {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	font-size: 11px;
	color: #219667;
	text-decoration: none;
	font-weight: bold;
}

.textSpecsLightGray {
	color: #999999;
}

.textLineHeightSpecs {
	line-height: 14px;
}

.textRed {
	color: #219667;
}

p {
	text-align:justify;
}


/* LINKS */

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

a.linkNav:link, a.linkNav:visited {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	font-size: 10px;
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
}

a.linkNav:hover, a.linkNav:active {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	font-size: 10px;
	color: #219667;
	text-decoration: none;
	font-weight: bold;
}

a.linkSubNav:link, a.linkSubNav:visited {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	font-size: 11px;
	color: #7f7f7f;
	text-decoration: none;
	font-weight: bold;
}

a.linkSubNav:hover, a.linkSubNav:active {
	font-family: Tahoma, Verdana, Arial, Helvetical;
	font-size: 11px;
	color: #219667;
	text-decoration: none;
	font-weight: bold;
}

a.linkFooter:link, a.linkFooter:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.linkFooter:hover, a.linkFooter:active {
	font-size: 10px;
	color: #FF00FF;
	text-decoration: none;
}


/* BORDERS */


/* CHARTS */

.textChart {
	font-size: 11px;
	color: #000000;
}


.chartBGRed {
	background-color: #219667;
}

.chartBGRedLight {
	background-color: #FF957F;
}

.chartBGWhite {
	background-color: #ffffff;
}

.chartBGGray {
	background-color: #F4F4F4;
}



/* PADDING & MARGIN */

.paddingHomeContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.paddingTop10{
	padding-top: 10px;
}

.paddingBottom10{
	padding-bottom: 10px;
}

.paddingBottom40{
	padding-bottom: 40px;
}

.paddingSpecsSpace{
	padding-top: 175px;
}

.paddingBottom30{
	padding-bottom: 15px;
}

.marginBottom80{
	margin-bottom: 80px;
}

.marginBottom70{
	margin-bottom: 70px;
}

.margin {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#ourSleeves {
	position: absolute;
	z-index: 2;
	margin-left: -195px;
	top: 425px;
}
