@charset "ISO-8859-1";


a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #003366;
}

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);
}

body {
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(Images/background-environment.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B9C8D3;
}

.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: #899335;
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.paragraph-no-padding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.paragraph-no-padding-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.paragraph-bold-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
.paragraph-title {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #003366;
	letter-spacing: 2px;
}
.paragraph-title-welcome {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #006699;
	letter-spacing: 2px;
}
.paragraph-title-relaxed {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	letter-spacing: 0px;
}
.page-title {
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: 003366;
	letter-spacing: 2px;
}

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

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

.line {
	height:1px;
	background-color:#66701E;
 }
 
.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;
}
.page-title-welcome {
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
}
