@charset "ISO-8859-1";

body {
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(Images/background-enviro-gradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.page-title {
	font-family: Helvetica;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #333300;
}
.paragraph-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #003366;
}
.paragraph-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.navigation-side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #666666;
}

.navigation-sub {
	font-family: "Arial Narrow";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #FFFFFF;
}

.navigation-super {
	font-family: "Arial Narrow";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

img, div { 
	behavior: url(iepngfix.htc) 
}

#demoWrap {
   background-image: url(checkerboard.gif);
   border: 2px solid #999;
   padding: 20px;
   float: right;
}

#demoDiv {
	height: 100%;
	width: 752px;
	background: url(Images/background-gradient-test.png);
	text-align: center;
}

#demoLink {
   background: url(opacity2.png) no-repeat;
   cursor: pointer;
   /*
    Here we apply the fix to just one element.
    You can do the same with CLASS selectors...
   */
   behavior: url("iepngfix.htc")
}

  .opacity1, .opacity2 {
   height: 200px;
   width: 200px;
}

.opacity1 {
   background: url(opacity.png);
}

.opacity2 {
   background: url(opacity2.png);
}

.shadowImg {
   padding: 9px 11px 11px 9px;
   background-image: url(shadow.png);
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #003366;
}

.line {
	height:1px;
	background-color:#FFFFFF;
 }
 
.line-light {
	height:1px;
	background-color:#CCCCCC;
}
.line-dark {
	height:1px;
	background-color:#666666;
}

.line-vertical {
	width: 1px;
	background-image: url(../Images/image-line-vertical.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 12px;
	padding-left: 12px;
}

