@charset "utf-8";
/* CSS Document */

body {
	font: 90%  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #F4F9FD;
	background-image:url(../images/style/gradient-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #636363;
}
.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
}


.oneColFixCtr #header {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:240px;
	width:980px;
	margin:0;
	margin-bottom:1px;
}

.oneColFixCtr #navigation {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:980px;
	height:36px;
	background-image:url(../images/style/nav-background.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.oneColFixCtr #splash {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:220px;
	width:980px;
	margin:0;
	background-image: url(../images/style/prodsplashbackground.gif);
	background-repeat: repeat-y;
}

.oneColFixCtr #bottom {
	width:980px;
	height:30px;
	margin:0;
	padding:0;
	background-image:url(../images/style/content-background-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	}
	
.oneColFixCtr #bottom2 {
	width:980px;
	height:30px;
	margin:0;
	padding:0;
	background-image:url(../images/style/content-bottom-bar.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	}	
	
	
.oneColFixCtr #footer {
	width:950px;
	height:30px;
	margin:0;
	padding:0;
	background-image:url(../images/style/footer-background.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:20px;
	font-size:70%;
	padding-left:30px;
	padding-top:7px;
	}
	
	
.oneColFixCtr #footer-copyright {
	width:980px;
	height:30px;
	margin:0;
	padding:0;
	margin-top:10px;
	font-size:70%;
	text-align:center;
	color:#B7DBFF;
	}	

.oneColFixCtr #container #footer a {
	color: #336699;
	text-decoration:none;
}

.oneColFixCtr #container #footer a:hover {
	color: #336699;
	text-decoration:underline;
}


h1,h2,h3 {
margin:0;
padding:0;
}


h1 {
	font-weight: bold;
	font-style: normal;
	font-size: 200%;
	letter-spacing: -1px;
	color: #075E8F;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color:#0e0e0e;
	padding:0;
	line-height: 1.3em;
	margin-bottom:0.3em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color:#097ED1;
	margin-bottom:5px;
}


p {
	font-size: 90%;
	margin:0;
	margin-bottom:10px;
	padding:0;
	line-height:1.5em
	}
	
a {
	font-weight: bold;
	color: #01B0CB;
	text-decoration: none;
}

.sub-body {
	font-size:75%;
	}
	
.title-body {
	font-size:110%;
	}
	
.image-left {
	float:left;
	}
	
.image-right {
	float:right;
	}
.warning {
	color:#CC0000;
	}
	
.info-seperator {
	width:230px;
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
#news-bar {
	width:350px;
	margin:0;
	padding:0;
	margin-bottom:20px;
	border-bottom:solid;
	border-color:#E3E3E3;
	border-width:2px;
	float:left;
	font-size: 75%;
	padding-bottom: 5px;
	color: #999999;
	margin-top: 30px;
	}
	
#pages-bar {
	width:245px;
	margin:0;
	padding:0;
	margin-bottom:20px;
	border-bottom:solid;
	border-color:#E3E3E3;
	border-width:2px;
	float:left;
	text-align:right;
	font-size: 75%;
	padding-bottom: 5px;
	color: #999999;
	margin-top: 30px;
	}

.panelinfo {
	float:left;
	margin-right:10px;
	}
	
.breadcrum {
	width:610px;
	padding-top:20px;
	padding-bottom:10px;
	font-size: 80%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #666666;
	margin-bottom: 10px;
	}

.breadcrum2 {
	width:100%;
	padding-top:20px;
	padding-bottom:10px;
	font-size: 90%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #666666;
	margin-bottom: 10px;
	}

.panelseperator {
	float:left;
	width:230px;
	height:5px;
	}

.submitbutton {
	border:solid;
	border-color:#1B90B1;
	border-width:1px;
	background-color:#FFFFFF;
	color:#1B90B1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}.Class3 {
	color: #2EAF34;
}
.class2 {
	color: #097ED1;
}
