/* CSS Document */

body {
	/*background-color: #ebeced;*/
	background: #8da5c0 url('images/background.gif') center top no-repeat;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}


/* Links */

a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.black:link, a.black:visited, a.black:hover, a.black:active {
	color: #000000;
	text-decoration: underline;
}

a.language:link, a.language:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5476a0;
	text-decoration: none;
}

a.language:hover, a.language:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414f69;
	text-decoration: none;
}

a.nav:link, a.nav:visited {
	font-size: 14px;
	color: #5476a0;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover, a.nav:active {
	font-size: 14px;
	color: #414f69;
	text-decoration: none;
	font-weight: bold;
}



/* Fonts */

.fontBlue {
	color: #5476a0;
}

.fontBlueBold18 {
	font-weight:bold;
	font-size: 18px;
	color: #414f69;
	font-style: italic;
}

.fontWhiteBold18 {
	font-weight:bold;
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
}

.laguageFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5476a0;
}

.navFont {
	font-size: 14px;
	color: #5476a0;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
}

h4 {
	font-variant:small-caps;
	font-size: 14px;
	
}

.quotes {
	font-size: 14px;
	color: #000000;
}
li.special {
	margin-bottom: 10px;
}
li.specialbl {
	margin-bottom: 10px;
	color: #5476a0;
}


/* Borders */

.blueBorder {
	border: 1px solid #5476a0;
	padding: 1px;
}

.whiteBorder {
	border: 1px solid #dde5ed;
	padding: 1px;
}

.whiteBorderRightMar {
	border: 1px solid #dde5ed;
	padding: 1px;
	margin-right: 12px;
}

/* Backgrounds */
 
.mainBG {
 	background-image: url(images/main-bg.gif);
	background-color: #c6d4e1;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 20px 9px 20px;
}

.contentBG {
 	background-image: url(images/content-bg.gif);
	background-color: #5476a0;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 20px 50px 20px 30px;
}

.mainImageBox {
 	background-image: url(images/main-image-box.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px;
}

.newsBG {
 	background-image: url(images/news-box.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
	
.navBG {
 	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.navBG2 {
 	background-image: url(images/nav-bg2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.bgWhite {
	background-color: #dde5ed;
}

/* padding & Margine */

.contentPadding {
	padding-top: 10px;
	padding-left: 20px;
	text-align: justify;
}

.newsMargine {
	margin: 10px;
}

.onOffPad {
	margin-top: 20px;
}

.paddingRight { 
	padding-right:12px;
}

.paddingLeft { 
	padding-left:12px;
}

.footerNavPadBG { 
	padding-left:10px;
	background-color: #dde5ed;
}

/* Price Table */

.borderLeftBottom {
	border-bottom-color: #414f69;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #414f69;
	border-left-style: solid;
	border-left-width: 1px;
}

.borderLeftBottomTop {
	border-bottom-color: #414f69;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #414f69;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #414f69;
	border-top-style: solid;
	border-top-width: 1px;
}


.borderLeftBottomRight {
	border-bottom-color: #414f69;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #414f69;
	border-left-style: solid;
	border-left-width: 1px;	
	border-right-color: #414f69;
	border-right-style: solid;
	border-right-width: 1px;
}

.borderLeftBottomRightTop {
	border-bottom-color: #414f69;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #414f69;
	border-left-style: solid;
	border-left-width: 1px;	
	border-right-color: #414f69;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #414f69;
	border-top-style: solid;
	border-top-width: 1px;
}

.borderBottom {
	border-bottom-color: #414f69;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.borderLeftBottomBG {
	border-bottom-color: #414f69;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #414f69;
	border-left-style: solid;
	border-left-width: 1px;
	background-color:#6181A7;
}

.borderLeftBottomRightBG {
	border-bottom-color: #414f69;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #414f69;
	border-left-style: solid;
	border-left-width: 1px;	
	border-right-color: #414f69;
	border-right-style: solid;
	border-right-width: 1px;
	background-color:#6181A7;
}

/* Layer */

#Layer1 {
	position: absolute;
}

#Layer2 {
	position: absolute;
}

#Layer3 {
	position: absolute;
}

#Layer4 {
	position: absolute;
}

#Layer5 {
	position: absolute;
}

#Layer6 {
	position: absolute;
}

.homeImageLayer {
	width:276px;
	height:158px;
	z-index:1;
}
